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