mirror of
https://github.com/yiisoft/yii2.git
synced 2025-11-08 00:47:55 +08:00
Merge pull request #8039 from mohammadhosain/patch-1
Update yii.php [skip ci]
This commit is contained in:
@ -102,8 +102,8 @@ return [
|
||||
'{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 no greater than {max}.' => '{attribute} نباید بیشتر از "{compareValue}" باشد.',
|
||||
'{attribute} must be no less than {min}.' => '{attribute} نباید کمتر از "{compareValue}" باشد.',
|
||||
'{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} کارکتر باشد.',
|
||||
|
||||
Reference in New Issue
Block a user