Fix missing end of string

This commit is contained in:
nkovacs
2015-02-05 15:24:17 +01:00
parent 3a3ec5be33
commit 208b3a23c2

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 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 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 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 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 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.', '{attribute} should contain {length, number} {length, plural, one{character} other{characters}}.' => '{attribute} pontosan {length, number} kell, hogy legyen.',