15 lines
926 B
TypeScript
15 lines
926 B
TypeScript
export default {
|
||
GroupName: 'Group Name',
|
||
'Group name': 'Group Name',
|
||
commission_rate: 'Commission rate (%)',
|
||
commission_rate_desc_title: 'Group commission notes',
|
||
commission_rate_desc_1: 'The total group commission rate under the same parent cannot exceed 100%.',
|
||
commission_rate_desc_2: 'Current group commission = channel commission × (1 - parent group commission rate) × current group commission rate.',
|
||
commission_rate_desc_3: 'If exceeded, the system returns both exceeded value and remaining quota under current parent.',
|
||
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',
|
||
}
|