Files
webman-buildadmin/web/src/lang/backend/zh-cn/auth/group.ts
2026-04-17 16:46:38 +08:00

15 lines
762 B
TypeScript

export default {
GroupName: '组名',
'Group name': '组别名称',
channel_id: '所属渠道',
channel_name: '渠道名称',
channel_admin: '渠道管理员',
channel_auto_bind: '将自动绑定为当前账号所属渠道',
channel_inherit_hint: '子级不单独选渠道:保存时将使用上级分组对应渠道,变更上级时会自动同步。',
system_group_no_channel: '系统级(未绑定渠道)',
jurisdiction: '权限',
'Parent group': '上级分组',
'The parent group cannot be the group itself': '上级分组不能是分组本身',
'Manage subordinate role groups here': '在此管理下级角色组(您拥有下级角色组的所有权限并且拥有额外的权限,不含同级)',
}