mirror of
https://github.com/yiisoft/yii2.git
synced 2025-11-09 09:47:25 +08:00
Merge pull request #7180 from nkovacs/patch-3
[skip ci] Fix missing end of string
This commit is contained in:
@ -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.',
|
||||
|
||||
Reference in New Issue
Block a user