Blame view

common/components/developeruz/db_rbac/messages/en/db_rbac.php 953 Bytes
14a09168   Alex Savenko   init commit
1
2
3
4
5
6
7
8
9
10
11
  <?php

  return [

      'Правило с таким именем уже существует: ' => 'Permission with the same name already exists: ',

      'Роль с таким именем уже существует: '    => 'Role with the same name already exists: ',

      'Значение "{field}" содержит недопустимые символы' => '"{field}" value contains invalid characters',

      'Страница не найдена' => 'Page not found',

      'Недостаточно прав' => 'You not allow to access',

      'Необходимо указать класс User в настройках модуля' => 'UserClass params must be set in config file',

      'UserClass должен реализовывать интерфейс developeruz\db_rbac\UserRbacInterface' => 'UserClass must implements developeruz\db_rbac\UserRbacInterface',

      'Пользователь не найден' => 'User not found'

  ];