yii.php 9.35 KB
Newer Older
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19
<?php
/**
 * Message translations.
 *
 * This file is automatically generated by 'yii message' command.
 * It contains the localizable messages extracted from source code.
 * You may modify this file by translating the extracted messages.
 *
 * Each array element represents the translation (value) of a message (key).
 * If the value is empty, the message is considered as not translated.
 * Messages that no longer need translation will have their translations
 * enclosed between a pair of '@@' marks.
 *
 * Message string can be used with plural forms format. Check i18n section
 * of the guide for details.
 *
 * NOTE: this file must be saved in UTF-8 encoding.
 */
return array (
20
  'View' => 'Просмотр',
21 22
  '(not set)' => '(не задано)',
  'An internal server error occurred.' => 'Возникла внутренняя ошибка сервера.',
23
  'Are you sure to delete this item?' => 'Вы уверены, что хотите удалить этот элемент?',
24
  'Delete' => 'Удалить',
25
  'Error' => 'Ошибка',
26
  'File upload failed.' => 'Загрузка файла не удалась.',
27 28 29 30 31
  'Home' => 'Главная',
  'Invalid data received for parameter "{param}".' => 'Неправильное значение параметра "{param}".',
  'Login Required' => 'Требуется вход.',
  'Missing required arguments: {params}' => 'Отсутствуют обязательные аргументы: {params}',
  'Missing required parameters: {params}' => 'Отсутствуют обязательные параметры: {params}',
32
  'No' => 'Нет',
33 34
  'No help for unknown command "{command}".' => 'Справка недоступна для неизвестной команды "{command}".',
  'No help for unknown sub-command "{command}".' => 'Справка недоступна для неизвестной субкоманды "{command}".',
35 36 37 38 39 40
  'No results found.' => 'Ничего не найдено.',
  'Only files with these extensions are allowed: {extensions}.' => 'Разрешена загрузка файлов только со следующими расширениями: {extensions}.',
  'Only files with these mimeTypes are allowed: {mimeTypes}.' => 'Разрешена загрузка файлов только со следующими MIME-типами: {mimeTypes}.',
  'Page not found.' => 'Страница не найдена.',
  'Please fix the following errors:' => 'Исправьте следующие ошибки:',
  'Please upload a file.' => 'Загрузите файл.',
41
  'Showing <b>{begin, number}-{end, number}</b> of <b>{totalCount, number}</b> {totalCount, plural, one{item} other{items}}.' => 'Показаны записи <b>{begin, number}-{end, number}</b> из <b>{totalCount, number}</b>.',
42
  'The file "{file}" is not an image.' => 'Файл «{file}» не является изображением.',
43 44
  '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 small. Its size cannot be smaller than {limit, number} {limit, plural, one{byte} other{bytes}}.' => 'Файл «{file}» слишком маленький. Размер должен быть более {limit, number} {limit, plural, one{байт} few{байта} many{байт} other{байта}}.',
45
  'The format of {attribute} is invalid.' => 'Неверный формат значения «{attribute}».',
46 47 48 49
  'The image "{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 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{пикселя}}.',
50
  'The verification code is incorrect.' => 'Неправильный проверочный код.',
51
  'Total <b>{count, number}</b> {count, plural, one{item} other{items}}.' => 'Всего <b>{count, number}</b> {count, plural, one{запись} few{записи} many{записей} other{записи}}.',
52 53
  'Unable to verify your data submission.' => 'Не удалось проверить переданные данные.',
  'Unknown command "{command}".' => 'Неизвестная команда "{command}".',
54
  'Unknown option: --{name}' => 'Неизвестная опция: --{name}',
55 56 57
  'Update' => 'Редактировать',
  'Yes' => 'Да',
  'You are not allowed to perform this action.' => 'Вам не разрешено производить данное действие.',
58
  'You can upload at most {limit, number} {limit, plural, one{file} other{files}}.' => 'Вы не можете загружать более {limit, number} {limit, plural, one{файла} few{файлов} many{файлов} other{файла}}.',
59
  'the input value' => 'введённое значение',
60 61 62 63 64 65 66 67 68 69 70 71 72 73 74
  '{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}.',
75
  '{attribute} must be no less than {min}.' => 'Значение «{attribute}» должно быть больше {min}.',
76
  '{attribute} must be repeated exactly.' => 'Значение «{attribute}» должно быть повторено в точности.',
Crypt committed
77
  '{attribute} must not be equal to "{compareValue}".' => 'Значение «{attribute}» не должно быть равно «{compareValue}».',
78 79 80
  '{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{символа}}.',
81
);