1
+ {
2
+ "@@last_modified": "2021-06-06T10:38:27.938366",
3
+ "requiredErrorText": "هذا الفراغ يجب املاؤه.",
4
+ "@requiredErrorText": {
5
+ "description": "Error Text for required validator",
6
+ "type": "text",
7
+ "placeholders": {}
8
+ },
9
+ "equalErrorText": "يجب أن تكون قيمة هذا الفراغ مساوية لـ {value}.",
10
+ "@equalErrorText": {
11
+ "description": "Error Text for equal validator",
12
+ "type": "text",
13
+ "placeholders": {
14
+ "value": {}
15
+ }
16
+ },
17
+ "notEqualErrorText": "يجب أن لا تكون قيمة هذا الفراغ مساوية لـ {value}.",
18
+ "@notEqualErrorText": {
19
+ "description": "Error Text for not-equal validator",
20
+ "type": "text",
21
+ "placeholders": {
22
+ "value": {}
23
+ }
24
+ },
25
+ "minErrorText": "يجب أن تكون قيمة هذا الفراغ مساوية او اكثر من {min}.",
26
+ "@minErrorText": {
27
+ "description": "Error Text for required field",
28
+ "type": "text",
29
+ "placeholders": {
30
+ "min": {}
31
+ }
32
+ },
33
+ "minLengthErrorText": "يجب أن يكون حجم هذا الفراغ مساوي او اكثر من {minLength}.",
34
+ "@minLengthErrorText": {
35
+ "description": "Error Text for minLength validator",
36
+ "type": "text",
37
+ "placeholders": {
38
+ "minLength": {}
39
+ }
40
+ },
41
+ "maxErrorText": "يجب أن تكون قيمة هذا الفراغ مساوية او اقل من {max}.",
42
+ "@maxErrorText": {
43
+ "description": "Error Text for max validator",
44
+ "type": "text",
45
+ "placeholders": {
46
+ "max": {}
47
+ }
48
+ },
49
+ "maxLengthErrorText": "يجب أن يكون حجم هذا الفراغ مساوي او اقل من {maxLength}.",
50
+ "@maxLengthErrorText": {
51
+ "description": "Error Text for required field",
52
+ "type": "text",
53
+ "placeholders": {
54
+ "maxLength": {}
55
+ }
56
+ },
57
+ "emailErrorText": "هذا الفراغ يتطلب عنوان بريد إلكتروني صالح.",
58
+ "@emailErrorText": {
59
+ "description": "Error Text for email field",
60
+ "type": "text",
61
+ "placeholders": {}
62
+ },
63
+ "urlErrorText": "هذا الفراغ يتطلب عنوان موقع URL صالح.",
64
+ "@urlErrorText": {
65
+ "description": "Error Text for URL field",
66
+ "type": "text",
67
+ "placeholders": {}
68
+ },
69
+ "matchErrorText": "قيمة الفراغ لا تطابق النمط.",
70
+ "@matchErrorText": {
71
+ "description": "Error Text for pattern field",
72
+ "type": "text",
73
+ "placeholders": {}
74
+ },
75
+ "numericErrorText": "قيمة الفراغ ليست رقمية.",
76
+ "@numericErrorText": {
77
+ "description": "Error Text for numeric field",
78
+ "type": "text",
79
+ "placeholders": {}
80
+ },
81
+ "integerErrorText": "قيمة الفراغ ليست رقمية صحيحة.",
82
+ "@integerErrorText": {
83
+ "description": "Error Text for integer validator",
84
+ "type": "text",
85
+ "placeholders": {}
86
+ },
87
+ "creditCardErrorText": "قيمة الفراغ ليست رقم بطاقة ائتمانيه صحيحة.",
88
+ "@creditCardErrorText": {
89
+ "description": "Error Text for credit card field",
90
+ "type": "text",
91
+ "placeholders": {}
92
+ },
93
+ "ipErrorText": "هذا الفراغ يتطلب رقم IP صالح.",
94
+ "@ipErrorText": {
95
+ "description": "Error Text for IP address field",
96
+ "type": "text",
97
+ "placeholders": {}
98
+ },
99
+ "dateStringErrorText": "هذا الفراغ يتطلب تاريخ صالح.",
100
+ "@dateStringErrorText": {
101
+ "description": "Error Text for date string field",
102
+ "type": "text",
103
+ "placeholders": {}
104
+ }
105
+ }
0 commit comments