14 lines
819 B
TypeScript
14 lines
819 B
TypeScript
export default {
|
|
GroupName: '组名',
|
|
'Group name': '组别名称',
|
|
commission_rate: '分红比例(%)',
|
|
commission_rate_desc_title: '角色组分红说明',
|
|
commission_rate_desc_1: '同一父级下角色组分红比例总和不能超过100%。',
|
|
commission_rate_desc_2: '当前角色分红=渠道设置获取分红×(1-上级角色分红比例)×当前角色分红比例。',
|
|
commission_rate_desc_3: '提交超额时,系统会提示超出值与当前父级剩余额度。',
|
|
jurisdiction: '权限',
|
|
'Parent group': '上级分组',
|
|
'The parent group cannot be the group itself': '上级分组不能是分组本身',
|
|
'Manage subordinate role groups here': '在此管理下级角色组(您拥有下级角色组的所有权限并且拥有额外的权限,不含同级)',
|
|
}
|