rbac.php 2.7 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152
  1. <?php
  2. /**
  3. * Message translations.
  4. *
  5. * This file is automatically generated by 'yii message' command.
  6. * It contains the localizable messages extracted from source code.
  7. * You may modify this file by translating the extracted messages.
  8. *
  9. * Each array element represents the translation (value) of a message (key).
  10. * If the value is empty, the message is considered as not translated.
  11. * Messages that no longer need translation will have their translations
  12. * enclosed between a pair of '@@' marks.
  13. *
  14. * Message string can be used with plural forms format. Check i18n section
  15. * of the guide for details.
  16. *
  17. * NOTE: this file must be saved in UTF-8 encoding.
  18. */
  19. return [
  20. 'Assignments have been updated' => 'Ролі успішно призначені',
  21. 'Auth item with such name already exists' => 'Елемент з таким ім’ям вже є',
  22. 'Class "{0}" does not exist' => 'Клас "{0}" відсутній',
  23. 'Classname of the rule associated with this item' => 'Ім’я класу правил, зв’язаних з цим елементом',
  24. 'Create' => 'Створити',
  25. 'Create new permission' => 'Створити новий дозвіл',
  26. 'Create new role' => 'Створити нову роль',
  27. 'Description' => 'Опис',
  28. 'Invalid value' => 'Невірне значення',
  29. 'Item has been created' => 'Пункт успішно створено',
  30. 'Item has been updated' => 'Пункт успішно оновлений',
  31. 'Name' => 'Ім’я',
  32. 'New permission' => 'Новий дозвіл',
  33. 'New role' => 'Нова роль',
  34. 'New user' => 'Новий користувач',
  35. 'Permissions' => 'Дозволи',
  36. 'Roles' => 'Ролі',
  37. 'Rule class can not be instantiated' => 'Об’єкт класу правил не може бути створений',
  38. 'Rule class must extend "yii\rbac\Rule"' => 'Клас правил повинен бути наслідником класу "yii\rbac\Rule"',
  39. 'Rule name' => 'Правило',
  40. 'Save' => 'Зберегти',
  41. 'The item description (Optional).' => 'Опис (Не обов’язково)',
  42. 'The name of the item.' => 'Ім’я елемента.',
  43. 'There is neither role nor permission with name "{0}"' => 'Не існує ні ролей, ні дозволів з ім’ям "{0}"',
  44. 'Update assignments' => 'Оновити призначення',
  45. 'Update permission' => 'Оновити дозволи',
  46. 'Update role' => 'Оновити роль',
  47. 'Users' => 'Користувачі',
  48. 'Сhildren' => 'Дочірні правила',
  49. 'Rule' => 'Правило',
  50. 'Children' => 'Дочірні',
  51. ];