Skip to content

Commit cce9aa4

Browse files
committed
Missing spaces fixed in CZ, DE, PL, RO translations. Updated DE translation - change some translations to remove unexpected '%s'
1 parent 9a22cab commit cce9aa4

File tree

4 files changed

+56
-55
lines changed

4 files changed

+56
-55
lines changed

form-validator/lang/cz.dev.js

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -22,29 +22,29 @@
2222
badTelephone: 'Neplatné telefonní číslo',
2323
badSecurityAnswer: 'Chybná odpověď na bezpečnostní otázku',
2424
badDate: 'Nesprávné datum',
25-
lengthBadStart: 'Zadaná hodnota musí být v rozmezí',
26-
lengthBadEnd: 'znaků',
27-
lengthTooLongStart: 'Zadaná hodnota je větší než',
28-
lengthTooShortStart: 'Zadaná hodnota je menší než',
25+
lengthBadStart: 'Zadaná hodnota musí být v rozmezí ',
26+
lengthBadEnd: ' znaků',
27+
lengthTooLongStart: 'Zadaná hodnota je větší než ',
28+
lengthTooShortStart: 'Zadaná hodnota je menší než ',
2929
notConfirmed: 'Zadané hodnoty nebyly potvrzené',
3030
badDomain: 'Neplatná doména',
3131
badUrl: 'Neplatný URL',
3232
badCustomVal: 'Zadaná hodnota je chybná',
33-
andSpaces: 'a mezery',
33+
andSpaces: ' a mezery',
3434
badInt: 'Neplatné číslo',
3535
badSecurityNumber: 'Neplatné číslo zabezpečení',
3636
badUKVatAnswer: 'Neplatné číslo DIČ ',
3737
badStrength: 'Vaše heslo není dostatečně silné',
38-
badNumberOfSelectedOptionsStart: 'Musíte vybrat nejméně',
39-
badNumberOfSelectedOptionsEnd: 'odpověď',
40-
badAlphaNumeric: 'Zadaná hodnota může obsahovat pouze alfanumerické znaky',
41-
badAlphaNumericExtra: 'a',
38+
badNumberOfSelectedOptionsStart: 'Musíte vybrat nejméně ',
39+
badNumberOfSelectedOptionsEnd: ' odpověď',
40+
badAlphaNumeric: 'Zadaná hodnota může obsahovat pouze alfanumerické znaky ',
41+
badAlphaNumericExtra: ' a ',
4242
wrongFileSize: 'Soubor je příliš velký (max %s)',
4343
wrongFileType: 'Pouze soubory typu %s',
44-
groupCheckedRangeStart: 'Prosím, vyberte',
45-
groupCheckedTooFewStart: 'Vyberte prosím nejméně',
46-
groupCheckedTooManyStart: 'Vyberte prosím maximálně',
47-
groupCheckedEnd: 'složka(y)',
44+
groupCheckedRangeStart: 'Prosím, vyberte ',
45+
groupCheckedTooFewStart: 'Vyberte prosím nejméně ',
46+
groupCheckedTooManyStart: 'Vyberte prosím maximálně ',
47+
groupCheckedEnd: ' složka(y)',
4848
badCreditCard: 'Číslo kreditní karty je neplatné',
4949
badCVV: 'Číslo CVV je neplatné',
5050
wrongFileDim: 'Nesprávné rozměry obrázku,',

form-validator/lang/de.dev.js

Lines changed: 12 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,10 @@
2222
badTelephone: "Sie haben keine richtige Telefonnummer eingetragen",
2323
badSecurityAnswer: "Sie haben die falsche Antwort auf die Sicherheitsfrage eingegeben",
2424
badDate: "Re-Eingabe eines falschen Datums",
25-
lengthBadStart: "Ihre Eingabe muss zwischen %s lang sein",
26-
lengthBadEnd: " Zeichen",
27-
lengthTooLongStart: "Sie haben eine Antwort die länger als %s angegeben",
28-
lengthTooShortStart: "Sie haben eine Antwort die kürzer ist als %s eingegebene",
25+
lengthBadStart: "Der eingegebene Wert muss da zwischen sein ",
26+
lengthBadEnd: Zeichen",
27+
lengthTooLongStart: "Eingegebene Wert ist größer als ",
28+
lengthTooShortStart: "Eingegebene Wert ist größer als ",
2929
notConfirmed: "Die Antworten könnten nicht gegenseitig bestätigen,",
3030
badDomain: "Sie haben die falsche Domäne eingetragen",
3131
badUrl: "Sie haben nicht die richtige URL eingegeben",
@@ -35,7 +35,7 @@
3535
badSecurityNumber: "Sie haben eine falsche Sozialversicherungsnummer eingegeben",
3636
badUKVatAnswer: "Sie haben keine UK Umsatzsteuer-Identifikationsnummer eingegeben",
3737
badStrength: "Sie haben ein Kennwort, das nicht sicher genug ist eingegeben",
38-
badNumberOfSelectedOptionsStart: "Sie müssen mindestens %s wählen",
38+
badNumberOfSelectedOptionsStart: "Wählen Sie zu mindestens ",
3939
badNumberOfSelectedOptionsEnd: " Antwort",
4040
badAlphaNumeric: "Sie können nur mit alphanumerische Zeichen (Buchstaben und Zahlen) eingaben",
4141
badAlphaNumericExtra: " und",
@@ -48,16 +48,17 @@
4848
badCreditCard: "Sie haben eine ungültige Kreditkartennummer eingegeben",
4949
badCVV: "Sie haben eine falsche CVV eingegeben",
5050
wrongFileDim: "Illegal Bildgröße,",
51-
imageTooTall: "Das Bild kann nicht höher als %s sein",
52-
imageTooWide: "Das Bild kann nicht breiter als %s sein",
53-
imageTooSmall: "das Bild ist zu klein",
51+
imageTooTall: "Bild kann nicht größer als",
52+
imageTooWide: "Bild kann nicht größer als",
53+
imageTooSmall: "Bild ist zu klein",
5454
min: "min",
5555
max: "max",
56-
imageRatioNotAccepted : 'Bildverhältnis wird nicht akzeptiert'
56+
imageRatioNotAccepted : 'Bildverhältnis wird nicht akzeptiert',
57+
badBrazilTelephoneAnswer: 'Die eingegebene Telefonnummer ist nicht korrekt',
58+
badBrazilCEPAnswer: 'Der CEP ist ungültig',
59+
badBrazilCPFAnswer: 'Der CEP ist ungültig'
5760
};
5861

5962
});
6063

6164
})(jQuery, window);
62-
63-

form-validator/lang/pl.dev.js

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -22,29 +22,29 @@
2222
badTelephone: 'Wprowadzono niepoprawny numeru telefonu',
2323
badSecurityAnswer: 'Nieprawidłowa odpowiedź na pytanie bezpieczeństwa',
2424
badDate: 'Niepoprawna data',
25-
lengthBadStart: 'Wprowadzona wartość musi być pomiędzy',
26-
lengthBadEnd: 'znaków',
27-
lengthTooLongStart: 'Wprowadzona wartość jest większa niż',
28-
lengthTooShortStart: 'Wprowadzona wartość jest mniejsza niż',
25+
lengthBadStart: 'Wprowadzona wartość musi być pomiędzy ',
26+
lengthBadEnd: ' znaków',
27+
lengthTooLongStart: 'Wprowadzona wartość jest większa niż ',
28+
lengthTooShortStart: 'Wprowadzona wartość jest mniejsza niż ',
2929
notConfirmed: 'Wprowadzone wartości nie zostały potwierdzone',
3030
badDomain: 'Nieprawidłowa wartość domeny',
3131
badUrl: 'Wprowadzono nieprawidłowy adres URL',
3232
badCustomVal: 'Wprowadzona wartość jest niepoprawna',
33-
andSpaces: 'i odstępy',
33+
andSpaces: ' i odstępy',
3434
badInt: 'Wprowadzono nieprawidłowy numer',
3535
badSecurityNumber: 'Wprowadzono niepoprawny numer ubezpieczenia społecznego',
3636
badUKVatAnswer: 'Wprowadzono niepoprawny brytyjski numer VAT',
3737
badStrength: 'Twoje hasło nie jest wystarczająco mocne',
38-
badNumberOfSelectedOptionsStart: 'Musisz wybrać przynajmniej',
39-
badNumberOfSelectedOptionsEnd: 'odpowiedzi',
40-
badAlphaNumeric: 'Wprowadzona wartość może zawierać tylko znaki alfanumeryczne',
41-
badAlphaNumericExtra: 'i',
38+
badNumberOfSelectedOptionsStart: 'Musisz wybrać przynajmniej ',
39+
badNumberOfSelectedOptionsEnd: ' odpowiedzi',
40+
badAlphaNumeric: 'Wprowadzona wartość może zawierać tylko znaki alfanumeryczne ',
41+
badAlphaNumericExtra: ' i ',
4242
wrongFileSize: 'Wysyłany plik jest zbyt duży (max %s)',
4343
wrongFileType: 'Dozwolone są tylko pliki typu %s',
44-
groupCheckedRangeStart: 'Proszę wybrać pomiędzy',
45-
groupCheckedTooFewStart: 'Proszę wybrać przynajmniej',
46-
groupCheckedTooManyStart: 'Proszę wybrać maksymalnie',
47-
groupCheckedEnd: 'element(ów)',
44+
groupCheckedRangeStart: 'Proszę wybrać pomiędzy ',
45+
groupCheckedTooFewStart: 'Proszę wybrać przynajmniej ',
46+
groupCheckedTooManyStart: 'Proszę wybrać maksymalnie ',
47+
groupCheckedEnd: ' element(ów)',
4848
badCreditCard: 'Podany numer karty kredytowej jest nieprawidłowy',
4949
badCVV: 'Podany numer CVV jest nieprawidłowy',
5050
wrongFileDim: 'Nieprawidłowe wymiary obrazu,',

form-validator/lang/ro.dev.js

Lines changed: 18 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -15,36 +15,36 @@
1515
$(window).bind('validatorsLoaded', function() {
1616

1717
$.formUtils.LANG = {
18-
errorTitle: 'Nu s-a reu?it plasarea forumlarului!',
18+
errorTitle: 'Nu sa reusit lansarea formularului!',
1919
requiredfields: 'Nu toate câmpurile obligatorii au fost completate',
2020
badTime: 'Timpul introdus este incorect',
2121
badEmail: 'Adresa de e-mail este incorectă',
2222
badTelephone: 'Numărul de telefon este incorect',
2323
badSecurityAnswer: 'Răspuns incorect la întrebarea de siguran?ă',
2424
badDate: 'Dară incorectă',
25-
lengthBadStart: 'Valoarea introdusă trebuie să fie interval',
26-
lengthBadEnd: 'caractere',
27-
lengthTooLongStart: 'Valoarea introdusă este mai mare decât',
28-
lengthTooShortStart: 'Valoarea introdusă este mai mică decât',
25+
lengthBadStart: 'Valoarea introdusă trebuie să fie interval ',
26+
lengthBadEnd: ' caractere',
27+
lengthTooLongStart: 'Valoarea introdusă este mai mare decât ',
28+
lengthTooShortStart: 'Valoarea introdusă este mai mică decât ',
2929
notConfirmed: 'Valorile introduse nu au fost confirmate',
3030
badDomain: 'Domeniul este incorect',
3131
badUrl: 'Adresa URL este incorectă',
3232
badCustomVal: 'Valoarea introdusă este incorectă',
33-
andSpaces: '?i spa?ierea',
33+
andSpaces: ' şi spaţierea',
3434
badInt: 'Numărul introdus este incorect',
3535
badSecurityNumber: 'Numărul de asigurare introdus este incorect',
3636
badUKVatAnswer: 'Numărul CIF introdus este incorect',
3737
badStrength: 'Parola Dvs nu este suficient de sigură',
38-
badNumberOfSelectedOptionsStart: 'Trebuie să alegi măcar',
39-
badNumberOfSelectedOptionsEnd: 'răspunsuri',
40-
badAlphaNumeric: 'Valoarea introdusă trebuie să con?ină doar caractere alfanumerice',
41-
badAlphaNumericExtra: '?i',
42-
wrongFileSize: 'Fi?ierul trimis este prea mare (max %s)',
43-
wrongFileType: 'Se acceptă doar fi?iere tip %s',
44-
groupCheckedRangeStart: 'Te rog alege între',
45-
groupCheckedTooFewStart: 'Te rog alege măcar',
46-
groupCheckedTooManyStart: 'Te rog alege maxim',
47-
groupCheckedEnd: 'elemnt(e)',
38+
badNumberOfSelectedOptionsStart: 'Trebuie să alegi măcar ',
39+
badNumberOfSelectedOptionsEnd: ' răspunsuri',
40+
badAlphaNumeric: 'Valoarea introdusă trebuie să con însă doar caractere alfanumerice ',
41+
badAlphaNumericExtra: ' și ',
42+
wrongFileSize: 'Fisierul trimis este prea mare (max %s)',
43+
wrongFileType: 'Se acceptă doar fisiere tip %s',
44+
groupCheckedRangeStart: 'Te rog alege între ',
45+
groupCheckedTooFewStart: 'Te rog alege măcar ',
46+
groupCheckedTooManyStart: 'Te rog alege maxim ',
47+
groupCheckedEnd: ' elemnt(e)',
4848
badCreditCard: 'Numărul de card introdus este incorect',
4949
badCVV: 'Numărul CVV introdus este incorect',
5050
wrongFileDim: 'Dimensiunea imaginii este incorectă,',
@@ -53,10 +53,10 @@
5353
imageTooSmall: 'imaginea este prea mică',
5454
min: 'min',
5555
max: 'max',
56-
imageRatioNotAccepted: 'Propor?iile imaginii sunt incorecte',
56+
imageRatioNotAccepted: 'Proportiile imaginii sunt incorecte',
5757
badBrazilTelephoneAnswer: 'Numărul de telefon introdus este incorect.',
5858
badBrazilCEPAnswer: 'CEP incorect',
59-
badBrazilCPFAnswer: 'CPF incorect',
59+
badBrazilCPFAnswer: 'CPF incorect'
6060
};
6161

6262
});

0 commit comments

Comments
 (0)