Browse Source

Merge pull request #10091 from hableel/patch-1

Fix arabic language [skip ci]
tags/3.0.0-alpha1
Alexander Makarov 9 years ago
parent
commit
6991145f6b
  1. 2
      framework/messages/ar/yii.php

2
framework/messages/ar/yii.php

@ -70,7 +70,7 @@ 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 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}"',

Loading…
Cancel
Save