forked from dektrium/yii2-rbac
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
cd06b74
commit 7487113
Showing
2 changed files
with
52 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -12,6 +12,7 @@ | |
'nl', | ||
'pt-BR', | ||
'ru', | ||
'uk', | ||
], | ||
'translator' => 'Yii::t', | ||
'sort' => false, | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,51 @@ | ||
<?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 [ | ||
'Children' => 'Дочірні правила', | ||
'Items' => 'Елементи', | ||
'Rule' => 'Правило', | ||
'Rule class must extend "yii\rbac\Rule"' => 'Клас правил повинен наслідувати клас "yii\rbac\Rule"', | ||
'Classname of the rule associated with this item' => 'Ім\'я класу правил, пов\'язаних з цим елементом', | ||
'The item description (Optional).' => 'Опис елементу (Необов\'язково).', | ||
'The name of the item.' => 'Ім\'я елементу.', | ||
'Assignments have been updated' => 'Ролі були призначені', | ||
'Auth item with such name already exists' => 'Елемент з таким іменем вже існує', | ||
'Class "{0}" does not exist' => 'Клас "{0}" відсутній', | ||
'Create' => 'Створити', | ||
'Create new permission' => 'Створити новий дозвіл', | ||
'Create new role' => 'Створити нову роль', | ||
'Description' => 'Опис', | ||
'Invalid value' => 'Неправильне значення', | ||
'Item has been created' => 'Елемент було створено', | ||
'Item has been updated' => 'Елемент було оновлено', | ||
'Name' => 'Ім\'я', | ||
'New permission' => 'Новий дозвіл', | ||
'New role' => 'Нова роль', | ||
'New user' => 'Новий користувач', | ||
'Permissions' => 'Дозволи', | ||
'Roles' => 'Ролі', | ||
'Rule class can not be instantiated' => 'Об\'єкт класу правил не може бути створений', | ||
'Rule name' => 'Правило', | ||
'Save' => 'Зберегти', | ||
'There is neither role nor permission with name "{0}"' => 'Не існує ні ролей, ні дозволів з іменем "{0}"', | ||
'Update assignments' => 'Оновлення призначення', | ||
'Update permission' => 'Оновити дозвіл', | ||
'Update role' => 'Оновити роль', | ||
'Users' => 'Користувачі', | ||
]; |