Skip to content

Commit

Permalink
minor #35969 [Validator] Add two missing arabe translations (Reda DAO…
Browse files Browse the repository at this point in the history
…UDI)

This PR was merged into the 3.4 branch.

Discussion
----------

[Validator] Add two missing arabe translations

| Q             | A
| ------------- | ---
| Branch?       | 3.4 <!-- see below -->
| Bug fix?      | no
| New feature?  | no <!-- please update src/**/CHANGELOG.md files -->
| Deprecations? | no <!-- please update UPGRADE-*.md and src/**/CHANGELOG.md files -->
| Tickets       |
| License       | MIT
| Doc PR        |

Add two arabe translations for Validator's constraint violation messages

Commits
-------

9cc8d39 [Validator] Add two missing translations for the Arabic (ar) locale
  • Loading branch information
fabpot committed Mar 5, 2020
2 parents 600b2b5 + 9cc8d39 commit 0ad2fdf
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 0ad2fdf

Please sign in to comment.