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": "प्ले विभाजन",
|
||||
"playRanking": "शीर्ष ५ प्ले",
|
||||
"agentRanking": "शीर्ष ५ एजेन्ट",
|
||||
"rankingMetricLabel": "रैंकिङ मेट्रिक",
|
||||
"rankingMetrics": {
|
||||
"bet": "बेट रकम",
|
||||
@@ -37,6 +38,7 @@
|
||||
},
|
||||
"periodDistribution": "अवधि संरचना",
|
||||
"noPlayData": "यस अवधिमा प्ले डाटा छैन",
|
||||
"noAgentData": "यस अवधिमा एजेन्ट डाटा छैन",
|
||||
"periods": {
|
||||
"today": "आज",
|
||||
"last_7_days": "पछिल्लो ७ दिन",
|
||||
@@ -90,6 +92,7 @@
|
||||
"batchPendingDraws": "सम्बन्धित ड्रअ",
|
||||
"batchPendingDrawsCount": "{{count}} ड्रअ पेन्डिङ",
|
||||
"platformLockedAndCap": "साइट लक {{locked}} / क्याप {{cap}}",
|
||||
"platformCapNotConfigured": "साइट लक {{locked}} · क्याप कन्फिगर गरिएको छैन",
|
||||
"platformOrderAndTicket": "साइटव्यापी {{orders}} अर्डर · {{tickets}} लाइन",
|
||||
"platformBetTotal": "जम्मा बेट",
|
||||
"platformNoFinanceActivity": "साइटव्यापी अहिले बेट छैन",
|
||||
|
||||
Reference in New Issue
Block a user