|
| 1 | +<?php |
| 2 | +/** |
| 3 | + * Message translations. |
| 4 | + * |
| 5 | + * This file is automatically generated by 'yii message' command. |
| 6 | + * It contains the localizable messages extracted from source code. |
| 7 | + * You may modify this file by translating the extracted messages. |
| 8 | + * |
| 9 | + * Each array element represents the translation (value) of a message (key). |
| 10 | + * If the value is empty, the message is considered as not translated. |
| 11 | + * Messages that no longer need translation will have their translations |
| 12 | + * enclosed between a pair of '@@' marks. |
| 13 | + * |
| 14 | + * Message string can be used with plural forms format. Check i18n section |
| 15 | + * of the guide for details. |
| 16 | + * |
| 17 | + * NOTE: this file must be saved in UTF-8 encoding. |
| 18 | + */ |
| 19 | +return [ |
| 20 | + 'ID' => 'ИД', |
| 21 | + 'Url' => 'Урл', |
| 22 | + 'Title' => 'Заголовок', |
| 23 | + 'Content' => 'Контент', |
| 24 | + 'Status' => 'Статус', |
| 25 | + 'Meta Title' => 'Заголовок (Meta title)', |
| 26 | + 'Meta Description' => 'Описание (Meta Description)', |
| 27 | + 'Meta Keywords' => 'Ключевые слова (Meta Keywords)', |
| 28 | + 'Comments available' => 'Комментарии включены', |
| 29 | + 'Date Created' => 'Дата Создания', |
| 30 | + 'Date Updated' => 'Дата Обновления', |
| 31 | + 'Are comments available on the page?' => 'Включить комментарии на странице?', |
| 32 | + 'This one accepts only letters, numbers, dash and slash, i.e. "docs/installation".' => 'Это поле принимает только буквы, цифры, тире и слеш, например "docs/installation".', |
| 33 | + 'Create' => 'Создать', |
| 34 | + 'Update' => 'Обновить', |
| 35 | + 'Delete' => 'Удалить', |
| 36 | + 'Go Back' => 'Вернуться', |
| 37 | + 'Enabled' => 'Включена', |
| 38 | + 'Disabled' => 'Недоступна', |
| 39 | + 'Update Page: {0}' => 'Обновить Страницу: {0}', |
| 40 | + 'Cms Pages' => 'CMS Страницы', |
| 41 | + 'Create Page' => 'Создать Страницу', |
| 42 | + 'View Comments' => 'Просмотр Комментариев', |
| 43 | + 'Select Status' => 'Выберите Статус', |
| 44 | + 'Select' => 'Выберите', |
| 45 | + 'Actions' => 'Действия', |
| 46 | + 'Page has been created.' => 'Страница была сохранён.', |
| 47 | + 'Page has been updated.' => 'Страница был обновлена.', |
| 48 | + 'Page has been deleted.' => 'Страница был удалена.', |
| 49 | + 'The requested page does not exist.' => 'Ошибка 404 - страница не найдена!' |
| 50 | +]; |
0 commit comments