minor #30205 [Validator] Add the missing translations for the Arabic (ar) locale (PhyDevs)

This PR was merged into the 3.4 branch.

Discussion
----------

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

| Q             | A
| ------------- | ---
| Branch?       | 3.4
| Bug fix?      | yes
| New feature?  | no <!-- don't forget to update src/**/CHANGELOG.md files -->
| BC breaks?    | no     <!-- see https://symfony.com/bc -->
| Deprecations? | no <!-- don't forget to update UPGRADE-*.md and src/**/CHANGELOG.md files -->
| Tests pass?   | yes    <!-- please add some, will be required by reviewers -->
| Fixed tickets | #30149    <!-- #-prefixed issue number(s), if any -->
| License       | MIT

This PR addresses the issue #30149, adding the missing translations.

Commits
-------

21b5a27507 [Validator] Add the missing translations for the Arabic (ar) locale
This commit is contained in:
Fabien Potencier 2019-02-12 20:46:34 +01:00
commit 0af5bd17ab
1 changed files with 20 additions and 0 deletions

View File

@ -310,6 +310,26 @@
<source>This value does not match the expected {{ charset }} charset.</source>
<target>هذه القيمة غير متطابقة مع صيغة التحويل {{ charset }}.</target>
</trans-unit>
<trans-unit id="81">
<source>This is not a valid Business Identifier Code (BIC).</source>
<target>هذه القيمة ليست رمز معرّف نشاط تجاري صالح (BIC).</target>
</trans-unit>
<trans-unit id="82">
<source>Error</source>
<target>خطأ</target>
</trans-unit>
<trans-unit id="83">
<source>This is not a valid UUID.</source>
<target>هذا ليس UUID صالح.</target>
</trans-unit>
<trans-unit id="84">
<source>This value should be a multiple of {{ compared_value }}.</source>
<target>هذه القيمة يجب أن تكون مضاعف ل {{ compared_value }}.</target>
</trans-unit>
<trans-unit id="85">
<source>This Business Identifier Code (BIC) is not associated with IBAN {{ iban }}.</source>
<target>رمز المعرّف نشاط تجاري (BIC) هذا لا يرتبط مع IBAN {{ iban }}.</target>
</trans-unit>
</body>
</file>
</xliff>