Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adds Spanish (Spain) translation. #73

Merged
1 commit merged into from
Apr 9, 2018
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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";