Skip to content

Commit f92f03b

Browse files
authored
Update intl_hu.arb
1 parent 808ffd9 commit f92f03b

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

lib/l10n/intl_hu.arb

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,28 +1,28 @@
11
{
22
"@@last_modified": "2020-06-19T21:53:39.706877",
3-
"requiredErrorText": "This field cannot be empty.",
3+
"requiredErrorText": "Ennek a mezőnek értéket kell adni.",
44
"@requiredErrorText": {
55
"description": "Error Text for required field",
66
"type": "text",
77
"placeholders": {}
88
},
9-
"minErrorText": "Value must be greater than or equal to {min}.",
9+
"minErrorText": "Az érték legyen legalább {min}.",
1010
"@minErrorText": {
1111
"description": "Error Text for required field",
1212
"type": "text",
1313
"placeholders": {
1414
"min": {}
1515
}
1616
},
17-
"minLengthErrorText": "Value must have a length greater than or equal to {minLength}",
17+
"minLengthErrorText": "Az értéknel legalább {minLength} karakter hosszúnak kell lennie",
1818
"@minLengthErrorText": {
1919
"description": "Error Text for required field",
2020
"type": "text",
2121
"placeholders": {
2222
"minLength": {}
2323
}
2424
},
25-
"maxErrorText": "Value must be less than or equal to {max}",
25+
"maxErrorText": "Az érték legyen legfeljebb {max}",
2626
"@maxErrorText": {
2727
"description": "Error Text for required field",
2828
"type": "text",
@@ -38,46 +38,46 @@
3838
"maxLength": {}
3939
}
4040
},
41-
"emailErrorText": "This field requires a valid email address.",
41+
"emailErrorText": "A megadott érték nem egy érvényes email cím.",
4242
"@emailErrorText": {
4343
"description": "Error Text for email field",
4444
"type": "text",
4545
"placeholders": {}
4646
},
47-
"urlErrorText": "This field requires a valid URL address.",
47+
"urlErrorText": "A megadott érték nem egy érvényes URL cím.",
4848
"@urlErrorText": {
4949
"description": "Error Text for URL field",
5050
"type": "text",
5151
"placeholders": {}
5252
},
53-
"matchErrorText": "Value does not match pattern.",
53+
"matchErrorText": "A megadott érték nem egyezik a szükséges formátummal.",
5454
"@matchErrorText": {
5555
"description": "Error Text for pattern field",
5656
"type": "text",
5757
"placeholders": {}
5858
},
59-
"numericErrorText": "Value must be numeric.",
59+
"numericErrorText": "Ebbe a mezőbe csak számot lehet írni.",
6060
"@numericErrorText": {
6161
"description": "Error Text for numeric field",
6262
"type": "text",
6363
"placeholders": {}
6464
},
65-
"creditCardErrorText": "This field requires a valid credit card number.",
65+
"creditCardErrorText": "A megadott érték nem egy érvényes bankkártya szám.",
6666
"@creditCardErrorText": {
6767
"description": "Error Text for credit card field",
6868
"type": "text",
6969
"placeholders": {}
7070
},
71-
"ipErrorText": "This field requires a valid IP.",
71+
"ipErrorText": "A megadott érték nem egy érvényes IP cím.",
7272
"@ipErrorText": {
7373
"description": "Error Text for IP address field",
7474
"type": "text",
7575
"placeholders": {}
7676
},
77-
"dateStringErrorText": "This field requires a valid date string.",
77+
"dateStringErrorText": "Ennek a mezőnek dátumnak kell lennie.",
7878
"@dateStringErrorText": {
7979
"description": "Error Text for date string field",
8080
"type": "text",
8181
"placeholders": {}
8282
}
83-
}
83+
}

0 commit comments

Comments
 (0)