From 83269a46cb72bda608a95c67d2f8ec2d47682504 Mon Sep 17 00:00:00 2001 From: modi Date: Mon, 6 Aug 2012 09:36:49 +0800 Subject: [PATCH] update zh_CN translations of Form Component --- .../translations/validators.zh_CN.xlf | 40 +++++++++++++++++++ 1 file changed, 40 insertions(+) diff --git a/src/Symfony/Component/Validator/Resources/translations/validators.zh_CN.xlf b/src/Symfony/Component/Validator/Resources/translations/validators.zh_CN.xlf index f5f5416ef6..344ad56c3f 100644 --- a/src/Symfony/Component/Validator/Resources/translations/validators.zh_CN.xlf +++ b/src/Symfony/Component/Validator/Resources/translations/validators.zh_CN.xlf @@ -174,6 +174,46 @@ The image height is too small ({{ height }}px). Minimum height expected is {{ min_height }}px. 图片高度不够 ({{ height }}px),最小高度为 {{ min_height }}px. + + This value should be the user current password. + 该变量应为用户当前的密码. + + + This value should have exactly {{ limit }} characters. + 该变量应为 {{ limit }} 个字符. + + + The file was only partially uploaded. + 该文件的上传不完整. + + + No file was uploaded. + 没有上传任何文件. + + + No temporary folder was configured in php.ini. + php.ini里没有配置临时文件目录. + + + Cannot write temporary file to disk. + 临时文件写入磁盘失败. + + + A PHP extension caused the upload to fail. + 某个PHP扩展造成上传失败. + + + This collection should contain {{ limit }} elements or more. + 该集合最少应包含 {{ limit }} 个元素. + + + This collection should contain {{ limit }} elements or less. + 该集合最多包含 {{ limit }} 个元素. + + + This collection should contain exactly {{ limit }} elements. + 该集合应包含正好 {{ limit }} 个元素element. +