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

@@ -8,6 +8,7 @@
"tabOverview": "概览",
"tabTickets": "注单",
"tabWalletTxns": "钱包流水",
"tabCreditLedger": "信用流水",
"tabTransferOrders": "转账单",
"profileSection": "基本资料",
"walletsSection": "钱包余额",
@@ -21,6 +22,11 @@
"searchPlaceholder": "按玩家 ID / 用户名 / 昵称搜索",
"filterSite": "主站站点",
"filterAllSites": "全部站点",
"scopeAllSites": "数据范围:全部站点玩家(超管)",
"scopeFilteredSite": "数据范围:主站 {{site}}",
"scopeAgentLine": "数据范围:{{site}} · 代理线「{{name}}」及下级玩家",
"scopeSingleSite": "数据范围:主站 {{site}}",
"scopeMultiSite": "数据范围:已绑定 {{count}} 个主站(可用筛选收窄)",
"search": "搜索",
"refresh": "刷新",
"loadFailed": "加载玩家列表失败",
@@ -49,6 +55,18 @@
"available": "可用",
"status": "状态",
"lastLogin": "最后登录",
"fundingMode": "资金模式",
"authSource": "登录来源",
"creditSection": "信用额度",
"usedCredit": "已用信用",
"fundingCredit": "信用盘",
"fundingWallet": "主站钱包",
"authMainSite": "主站 SSO",
"authNative": "彩票端",
"creditLimit": "授信额度",
"availableCredit": "可用信用",
"rebateRate": "回水",
"riskTags": "风控标签",
"actions": "操作",
"edit": "编辑",
"freeze": "冻结",