feat(api, i18n): add agent_node_id to various admin queries and enhance multi-language support

Introduced the agent_node_id field in AdminDrawListQuery, AdminPlayerListQuery, AdminSettlementBatchListQuery, TicketItemsListQuery, and TransferOrderListQuery to improve filtering capabilities. Updated the admin-breadcrumb and admin-sidebar components to include new translations for agent-related terms in English, Nepali, and Chinese, enhancing the overall user experience and multi-language support across the admin interface.
This commit is contained in:
2026-06-02 14:37:08 +08:00
parent a4e7a2d228
commit b15e377187
105 changed files with 5305 additions and 1596 deletions

View File

@@ -125,6 +125,11 @@
"display": "玩家",
"sitePlayerId": "玩家 ID"
},
"agentColumns": {
"agent": "所属代理",
"filter": "代理",
"filterAll": "全部代理"
},
"toolbar": {
"defaultAdmin": "管理员",
"notifications": "通知",
@@ -155,10 +160,19 @@
"settings": "系统设置",
"account": "账号设置",
"integration": "接入站点",
"agents": "代理管理",
"config": "运营配置"
},
"sidebar": {
"workspace": "工作台"
"workspace": "工作台",
"group": {
"overview": "总览",
"agent": "代理组织",
"operations": "日常运营",
"finance": "资金与报表",
"rules": "规则与参数",
"platform": "平台管理"
}
},
"auth": {
"checking": "正在校验登录状态…",