8000 merged branch modi/master (PR #5186) · sun/symfony@ca9f5e8 · GitHub
[go: up one dir, main page]

Skip to content

Commit ca9f5e8

Browse files
committed
merged branch modi/master (PR symfony#5186)
Commits ------- 83269a4 update zh_CN translations of Form Component Discussion ---------- update zh_CN translations of Form Component --------------------------------------------------------------------------- by travisbot at 2012-08-06T01:45:01Z This pull request [fails](http://travis-ci.org/symfony/symfony/builds/2044024) (merged 83269a4 into 20d2e5a).
2 parents 98ea126 + 83269a4 commit ca9f5e8

File tree

1 file changed

+40
-0
lines changed

1 file changed

+40
-0
lines changed

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

Lines changed: 40 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -174,6 +174,46 @@
174174
<source>The image height is too small ({{ height }}px). Minimum height expected is {{ min_height }}px.</source>
175175
<target>图片高度不够 ({{ height }}px),最小高度为 {{ min_height }}px.</target>
176176
</trans-unit>
177+
<trans-unit id="47">
178+
<source>This value should be the user current password.</source>
179+
<target>该变量应为用户当前的密码.</target>
180+
</trans-unit>
181+
<trans-unit id="48">
182+
<source>This value should have exactly {{ limit }} characters.</source>
183+
<target>该变量应为 {{ limit }} 个字符.</target>
184+
</trans-unit>
185+
<trans-unit id="49">
186+
<source>The file was only partially uploaded.</source>
187+
<target>该文件的上传不完整.</target>
188+
</trans-unit>
189+
<trans-unit id="50">
190+
<source>No file was uploaded.</source>
191+
<target>没有上传任何文件.</target>
192+
</trans-unit>
193+
<trans-unit id="51">
194+
<source>No temporary folder was configured in php.ini.</source>
195+
<target>php.ini里没有配置临时文件目录.</target>
196+
</trans-unit>
197+
<trans-unit id="52">
198+
<source>Cannot write temporary file to disk.</source>
199+
<target>临时文件写入磁盘失败.</target>
200+
</trans-unit>
201+
<trans-unit id="53">
202+
<source>A PHP extension caused the upload to fail.</source>
203+
<target>某个PHP扩展造成上传失败.</target>
204+
</trans-unit>
205+
<trans-unit id="54">
206+
<source>This collection should contain {{ limit }} elements or more.</source>
207+
<target>该集合最少应包含 {{ limit }} 个元素.</target>
208+
</trans-unit>
209+
<trans-unit id="55">
210+
<source>This collection should contain {{ limit }} elements or less.</source>
211+
<target>该集合最多包含 {{ limit }} 个元素.</target>
212+
</trans-unit>
213+
<trans-unit id="56">
214+
<source>This collection should contain exactly {{ limit }} elements.</source>
215+
<target>该集合应包含正好 {{ limit }} 个元素element.</target>
216+
</trans-unit>
177217
</body>
178218
</file>
179219
</xliff>

0 commit comments

Comments
 (0)
0