Skip to content

Commit c1f3d32

Browse files
committed
Merge branch '4.4' into 5.2
* 4.4: [Filesystem] Workaround cannot dumpFile into "protected" folders on Windows Missing translations for Chinese (zh_CN) #41814 update Italian translation added missing Arabic translations
2 parents f900cc8 + 1f20bad commit c1f3d32

File tree

3 files changed

+15
-3
lines changed

3 files changed

+15
-3
lines changed

Resources/translations/validators.ar.xlf

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -386,6 +386,10 @@
386386
<source>This value is not a valid International Securities Identification Number (ISIN).</source>
387387
<target> صالح (ISIN) هذه القيمة ليست رقم تعريف الأوراق المالية الدولي.</target>
388388
</trans-unit>
389+
<trans-unit id="100">
390+
<source>This value should be a valid expression.</source>
391+
<target>يجب أن تكون هذه القيمة تعبيرًا صالحًا.</target>
392+
</trans-unit>
389393
</body>
390394
</file>
391395
</xliff>

Resources/translations/validators.it.xlf

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -386,6 +386,10 @@
386386
<source>This value is not a valid International Securities Identification Number (ISIN).</source>
387387
<target>Questo valore non è un codice identificativo internazionale di valori mobiliari (ISIN) valido.</target>
388388
</trans-unit>
389+
<trans-unit id="100">
390+
<source>This value should be a valid expression.</source>
391+
<target>Questo valore dovrebbe essere un'espressione valida.</target>
392+
</trans-unit>
389393
</body>
390394
</file>
391395
</xliff>

Resources/translations/validators.zh_CN.xlf

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -368,23 +368,27 @@
368368
</trans-unit>
369369
<trans-unit id="95">
370370
<source>This value is not a valid hostname.</source>
371-
<target>该数值不是有效的主机名称。</target>
371+
<target>该值不是有效的主机名称。</target>
372372
</trans-unit>
373373
<trans-unit id="96">
374374
<source>The number of elements in this collection should be a multiple of {{ compared_value }}.</source>
375375
<target>该集合内的元素数量得是 {{ compared_value }} 的倍数。</target>
376376
</trans-unit>
377377
<trans-unit id="97">
378378
<source>This value should satisfy at least one of the following constraints:</source>
379-
<target>该数值需符合以下其中一个约束:</target>
379+
<target>该值需符合以下其中一个约束:</target>
380380
</trans-unit>
381381
<trans-unit id="98">
382382
<source>Each element of this collection should satisfy its own set of constraints.</source>
383383
<target>该集合内的每个元素需符合元素本身规定的约束。</target>
384384
</trans-unit>
385385
<trans-unit id="99">
386386
<source>This value is not a valid International Securities Identification Number (ISIN).</source>
387-
<target>该数值不是有效的国际证券识别码 (ISIN)。</target>
387+
<target>该值不是有效的国际证券识别码 (ISIN)。</target>
388+
</trans-unit>
389+
<trans-unit id="100">
390+
<source>This value should be a valid expression.</source>
391+
<target>该值需为一个有效的表达式。</target>
388392
</trans-unit>
389393
</body>
390394
</file>

0 commit comments

Comments
 (0)