webman迁移-优化
This commit is contained in:
13
dafuweng-webman/app/admin/lang/en/auth/group.php
Normal file
13
dafuweng-webman/app/admin/lang/en/auth/group.php
Normal file
@@ -0,0 +1,13 @@
|
||||
<?php
|
||||
return [
|
||||
'name' => 'Group name',
|
||||
'Please select rules' => 'Please select rules',
|
||||
'Super administrator' => 'Super administrator',
|
||||
'No permission' => 'No permission',
|
||||
'You cannot modify your own management group!' => '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 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~' => '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!' => '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' => 'The group permission node exceeds the range that can be allocated, please refresh and try again~',
|
||||
'Remark lang' => 'For system security, the hierarchical relationship of role groups is for reference only. The actual hierarchy is determined by the number of permission nodes: same permissions = peer, containing and having additional permissions = superior. Peers cannot manage peers; superiors can assign their permission nodes to subordinates. For special cases where an admin needs to become a superior, create a virtual permission node.',
|
||||
];
|
||||
Reference in New Issue
Block a user