Skip to content

Commit

Permalink
minor #35147 [Validator] Add the missing translations for the Arabic …
Browse files Browse the repository at this point in the history
…(ar) locale (Ahmed Raafat)

This PR was submitted for the master branch but it was merged into the 3.4 branch instead.

Discussion
----------

[Validator] Add the missing translations for the Arabic (ar) locale

| Q             | A
| ------------- | ---
| Branch?       | master
| Bugfix?      |  no
| New feature?  | no
| Deprecations? | no
| Tickets       | Fix #35126
| License       | MIT

### Changes:
This a basic PR to add the missing Validator translations for AR Locale.

* I'm an Arabic speaking so the changes here should be correct and valid.

Commits
-------

da11771 [Validator] Add the missing translations for the Arabic (ar) locale
  • Loading branch information
nicolas-grekas committed Jan 4, 2020
2 parents 9392f76 + da11771 commit 8c7b1c8
Showing 1 changed file with 32 additions and 0 deletions.
Expand Up @@ -334,6 +334,38 @@
<source>This value should be valid JSON.</source>
<target>هذه القيمة يجب أن تكون صالحة ل JSON.</target>
</trans-unit>
<trans-unit id="87">
<source>This collection should contain only unique elements.</source>
<target>يجب أن تحتوي هذه المجموعة علي عناصر فريدة فقط.</target>
</trans-unit>
<trans-unit id="88">
<source>This value should be positive.</source>
<target>يجب أن تكون هذه القيمة موجبة.</target>
</trans-unit>
<trans-unit id="89">
<source>This value should be either positive or zero.</source>
<target>يجب أن تكون هذه القيمة إما موجبة او صفر.</target>
</trans-unit>
<trans-unit id="90">
<source>This value should be negative.</source>
<target>يجب أن تكون هذه القيمة سالبة.</target>
</trans-unit>
<trans-unit id="91">
<source>This value should be either negative or zero.</source>
<target>يجب أن تكون هذه القيمة إما سالبة او صفر.</target>
</trans-unit>
<trans-unit id="92">
<source>This value is not a valid timezone.</source>
<target>هذه القيمة ليست منطقة زمنية صحيحة.</target>
</trans-unit>
<trans-unit id="93">
<source>This password has been leaked in a data breach, it must not be used. Please use another password.</source>
<target>تم تسريب كلمة المرور هذه في خرق للبيانات، ويجب عدم استخدامها. يرجي استخدام كلمة مرور أخري.</target>
</trans-unit>
<trans-unit id="94">
<source>This value should be between {{ min }} and {{ max }}.</source>
<target>يجب أن تكون هذه القيمة بين {{ min }} و {{ max }}.</target>
</trans-unit>
</body>
</file>
</xliff>

0 comments on commit 8c7b1c8

Please sign in to comment.