jquery-validation-rails 1.12.0 → 1.13.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/CHANGELOG.md +4 -0
- data/app/assets/javascripts/jquery.validate.additional-methods.js +181 -74
- data/app/assets/javascripts/jquery.validate.js +407 -335
- data/app/assets/javascripts/jquery.validate.localization/messages_ar.js +29 -21
- data/app/assets/javascripts/jquery.validate.localization/messages_bg.js +29 -21
- data/app/assets/javascripts/jquery.validate.localization/messages_ca.js +29 -21
- data/app/assets/javascripts/jquery.validate.localization/messages_cs.js +29 -21
- data/app/assets/javascripts/jquery.validate.localization/messages_da.js +26 -18
- data/app/assets/javascripts/jquery.validate.localization/messages_de.js +26 -18
- data/app/assets/javascripts/jquery.validate.localization/messages_el.js +29 -21
- data/app/assets/javascripts/jquery.validate.localization/messages_es.js +32 -24
- data/app/assets/javascripts/jquery.validate.localization/messages_es_AR.js +32 -24
- data/app/assets/javascripts/jquery.validate.localization/messages_et.js +27 -19
- data/app/assets/javascripts/jquery.validate.localization/messages_eu.js +29 -21
- data/app/assets/javascripts/jquery.validate.localization/messages_fa.js +32 -21
- data/app/assets/javascripts/jquery.validate.localization/messages_fi.js +27 -19
- data/app/assets/javascripts/jquery.validate.localization/messages_fr.js +55 -46
- data/app/assets/javascripts/jquery.validate.localization/messages_gl.js +38 -0
- data/app/assets/javascripts/jquery.validate.localization/messages_he.js +29 -21
- data/app/assets/javascripts/jquery.validate.localization/messages_hr.js +29 -21
- data/app/assets/javascripts/jquery.validate.localization/messages_hu.js +28 -20
- data/app/assets/javascripts/jquery.validate.localization/messages_id.js +28 -20
- data/app/assets/javascripts/jquery.validate.localization/messages_is.js +27 -19
- data/app/assets/javascripts/jquery.validate.localization/messages_it.js +32 -24
- data/app/assets/javascripts/jquery.validate.localization/messages_ja.js +29 -21
- data/app/assets/javascripts/jquery.validate.localization/messages_ka.js +29 -21
- data/app/assets/javascripts/jquery.validate.localization/messages_kk.js +29 -21
- data/app/assets/javascripts/jquery.validate.localization/messages_ko.js +29 -21
- data/app/assets/javascripts/jquery.validate.localization/messages_lt.js +29 -21
- data/app/assets/javascripts/jquery.validate.localization/messages_lv.js +29 -21
- data/app/assets/javascripts/jquery.validate.localization/messages_my.js +29 -21
- data/app/assets/javascripts/jquery.validate.localization/messages_nl.js +38 -30
- data/app/assets/javascripts/jquery.validate.localization/messages_no.js +29 -21
- data/app/assets/javascripts/jquery.validate.localization/messages_pl.js +29 -21
- data/app/assets/javascripts/jquery.validate.localization/messages_pt_BR.js +33 -24
- data/app/assets/javascripts/jquery.validate.localization/messages_pt_PT.js +32 -24
- data/app/assets/javascripts/jquery.validate.localization/messages_ro.js +29 -21
- data/app/assets/javascripts/jquery.validate.localization/messages_ru.js +29 -21
- data/app/assets/javascripts/jquery.validate.localization/messages_si.js +29 -21
- data/app/assets/javascripts/jquery.validate.localization/messages_sk.js +26 -18
- data/app/assets/javascripts/jquery.validate.localization/messages_sl.js +29 -21
- data/app/assets/javascripts/jquery.validate.localization/messages_sr.js +29 -21
- data/app/assets/javascripts/jquery.validate.localization/messages_sr_lat.js +29 -21
- data/app/assets/javascripts/jquery.validate.localization/messages_sv.js +27 -19
- data/app/assets/javascripts/jquery.validate.localization/messages_th.js +29 -21
- data/app/assets/javascripts/jquery.validate.localization/messages_tj.js +29 -21
- data/app/assets/javascripts/jquery.validate.localization/messages_tr.js +29 -21
- data/app/assets/javascripts/jquery.validate.localization/messages_uk.js +29 -21
- data/app/assets/javascripts/jquery.validate.localization/messages_vi.js +29 -21
- data/app/assets/javascripts/jquery.validate.localization/messages_zh.js +29 -21
- data/app/assets/javascripts/jquery.validate.localization/messages_zh_TW.js +29 -21
- data/app/assets/javascripts/jquery.validate.localization/methods_de.js +11 -1
- data/app/assets/javascripts/jquery.validate.localization/methods_es_CL.js +11 -1
- data/app/assets/javascripts/jquery.validate.localization/methods_fi.js +22 -0
- data/app/assets/javascripts/jquery.validate.localization/methods_nl.js +11 -1
- data/app/assets/javascripts/jquery.validate.localization/methods_pt.js +11 -1
- data/lib/jquery/validation/rails/version.rb +1 -1
- metadata +4 -2
@@ -1,25 +1,33 @@
|
|
1
|
+
(function( factory ) {
|
2
|
+
if ( typeof define === "function" && define.amd ) {
|
3
|
+
define( ["jquery", "../jquery.validate"], factory );
|
4
|
+
} else {
|
5
|
+
factory( jQuery );
|
6
|
+
}
|
7
|
+
}(function( $ ) {
|
8
|
+
|
1
9
|
/*
|
2
10
|
* Translated default messages for the jQuery validation plugin.
|
3
11
|
* Locale: LV (Latvian; latviešu valoda)
|
4
12
|
*/
|
5
|
-
(
|
6
|
-
|
7
|
-
|
8
|
-
|
9
|
-
|
10
|
-
|
11
|
-
|
12
|
-
|
13
|
-
|
14
|
-
|
15
|
-
|
16
|
-
|
17
|
-
|
18
|
-
|
19
|
-
|
20
|
-
|
21
|
-
|
22
|
-
|
23
|
-
|
24
|
-
|
25
|
-
}
|
13
|
+
$.extend($.validator.messages, {
|
14
|
+
required: "Šis lauks ir obligāts.",
|
15
|
+
remote: "Lūdzu, pārbaudiet šo lauku.",
|
16
|
+
email: "Lūdzu, ievadiet derīgu e-pasta adresi.",
|
17
|
+
url: "Lūdzu, ievadiet derīgu URL adresi.",
|
18
|
+
date: "Lūdzu, ievadiet derīgu datumu.",
|
19
|
+
dateISO: "Lūdzu, ievadiet derīgu datumu (ISO).",
|
20
|
+
number: "Lūdzu, ievadiet derīgu numuru.",
|
21
|
+
digits: "Lūdzu, ievadiet tikai ciparus.",
|
22
|
+
creditcard: "Lūdzu, ievadiet derīgu kredītkartes numuru.",
|
23
|
+
equalTo: "Lūdzu, ievadiet to pašu vēlreiz.",
|
24
|
+
extension: "Lūdzu, ievadiet vērtību ar derīgu paplašinājumu.",
|
25
|
+
maxlength: $.validator.format("Lūdzu, ievadiet ne vairāk kā {0} rakstzīmes."),
|
26
|
+
minlength: $.validator.format("Lūdzu, ievadiet vismaz {0} rakstzīmes."),
|
27
|
+
rangelength: $.validator.format("Lūdzu ievadiet {0} līdz {1} rakstzīmes."),
|
28
|
+
range: $.validator.format("Lūdzu, ievadiet skaitli no {0} līdz {1}."),
|
29
|
+
max: $.validator.format("Lūdzu, ievadiet skaitli, kurš ir mazāks vai vienāds ar {0}."),
|
30
|
+
min: $.validator.format("Lūdzu, ievadiet skaitli, kurš ir lielāks vai vienāds ar {0}.")
|
31
|
+
});
|
32
|
+
|
33
|
+
}));
|
@@ -1,25 +1,33 @@
|
|
1
|
+
(function( factory ) {
|
2
|
+
if ( typeof define === "function" && define.amd ) {
|
3
|
+
define( ["jquery", "../jquery.validate"], factory );
|
4
|
+
} else {
|
5
|
+
factory( jQuery );
|
6
|
+
}
|
7
|
+
}(function( $ ) {
|
8
|
+
|
1
9
|
/*
|
2
10
|
* Translated default messages for the jQuery validation plugin.
|
3
11
|
* Locale: MY (Malay; Melayu)
|
4
12
|
*/
|
5
|
-
(
|
6
|
-
|
7
|
-
|
8
|
-
|
9
|
-
|
10
|
-
|
11
|
-
|
12
|
-
|
13
|
-
|
14
|
-
|
15
|
-
|
16
|
-
|
17
|
-
|
18
|
-
|
19
|
-
|
20
|
-
|
21
|
-
|
22
|
-
|
23
|
-
|
24
|
-
|
25
|
-
}
|
13
|
+
$.extend($.validator.messages, {
|
14
|
+
required: "Medan ini diperlukan.",
|
15
|
+
remote: "Sila betulkan medan ini.",
|
16
|
+
email: "Sila masukkan alamat emel yang betul.",
|
17
|
+
url: "Sila masukkan URL yang betul.",
|
18
|
+
date: "Sila masukkan tarikh yang betul.",
|
19
|
+
dateISO: "Sila masukkan tarikh(ISO) yang betul.",
|
20
|
+
number: "Sila masukkan nombor yang betul.",
|
21
|
+
digits: "Sila masukkan nilai digit sahaja.",
|
22
|
+
creditcard: "Sila masukkan nombor kredit kad yang betul.",
|
23
|
+
equalTo: "Sila masukkan nilai yang sama semula.",
|
24
|
+
extension: "Sila masukkan nilai yang telah diterima.",
|
25
|
+
maxlength: $.validator.format("Sila masukkan nilai tidak lebih dari {0} aksara."),
|
26
|
+
minlength: $.validator.format("Sila masukkan nilai sekurang-kurangnya {0} aksara."),
|
27
|
+
rangelength: $.validator.format("Sila masukkan panjang nilai antara {0} dan {1} aksara."),
|
28
|
+
range: $.validator.format("Sila masukkan nilai antara {0} dan {1} aksara."),
|
29
|
+
max: $.validator.format("Sila masukkan nilai yang kurang atau sama dengan {0}."),
|
30
|
+
min: $.validator.format("Sila masukkan nilai yang lebih atau sama dengan {0}.")
|
31
|
+
});
|
32
|
+
|
33
|
+
}));
|
@@ -1,35 +1,43 @@
|
|
1
|
+
(function( factory ) {
|
2
|
+
if ( typeof define === "function" && define.amd ) {
|
3
|
+
define( ["jquery", "../jquery.validate"], factory );
|
4
|
+
} else {
|
5
|
+
factory( jQuery );
|
6
|
+
}
|
7
|
+
}(function( $ ) {
|
8
|
+
|
1
9
|
/*
|
2
10
|
* Translated default messages for the jQuery validation plugin.
|
3
11
|
* Locale: NL (Dutch; Nederlands, Vlaams)
|
4
12
|
*/
|
5
|
-
(
|
6
|
-
|
7
|
-
|
8
|
-
|
9
|
-
|
10
|
-
|
11
|
-
|
12
|
-
|
13
|
-
|
14
|
-
|
15
|
-
|
16
|
-
|
17
|
-
|
18
|
-
|
19
|
-
|
20
|
-
|
21
|
-
|
22
|
-
|
23
|
-
|
13
|
+
$.extend($.validator.messages, {
|
14
|
+
required: "Dit is een verplicht veld.",
|
15
|
+
remote: "Controleer dit veld.",
|
16
|
+
email: "Vul hier een geldig e-mailadres in.",
|
17
|
+
url: "Vul hier een geldige URL in.",
|
18
|
+
date: "Vul hier een geldige datum in.",
|
19
|
+
dateISO: "Vul hier een geldige datum in (ISO-formaat).",
|
20
|
+
number: "Vul hier een geldig getal in.",
|
21
|
+
digits: "Vul hier alleen getallen in.",
|
22
|
+
creditcard: "Vul hier een geldig creditcardnummer in.",
|
23
|
+
equalTo: "Vul hier dezelfde waarde in.",
|
24
|
+
extension: "Vul hier een waarde in met een geldige extensie.",
|
25
|
+
maxlength: $.validator.format("Vul hier maximaal {0} tekens in."),
|
26
|
+
minlength: $.validator.format("Vul hier minimaal {0} tekens in."),
|
27
|
+
rangelength: $.validator.format("Vul hier een waarde in van minimaal {0} en maximaal {1} tekens."),
|
28
|
+
range: $.validator.format("Vul hier een waarde in van minimaal {0} en maximaal {1}."),
|
29
|
+
max: $.validator.format("Vul hier een waarde in kleiner dan of gelijk aan {0}."),
|
30
|
+
min: $.validator.format("Vul hier een waarde in groter dan of gelijk aan {0}."),
|
31
|
+
|
32
|
+
// for validations in additional-methods.js
|
33
|
+
iban: "Vul hier een geldig IBAN in.",
|
34
|
+
dateNL: "Vul hier een geldige datum in.",
|
35
|
+
phoneNL: "Vul hier een geldig Nederlands telefoonnummer in.",
|
36
|
+
mobileNL: "Vul hier een geldig Nederlands mobiel telefoonnummer in.",
|
37
|
+
postalcodeNL: "Vul hier een geldige postcode in.",
|
38
|
+
bankaccountNL: "Vul hier een geldig bankrekeningnummer in.",
|
39
|
+
giroaccountNL: "Vul hier een geldig gironummer in.",
|
40
|
+
bankorgiroaccountNL: "Vul hier een geldig bank- of gironummer in."
|
41
|
+
});
|
24
42
|
|
25
|
-
|
26
|
-
iban: "Vul hier een geldig IBAN in.",
|
27
|
-
dateNL: "Vul hier een geldige datum in.",
|
28
|
-
phoneNL: "Vul hier een geldig Nederlands telefoonnummer in.",
|
29
|
-
mobileNL: "Vul hier een geldig Nederlands mobiel telefoonnummer in.",
|
30
|
-
postalcodeNL: "Vul hier een geldige postcode in.",
|
31
|
-
bankaccountNL: "Vul hier een geldig bankrekeningnummer in.",
|
32
|
-
giroaccountNL: "Vul hier een geldig gironummer in.",
|
33
|
-
bankorgiroaccountNL: "Vul hier een geldig bank- of gironummer in."
|
34
|
-
});
|
35
|
-
}(jQuery));
|
43
|
+
}));
|
@@ -1,25 +1,33 @@
|
|
1
|
+
(function( factory ) {
|
2
|
+
if ( typeof define === "function" && define.amd ) {
|
3
|
+
define( ["jquery", "../jquery.validate"], factory );
|
4
|
+
} else {
|
5
|
+
factory( jQuery );
|
6
|
+
}
|
7
|
+
}(function( $ ) {
|
8
|
+
|
1
9
|
/*
|
2
10
|
* Translated default messages for the jQuery validation plugin.
|
3
11
|
* Locale: NO (Norwegian; Norsk)
|
4
12
|
*/
|
5
|
-
(
|
6
|
-
|
7
|
-
|
8
|
-
|
9
|
-
|
10
|
-
|
11
|
-
|
12
|
-
|
13
|
-
|
14
|
-
|
15
|
-
|
16
|
-
|
17
|
-
|
18
|
-
|
19
|
-
|
20
|
-
|
21
|
-
|
22
|
-
|
23
|
-
|
24
|
-
|
25
|
-
}
|
13
|
+
$.extend($.validator.messages, {
|
14
|
+
required: "Dette feltet er obligatorisk.",
|
15
|
+
maxlength: $.validator.format("Maksimalt {0} tegn."),
|
16
|
+
minlength: $.validator.format("Minimum {0} tegn."),
|
17
|
+
rangelength: $.validator.format("Angi minimum {0} og maksimum {1} tegn."),
|
18
|
+
email: "Oppgi en gyldig epostadresse.",
|
19
|
+
url: "Angi en gyldig URL.",
|
20
|
+
date: "Angi en gyldig dato.",
|
21
|
+
dateISO: "Angi en gyldig dato (ÅÅÅÅ-MM-DD).",
|
22
|
+
dateSE: "Angi en gyldig dato.",
|
23
|
+
number: "Angi et gyldig nummer.",
|
24
|
+
numberSE: "Angi et gyldig nummer.",
|
25
|
+
digits: "Skriv kun tall.",
|
26
|
+
equalTo: "Skriv samme verdi igjen.",
|
27
|
+
range: $.validator.format("Angi en verdi mellom {0} og {1}."),
|
28
|
+
max: $.validator.format("Angi en verdi som er mindre eller lik {0}."),
|
29
|
+
min: $.validator.format("Angi en verdi som er større eller lik {0}."),
|
30
|
+
creditcard: "Angi et gyldig kredittkortnummer."
|
31
|
+
});
|
32
|
+
|
33
|
+
}));
|
@@ -1,25 +1,33 @@
|
|
1
|
+
(function( factory ) {
|
2
|
+
if ( typeof define === "function" && define.amd ) {
|
3
|
+
define( ["jquery", "../jquery.validate"], factory );
|
4
|
+
} else {
|
5
|
+
factory( jQuery );
|
6
|
+
}
|
7
|
+
}(function( $ ) {
|
8
|
+
|
1
9
|
/*
|
2
10
|
* Translated default messages for the jQuery validation plugin.
|
3
11
|
* Locale: PL (Polish; język polski, polszczyzna)
|
4
12
|
*/
|
5
|
-
(
|
6
|
-
|
7
|
-
|
8
|
-
|
9
|
-
|
10
|
-
|
11
|
-
|
12
|
-
|
13
|
-
|
14
|
-
|
15
|
-
|
16
|
-
|
17
|
-
|
18
|
-
|
19
|
-
|
20
|
-
|
21
|
-
|
22
|
-
|
23
|
-
|
24
|
-
|
25
|
-
}
|
13
|
+
$.extend($.validator.messages, {
|
14
|
+
required: "To pole jest wymagane.",
|
15
|
+
remote: "Proszę o wypełnienie tego pola.",
|
16
|
+
email: "Proszę o podanie prawidłowego adresu email.",
|
17
|
+
url: "Proszę o podanie prawidłowego URL.",
|
18
|
+
date: "Proszę o podanie prawidłowej daty.",
|
19
|
+
dateISO: "Proszę o podanie prawidłowej daty (ISO).",
|
20
|
+
number: "Proszę o podanie prawidłowej liczby.",
|
21
|
+
digits: "Proszę o podanie samych cyfr.",
|
22
|
+
creditcard: "Proszę o podanie prawidłowej karty kredytowej.",
|
23
|
+
equalTo: "Proszę o podanie tej samej wartości ponownie.",
|
24
|
+
extension: "Proszę o podanie wartości z prawidłowym rozszerzeniem.",
|
25
|
+
maxlength: $.validator.format("Proszę o podanie nie więcej niż {0} znaków."),
|
26
|
+
minlength: $.validator.format("Proszę o podanie przynajmniej {0} znaków."),
|
27
|
+
rangelength: $.validator.format("Proszę o podanie wartości o długości od {0} do {1} znaków."),
|
28
|
+
range: $.validator.format("Proszę o podanie wartości z przedziału od {0} do {1}."),
|
29
|
+
max: $.validator.format("Proszę o podanie wartości mniejszej bądź równej {0}."),
|
30
|
+
min: $.validator.format("Proszę o podanie wartości większej bądź równej {0}.")
|
31
|
+
});
|
32
|
+
|
33
|
+
}));
|
@@ -1,29 +1,38 @@
|
|
1
|
+
(function( factory ) {
|
2
|
+
if ( typeof define === "function" && define.amd ) {
|
3
|
+
define( ["jquery", "../jquery.validate"], factory );
|
4
|
+
} else {
|
5
|
+
factory( jQuery );
|
6
|
+
}
|
7
|
+
}(function( $ ) {
|
8
|
+
|
1
9
|
/*
|
2
10
|
* Translated default messages for the jQuery validation plugin.
|
3
11
|
* Locale: PT (Portuguese; português)
|
4
12
|
* Region: BR (Brazil)
|
5
13
|
*/
|
6
|
-
(
|
7
|
-
|
8
|
-
|
9
|
-
|
10
|
-
|
11
|
-
|
12
|
-
|
13
|
-
|
14
|
-
|
15
|
-
|
16
|
-
|
17
|
-
|
18
|
-
|
19
|
-
|
20
|
-
|
21
|
-
|
22
|
-
|
23
|
-
|
24
|
-
|
25
|
-
|
26
|
-
|
27
|
-
|
28
|
-
|
29
|
-
|
14
|
+
$.extend($.validator.messages, {
|
15
|
+
required: "Este campo é requerido.",
|
16
|
+
remote: "Por favor, corrija este campo.",
|
17
|
+
email: "Por favor, forneça um endereço de email válido.",
|
18
|
+
url: "Por favor, forneça uma URL válida.",
|
19
|
+
date: "Por favor, forneça uma data válida.",
|
20
|
+
dateISO: "Por favor, forneça uma data válida (ISO).",
|
21
|
+
number: "Por favor, forneça um número válido.",
|
22
|
+
digits: "Por favor, forneça somente dígitos.",
|
23
|
+
creditcard: "Por favor, forneça um cartão de crédito válido.",
|
24
|
+
equalTo: "Por favor, forneça o mesmo valor novamente.",
|
25
|
+
extension: "Por favor, forneça um valor com uma extensão válida.",
|
26
|
+
maxlength: $.validator.format("Por favor, forneça não mais que {0} caracteres."),
|
27
|
+
minlength: $.validator.format("Por favor, forneça ao menos {0} caracteres."),
|
28
|
+
rangelength: $.validator.format("Por favor, forneça um valor entre {0} e {1} caracteres de comprimento."),
|
29
|
+
range: $.validator.format("Por favor, forneça um valor entre {0} e {1}."),
|
30
|
+
max: $.validator.format("Por favor, forneça um valor menor ou igual a {0}."),
|
31
|
+
min: $.validator.format("Por favor, forneça um valor maior ou igual a {0}."),
|
32
|
+
nifES: "Por favor, forneça um NIF válido.",
|
33
|
+
nieES: "Por favor, forneça um NIE válido.",
|
34
|
+
cifEE: "Por favor, forneça um CIF válido.",
|
35
|
+
postalcodeBR: "Por favor, forneça um CEP válido."
|
36
|
+
});
|
37
|
+
|
38
|
+
}));
|
@@ -1,29 +1,37 @@
|
|
1
|
+
(function( factory ) {
|
2
|
+
if ( typeof define === "function" && define.amd ) {
|
3
|
+
define( ["jquery", "../jquery.validate"], factory );
|
4
|
+
} else {
|
5
|
+
factory( jQuery );
|
6
|
+
}
|
7
|
+
}(function( $ ) {
|
8
|
+
|
1
9
|
/*
|
2
10
|
* Translated default messages for the jQuery validation plugin.
|
3
11
|
* Locale: PT (Portuguese; português)
|
4
12
|
* Region: PT (Portugal)
|
5
13
|
*/
|
6
|
-
(
|
7
|
-
|
8
|
-
|
9
|
-
|
10
|
-
|
11
|
-
|
12
|
-
|
13
|
-
|
14
|
-
|
15
|
-
|
16
|
-
|
17
|
-
|
18
|
-
|
19
|
-
|
20
|
-
|
21
|
-
|
22
|
-
|
23
|
-
|
24
|
-
|
25
|
-
|
26
|
-
|
27
|
-
|
28
|
-
|
29
|
-
}
|
14
|
+
$.extend($.validator.messages, {
|
15
|
+
required: "Campo de preenchimento obrigatório.",
|
16
|
+
remote: "Por favor, corrija este campo.",
|
17
|
+
email: "Por favor, introduza um endereço eletrónico válido.",
|
18
|
+
url: "Por favor, introduza um URL válido.",
|
19
|
+
date: "Por favor, introduza uma data válida.",
|
20
|
+
dateISO: "Por favor, introduza uma data válida (ISO).",
|
21
|
+
number: "Por favor, introduza um número válido.",
|
22
|
+
digits: "Por favor, introduza apenas dígitos.",
|
23
|
+
creditcard: "Por favor, introduza um número de cartão de crédito válido.",
|
24
|
+
equalTo: "Por favor, introduza de novo o mesmo valor.",
|
25
|
+
extension: "Por favor, introduza um ficheiro com uma extensão válida.",
|
26
|
+
maxlength: $.validator.format("Por favor, não introduza mais do que {0} caracteres."),
|
27
|
+
minlength: $.validator.format("Por favor, introduza pelo menos {0} caracteres."),
|
28
|
+
rangelength: $.validator.format("Por favor, introduza entre {0} e {1} caracteres."),
|
29
|
+
range: $.validator.format("Por favor, introduza um valor entre {0} e {1}."),
|
30
|
+
max: $.validator.format("Por favor, introduza um valor menor ou igual a {0}."),
|
31
|
+
min: $.validator.format("Por favor, introduza um valor maior ou igual a {0}."),
|
32
|
+
nifES: "Por favor, introduza um NIF válido.",
|
33
|
+
nieES: "Por favor, introduza um NIE válido.",
|
34
|
+
cifES: "Por favor, introduza um CIF válido."
|
35
|
+
});
|
36
|
+
|
37
|
+
}));
|
@@ -1,25 +1,33 @@
|
|
1
|
+
(function( factory ) {
|
2
|
+
if ( typeof define === "function" && define.amd ) {
|
3
|
+
define( ["jquery", "../jquery.validate"], factory );
|
4
|
+
} else {
|
5
|
+
factory( jQuery );
|
6
|
+
}
|
7
|
+
}(function( $ ) {
|
8
|
+
|
1
9
|
/*
|
2
10
|
* Translated default messages for the jQuery validation plugin.
|
3
11
|
* Locale: RO (Romanian, limba română)
|
4
12
|
*/
|
5
|
-
(
|
6
|
-
|
7
|
-
|
8
|
-
|
9
|
-
|
10
|
-
|
11
|
-
|
12
|
-
|
13
|
-
|
14
|
-
|
15
|
-
|
16
|
-
|
17
|
-
|
18
|
-
|
19
|
-
|
20
|
-
|
21
|
-
|
22
|
-
|
23
|
-
|
24
|
-
|
25
|
-
}
|
13
|
+
$.extend($.validator.messages, {
|
14
|
+
required: "Acest câmp este obligatoriu.",
|
15
|
+
remote: "Te rugăm să completezi acest câmp.",
|
16
|
+
email: "Te rugăm să introduci o adresă de email validă",
|
17
|
+
url: "Te rugăm sa introduci o adresă URL validă.",
|
18
|
+
date: "Te rugăm să introduci o dată corectă.",
|
19
|
+
dateISO: "Te rugăm să introduci o dată (ISO) corectă.",
|
20
|
+
number: "Te rugăm să introduci un număr întreg valid.",
|
21
|
+
digits: "Te rugăm să introduci doar cifre.",
|
22
|
+
creditcard: "Te rugăm să introduci un numar de carte de credit valid.",
|
23
|
+
equalTo: "Te rugăm să reintroduci valoarea.",
|
24
|
+
extension: "Te rugăm să introduci o valoare cu o extensie validă.",
|
25
|
+
maxlength: $.validator.format("Te rugăm să nu introduci mai mult de {0} caractere."),
|
26
|
+
minlength: $.validator.format("Te rugăm să introduci cel puțin {0} caractere."),
|
27
|
+
rangelength: $.validator.format("Te rugăm să introduci o valoare între {0} și {1} caractere."),
|
28
|
+
range: $.validator.format("Te rugăm să introduci o valoare între {0} și {1}."),
|
29
|
+
max: $.validator.format("Te rugăm să introduci o valoare egal sau mai mică decât {0}."),
|
30
|
+
min: $.validator.format("Te rugăm să introduci o valoare egal sau mai mare decât {0}.")
|
31
|
+
});
|
32
|
+
|
33
|
+
}));
|