Skip to content

Commit f5b0d28

Browse files
add satisfy validator
1 parent 1720602 commit f5b0d28

Some content is hidden

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

52 files changed

+169
-1
lines changed

README-updated.md

Lines changed: 1 addition & 1 deletion

lib/l10n/intl_ar.arb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
{
22
"@@locale": "ar",
3+
"satisfyErrorText": "القيمة لا تحقق الشرط.",
34
"andSeparator": " و ",
45
"betweenLengthErrorText": "يجب أن يكون طول القيمة بين {min} و {max}، شاملة.",
56
"@betweenLengthErrorText": {

lib/l10n/intl_bg.arb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
{
22
"@@locale": "bg",
3+
"satisfyErrorText": "Стойността не отговаря на условието.",
34
"andSeparator": " и ",
45
"betweenLengthErrorText": "Стойността трябва да има дължина между {min} и {max}, включително.",
56
"@betweenLengthErrorText": {

lib/l10n/intl_bn.arb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
{
22
"@@locale": "bn",
3+
"satisfyErrorText": "মান শর্ত পূরণ করে না।",
34
"andSeparator": " এবং ",
45
"betweenLengthErrorText": "মানটির দৈর্ঘ্য {min} এবং {max} এর মধ্যে হতে হবে, সহ.",
56
"@betweenLengthErrorText": {

lib/l10n/intl_bs.arb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
{
22
"@@locale": "bs",
3+
"satisfyErrorText": "Vrednost ne zadovoljava uslov.",
34
"andSeparator": " i ",
45
"betweenLengthErrorText": "Vrijednost mora imati dužinu između {min} i {max}, uključivo.",
56
"@betweenLengthErrorText": {

lib/l10n/intl_ca.arb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
{
22
"@@locale": "ca",
3+
"satisfyErrorText": "El valor no compleix la condició.",
34
"andSeparator": " i ",
45
"betweenLengthErrorText": "El valor ha de tenir una longitud entre {min} i {max}, inclosos.",
56
"@betweenLengthErrorText": {

lib/l10n/intl_cs.arb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
{
22
"@@locale": "cs",
3+
"satisfyErrorText": "Hodnota nesplňuje podmínku.",
34
"andSeparator": " a ",
45
"betweenLengthErrorText": "Hodnota musí mít délku mezi {min} a {max} včetně.",
56
"@betweenLengthErrorText": {

lib/l10n/intl_da.arb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
{
22
"@@locale": "da",
3+
"satisfyErrorText": "Værdien opfylder ikke betingelsen.",
34
"andSeparator": " og ",
45
"betweenLengthErrorText": "Værdien skal have en længde mellem {min} og {max}, inklusive.",
56
"@betweenLengthErrorText": {

lib/l10n/intl_de.arb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
{
22
"@@locale": "de",
3+
"satisfyErrorText": "Der Wert erfüllt die Bedingung nicht.",
34
"andSeparator": " und ",
45
"betweenLengthErrorText": "Der Wert muss eine Länge zwischen {min} und {max} haben, einschließlich.",
56
"@betweenLengthErrorText": {

lib/l10n/intl_el.arb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
{
22
"@@locale": "el",
3+
"satisfyErrorText": "Η αξία δεν ικανοποιεί τη συνθήκη.",
34
"andSeparator": " και ",
45
"betweenLengthErrorText": "Η τιμή πρέπει να έχει μήκος μεταξύ {min} και {max}, συμπεριλαμβανομένων.",
56
"@betweenLengthErrorText": {

0 commit comments

Comments
 (0)