minor #36221 [Validator] Add the missing translations for the Arabic (ar) locale (Ahmed Raafat)

This PR was submitted for the master branch but it was merged into the 3.4 branch instead (closes #36221).

Discussion
----------

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

| Q             | A
| ------------- | ---
| Branch?       | master
| Bug fix?      | no
| New feature?  | no
| Deprecations? | no
| Tickets       |
| License       | MIT

This is a basic PR to add the missing Validator translations for AR Locale.

Commits
-------

d3fa02a918 [Validator] Add the missing translations for the Arabic (ar) locale
This commit is contained in:
Christian Flothmann 2020-03-28 09:07:34 +01:00
commit c22d07c272

View File

@ -374,6 +374,14 @@
<source>The number of elements in this collection should be a multiple of {{ compared_value }}.</source>
<target>يجب أن يكون عدد العناصر في هذه المجموعة مضاعف {{ compared_value }}.</target>
</trans-unit>
<trans-unit id="97">
<source>This value should satisfy at least one of the following constraints:</source>
<target>يجب أن تستوفي هذه القيمة واحدة من القيود التالية:</target>
</trans-unit>
<trans-unit id="98">
<source>Each element of this collection should satisfy its own set of constraints.</source>
<target>يجب أن يفي كل عنصر من عناصر هذه المجموعة بمجموعة القيود الخاصة به.</target>
</trans-unit>
</body>
</file>
</xliff>