group.php 1.1 KB

123456789
  1. <?php
  2. return [
  3. 'Super administrator' => '超级管理员',
  4. 'No permission' => '无权限',
  5. 'You cannot modify your own management group!' => '不能修改自己所在的管理组!',
  6. 'You need to have all permissions of this group to operate this group~' => '您需要拥有该分组的所有权限才可以操作该分组~',
  7. 'You need to have all the permissions of the group and have additional permissions before you can operate the group~' => '您需要拥有该分组的所有权限且还有额外权限时,才可以操作该分组~',
  8. 'Role group has all your rights, please contact the upper administrator to add or do not need to add!' => '角色组拥有您的全部权限,请联系上级管理员添加或无需添加!',
  9. ];