Commit 04bca6a9 by Serge Postrash

Russian translation - semantic fix [skip_ci]

Example ``` ['profit', 'number', 'min' => 0.01], ``` Value 0.01 is allowed
parent 371af5c4
...@@ -97,7 +97,7 @@ return [ ...@@ -97,7 +97,7 @@ return [
'{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}» не должно превышать {max}.', '{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}».',
'{attribute} should contain at least {min, number} {min, plural, one{character} other{characters}}.' => 'Значение «{attribute}» должно содержать минимум {min, number} {min, plural, one{символ} few{символа} many{символов} other{символа}}.', '{attribute} should contain at least {min, number} {min, plural, one{character} other{characters}}.' => 'Значение «{attribute}» должно содержать минимум {min, number} {min, plural, one{символ} few{символа} many{символов} other{символа}}.',
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment