Hebrew translation fix (#12917) [skip ci]

This commit is contained in:
Siarhei Volkau
2016-11-04 10:28:52 +02:00
committed by Alexander Makarov
parent bd39b53985
commit b2ec1e2bc9

View File

@ -69,7 +69,7 @@ return [
'{attribute} must be greater than or equal to "{compareValue}".' => '{attribute} חייב להיות גדול מ או שווה "{compareValue}".', '{attribute} must be greater than or equal to "{compareValue}".' => '{attribute} חייב להיות גדול מ או שווה "{compareValue}".',
'{attribute} must be less than "{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 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 no less than {min}.' => '{attribute} חייב להיות לא פחות מ "{min}".',
'{attribute} must be repeated exactly.' => '{attribute} חייב להיות מוחזר בדיוק.', '{attribute} must be repeated exactly.' => '{attribute} חייב להיות מוחזר בדיוק.',
'{attribute} must not be equal to "{compareValue}".' => '{attribute} חייב להיות שווה ל "{compareValue}"', '{attribute} must not be equal to "{compareValue}".' => '{attribute} חייב להיות שווה ל "{compareValue}"',