Skip to content

Commit

Permalink
minor #38848 Missing translations for Chinese (zh_TW) #38733 (fd6130)
Browse files Browse the repository at this point in the history
This PR was squashed before being merged into the 3.4 branch.

Discussion
----------

Missing translations for Chinese (zh_TW) #38733

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

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

Commits
-------

3e741fda0a Missing translations for Chinese (zh_TW) #38733
  • Loading branch information
fabpot committed Oct 28, 2020
2 parents 1ee263e + 53d1875 commit d25ceea
Showing 1 changed file with 23 additions and 3 deletions.
26 changes: 23 additions & 3 deletions Resources/translations/validators.zh_TW.xlf
Original file line number Diff line number Diff line change
Expand Up @@ -344,28 +344,48 @@
</trans-unit>
<trans-unit id="89">
<source>This value should be either positive or zero.</source>
<target>數值應或未正數,或為零。</target>
<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>
<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>
<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 d25ceea

Please sign in to comment.