Skip to content

Commit fa06b94

Browse files
author
Reda DAOUDI
committed
[Validator] Add two missing translations for the Arabic (ar) locale
1 parent dc64088 commit fa06b94

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

Resources/translations/validators.ar.xlf

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -366,6 +366,14 @@
366366
<source>This value should be between {{ min }} and {{ max }}.</source>
367367
<target>يجب أن تكون هذه القيمة بين {{ min }} و {{ max }}.</target>
368368
</trans-unit>
369+
<trans-unit id="95">
370+
<source>This value is not a valid hostname.</source>
371+
<target>هذه القيمة ليست اسم مضيف صالح.</target>
372+
</trans-unit>
373+
<trans-unit id="96">
374+
<source>The number of elements in this collection should be a multiple of {{ compared_value }}.</source>
375+
<target>يجب أن يكون عدد العناصر في هذه المجموعة مضاعف {{ compared_value }}.</target>
376+
</trans-unit>
369377
</body>
370378
</file>
371379
</xliff>

0 commit comments

Comments
 (0)