Commit 333e2ab0 by Crypt

fix russian messages.

parent 4609a94d
...@@ -33,7 +33,7 @@ return array ( ...@@ -33,7 +33,7 @@ return array (
'the input value' => 'введённое значение', 'the input value' => 'введённое значение',
'(not set)' => '(не задано)', '(not set)' => '(не задано)',
'An internal server error occurred.' => 'Возникла внутренняя ошибка сервера.', 'An internal server error occurred.' => 'Возникла внутренняя ошибка сервера.',
'Are you sure to delete this item?' => 'Вы уверены, ', 'Are you sure to delete this item?' => 'Вы уверены, что хотите удалить этот элемент ?',
'Compile Error' => 'Compile Error', 'Compile Error' => 'Compile Error',
'Compile Warning' => 'Compile Warning', 'Compile Warning' => 'Compile Warning',
'Core Error' => 'Core Error', 'Core Error' => 'Core Error',
...@@ -98,7 +98,7 @@ return array ( ...@@ -98,7 +98,7 @@ return array (
'{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{# символа}}.',
'{attribute} should contain at most {max, number} {max, plural, one{character} other{characters}}.' => 'Значение «{attribute}» должно содержать максимум {max, number} {max, plural, one{# символ} few{# символа} many{# символов} other{# символа}}.', '{attribute} should contain at most {max, number} {max, plural, one{character} other{characters}}.' => 'Значение «{attribute}» должно содержать максимум {max, number} {max, plural, one{# символ} few{# символа} many{# символов} other{# символа}}.',
'{attribute} should contain {length, number} {length, plural, one{character} other{characters}}.' => 'Значение «{attribute}» должно содержать {length, number} {length, plural, one{# символ} few{# символа} many{# символов} other{# символа}}.', '{attribute} should contain {length, number} {length, plural, one{character} other{characters}}.' => 'Значение «{attribute}» должно содержать {length, number} {length, 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