17 lines
2.4 KiB
PHP
17 lines
2.4 KiB
PHP
<?php
|
|
return [
|
|
'name' => '组别名称',
|
|
'Please select rules' => '请选择权限',
|
|
'Super administrator' => '超级管理员',
|
|
'No permission' => '无权限',
|
|
'You cannot modify your own management group!' => '不能修改自己所在的管理组!',
|
|
'You need to have all permissions of this group to operate this group~' => '您需要拥有该分组的所有权限才可以操作该分组~',
|
|
'You need to have all the permissions of the group and have additional permissions before you can operate the group~' => '您需要拥有该分组的所有权限且还有额外权限时,才可以操作该分组~',
|
|
'Role group has all your rights, please contact the upper administrator to add or do not need to add!' => '角色组拥有您的全部权限,请联系上级管理员添加或无需添加!',
|
|
'The group permission node exceeds the range that can be allocated' => '分组权限节点超出可分配范围,请刷新重试~',
|
|
'You can only operate subordinate role groups in the tree hierarchy~' => '仅可管理在角色组树中属于您下级的角色组(不含同级、不含其他分支)~',
|
|
'Non super administrators cannot create top-level role groups' => '非超级管理员不能创建顶级角色组',
|
|
'The parent group is not within your manageable scope' => '所选父级角色组不在您可管理的范围内',
|
|
'Remark lang' => '角色组以「树形父子关系」为准:仅可管理本人所在组之下的下级组;同级、其他分支及上级组不可在此管理。分配权限时仍只能勾选您自身拥有的权限节点。',
|
|
];
|