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:
@@ -29,6 +29,7 @@
|
||||
"granularityDay": "按天",
|
||||
"playBreakdown": "玩法拆解 Top",
|
||||
"playRanking": "玩法排行榜 Top 5",
|
||||
"agentRanking": "代理排行榜 Top 5",
|
||||
"rankingMetricLabel": "排行维度",
|
||||
"rankingMetrics": {
|
||||
"bet": "按投注金额",
|
||||
@@ -37,6 +38,7 @@
|
||||
},
|
||||
"periodDistribution": "区间结构对比",
|
||||
"noPlayData": "该区间暂无玩法数据",
|
||||
"noAgentData": "该区间暂无代理数据",
|
||||
"periods": {
|
||||
"today": "今日",
|
||||
"last_7_days": "近 7 天",
|
||||
@@ -90,6 +92,7 @@
|
||||
"batchPendingDraws": "涉及期数",
|
||||
"batchPendingDrawsCount": "{{count}} 期待审",
|
||||
"platformLockedAndCap": "全站已占用 {{locked}} / 封顶 {{cap}}",
|
||||
"platformCapNotConfigured": "全站已占用 {{locked}} · 尚未配置封顶",
|
||||
"platformOrderAndTicket": "全站 {{orders}} 单 · {{tickets}} 笔",
|
||||
"platformBetTotal": "累计投注",
|
||||
"platformNoFinanceActivity": "全站暂无投注",
|
||||
|
||||
Reference in New Issue
Block a user