'The file "{file}" is not an image.' => 'Файл «{file}» не является изображением.',
'The file "{file}" is too big. Its size cannot exceed {limit, number} {limit, plural, one{byte} other{bytes}}.' => 'Файл «{file}» слишком большой. Размер не должен превышать {limit, number} {limit, plural, one{# байт} few{# байта} many{# байт} other{# байта}}.',
'The file "{file}" is too large. The height cannot be larger than {limit, number} {limit, plural, one{pixel} other{pixels}}.' => 'Файл «{file}» слишком большой. Высота не должна превышать {limit, number} {limit, plural, one{# пиксель} few{# пикселя} many{# пикселей} other{# пикселя}}.',
'The file "{file}" is too large. The width cannot be larger than {limit, number} {limit, plural, one{pixel} other{pixels}}.' => 'Файл «{file}» слишком большой. Ширина не должна превышать {limit, number} {limit, plural, one{# пиксель} few{# пикселя} many{# пикселей} other{# пикселя}}.',
'The file "{file}" is too small. Its size cannot be smaller than {limit, number} {limit, plural, one{byte} other{bytes}}.' => 'Файл «{file}» слишком маленький. Размер должен быть более {limit, number} {limit, plural, one{# байт} few{# байта} many{# байт} other{# байта}}.',
'The file "{file}" is too small. The height cannot be smaller than {limit, number} {limit, plural, one{pixel} other{pixels}}.' => 'Файл «{file}» слишком маленький. Высота должна быть более {limit, number} {limit, plural, one{# пиксель} few{# пикселя} many{# пикселей} other{# пикселя}}.',
'The file "{file}" is too small. The width cannot be smaller than {limit, number} {limit, plural, one{pixel} other{pixels}}.' => 'Файл «{file}» слишком маленький. Ширина должна быть более {limit, number} {limit, plural, one{# пиксель} few{# пикселя} many{# пикселей} other{# пикселя}}.',
'The format of {attribute} is invalid.' => 'Неверный формат значения «{attribute}».',
'The verification code is incorrect.' => 'Неправильный проверочный код.',
'Unknown Class' => 'Unknown Class',
'Unknown Method' => 'Unknown Method',
'Unknown Property' => 'Unknown Property',
'Update' => 'Редактировать',
'User Error' => 'User Error',
'User Warning' => 'User Warning',
'Warning' => 'Warning',
'Yes' => 'Да',
'You are not allowed to perform this action.' => 'Вам не разрешено производить данное действие.',
'You can upload at most {limit, number} {limit, plural, one{file} other{files}}.' => 'Вы не можете загружать более {limit, number} {limit, plural, one{# файла} few{# файлов} many{# файлов} other{# файла}}.',
'{attribute} "{value}" has already been taken.' => '{attribute} «{value}» уже занят.',
'{attribute} cannot be blank.' => 'Необходимо заполнить «{attribute}».',
'{attribute} is invalid.' => 'Значение «{attribute}» не верно.',
'{attribute} is not a valid URL.' => 'Значение «{attribute}» не является правильным URL.',
'{attribute} is not a valid email address.' => 'Значение «{attribute}» не является правильным email адресом.',
'{attribute} must be "{requiredValue}".' => 'Значение «{attribute}» должно быть равно «{requiredValue}».',
'{attribute} must be a number.' => 'Значение «{attribute}» должно быть числом.',
'{attribute} must be a string.' => 'Значение «{attribute}» должно быть строкой.',
'{attribute} must be an integer.' => 'Значение «{attribute}» должно быть целым числом.',
'{attribute} must be either "{true}" or "{false}".' => 'Значение «{attribute}» должно быть равно «{true}» или «{false}».',
'{attribute} must be greater than "{compareValue}".' => 'Значение «{attribute}» должно быть больше значения «{compareValue}».',
'{attribute} must be greater than or equal to "{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 no greater than {max}.' => 'Значение «{attribute}» не должно превышать {max}.',
'{attribute} must be no less than {min}.' => 'Значение «{attribute}» должно быль больше {min}.',
'{attribute} must be repeated exactly.' => 'Значение «{attribute}» должно быть повторено в точности.',