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": "钱包子页",
|
||||
"subnavTransactions": "钱包流水",
|
||||
"subnavTransferOrders": "转账单",
|
||||
"subnavPlayerWallet": "玩家钱包",
|
||||
"noPermission": "当前账号无访问该页的权限",
|
||||
"copySuccess": "{{label}}已复制到剪贴板",
|
||||
"copyFailed": "复制失败,请检查浏览器权限或手动选择文本",
|
||||
@@ -11,7 +12,7 @@
|
||||
"statusFailed": "失败",
|
||||
"statusPendingReconcile": "待对账",
|
||||
"statusReversed": "已冲正",
|
||||
"statusManuallyProcessed": "已人工处理",
|
||||
"statusCaseClosed": "已结案",
|
||||
"statusPosted": "已记账",
|
||||
"filterAll": "不限",
|
||||
"transferIn": "主站转入",
|
||||
@@ -44,19 +45,19 @@
|
||||
"actionsMenuAriaLabel": "转账单操作菜单",
|
||||
"reverse": "冲正",
|
||||
"completeCredit": "补完成入账",
|
||||
"manualProcess": "人工处理",
|
||||
"markCaseClosed": "标记结案",
|
||||
"processing": "处理中…",
|
||||
"reverseSuccess": "冲正成功",
|
||||
"completeCreditSuccess": "补入账成功",
|
||||
"manualProcessSuccess": "人工处理成功",
|
||||
"markCaseClosedSuccess": "已标记结案",
|
||||
"actionFailed": "操作失败",
|
||||
"confirm": {
|
||||
"reverseTitle": "确认冲正转账单?",
|
||||
"reverseDescription": "将对单号 {{transferNo}} 执行冲正,可能影响玩家钱包余额。",
|
||||
"completeCreditTitle": "确认补完成转入入账?",
|
||||
"completeCreditDescription": "主站已扣款时,将为单号 {{transferNo}} 在彩票钱包补记转入并标记成功。",
|
||||
"manualProcessTitle": "确认人工处理?",
|
||||
"manualProcessDescription": "将标记单号 {{transferNo}} 为已人工处理,不会自动调整钱包。"
|
||||
"markCaseClosedTitle": "确认标记结案?",
|
||||
"markCaseClosedDescription": "仅将单号 {{transferNo}} 标为已结案,不会调整彩票或主站余额。请确认已在系统外处理完毕。"
|
||||
},
|
||||
"txnNo": "流水号",
|
||||
"bizType": "类型(业务)",
|
||||
|
||||
Reference in New Issue
Block a user