You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: lib/l10n/intl_ar.arb
+122-1Lines changed: 122 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -100,5 +100,126 @@
100
100
"vinErrorText": "يجب أن تكون القيمة رقم VIN صالح.",
101
101
"languageCodeErrorText": "يجب أن تكون القيمة رمز لغة صالح.",
102
102
"floatErrorText": "يجب أن تكون القيمة رقم عشري صالح.",
103
-
"hexadecimalErrorText": "يجب أن تكون القيمة رقم سداسي عشري صالح."
103
+
"hexadecimalErrorText": "يجب أن تكون القيمة رقم سداسي عشري صالح.",
104
+
105
+
"betweenNumErrorText": "يجب أن تكون القيمة {minInclusive, select, true{أكبر من أو تساوي} other{أكبر من}} {min} و{maxInclusive, select, true{أقل من أو تساوي} other{أقل من}} {max}",
106
+
"@betweenNumErrorText": {
107
+
"description": "Error text when a value must be within a specific range",
108
+
"placeholders": {
109
+
"min": {
110
+
"type": "num",
111
+
"description": "The minimum allowed value"
112
+
},
113
+
"max": {
114
+
"type": "num",
115
+
"description": "The maximum allowed value"
116
+
},
117
+
"minInclusive": {
118
+
"type": "String",
119
+
"description": "Whether the minimum bound is inclusive"
120
+
},
121
+
"maxInclusive": {
122
+
"type": "String",
123
+
"description": "Whether the maximum bound is inclusive"
124
+
}
125
+
}
126
+
},
127
+
"booleanErrorText": "يتطلب هذا الحقل قيمة منطقية صحيحة (صح أو خطأ).",
128
+
"dateMustBeAfterErrorText": "يجب أن يكون التاريخ بعد {reference}.",
129
+
"@dateMustBeAfterErrorText": {
130
+
"placeholders": {
131
+
"reference": {
132
+
"type": "DateTime",
133
+
"format": "yMd",
134
+
"example": "11/10/2021",
135
+
"description": "The minimum date allowed"
136
+
}
137
+
}
138
+
},
139
+
"dateMustBeBeforeErrorText": "يجب أن يكون التاريخ قبل {reference}.",
140
+
"@dateMustBeBeforeErrorText": {
141
+
"placeholders": {
142
+
"reference": {
143
+
"type": "DateTime",
144
+
"format": "yMd",
145
+
"example": "11/10/2021",
146
+
"description": "The maximum date allowed"
147
+
}
148
+
}
149
+
},
150
+
"dateMustBeBetweenErrorText": "يجب أن يكون التاريخ بين {minReference} و {maxReference}.",
151
+
"@dateMustBeBetweenErrorText": {
152
+
"placeholders": {
153
+
"minReference": {
154
+
"type": "DateTime",
155
+
"format": "yMd",
156
+
"example": "11/10/2021",
157
+
"description": "The minimum date allowed"
158
+
},
159
+
"maxReference": {
160
+
"type": "DateTime",
161
+
"format": "yMd",
162
+
"example": "11/10/2021",
163
+
"description": "The maximum date allowed"
164
+
}
165
+
}
166
+
},
167
+
"dateTimeErrorText": "يتطلب هذا الحقل تاريخًا وتوقيتًا صحيحًا.",
168
+
"greaterThanErrorText": "يجب أن تكون القيمة أكبر من {min}.",
169
+
"@greaterThanErrorText": {
170
+
"placeholders": {
171
+
"min": {
172
+
"type": "num",
173
+
"description": "The minimum value allowed"
174
+
}
175
+
}
176
+
},
177
+
"greaterThanOrEqualToErrorText": "يجب أن تكون القيمة أكبر من أو تساوي {min}.",
0 commit comments