1
1
{
2
2
"@@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 .",
4
4
"@requiredErrorText": {
5
5
"description": "Error Text for required field",
6
6
"type": "text",
7
7
"placeholders": {}
8
8
},
9
- "minErrorText": "Value must be greater than or equal to {min}.",
9
+ "minErrorText": "Az érték legyen legalább {min}.",
10
10
"@minErrorText": {
11
11
"description": "Error Text for required field",
12
12
"type": "text",
13
13
"placeholders": {
14
14
"min": {}
15
15
}
16
16
},
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 ",
18
18
"@minLengthErrorText": {
19
19
"description": "Error Text for required field",
20
20
"type": "text",
21
21
"placeholders": {
22
22
"minLength": {}
23
23
}
24
24
},
25
- "maxErrorText": "Value must be less than or equal to {max}",
25
+ "maxErrorText": "Az érték legyen legfeljebb {max}",
26
26
"@maxErrorText": {
27
27
"description": "Error Text for required field",
28
28
"type": "text",
38
38
"maxLength": {}
39
39
}
40
40
},
41
- "emailErrorText": "This field requires a valid email address .",
41
+ "emailErrorText": "A megadott érték nem egy érvényes email cím .",
42
42
"@emailErrorText": {
43
43
"description": "Error Text for email field",
44
44
"type": "text",
45
45
"placeholders": {}
46
46
},
47
- "urlErrorText": "This field requires a valid URL address .",
47
+ "urlErrorText": "A megadott érték nem egy érvényes URL cím .",
48
48
"@urlErrorText": {
49
49
"description": "Error Text for URL field",
50
50
"type": "text",
51
51
"placeholders": {}
52
52
},
53
- "matchErrorText": "Value does not match pattern .",
53
+ "matchErrorText": "A megadott érték nem egyezik a szükséges formátummal .",
54
54
"@matchErrorText": {
55
55
"description": "Error Text for pattern field",
56
56
"type": "text",
57
57
"placeholders": {}
58
58
},
59
- "numericErrorText": "Value must be numeric .",
59
+ "numericErrorText": "Ebbe a mezőbe csak számot lehet írni .",
60
60
"@numericErrorText": {
61
61
"description": "Error Text for numeric field",
62
62
"type": "text",
63
63
"placeholders": {}
64
64
},
65
- "creditCardErrorText": "This field requires a valid credit card number .",
65
+ "creditCardErrorText": "A megadott érték nem egy érvényes bankkártya szám .",
66
66
"@creditCardErrorText": {
67
67
"description": "Error Text for credit card field",
68
68
"type": "text",
69
69
"placeholders": {}
70
70
},
71
- "ipErrorText": "This field requires a valid IP .",
71
+ "ipErrorText": "A megadott érték nem egy érvényes IP cím .",
72
72
"@ipErrorText": {
73
73
"description": "Error Text for IP address field",
74
74
"type": "text",
75
75
"placeholders": {}
76
76
},
77
- "dateStringErrorText": "This field requires a valid date string .",
77
+ "dateStringErrorText": "Ennek a mezőnek dátumnak kell lennie .",
78
78
"@dateStringErrorText": {
79
79
"description": "Error Text for date string field",
80
80
"type": "text",
81
81
"placeholders": {}
82
82
}
83
- }
83
+ }
0 commit comments