delagics/yii2-app-another

View on GitHub
app/back/messages/uk/rbac.php

Summary

Maintainability
A
3 hrs
Test Coverage
<?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' => 'Користувачі',
];