mirror of
https://github.com/yiisoft/yii2.git
synced 2025-08-15 23:04:54 +08:00
Hebrew translation fix (#12917) [skip ci]
This commit is contained in:

committed by
Alexander Makarov

parent
bd39b53985
commit
b2ec1e2bc9
@ -69,7 +69,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}"',
|
||||
|
Reference in New Issue
Block a user