'An internal server error occurred.'=>'Возникла внутренняя ошибка сервера.',
'Are you sure you want to delete this item?'=>'Вы уверены, что хотите удалить этот элемент?',
...
...
@@ -58,6 +54,7 @@ return [
'No help for unknown command "{command}".'=>'Справка недоступна для неизвестной команды "{command}".',
'No help for unknown sub-command "{command}".'=>'Справка недоступна для неизвестной субкоманды "{command}".',
'No results found.'=>'Ничего не найдено.',
'Only files with these MIME types are allowed: {mimeTypes}.'=>'Разрешена загрузка файлов только со следующими MIME-типами: {mimeTypes}.',
'Only files with these extensions are allowed: {extensions}.'=>'Разрешена загрузка файлов только со следующими расширениями: {extensions}.',
'Page not found.'=>'Страница не найдена.',
'Please fix the following errors:'=>'Исправьте следующие ошибки:',
...
...
@@ -71,6 +68,7 @@ return [
'The image "{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 image "{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 image "{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 requested view "{name}" was not found.'=>'Запрашиваемый файл представления "{name}" не найден.',
'The verification code is incorrect.'=>'Неправильный проверочный код.',
'Unable to verify your data submission.'=>'Не удалось проверить переданные данные.',
...
...
@@ -81,6 +79,12 @@ return [
'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}».',
...
...
@@ -103,4 +107,10 @@ return [
'{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 {length, number} {length, plural, one{character} other{characters}}.'=>'Значение «{attribute}» должно содержать {length, number} {length, plural, one{символ} few{символа} many{символов} other{символа}}.',