Skip to content

Commit 808ffd9

Browse files
authored
Add files via upload
1 parent 4ced8f1 commit 808ffd9

File tree

1 file changed

+83
-0
lines changed

1 file changed

+83
-0
lines changed

lib/l10n/intl_hu.arb

Lines changed: 83 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,83 @@
1+
{
2+
"@@last_modified": "2020-06-19T21:53:39.706877",
3+
"requiredErrorText": "This field cannot be empty.",
4+
"@requiredErrorText": {
5+
"description": "Error Text for required field",
6+
"type": "text",
7+
"placeholders": {}
8+
},
9+
"minErrorText": "Value must be greater than or equal to {min}.",
10+
"@minErrorText": {
11+
"description": "Error Text for required field",
12+
"type": "text",
13+
"placeholders": {
14+
"min": {}
15+
}
16+
},
17+
"minLengthErrorText": "Value must have a length greater than or equal to {minLength}",
18+
"@minLengthErrorText": {
19+
"description": "Error Text for required field",
20+
"type": "text",
21+
"placeholders": {
22+
"minLength": {}
23+
}
24+
},
25+
"maxErrorText": "Value must be less than or equal to {max}",
26+
"@maxErrorText": {
27+
"description": "Error Text for required field",
28+
"type": "text",
29+
"placeholders": {
30+
"max": {}
31+
}
32+
},
33+
"maxLengthErrorText": "Value must have a length less than or equal to {maxLength}",
34+
"@maxLengthErrorText": {
35+
"description": "Error Text for required field",
36+
"type": "text",
37+
"placeholders": {
38+
"maxLength": {}
39+
}
40+
},
41+
"emailErrorText": "This field requires a valid email address.",
42+
"@emailErrorText": {
43+
"description": "Error Text for email field",
44+
"type": "text",
45+
"placeholders": {}
46+
},
47+
"urlErrorText": "This field requires a valid URL address.",
48+
"@urlErrorText": {
49+
"description": "Error Text for URL field",
50+
"type": "text",
51+
"placeholders": {}
52+
},
53+
"matchErrorText": "Value does not match pattern.",
54+
"@matchErrorText": {
55+
"description": "Error Text for pattern field",
56+
"type": "text",
57+
"placeholders": {}
58+
},
59+
"numericErrorText": "Value must be numeric.",
60+
"@numericErrorText": {
61+
"description": "Error Text for numeric field",
62+
"type": "text",
63+
"placeholders": {}
64+
},
65+
"creditCardErrorText": "This field requires a valid credit card number.",
66+
"@creditCardErrorText": {
67+
"description": "Error Text for credit card field",
68+
"type": "text",
69+
"placeholders": {}
70+
},
71+
"ipErrorText": "This field requires a valid IP.",
72+
"@ipErrorText": {
73+
"description": "Error Text for IP address field",
74+
"type": "text",
75+
"placeholders": {}
76+
},
77+
"dateStringErrorText": "This field requires a valid date string.",
78+
"@dateStringErrorText": {
79+
"description": "Error Text for date string field",
80+
"type": "text",
81+
"placeholders": {}
82+
}
83+
}

0 commit comments

Comments
 (0)