Skip to content

Commit 4222004

Browse files
committed
[Validator] Add the missing translations for the Arabic (ar) locale
1 parent caa53d3 commit 4222004

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

Resources/translations/validators.ar.xlf

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -310,6 +310,26 @@
310310
<source>This value does not match the expected {{ charset }} charset.</source>
311311
<target>هذه القيمة غير متطابقة مع صيغة التحويل {{ charset }}.</target>
312312
</trans-unit>
313+
<trans-unit id="81">
314+
<source>This is not a valid Business Identifier Code (BIC).</source>
315+
<target>هذه القيمة ليست رمز معرّف نشاط تجاري صالح (BIC).</target>
316+
</trans-unit>
317+
<trans-unit id="82">
318+
<source>Error</source>
319+
<target>خطأ</target>
320+
</trans-unit>
321+
<trans-unit id="83">
322+
<source>This is not a valid UUID.</source>
323+
<target>هذا ليس UUID صالح.</target>
324+
</trans-unit>
325+
<trans-unit id="84">
326+
<source>This value should be a multiple of {{ compared_value }}.</source>
327+
<target>هذه القيمة يجب أن تكون مضاعف ل {{ compared_value }}.</target>
328+
</trans-unit>
329+
<trans-unit id="85">
330+
<source>This Business Identifier Code (BIC) is not associated with IBAN {{ iban }}.</source>
331+
<target>رمز المعرّف نشاط تجاري (BIC) هذا لا يرتبط مع IBAN {{ iban }}.</target>
332+
</trans-unit>
313333
</body>
314334
</file>
315335
</xliff>

0 commit comments

Comments
 (0)