Skip to content

Commit

Permalink
Adds Spanish (Spain) translation.
Browse files Browse the repository at this point in the history
  • Loading branch information
Juan Delgado committed Apr 9, 2018
1 parent c6b4ded commit 33b79d6
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 0 deletions.
3 changes: 3 additions & 0 deletions FormValidatorSwift.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -370,6 +370,7 @@
00F2E2DF1C46C6F400FE0B66 /* PresentConditionTests.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = PresentConditionTests.swift; sourceTree = "<group>"; };
00F2E2E11C46C7B500FE0B66 /* PasswordStrengthCondition.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = PasswordStrengthCondition.swift; sourceTree = "<group>"; };
00F2E2E31C46CBC200FE0B66 /* PasswordStrengthConditionTests.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = PasswordStrengthConditionTests.swift; sourceTree = "<group>"; };
0DB147A2207BB01E00E87A8F /* es */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = es; path = es.lproj/Localizable.strings; sourceTree = "<group>"; };
88644DA61E2967F7006B0150 /* ValidatorTextFieldTests.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; name = ValidatorTextFieldTests.swift; path = Controls/ValidatorTextFieldTests.swift; sourceTree = "<group>"; };
88644DA81E296AEC006B0150 /* ValidatorTextViewTests.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; name = ValidatorTextViewTests.swift; path = Controls/ValidatorTextViewTests.swift; sourceTree = "<group>"; };
BA6C8FAD1DC77E2200AFE4C4 /* tr */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = tr; path = tr.lproj/Localizable.strings; sourceTree = "<group>"; };
Expand Down Expand Up @@ -870,6 +871,7 @@
sv,
ru,
tr,
es,
);
mainGroup = 0062E9C61C45493E00021C0A;
productRefGroup = 0062E9D11C45493E00021C0A /* Products */;
Expand Down Expand Up @@ -1291,6 +1293,7 @@
0032C1001C454D980023DB19 /* ja */,
0032C1011C454D990023DB19 /* it */,
BA6C8FAD1DC77E2200AFE4C4 /* tr */,
0DB147A2207BB01E00E87A8F /* es */,
);
name = Localizable.strings;
sourceTree = "<group>";
Expand Down
20 changes: 20 additions & 0 deletions Sources/Resources/es.lproj/Localizable.strings
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";

0 comments on commit 33b79d6

Please sign in to comment.