From b2ec1e2bc9a956e14cf0467ba72b57f47d4b110d Mon Sep 17 00:00:00 2001 From: Siarhei Volkau Date: Fri, 4 Nov 2016 10:28:52 +0200 Subject: [PATCH] Hebrew translation fix (#12917) [skip ci] --- framework/messages/he/yii.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/framework/messages/he/yii.php b/framework/messages/he/yii.php index f78b0126d4..bd394926de 100644 --- a/framework/messages/he/yii.php +++ b/framework/messages/he/yii.php @@ -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}"',