From ac5b6b34a23dce0cd35d8d396b89c86011497403 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=B8=9C=E6=96=B9=E5=AD=A4=E6=80=9D=E5=AD=90=EF=BC=88?= =?UTF-8?q?=E9=92=B1=E6=A3=AE=EF=BC=89?= Date: Fri, 10 Jan 2014 01:03:25 +0800 Subject: [PATCH] Update yii.php --- framework/yii/messages/zh_cn/yii.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/framework/yii/messages/zh_cn/yii.php b/framework/yii/messages/zh_cn/yii.php index 0efd0f1..9d2ce17 100644 --- a/framework/yii/messages/zh_cn/yii.php +++ b/framework/yii/messages/zh_cn/yii.php @@ -48,7 +48,7 @@ return array ( 'The image "{file}" is too small. The height cannot be smaller than {limit, number} {limit, plural, one{pixel} other{pixels}}.' => '图像"{file}"太小。他的高度不得小于{limit, number}像素。', 'The image "{file}" is too small. The width cannot be smaller than {limit, number} {limit, plural, one{pixel} other{pixels}}.' => '图像"{file}"太小。他的宽度不得小于{limit, number}像素。', 'The verification code is incorrect.' => '验证码不正确。', - 'Total {count, number} {count, plural, one{item} other{items}}.' => '总计{count, number}条{count, plural, one{数据} other{数据}}。', + 'Total {count, number} {count, plural, one{item} other{items}}.' => '总计{count, number}条数据。', 'Unable to verify your data submission.' => '您提交的数据无法被验证。', 'Unknown command "{command}".' => '未知的命令 "{command}"。', 'Unknown option: --{name}' => '未知的选项:--{name}',