update zh_CN translations of Form Component

This commit is contained in:
modi 2012-08-06 09:36:49 +08:00
parent 20d2e5a1cf
commit 83269a46cb
1 changed files with 40 additions and 0 deletions

View File

@ -174,6 +174,46 @@
<source>The image height is too small ({{ height }}px). Minimum height expected is {{ min_height }}px.</source>
<target>图片高度不够 ({{ height }}px),最小高度为 {{ min_height }}px.</target>
</trans-unit>
<trans-unit id="47">
<source>This value should be the user current password.</source>
<target>该变量应为用户当前的密码.</target>
</trans-unit>
<trans-unit id="48">
<source>This value should have exactly {{ limit }} characters.</source>
<target>该变量应为 {{ limit }} 个字符.</target>
</trans-unit>
<trans-unit id="49">
<source>The file was only partially uploaded.</source>
<target>该文件的上传不完整.</target>
</trans-unit>
<trans-unit id="50">
<source>No file was uploaded.</source>
<target>没有上传任何文件.</target>
</trans-unit>
<trans-unit id="51">
<source>No temporary folder was configured in php.ini.</source>
<target>php.ini里没有配置临时文件目录.</target>
</trans-unit>
<trans-unit id="52">
<source>Cannot write temporary file to disk.</source>
<target>临时文件写入磁盘失败.</target>
</trans-unit>
<trans-unit id="53">
<source>A PHP extension caused the upload to fail.</source>
<target>某个PHP扩展造成上传失败.</target>
</trans-unit>
<trans-unit id="54">
<source>This collection should contain {{ limit }} elements or more.</source>
<target>该集合最少应包含 {{ limit }} 个元素.</target>
</trans-unit>
<trans-unit id="55">
<source>This collection should contain {{ limit }} elements or less.</source>
<target>该集合最多包含 {{ limit }} 个元素.</target>
</trans-unit>
<trans-unit id="56">
<source>This collection should contain exactly {{ limit }} elements.</source>
<target>该集合应包含正好 {{ limit }} 个元素element.</target>
</trans-unit>
</body>
</file>
</xliff>