You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
minor symfony#52359 [Validator] Added Chinese(zh_CN) translations (Guxinpei)
This PR was merged into the 5.4 branch.
Discussion
----------
[Validator] Added Chinese(zh_CN) translations
| Q | A
| ------------- | ---
| Branch? | 5.4
| Bug fix? | no
| New feature? | no
| Deprecations? | no
| Issues | Fixsymfony#51933 <!-- prefix each issue number with "Fix #", no need to create an issue if none exists, explain below instead -->
| License | MIT
[Validator] Added Chinese(zh_CN) translations
Commits
-------
b2cd1a5 [Validator] Added Chinese(zh_CN) translations
Copy file name to clipboardExpand all lines: src/Symfony/Component/Validator/Resources/translations/validators.zh_CN.xlf
+24Lines changed: 24 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -402,6 +402,30 @@
402
402
<source>The value of the netmask should be between {{ min }} and {{ max }}.</source>
403
403
<target>网络掩码的值应当在 {{ min }} 和 {{ max }} 之间。</target>
404
404
</trans-unit>
405
+
<trans-unitid="104">
406
+
<source>The filename is too long. It should have {{ filename_max_length }} character or less.|The filename is too long. It should have {{ filename_max_length }} characters or less.</source>
0 commit comments