Skip to content

Commit

Permalink
[Validator] Add two missing translations for the Arabic (ar) locale
Browse files Browse the repository at this point in the history
  • Loading branch information
Reda DAOUDI committed Mar 5, 2020
1 parent 3a8da96 commit 9cc8d39
Showing 1 changed file with 8 additions and 0 deletions.
Expand Up @@ -366,6 +366,14 @@
<source>This value should be between {{ min }} and {{ max }}.</source>
<target>يجب أن تكون هذه القيمة بين {{ min }} و {{ max }}.</target>
</trans-unit>
<trans-unit id="95">
<source>This value is not a valid hostname.</source>
<target>هذه القيمة ليست اسم مضيف صالح.</target>
</trans-unit>
<trans-unit id="96">
<source>The number of elements in this collection should be a multiple of {{ compared_value }}.</source>
<target>يجب أن يكون عدد العناصر في هذه المجموعة مضاعف {{ compared_value }}.</target>
</trans-unit>
</body>
</file>
</xliff>

0 comments on commit 9cc8d39

Please sign in to comment.