Skip to content

Commit c5610fa

Browse files
committed
minor symfony#30447 Added translations for chineese language. (alfidinouhail)
This PR was submitted for the master branch but it was squashed and merged into the 3.4 branch instead (closes symfony#30447). Discussion ---------- Added translations for chineese language. > Q A > Branch? 3.4 > Bug fix? yes > New feature? no > BC breaks? no > Deprecations? no > Tests pass? yes > Fixed tickets symfony#30447 > License MIT Commits ------- 3be1850 Added translations for chineese language.
2 parents e03545a + 3be1850 commit c5610fa

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

src/Symfony/Component/Validator/Resources/translations/validators.zh_CN.xlf

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -310,10 +310,30 @@
310310
<source>This value does not match the expected {{ charset }} charset.</source>
311311
<target>该值不符合 {{ charset }} 编码。</target>
312312
</trans-unit>
313+
<trans-unit id="81">
314+
<source>This is not a valid Business Identifier Code (BIC).</source>
315+
<target>这不是有效的业务标识符代码(BIC)。</target>
316+
</trans-unit>
313317
<trans-unit id="82">
314318
<source>Error</source>
315319
<target>错误</target>
316320
</trans-unit>
321+
<trans-unit id="83">
322+
<source>This is not a valid UUID.</source>
323+
<target>这不是有效的UUID。</target>
324+
</trans-unit>
325+
<trans-unit id="84">
326+
<source>This value should be a multiple of {{ compared_value }}.</source>
327+
<target>此值应为 {{ compared_value }} 的倍数。</target>
328+
</trans-unit>
329+
<trans-unit id="85">
330+
<source>This Business Identifier Code (BIC) is not associated with IBAN {{ iban }}.</source>
331+
<target>此业务标识符代码(BIC)与IBAN {{ iban }} 无关。</target>
332+
</trans-unit>
333+
<trans-unit id="86">
334+
<source>This value should be valid JSON.</source>
335+
<target>该值应该是有效的JSON。</target>
336+
</trans-unit>
317337
</body>
318338
</file>
319339
</xliff>

0 commit comments

Comments
 (0)