mirror of
https://github.com/yiisoft/yii2.git
synced 2025-11-03 22:12:37 +08:00
Merge pull request #1938 from NabiKAZ/patch-1
resolve a little bug in arabic translation file
This commit is contained in:
@ -77,5 +77,5 @@ return array(
|
||||
'{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} {min, plural, one{character} other{characters}}.',
|
||||
'{attribute} should contain at most {max, number} {max, plural, one{character} other{characters}}.' => '{attribute} يجب أن لا يحتوي على أكثر من {max, number} {max, plural, one{character} other{characters}}.',
|
||||
'{attribute} should contain {length, number} {length, plural, one{character} other{characters}}.' => '{attribute} يجب أن يحتوي على {min, number} {min, plural, one{character} other{characters}}.',
|
||||
'{attribute} should contain {length, number} {length, plural, one{character} other{characters}}.' => '{attribute} يجب أن يحتوي على {length, number} {length, plural, one{character} other{characters}}.',
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user