Skip to content

Commit 360acad

Browse files
committed
Merge branch '4.4' into 5.1
* 4.4: Missing translations for Chinese (zh_TW) #38733 Missing translations for Chinese (zh_CN) #38732
2 parents 328cff5 + 1d214a3 commit 360acad

File tree

2 files changed

+75
-3
lines changed

2 files changed

+75
-3
lines changed

Resources/translations/validators.zh_CN.xlf

Lines changed: 52 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -334,6 +334,58 @@
334334
<source>This value should be valid JSON.</source>
335335
<target>该值应该是有效的JSON。</target>
336336
</trans-unit>
337+
<trans-unit id="87">
338+
<source>This collection should contain only unique elements.</source>
339+
<target>该集合应仅包含独一无二的元素。</target>
340+
</trans-unit>
341+
<trans-unit id="88">
342+
<source>This value should be positive.</source>
343+
<target>数值应为正数。</target>
344+
</trans-unit>
345+
<trans-unit id="89">
346+
<source>This value should be either positive or zero.</source>
347+
<target>数值应是正数,或为零。</target>
348+
</trans-unit>
349+
<trans-unit id="90">
350+
<source>This value should be negative.</source>
351+
<target>数值应为负数。</target>
352+
</trans-unit>
353+
<trans-unit id="91">
354+
<source>This value should be either negative or zero.</source>
355+
<target>数值应是负数,或为零。</target>
356+
</trans-unit>
357+
<trans-unit id="92">
358+
<source>This value is not a valid timezone.</source>
359+
<target>无效时区。</target>
360+
</trans-unit>
361+
<trans-unit id="93">
362+
<source>This password has been leaked in a data breach, it must not be used. Please use another password.</source>
363+
<target>此密码已被泄露,切勿使用。请更换密码。</target>
364+
</trans-unit>
365+
<trans-unit id="94">
366+
<source>This value should be between {{ min }} and {{ max }}.</source>
367+
<target>该数值应在 {{ min }} 和 {{ max }} 之间。</target>
368+
</trans-unit>
369+
<trans-unit id="95">
370+
<source>This value is not a valid hostname.</source>
371+
<target>该数值不是有效的主机名称。</target>
372+
</trans-unit>
373+
<trans-unit id="96">
374+
<source>The number of elements in this collection should be a multiple of {{ compared_value }}.</source>
375+
<target>该集合内的元素数量得是 {{ compared_value }} 的倍数。</target>
376+
</trans-unit>
377+
<trans-unit id="97">
378+
<source>This value should satisfy at least one of the following constraints:</source>
379+
<target>该数值需符合以下其中一个约束:</target>
380+
</trans-unit>
381+
<trans-unit id="98">
382+
<source>Each element of this collection should satisfy its own set of constraints.</source>
383+
<target>该集合内的每个元素需符合元素本身规定的约束。</target>
384+
</trans-unit>
385+
<trans-unit id="99">
386+
<source>This value is not a valid International Securities Identification Number (ISIN).</source>
387+
<target>该数值不是有效的国际证券识别码 (ISIN)。</target>
388+
</trans-unit>
337389
</body>
338390
</file>
339391
</xliff>

Resources/translations/validators.zh_TW.xlf

Lines changed: 23 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -344,28 +344,48 @@
344344
</trans-unit>
345345
<trans-unit id="89">
346346
<source>This value should be either positive or zero.</source>
347-
<target>數值應或未正數,或為零。</target>
347+
<target>數值應是正數,或為零。</target>
348348
</trans-unit>
349349
<trans-unit id="90">
350350
<source>This value should be negative.</source>
351351
<target>數值應為負數。</target>
352352
</trans-unit>
353353
<trans-unit id="91">
354354
<source>This value should be either negative or zero.</source>
355-
<target>數值應或未負數,或為零。</target>
355+
<target>數值應是負數,或為零。</target>
356356
</trans-unit>
357357
<trans-unit id="92">
358358
<source>This value is not a valid timezone.</source>
359359
<target>無效時區。</target>
360360
</trans-unit>
361361
<trans-unit id="93">
362362
<source>This password has been leaked in a data breach, it must not be used. Please use another password.</source>
363-
<target>依據您的密碼,發生數據泄露,請勿使用改密碼。請更換密碼。</target>
363+
<target>此密碼已被泄露,切勿使用。請更換密碼。</target>
364364
</trans-unit>
365365
<trans-unit id="94">
366366
<source>This value should be between {{ min }} and {{ max }}.</source>
367367
<target>該數值應在 {{ min }} 和 {{ max }} 之間。</target>
368368
</trans-unit>
369+
<trans-unit id="95">
370+
<source>This value is not a valid hostname.</source>
371+
<target>該數值不是有效的主機名稱。</target>
372+
</trans-unit>
373+
<trans-unit id="96">
374+
<source>The number of elements in this collection should be a multiple of {{ compared_value }}.</source>
375+
<target>該集合內的元素數量得是 {{ compared_value }} 的倍數。</target>
376+
</trans-unit>
377+
<trans-unit id="97">
378+
<source>This value should satisfy at least one of the following constraints:</source>
379+
<target>該數值需符合以下其中一個約束:</target>
380+
</trans-unit>
381+
<trans-unit id="98">
382+
<source>Each element of this collection should satisfy its own set of constraints.</source>
383+
<target>該集合內的每個元素需符合元素本身規定的約束。</target>
384+
</trans-unit>
385+
<trans-unit id="99">
386+
<source>This value is not a valid International Securities Identification Number (ISIN).</source>
387+
<target>該數值不是有效的國際證券識別碼 (ISIN)。</target>
388+
</trans-unit>
369389
</body>
370390
</file>
371391
</xliff>

0 commit comments

Comments
 (0)