feat(admin, i18n): enhance admin dashboard and user management with new features and translations
Added the ability to filter admin dashboard data by site code and agent node ID, improving data retrieval capabilities. Introduced new functions for fetching dashboard data based on these parameters. Updated the admin users and roles management components to reflect these changes. Enhanced multi-language support by adding new translations for agent management and permission levels in English, Nepali, and Chinese, ensuring a consistent user experience across the admin interface.
This commit is contained in:
@@ -3,6 +3,7 @@
|
||||
"subnavLabel": "Wallet sub pages",
|
||||
"subnavTransactions": "Wallet transactions",
|
||||
"subnavTransferOrders": "Transfer orders",
|
||||
"subnavPlayerWallet": "Player wallet",
|
||||
"noPermission": "Current account has no access to this page",
|
||||
"copySuccess": "{{label}} copied to clipboard",
|
||||
"copyFailed": "Copy failed. Check browser permissions or copy manually.",
|
||||
@@ -11,7 +12,7 @@
|
||||
"statusFailed": "Failed",
|
||||
"statusPendingReconcile": "Pending reconcile",
|
||||
"statusReversed": "Reversed",
|
||||
"statusManuallyProcessed": "Manually processed",
|
||||
"statusCaseClosed": "Case closed",
|
||||
"statusPosted": "Posted",
|
||||
"filterAll": "All",
|
||||
"transferIn": "Main site transfer in",
|
||||
@@ -44,19 +45,19 @@
|
||||
"actionsMenuAriaLabel": "Transfer order actions",
|
||||
"reverse": "Reverse",
|
||||
"completeCredit": "Complete credit",
|
||||
"manualProcess": "Manual process",
|
||||
"markCaseClosed": "Close case",
|
||||
"processing": "Processing…",
|
||||
"reverseSuccess": "Reversed successfully",
|
||||
"completeCreditSuccess": "Transfer-in credited successfully",
|
||||
"manualProcessSuccess": "Manually processed successfully",
|
||||
"markCaseClosedSuccess": "Case marked closed",
|
||||
"actionFailed": "Action failed",
|
||||
"confirm": {
|
||||
"reverseTitle": "Confirm reverse transfer?",
|
||||
"reverseDescription": "Reverse order {{transferNo}}. This may affect player wallet balance.",
|
||||
"completeCreditTitle": "Confirm complete transfer-in credit?",
|
||||
"completeCreditDescription": "When the main site has already debited, credit lottery wallet for order {{transferNo}} and mark it successful.",
|
||||
"manualProcessTitle": "Confirm manual process?",
|
||||
"manualProcessDescription": "Mark order {{transferNo}} as manually processed without automatic wallet adjustment."
|
||||
"markCaseClosedTitle": "Close this case?",
|
||||
"markCaseClosedDescription": "Only marks order {{transferNo}} as closed. Wallet balances are not adjusted. Confirm it was already handled outside the system."
|
||||
},
|
||||
"txnNo": "Txn no.",
|
||||
"bizType": "Business type",
|
||||
|
||||
Reference in New Issue
Block a user