17 lines
832 B
TypeScript
17 lines
832 B
TypeScript
export default {
|
|
GroupName: 'Group Name',
|
|
'Group name': 'Group Name',
|
|
channel_id: 'Channel',
|
|
channel_name: 'Channel name',
|
|
channel_admin: 'Channel admin',
|
|
channel_auto_bind: 'Will bind to the current account channel automatically',
|
|
channel_inherit_hint:
|
|
'Sub groups do not pick a channel separately: saving uses the parent group channel; changing parent syncs automatically.',
|
|
system_group_no_channel: 'System (no channel)',
|
|
jurisdiction: 'Permissions',
|
|
'Parent group': 'Superior group',
|
|
'The parent group cannot be the group itself': 'The parent group cannot be the group itself',
|
|
'Manage subordinate role groups here':
|
|
'In managing a subordinate role group (excluding a peer role group), you have all the rights of a subordinate role group and additional rights',
|
|
}
|