-
Notifications
You must be signed in to change notification settings - Fork 33
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Juan Delgado
committed
Apr 9, 2018
1 parent
c6b4ded
commit 33b79d6
Showing
2 changed files
with
23 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
/* | ||
localizable.strings | ||
FormValidatorSwift | ||
|
||
Created by Juan Delgado on 09/04/2018. | ||
Copyright © 2018 ustwo. All rights reserved. | ||
*/ | ||
|
||
|
||
"US2KeyConditionViolationRange" = "Introduzca mínimo %d, máximo %d caracteres"; | ||
"US2KeyConditionViolationNumeric" = "Introduzca sólo números"; | ||
"US2KeyConditionViolationAlphanumeric" = "Introduzca sólo números y letras"; | ||
"US2KeyConditionViolationAlphabetic" = "Introduzca sólo letras"; | ||
"US2KeyConditionViolationEmail" = "Introduzca un email válido con formato [email protected]"; | ||
"US2KeyConditionViolationURL" = "Introduzca una URL válida con formato http(s)://www.ejemplo.com"; | ||
"US2KeyConditionViolationShorthandURL" = "Introduzca una URL válida con formato www.ejemplo.com"; | ||
"US2KeyConditionViolationPasswordStrength" = "Introduzca una contraseña más compleja"; | ||
"US2KeyConditionViolationPostcodeUK" = "Introduzca un código postal válido"; | ||
"US2KeyConditionViolationPresent" = "Introduzca texto"; | ||
"US2KeyConditionViolationCreditCard" = "Introduzca un número de tarjeta válido"; |