feat(i18n, agents): enhance multi-language support with new agent-related translations

Added new translations for agent management features in English, Nepali, and Chinese, including terms related to sub-agents, player management, and validation messages. This update improves the user experience by ensuring consistent terminology across different languages in the agents console.
This commit is contained in:
2026-06-04 10:15:19 +08:00
parent cbc499e5b2
commit c2eac2fafc
5 changed files with 355 additions and 38 deletions

View File

@@ -37,6 +37,11 @@
"loadFailed": "Failed to load agent tree",
"siteLabel": "Site",
"createChild": "Add child agent",
"viewDownline": "चाइल्ड एजेन्ट र खेलाडी हेर्नुहोस्",
"downlineDialogTitle": "{{name}} — चाइल्ड एजेन्ट र खेलाडी",
"downlineAgentsSection": "चाइल्ड एजेन्ट",
"downlinePlayersSection": "प्रत्यक्ष खेलाडी",
"downlineNoAgents": "कुनै चाइल्ड एजेन्ट छैन",
"editNode": "Edit node",
"deleteNode": "Delete node",
"deleteNodeConfirm": "This action cannot be undone. Make sure the node has no children, users, or roles.",
@@ -59,6 +64,12 @@
"deleteSuccess": "Deleted agent {{name}}",
"saveFailed": "Save failed",
"codeRequired": "Code and name are required",
"nameRequired": "Agent name is required",
"usernameRequired": "Login name is required",
"passwordRequired": "Password is required",
"passwordMinLength": "Password must be at least 8 characters",
"bindAccountPasswordRequired": "This agent has no login account yet. Enter an initial password.",
"bindAccountHint": "No login account is bound yet. Saving will create one.",
"modelGuide": "एजेन्ट तहले डाटा स्कोप र delegation ceiling नियन्त्रण गर्छ; खाताको अनुमति भूमिका मार्फत बाँडिन्छ।",
"pageGuide": "यहाँ एजेन्ट ट्री, एजेन्ट भूमिका, एजेन्ट खाता र delegation ceiling व्यवस्थापन गरिन्छ। प्लेटफर्म खाता र प्लेटफर्म भूमिका अलग पृष्ठमा राखिन्छ।",
"summary": {
@@ -83,7 +94,17 @@
"canCreateChildAgent": "अधीनस्थ एजेन्ट सिर्जना अनुमति",
"cycleDaily": "दैनिक",
"cycleWeekly": "साप्ताहिक",
"cycleMonthly": "मासिक"
"cycleMonthly": "मासिक",
"loading": "Loading share and credit settings…",
"loadFailed": "Failed to load share and credit settings.",
"loadingBlocked": "Share and credit settings are still loading.",
"validation": {
"shareRange": "Share rate must be between 0 and 100",
"creditInvalid": "Credit limit cannot be negative",
"rebateLimitRange": "Rebate ceiling must be between 0 and 1",
"defaultRebateRange": "Default player rebate must be between 0 and 1",
"defaultExceedsLimit": "Default player rebate cannot exceed the rebate ceiling"
}
},
"settlementBills": {
"title": "एजेन्ट बिल",