Browse Source

fix russian messages.

tags/2.0.0-beta
Crypt 11 years ago
parent
commit
333e2ab0d9
  1. 4
      framework/yii/messages/ru/yii.php

4
framework/yii/messages/ru/yii.php

@ -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 (
'{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{# символа}}.',

Loading…
Cancel
Save