1.优化分红方式

This commit is contained in:
2026-05-29 11:06:24 +08:00
parent eba80b1bf4
commit f3677eb0e3
15 changed files with 982 additions and 487 deletions

View File

@@ -2,6 +2,9 @@ export default {
username: 'Username',
nickname: 'Nickname',
group: 'Group',
channel: 'Channel',
parent_admin: 'Parent agent',
commission_share_rate: 'Commission share (%)',
avatar: 'Avatar',
email: 'Email',
mobile: 'Mobile Number',
@@ -12,4 +15,12 @@ export default {
'Please leave blank if not modified': 'Please leave blank if you do not modify.',
'Personal signature': 'Personal Signature',
'Administrator login': 'Administrator Login Name',
'Manage subordinate agents here':
'Manage your subordinate agents here. You can only see yourself and your downline, not sub-agents under other agents.',
'Parent admin placeholder': 'Leave empty for top-level channel agent',
'Share remainder hint':
'Siblings already use {used}%; remaining allocatable {remaining}%. After saving this value, parent keeps about {after}%.',
'Share remainder none for parent': 'Sibling shares total 100%; the parent will keep no commission at this level.',
'Share remainder none after current': 'This rate exceeds the remaining allocatable share. Please lower it before saving.',
'Commission share rate range': 'Commission share must be between 0 and 100',
}