Skip to content

Commit fa53ec4

Browse files
committed
Localized the new Validators
1 parent c73677b commit fa53ec4

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

67 files changed

+970
-210
lines changed

example/pubspec.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ packages:
125125
name: source_span
126126
url: "https://pub.dartlang.org"
127127
source: hosted
128-
version: "1.9.1"
128+
version: "1.9.0"
129129
stack_trace:
130130
dependency: transitive
131131
description:

lib/l10n/intl_ar.arb

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,14 @@
3939
"minLength": {}
4040
}
4141
},
42+
"minWordsCountErrorText": "يجب أن لا يقل عدد الكلمات المدخلة عن {minWordsCount}.",
43+
"@minWordsCountErrorText": {
44+
"description": "Error Text for minWordsCount validator",
45+
"type": "text",
46+
"placeholders": {
47+
"minWordsCount": {}
48+
}
49+
},
4250
"maxErrorText": "يجب أن لا تزيد القيمة المدخلة عن {max}.",
4351
"@maxErrorText": {
4452
"description": "Error Text for max validator",
@@ -55,6 +63,14 @@
5563
"maxLength": {}
5664
}
5765
},
66+
"maxWordsCountErrorText": "يجب أن لا يزيد عدد الكلمات المدخلة عن {maxWordsCount}.",
67+
"@maxWordsCountErrorText": {
68+
"description": "Error Text for maxWordsCount validator",
69+
"type": "text",
70+
"placeholders": {
71+
"maxWordsCount": {}
72+
}
73+
},
5874
"emailErrorText": "هذا الحقل يتطلب عنوان بريد إلكتروني صالح.",
5975
"@emailErrorText": {
6076
"description": "Error Text for email field",

lib/l10n/intl_bn.arb

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,14 @@
3939
"minLength": {}
4040
}
4141
},
42+
"minWordsCountErrorText": "মান অবশ্যই একটি শব্দের গণনা থাকতে হবে {minWordsCount} এর চেয়ে বেশি বা সমান",
43+
"@minWordsCountErrorText": {
44+
"description": "Error Text for required field",
45+
"type": "text",
46+
"placeholders": {
47+
"minWordsCount": {}
48+
}
49+
},
4250
"maxErrorText": "মান অবশ্যই {max} এর কম বা সমান হতে হবে।",
4351
"@maxErrorText": {
4452
"description": "Error Text for max validator",
@@ -55,6 +63,14 @@
5563
"maxLength": {}
5664
}
5765
},
66+
"maxWordsCountErrorText": "মান অবশ্যই একটি শব্দের গণনা থাকতে হবে {maxWordsCount} এর চেয়ে কম বা সমান",
67+
"@maxWordsCountErrorText": {
68+
"description": "Error Text for required field",
69+
"type": "text",
70+
"placeholders": {
71+
"maxWordsCount": {}
72+
}
73+
},
5874
"emailErrorText": "একটি বৈধ ইমেল আইডি প্রয়োজন।",
5975
"@emailErrorText": {
6076
"description": "Error Text for email validator",

lib/l10n/intl_bs.arb

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,14 @@
3939
"minLength": {}
4040
}
4141
},
42+
"minWordsCountErrorText": "Vrijednost mora imati riječi računanje veće ili jednake {minWordsCount}",
43+
"@minWordsCountErrorText": {
44+
"description": "Error Text for required field",
45+
"type": "text",
46+
"placeholders": {
47+
"minWordsCount": {}
48+
}
49+
},
4250
"maxErrorText": "Vrijednost mora biti manja ili jednaka {max}",
4351
"@maxErrorText": {
4452
"description": "Error Text for max validator",
@@ -55,6 +63,14 @@
5563
"maxLength": {}
5664
}
5765
},
66+
"maxWordsCountErrorText": "Vrijednost mora imati riječi koje računaju manje ili jednake {maxWordsCount}",
67+
"@maxWordsCountErrorText": {
68+
"description": "Error Text for required field",
69+
"type": "text",
70+
"placeholders": {
71+
"maxWordsCount": {}
72+
}
73+
},
5874
"equalLengthErrorText": "Vrijednost mora biti duga {length} znakova.",
5975
"@equalLengthErrorText": {
6076
"description": "Error Text for required field",

lib/l10n/intl_ca.arb

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,14 @@
2323
"minLength": {}
2424
}
2525
},
26+
"minWordsCountErrorText": "El valor ha de tenir un compte de paraules superior o igual a {minWordsCount}",
27+
"@minWordsCountErrorText": {
28+
"description": "Error Text for required field",
29+
"type": "text",
30+
"placeholders": {
31+
"minWordsCount": {}
32+
}
33+
},
2634
"maxErrorText": "El valor ha de ser inferior o igual a {max}",
2735
"@maxErrorText": {
2836
"description": "Error Text for required field",
@@ -39,6 +47,14 @@
3947
"maxLength": {}
4048
}
4149
},
50+
"maxWordsCountErrorText": "El valor ha de tenir un compte de paraules inferior o igual a {maxWordsCount}",
51+
"@maxWordsCountErrorText": {
52+
"description": "Error Text for required field",
53+
"type": "text",
54+
"placeholders": {
55+
"maxWordsCount": {}
56+
}
57+
},
4258
"emailErrorText": "Aquest camp requereix una adreça de correu electrònic vàlida.",
4359
"@emailErrorText": {
4460
"description": "Error Text for email field",

lib/l10n/intl_cs.arb

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,14 @@
2323
"minLength": {}
2424
}
2525
},
26+
"minWordsCountErrorText": "Hodnota musí mít počet slov větší nebo rovná {minWordsCount}",
27+
"@minWordsCountErrorText": {
28+
"description": "Error Text for required field",
29+
"type": "text",
30+
"placeholders": {
31+
"minWordsCount": {}
32+
}
33+
},
2634
"maxErrorText": "Hodnota musí být menší než nebo rovna {max}.",
2735
"@maxErrorText": {
2836
"description": "Error Text for max validator",
@@ -39,6 +47,14 @@
3947
"maxLength": {}
4048
}
4149
},
50+
"maxWordsCountErrorText": "Hodnota musí mít počet slov menší nebo rovná {maxWordsCount}",
51+
"@maxWordsCountErrorText": {
52+
"description": "Error Text for required field",
53+
"type": "text",
54+
"placeholders": {
55+
"maxWordsCount": {}
56+
}
57+
},
4258
"equalLengthErrorText": "Hodnota musí mít délku rovnu {length}",
4359
"@equalLengthErrorText": {
4460
"description": "Error Text for required field",

lib/l10n/intl_de.arb

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,14 @@
3131
"minLength": {}
3232
}
3333
},
34+
"minWordsCountErrorText": "Der Wert muss eine Wörter haben, die größer oder gleich {minWordsCount} ist",
35+
"@minWordsCountErrorText": {
36+
"description": "Error Text for required field",
37+
"type": "text",
38+
"placeholders": {
39+
"minWordsCount": {}
40+
}
41+
},
3442
"maxErrorText": "Der Wert muss kleiner als oder gleich {max} sein.",
3543
"@maxErrorText": {
3644
"description": "Error Text for max validator",
@@ -47,6 +55,14 @@
4755
"maxLength": {}
4856
}
4957
},
58+
"maxWordsCountErrorText": "Der Wert muss eine Wörter weniger als oder gleich {maxWordsCount} zählen lassen",
59+
"@maxWordsCountErrorText": {
60+
"description": "Error Text for required field",
61+
"type": "text",
62+
"placeholders": {
63+
"maxWordsCount": {}
64+
}
65+
},
5066
"emailErrorText": "Für dieses Feld ist eine gültige E-Mail-Adresse erforderlich.",
5167
"@emailErrorText": {
5268
"description": "Error Text for email validator",

lib/l10n/intl_en.arb

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,14 @@
2323
"minLength": {}
2424
}
2525
},
26+
"minWordsCountErrorText": "Value must have a words count greater than or equal to {minWordsCount}",
27+
"@minWordsCountErrorText": {
28+
"description": "Error Text for required field",
29+
"type": "text",
30+
"placeholders": {
31+
"minWordsCount": {}
32+
}
33+
},
2634
"maxErrorText": "Value must be less than or equal to {max}",
2735
"@maxErrorText": {
2836
"description": "Error Text for required field",
@@ -39,6 +47,14 @@
3947
"maxLength": {}
4048
}
4149
},
50+
"maxWordsCountErrorText": "Value must have a words count less than or equal to {maxWordsCount}",
51+
"@maxWordsCountErrorText": {
52+
"description": "Error Text for required field",
53+
"type": "text",
54+
"placeholders": {
55+
"maxWordsCount": {}
56+
}
57+
},
4258
"equalLengthErrorText": "Value must have a length equal to {length}",
4359
"@equalLengthErrorText": {
4460
"description": "Error Text for required field",

lib/l10n/intl_es.arb

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,14 @@
2323
"minLength": {}
2424
}
2525
},
26+
"minWordsCountErrorText": "El valor debe tener un recuento de palabras mayor o igual a {minWordsCount}",
27+
"@minWordsCountErrorText": {
28+
"description": "Error Text for required field",
29+
"type": "text",
30+
"placeholders": {
31+
"minWordsCount": {}
32+
}
33+
},
2634
"maxErrorText": "El valor debe ser menor o igual que {max}.",
2735
"@maxErrorText": {
2836
"description": "Error Text for required field",
@@ -39,6 +47,14 @@
3947
"maxLength": {}
4048
}
4149
},
50+
"maxWordsCountErrorText": "El valor debe tener un recuento de palabras menos o igual a {maxWordsCount}",
51+
"@maxWordsCountErrorText": {
52+
"description": "Error Text for required field",
53+
"type": "text",
54+
"placeholders": {
55+
"maxWordsCount": {}
56+
}
57+
},
4258
"equalLengthErrorText": "El valor debe tener una longitud igual a {length}",
4359
"@equalLengthErrorText": {
4460
"description": "Error Text for required field",

lib/l10n/intl_et.arb

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,14 @@
3939
"minLength": {}
4040
}
4141
},
42+
"minWordsCountErrorText": "Väärtuse sõnade arv peab olema suurem kui {minWordsCount}",
43+
"@minWordsCountErrorText": {
44+
"description": "Error Text for required field",
45+
"type": "text",
46+
"placeholders": {
47+
"minWordsCount": {}
48+
}
49+
},
4250
"maxErrorText": "Väärtus ei tohi olla üle {max}",
4351
"@maxErrorText": {
4452
"description": "Error Text for max validator",
@@ -55,6 +63,14 @@
5563
"maxLength": {}
5664
}
5765
},
66+
"maxWordsCountErrorText": "Väärtuses peab olema sõnade arv vähem või võrdne {maxWordsCount}",
67+
"@maxWordsCountErrorText": {
68+
"description": "Error Text for required field",
69+
"type": "text",
70+
"placeholders": {
71+
"maxWordsCount": {}
72+
}
73+
},
5874
"emailErrorText": "Sellele väljale tuleb sisestada korrektne meiliaadress.",
5975
"@emailErrorText": {
6076
"description": "Error Text for email validator",

0 commit comments

Comments
 (0)