minor #38847 Missing translations for Chinese (zh_CN) #38732 (fd6130)

This PR was squashed before being merged into the 3.4 branch.

Discussion
----------

Missing translations for Chinese (zh_CN) #38732

| Q             | A
| ------------- | ---
| Branch?       | 3.4
| Bug fix?      | no
| New feature?  | no
| Deprecations? | no
| Tickets       | Fix #38732
| License       | MIT

Added missing translations for zh_CN in Form, Security, Validator.

Commits
-------

952df248d0 Missing translations for Chinese (zh_CN) #38732
This commit is contained in:
Fabien Potencier 2020-10-28 06:23:15 +01:00
commit 48cbe31d4e
3 changed files with 180 additions and 0 deletions

View File

@ -14,6 +14,126 @@
<source>The CSRF token is invalid. Please try to resubmit the form.</source>
<target>CSRF 验证符无效, 请重新提交.</target>
</trans-unit>
<trans-unit id="99">
<source>This value is not a valid HTML5 color.</source>
<target>该数值不是个有效的 HTML5 颜色。</target>
</trans-unit>
<trans-unit id="100">
<source>Please enter a valid birthdate.</source>
<target>请输入有效的生日日期。</target>
</trans-unit>
<trans-unit id="101">
<source>The selected choice is invalid.</source>
<target>所选的选项无效。</target>
</trans-unit>
<trans-unit id="102">
<source>The collection is invalid.</source>
<target>集合无效。</target>
</trans-unit>
<trans-unit id="103">
<source>Please select a valid color.</source>
<target>请选择有效的颜色。</target>
</trans-unit>
<trans-unit id="104">
<source>Please select a valid country.</source>
<target>请选择有效的国家。</target>
</trans-unit>
<trans-unit id="105">
<source>Please select a valid currency.</source>
<target>请选择有效的货币。</target>
</trans-unit>
<trans-unit id="106">
<source>Please choose a valid date interval.</source>
<target>请选择有效的日期间隔。</target>
</trans-unit>
<trans-unit id="107">
<source>Please enter a valid date and time.</source>
<target>请输入有效的日期与时间。</target>
</trans-unit>
<trans-unit id="108">
<source>Please enter a valid date.</source>
<target>请输入有效的日期。</target>
</trans-unit>
<trans-unit id="109">
<source>Please select a valid file.</source>
<target>请选择有效的文件。</target>
</trans-unit>
<trans-unit id="110">
<source>The hidden field is invalid.</source>
<target>隐藏字段无效。</target>
</trans-unit>
<trans-unit id="111">
<source>Please enter an integer.</source>
<target>请输入整数。</target>
</trans-unit>
<trans-unit id="112">
<source>Please select a valid language.</source>
<target>请选择有效的语言。</target>
</trans-unit>
<trans-unit id="113">
<source>Please select a valid locale.</source>
<target>请选择有效的语言环境。</target>
</trans-unit>
<trans-unit id="114">
<source>Please enter a valid money amount.</source>
<target>请输入正确的金额。</target>
</trans-unit>
<trans-unit id="115">
<source>Please enter a number.</source>
<target>请输入数字。</target>
</trans-unit>
<trans-unit id="116">
<source>The password is invalid.</source>
<target>密码无效。</target>
</trans-unit>
<trans-unit id="117">
<source>Please enter a percentage value.</source>
<target>请输入百分比值。</target>
</trans-unit>
<trans-unit id="118">
<source>The values do not match.</source>
<target>数值不匹配。</target>
</trans-unit>
<trans-unit id="119">
<source>Please enter a valid time.</source>
<target>请输入有效的时间。</target>
</trans-unit>
<trans-unit id="120">
<source>Please select a valid timezone.</source>
<target>请选择有效的时区。</target>
</trans-unit>
<trans-unit id="121">
<source>Please enter a valid URL.</source>
<target>请输入有效的网址。</target>
</trans-unit>
<trans-unit id="122">
<source>Please enter a valid search term.</source>
<target>请输入有效的搜索词。</target>
</trans-unit>
<trans-unit id="123">
<source>Please provide a valid phone number.</source>
<target>请提供有效的手机号码。</target>
</trans-unit>
<trans-unit id="124">
<source>The checkbox has an invalid value.</source>
<target>无效的选框值。</target>
</trans-unit>
<trans-unit id="125">
<source>Please enter a valid email address.</source>
<target>请输入有效的电子邮件地址。</target>
</trans-unit>
<trans-unit id="126">
<source>Please select a valid option.</source>
<target>请选择有效的选项。</target>
</trans-unit>
<trans-unit id="127">
<source>Please select a valid range.</source>
<target>请选择有效的范围。</target>
</trans-unit>
<trans-unit id="128">
<source>Please enter a valid week.</source>
<target>请输入有效的星期。</target>
</trans-unit>
</body>
</file>
</xliff>

View File

@ -66,6 +66,14 @@
<source>Account is locked.</source>
<target>帐号已被锁定。</target>
</trans-unit>
<trans-unit id="17">
<source>Too many failed login attempts, please try again later.</source>
<target>登入失败的次数过多,请稍后再试。</target>
</trans-unit>
<trans-unit id="18">
<source>Invalid or expired login link.</source>
<target>失效或过期的登入链接。</target>
</trans-unit>
</body>
</file>
</xliff>

View File

@ -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>