mdmsoft/yii2-admin

View on GitHub
messages/uk/rbac-admin.php

Summary

Maintainability
C
1 day
Test Coverage
<?php

/**
 * Message translations for \mdmsoft\yii2-admin.
 *
 * 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 [
    'Assignments' => 'Призначення',
    'Users' => 'Користувачі',
    'User' => 'Користувач',
    'Available' => 'Доступно',
    'Assigned' => 'Призначено',
    'Create' => 'Створити',
    'Update' => 'Оновити',
    'Roles' => 'Ролі',
    'Create Role' => 'Створити роль',
    'Name' => 'Ім\'я',
    'Type' => 'Тип',
    'Description' => 'Опис',
    'Rule Name' => 'Назва правила',
    'Data' => 'Дані',
    'Update Role' => 'Оновити роль',
    'Delete' => 'Вилучити',
    'Are you sure to delete this item?' => 'Ви справді хочете вилучити цей елемент?',
    'ID' => 'ID',
    'Parent' => 'Батько',
    'Parent Name' => 'Батьківська назва',
    'Route' => 'Маршрут',
    'Username' => 'Ім\'я користувача',
    'Update Permission' => 'Оновити дозвіл',
    'Permissions' => 'Дозволи',
    'Permission' => 'Дозвіл',
    'Create Permission' => 'Створити дозвіл',
    'Create Permissions' => 'Створити дозволи',
    'Routes' => 'Маршрути',
    'Create route' => 'Створити маршрут',
    'New' => 'Новий',
    'Generate Routes' => 'Генерувати маршрути',
    'Append' => 'Приєднати',
    'Create Rule' => 'Створити правило',
    'Rules' => 'Правила',
    'Update Rule' => 'Оновити правило',
    'Create Menu' => 'Створити меню',
    'Menus' => 'Меню',
    'Search' => 'Пошук',
    'Reset' => 'Скинути',
    'Update Menu' => 'Оновити меню',
    'Order' => 'Порядок',
    'Class Name' => 'Назва класу',
    'Assignment' => 'Пизначення',
    'Role' => 'Роль',
    'Rule' => 'Правило',
    'Menu' => 'Меню',
    'Help' => 'Допомога',
    'Application' => 'Застосунок',
    'Search for available' => 'Шукати доступні',
    'Search for assigned' => 'Шукати призначені',
    'New route(s)' => 'Новий маршрут(и)',
    'Add' => 'Додати',
    'Assign' => 'Призначити',
    'Remove' => 'Вилучити',
    ' --select rule' => ' --виберіть правило',
];