63 lines
3.0 KiB
PHP
63 lines
3.0 KiB
PHP
<?php
|
||
/**
|
||
* Message translations.
|
||
*
|
||
* This file is automatically generated by 'yii message/extract' 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 [
|
||
'\'{class}\' must extend from \'yii\\rbac\\Rule\' or its child class' => 'Класс должен быть унаследован от \'yii\\rbac\\Rule\' или его дочерних классов',
|
||
'Action' => 'Действие',
|
||
'Are you sure to delete this item?' => 'Вы действительно хотите удалить этот элемент?',
|
||
'Assign' => 'Назначить',
|
||
'Assignment : {0}' => 'Назначение : {0}',
|
||
'Assignments' => 'Назначения',
|
||
'Class Name' => 'Имя класса',
|
||
'Create' => 'Создать',
|
||
'Create Rule' => 'Создать правило',
|
||
'Create Role' => 'Создать роль',
|
||
'Data' => 'Данные',
|
||
'Delete' => 'Удалить',
|
||
'Description' => 'Описание',
|
||
'Invalid rule "{value}"' => 'Некорректное правило "{value}"',
|
||
'Item has been removed.' => 'Элемент был удален.',
|
||
'Item has been saved.' => 'Элемент сохранен.',
|
||
'Name' => 'Имя',
|
||
'Permissions' => 'Разрешения',
|
||
'Refresh' => 'Обновить',
|
||
'Remove' => 'Удалить',
|
||
'Roles' => 'Роли',
|
||
'Role : {0}' => 'Роль : {0}',
|
||
'Permission : {0}' => 'Разрешение : {0}',
|
||
'Create Permission' => 'Создать разрешение',
|
||
'Routes' => 'Маршруты',
|
||
'Rule' => 'Правило',
|
||
'Rule "{value}" does not exists' => 'Правило "{value}" не существует',
|
||
'Rule : {0}' => 'Правило : {0}',
|
||
'Rule Name' => 'Имя правила',
|
||
'Rule has been deleted.' => 'Правило было удалено.',
|
||
'Rule has been saved.' => 'Правило сохранено.',
|
||
'Rules' => 'Правила',
|
||
'Search for assigned' => 'Поиск по присвоенным',
|
||
'Search for available' => 'Поиск по доступным',
|
||
'The requested page does not exist.' => 'Ошибка 404 - страница не найдена!',
|
||
'Type' => 'Тип',
|
||
'Unknown class \'{class}\'' => 'Неизвестный класс \'{class}\'',
|
||
'Update' => 'Обновить',
|
||
'Update Rule : {0}' => 'Обновить правило : {0}',
|
||
'Update Role : {0}' => 'Обновить роль : {0}',
|
||
'Update Permission : {0}' => 'Обновить разрешение : {0}',
|
||
'Select Rule' => 'Выберите правило',
|
||
];
|