8000 minor #10069 updated Arabic translations (ArabCoders) · symfony/symfony@3dbe35f · GitHub
[go: up one dir, main page]

10000
Skip to content

Commit 3dbe35f

Browse files
committed
minor #10069 updated Arabic translations (ArabCoders)
This PR was submitted for the 2.3-dev branch but it was merged into the 2.3 branch instead (closes #10069). Discussion ---------- updated Arabic translations added the missing trans-units of 64 to 72 Commits ------- 1ff1d9c updated Arabic translations
2 parents d8abd64 + 770a94d commit 3dbe35f

File tree

1 file changed

+36
-0
lines changed

1 file changed

+36
-0
lines changed

src/Symfony/Component/Validator/Resources/translations/validators.ar.xlf

Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -242,6 +242,42 @@
242242
<source>This value is not a valid ISSN.</source>
243243
<target>هذه القيمة ليست ISSN صالحة.</target>
244244
</trans-unit>
245+
<trans-unit id="64">
246+
<source>This value is not a valid currency.</source>
247+
<target>العُملة غير صحيحة</target>
248+
</trans-unit>
249+
<trans-unit id="65">
250+
<source>This value should be equal to {{ compared_value }}.</source>
251+
<target>القيمة يجب ان تساوي {{ compared_value }}.</target>
252+
</trans-unit>
253+
<trans-unit id="66">
254+
<source>This value should be greater than {{ compared_value }}.</source>
255+
<target>القيمة يجب ان تكون اعلي من {{ compared_value }}.</target>
256+
</trans-unit>
257+
<trans-unit id="67">
258+
<source>This value should be greater than or equal to {{ compared_value }}.</source>
259+
<target>القيمة يجب ان تكون مساوية او اعلي من {{ compared_value }}.</target>
260+
</trans-unit>
261+
<trans-unit id="68">
262+
<source>This value should be identical to {{ compared_value_type }} {{ compared_value }}.</source>
263+
<target>القيمة يجب ان تطابق {{ compared_value_type }} {{ compared_value }}.</target>
264+
</trans-unit>
265+
<trans-unit id="69">
266+
<source>This value should be less than {{ compared_value }}.</source>
267+
<target>القيمة يجب ان تكون اقل من {{ compared_value }}.</target>
268+
</trans-unit>
269+
<trans-unit id="70">
270+
<source>This value should be less than or equal to {{ compared_value }}.</source>
271+
<target>القيمة يجب ان تساوي او تقل عن {{ compared_value }}.</target>
272+
</trans-unit>
273+
<trans-unit id="71">
274+
<source>This value should not be equal to {{ compared_value }}.</source>
275+
<target>القيمة يجب ان لا تساوي {{ compared_value }}.</target>
276+
</trans-unit>
277+
<trans-unit id="72">
278+
<source>This value should not be identical to {{ compared_value_type }} {{ compared_value }}.</source>
279+
<target>القيمة يجب ان لا تطابق {{ compared_value_type }} {{ compared_value }}.</target>
280+
</trans-unit>
245281
</body>
246282
</file>
247283
</xliff>

0 commit comments

Comments
 (0)
0