Skip to content

Commit

Permalink
minor #30205 [Validator] Add the missing translations for the Arabic …
Browse files Browse the repository at this point in the history
…(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
-------

21b5a27 [Validator] Add the missing translations for the Arabic (ar) locale
  • Loading branch information
fabpot committed Feb 12, 2019
2 parents 4974e0e + 21b5a27 commit 0af5bd1
Showing 1 changed file with 20 additions and 0 deletions.
Expand Up @@ -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>

0 comments on commit 0af5bd1

Please sign in to comment.