feat(agents, i18n): enhance agent management and settlement features with new translations and UI updates

Added new translations for agent management and settlement features in English, Nepali, and Chinese, improving multi-language support. Updated the agents console to reflect changes in funding modes and player details, enhancing user experience. Refactored the admin permission gate to include new logic for handling bound line agents, ensuring better permission management. Additionally, streamlined the UI for agent-related pages and improved navigation to the settlement center, consolidating related functionalities for better accessibility.
This commit is contained in:
2026-06-04 18:01:05 +08:00
parent c2eac2fafc
commit 65eaeecf8c
139 changed files with 8852 additions and 1435 deletions

View File

@@ -1,14 +1,12 @@
{
"title": "एजेन्ट लाइन",
"sitesTitle": "साइट सूची",
"sitesListHint": "पूर्ण साइट तालिका (कुञ्जी, कलब्याक) को लागि",
"sitesListLink": "साइट सूची",
"sitesListHint": "कुञ्जी र कलब्याकको लागि",
"sitesListLink": "कन्फिग · साइट",
"subnav": {
"label": "एजेन्ट लाइन नेभ",
"noPermission": "अनुमति छैन",
"operations": "सञ्चालन",
"provision": "लाइन खोल्नुहोस्",
"sites": "साइट सूची",
"provision": "प्रथम-स्तर एजेन्ट सिर्जना",
"settlementBills": "एजेन्ट बिल"
},
"tabs": {
@@ -35,7 +33,7 @@
"detailTitle": "Node details",
"selectNode": "Select an agent node from the tree",
"loadFailed": "Failed to load agent tree",
"siteLabel": "Site",
"lineFilter": "प्रथम-स्तर एजेन्ट",
"createChild": "Add child agent",
"viewDownline": "चाइल्ड एजेन्ट र खेलाडी हेर्नुहोस्",
"downlineDialogTitle": "{{name}} — चाइल्ड एजेन्ट र खेलाडी",
@@ -118,17 +116,17 @@
}
},
"lineProvision": {
"title": "एजेन्ट लाइन खोल्नुहोस्",
"description": "एकै चरणमा साइट, रुट एजेन्ट खाता सिर्जना (site_code = agent code)।",
"code": "साइट code",
"name": "लाइन नाम",
"username": "एजेन्ट लगइन",
"title": "प्रथम-स्तर एजेन्ट सिर्जना",
"description": "एकै चरणमा प्रथम-स्तर एजेन्ट, खाता र लाइन सेटिङ। कोड पछि बदल्न मिल्दैन।",
"code": "एजेन्ट कोड",
"name": "एजेन्ट नाम",
"username": "एडमिन लगइन",
"password": "प्रारम्भिक पासवर्ड",
"walletUrl": "वालेट API URL",
"submit": "खोल्नुहोस्",
"success": "लाइन खोलियो",
"walletUrl": "वालेट API URL (वैकल्पिक)",
"submit": "सिर्जना गर्नुहोस्",
"success": "प्रथम-स्तर एजेन्ट सिर्जना भयो",
"secretsOnce": "कुञ्जी एक पटक मात्र देखाइन्छ",
"link": "लाइन खोल्नुहोस्"
"link": "प्रथम-स्तर एजेन्ट सिर्जना"
},
"noAccess": "एजेन्ट सञ्चालन अनुमति छैन। प्रशासकलाई सम्पर्क गर्नुहोस्।",
"playersPanel": {

View File

@@ -106,7 +106,8 @@
"next": "अर्को"
},
"states": {
"noData": "डाटा छैन",
"noResource": "स्रोत छैन",
"noData": "स्रोत छैन",
"loading": "लोड हुँदैछ…",
"comingSoon": "सुविधा विकासमा छ"
},