Merge pull request #7180 from nkovacs/patch-3

[skip ci] Fix missing end of string
This commit is contained in:
Alexander Makarov
2015-02-05 17:57:58 +03:00

View File

@ -81,7 +81,7 @@ return array (
'{attribute} must be no greater than {max}.' => '{attribute} nem lehet nagyobb, mint {max}.',
'{attribute} must be no less than {min}.' => '{attribute} nem lehet kisebb, mint {min}.',
'{attribute} must be repeated exactly.' => 'Ismételje meg pontosan a(z) {attribute} mezőbe írtakat.',
'{attribute} must not be equal to "{compareValue}".' => '{attribute} nem lehet egyenlő ezzel: "{compareValue}',
'{attribute} must not be equal to "{compareValue}".' => '{attribute} nem lehet egyenlő ezzel: "{compareValue}".',
'{attribute} should contain at least {min, number} {min, plural, one{character} other{characters}}.' => '{attribute} minimum {min, number} karakter kell, hogy legyen.',
'{attribute} should contain at most {max, number} {max, plural, one{character} other{characters}}.' => '{attribute} maximum {max, number} karakter lehet.',
'{attribute} should contain {length, number} {length, plural, one{character} other{characters}}.' => '{attribute} pontosan {length, number} kell, hogy legyen.',