1
+ {
2
+ "@@last_modified": "2020-06-19T21:53:39.706877",
3
+ "@@locale": "el",
4
+ "requiredErrorText": "Το πεδίο δεν μπορεί να είναι κενό.",
5
+ "@requiredErrorText": {
6
+ "description": "Error Text for required field",
7
+ "type": "text",
8
+ "placeholders": {}
9
+ },
10
+ "minErrorText": "Η τιμή πρέπει να είναι μεγαλύτερη ή ίση με {min}.",
11
+ "@minErrorText": {
12
+ "description": "Error Text for required field",
13
+ "type": "text",
14
+ "placeholders": {
15
+ "min": {}
16
+ }
17
+ },
18
+ "minLengthErrorText": "Η τιμή πρέπει να έχει μήκος μεγαλύτερο ή ίσο με {minLength}.",
19
+ "@minLengthErrorText": {
20
+ "description": "Error Text for required field",
21
+ "type": "text",
22
+ "placeholders": {
23
+ "minLength": {}
24
+ }
25
+ },
26
+ "maxErrorText": "Η τιμή πρέπει να είναι μικρότερη ή ίση με {max}.",
27
+ "@maxErrorText": {
28
+ "description": "Error Text for required field",
29
+ "type": "text",
30
+ "placeholders": {
31
+ "max": {}
32
+ }
33
+ },
34
+ "maxLengthErrorText": "Η τιμή πρέπει να έχει μήκος μικρότερο ή ίσο με {maxLength}.",
35
+ "@maxLengthErrorText": {
36
+ "description": "Error Text for required field",
37
+ "type": "text",
38
+ "placeholders": {
39
+ "maxLength": {}
40
+ }
41
+ },
42
+ "equalLengthErrorText": "Η τιμή πρέπει να έχει μήκος ίσο με {length}.",
43
+ "@equalLengthErrorText": {
44
+ "description": "Error Text for required field",
45
+ "type": "text",
46
+ "placeholders": {
47
+ "length": {}
48
+ }
49
+ },
50
+ "emailErrorText": "Το πεδίο πρέπει να έχει μία έγκυρη διεύθυνση email.",
51
+ "@emailErrorText": {
52
+ "description": "Error Text for email field",
53
+ "type": "text",
54
+ "placeholders": {}
55
+ },
56
+ "integerErrorText": "Η τιμή πρέπει να είναι ακέραιος αριθμό.",
57
+ "@integerErrorText": {
58
+ "description": "Error Text for integer validator",
59
+ "type": "text",
60
+ "placeholders": {}
61
+ },
62
+ "equalErrorText": "Η τιμή πρέπει να είναι ίση με {value}.",
63
+ "@equalErrorText": {
64
+ "description": "Error Text for equal validator",
65
+ "type": "text",
66
+ "placeholders": {
67
+ "value": {}
68
+ }
69
+ },
70
+ "notEqualErrorText": "Η τιμή δεν πρέπει να είναι ίση με {value}.",
71
+ "@notEqualErrorText": {
72
+ "description": "Error Text for not-equal validator",
73
+ "type": "text",
74
+ "placeholders": {
75
+ "value": {}
76
+ }
77
+ },
78
+ "urlErrorText": "Η τιμή πρέπει να είναι έγκυρη διεύθυνση URL.",
79
+ "@urlErrorText": {
80
+ "description": "Error Text for URL field",
81
+ "type": "text",
82
+ "placeholders": {}
83
+ },
84
+ "matchErrorText": "Η τιμή δεν ταιριάζει με το μοτίβο.",
85
+ "@matchErrorText": {
86
+ "description": "Error Text for pattern field",
87
+ "type": "text",
88
+ "placeholders": {}
89
+ },
90
+ "numericErrorText": "Η τιμή πρέπει να είναι αριθμητική.",
91
+ "@numericErrorText": {
92
+ "description": "Error Text for numeric field",
93
+ "type": "text",
94
+ "placeholders": {}
95
+ },
96
+ "creditCardErrorText": "Η τιμή πρέπει να είναι έγκυρη πιστωτική κάρτα.",
97
+ "@creditCardErrorText": {
98
+ "description": "Error Text for credit card field",
99
+ "type": "text",
100
+ "placeholders": {}
101
+ },
102
+ "ipErrorText": "Η τιμή πρέπει να είναι έγκυρη IP διεύθυνση.",
103
+ "@ipErrorText": {
104
+ "description": "Error Text for IP address field",
105
+ "type": "text",
106
+ "placeholders": {}
107
+ },
108
+ "dateStringErrorText": "Η τιμή πρέπει να είναι έγκυρη ημερομηνία.",
109
+ "@dateStringErrorText": {
110
+ "description": "Error Text for date string field",
111
+ "type": "text",
112
+ "placeholders": {}
113
+ }
114
+ }
0 commit comments