Browse Source

Merge pull request #10360 from callmez/master

Update yii.php [skip ci]
tags/2.0.7
Alexander Makarov 9 years ago
parent
commit
e86af93478
  1. 11
      framework/messages/zh-CN/yii.php

11
framework/messages/zh-CN/yii.php

@ -66,14 +66,15 @@ return [
'{attribute} must be a string.' => '{attribute}必须是一条字符串。',
'{attribute} must be an integer.' => '{attribute}必须是整数。',
'{attribute} must be either "{true}" or "{false}".' => '{attribute}的值必须要么为"{true}",要么为"{false}"。',
'{attribute} must be greater than "{compareValue}".' => '{attribute}的值必须大于"{compareValue}"。',
'{attribute} must be greater than or equal to "{compareValue}".' => '{attribute}的值必须大于或等于"{compareValue}"。',
'{attribute} must be less than "{compareValue}".' => '{attribute}的值必须小于"{compareValue}"。',
'{attribute} must be less than or equal to "{compareValue}".' => '{attribute}的值必须小于或等于"{compareValue}"。',
'{attribute} must be equal to "{compareValueOrAttribute}".' => '{attribute}的值必须等于"{compareValueOrAttribute}"。',
'{attribute} must not be equal to "{compareValueOrAttribute}".' => '{attribute}的值不得等于"{compareValueOrAttribute}"。',
'{attribute} must be greater than "{compareValueOrAttribute}".' => '{attribute}的值必须大于"{compareValueOrAttribute}"。',
'{attribute} must be greater than or equal to "{compareValueOrAttribute}".' => '{attribute}的值必须大于或等于"{compareValueOrAttribute}"。',
'{attribute} must be less than "{compareValueOrAttribute}".' => '{attribute}的值必须小于"{compareValueOrAttribute}"。',
'{attribute} must be less than or equal to "{compareValueOrAttribute}".' => '{attribute}的值必须小于或等于"{compareValueOrAttribute}"。',
'{attribute} must be no greater than {max}.' => '{attribute}的值必须不大于{max}。',
'{attribute} must be no less than {min}.' => '{attribute}的值必须不小于{min}。',
'{attribute} must be repeated exactly.' => '{attribute}必须重复。',
'{attribute} must not be equal to "{compareValue}".' => '{attribute}的值不得等于"{compareValue}"。',
'{attribute} should contain at least {min, number} {min, plural, one{character} other{characters}}.' => '{attribute}应该包含至少{min, number}个字符。',
'{attribute} should contain at most {max, number} {max, plural, one{character} other{characters}}.' => '{attribute}只能包含至多{max, number}个字符。',
'{attribute} should contain {length, number} {length, plural, one{character} other{characters}}.' => '{attribute}应该包含{length, number}个字符。',

Loading…
Cancel
Save