Skip to content

Commit

Permalink
Missing translations for Chinese (zh_CN) #38732
Browse files Browse the repository at this point in the history
  • Loading branch information
fd6130 authored and fabpot committed Oct 28, 2020
1 parent f43eb2a commit 1ee263e
Showing 1 changed file with 52 additions and 0 deletions.
52 changes: 52 additions & 0 deletions Resources/translations/validators.zh_CN.xlf
Original file line number Diff line number Diff line change
Expand Up @@ -334,6 +334,58 @@
<source>This value should be valid JSON.</source>
<target>该值应该是有效的JSON。</target>
</trans-unit>
<trans-unit id="87">
<source>This collection should contain only unique elements.</source>
<target>该集合应仅包含独一无二的元素。</target>
</trans-unit>
<trans-unit id="88">
<source>This value should be positive.</source>
<target>数值应为正数。</target>
</trans-unit>
<trans-unit id="89">
<source>This value should be either positive or zero.</source>
<target>数值应是正数,或为零。</target>
</trans-unit>
<trans-unit id="90">
<source>This value should be negative.</source>
<target>数值应为负数。</target>
</trans-unit>
<trans-unit id="91">
<source>This value should be either negative or zero.</source>
<target>数值应是负数,或为零。</target>
</trans-unit>
<trans-unit id="92">
<source>This value is not a valid timezone.</source>
<target>无效时区。</target>
</trans-unit>
<trans-unit id="93">
<source>This password has been leaked in a data breach, it must not be used. Please use another password.</source>
<target>此密码已被泄露,切勿使用。请更换密码。</target>
</trans-unit>
<trans-unit id="94">
<source>This value should be between {{ min }} and {{ max }}.</source>
<target>该数值应在 {{ min }} 和 {{ max }} 之间。</target>
</trans-unit>
<trans-unit id="95">
<source>This value is not a valid hostname.</source>
<target>该数值不是有效的主机名称。</target>
</trans-unit>
<trans-unit id="96">
<source>The number of elements in this collection should be a multiple of {{ compared_value }}.</source>
<target>该集合内的元素数量得是 {{ compared_value }} 的倍数。</target>
</trans-unit>
<trans-unit id="97">
<source>This value should satisfy at least one of the following constraints:</source>
<target>该数值需符合以下其中一个约束:</target>
</trans-unit>
<trans-unit id="98">
<source>Each element of this collection should satisfy its own set of constraints.</source>
<target>该集合内的每个元素需符合元素本身规定的约束。</target>
</trans-unit>
<trans-unit id="99">
<source>This value is not a valid International Securities Identification Number (ISIN).</source>
<target>该数值不是有效的国际证券识别码 (ISIN)。</target>
</trans-unit>
</body>
</file>
</xliff>

0 comments on commit 1ee263e

Please sign in to comment.