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": "By day",
|
||||
"playBreakdown": "Play breakdown",
|
||||
"playRanking": "Top 5 plays",
|
||||
"agentRanking": "Top 5 agents",
|
||||
"rankingMetricLabel": "Ranking metric",
|
||||
"rankingMetrics": {
|
||||
"bet": "By bet amount",
|
||||
@@ -37,6 +38,7 @@
|
||||
},
|
||||
"periodDistribution": "Period structure",
|
||||
"noPlayData": "No play data in this period",
|
||||
"noAgentData": "No agent data in this period",
|
||||
"periods": {
|
||||
"today": "Today",
|
||||
"last_7_days": "Last 7 days",
|
||||
@@ -90,6 +92,7 @@
|
||||
"batchPendingDraws": "Draws involved",
|
||||
"batchPendingDrawsCount": "{{count}} draws pending",
|
||||
"platformLockedAndCap": "Site locked {{locked}} / cap {{cap}}",
|
||||
"platformCapNotConfigured": "Site locked {{locked}} · cap not configured",
|
||||
"platformOrderAndTicket": "Site-wide {{orders}} orders · {{tickets}} lines",
|
||||
"platformBetTotal": "Lifetime bet",
|
||||
"platformNoFinanceActivity": "No bets site-wide yet",
|
||||
|
||||
Reference in New Issue
Block a user