Skip to content

Commit

Permalink
Added ukrainian transaltion
Browse files Browse the repository at this point in the history
  • Loading branch information
insane-dev committed Apr 22, 2016
1 parent cd06b74 commit 7487113
Show file tree
Hide file tree
Showing 2 changed files with 52 additions and 0 deletions.
1 change: 1 addition & 0 deletions messages/message.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
'nl',
'pt-BR',
'ru',
'uk',
],
'translator' => 'Yii::t',
'sort' => false,
Expand Down
51 changes: 51 additions & 0 deletions messages/uk/rbac.php
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' => 'Користувачі',
];

0 comments on commit 7487113

Please sign in to comment.