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:
2026-06-03 10:07:51 +08:00
parent b15e377187
commit ce27a3ec8a
66 changed files with 1361 additions and 720 deletions

View File

@@ -30,6 +30,7 @@
"saveRoleFailed": "Failed to save roles",
"savePermissionSuccess": "Updated permissions for {{name}}",
"savePermissionFailed": "Failed to save permissions",
"modelGuide": "Accounts bind roles only. Maintain functional permissions in Role Management.",
"saving": "Saving…",
"deleting": "Deleting…",
"common": {
@@ -70,6 +71,16 @@
"roleActions": {
"permissions": "Permissions"
},
"permissionLevels": {
"view": "View",
"manage": "Manage",
"review": "Review",
"export": "Export",
"control": "Control",
"config": "Configure",
"reopen": "Reopen",
"special": "Privileged"
},
"permissionDialog": {
"title": "Assign roles",
"rolesTitle": "Roles",
@@ -106,7 +117,7 @@
"passwordPlaceholderCreate": "At least 8 characters",
"passwordPlaceholderEdit": "Leave empty to keep unchanged",
"rolesRequired": "Roles (default site, at least one)",
"rolesDescription": "After creation, you can continue adjusting roles or grant direct permissions in Permissions.",
"rolesDescription": "After creation, you can continue adjusting role bindings in Assign Roles.",
"noRoles": "No roles available yet. Wait for the list to finish loading and try again."
},
"delete": {
@@ -124,21 +135,37 @@
"dashboard": "Dashboard",
"admin_users": "Admin Users",
"admin_roles": "Role Management",
"agents": "Agent Management",
"players": "Players",
"currencies": "Currencies",
"wallet": "Wallet",
"draws": "Draws",
"config": "Configuration",
"rules_plays": "Play Rules",
"rules_odds": "Odds & Rebate",
"risk_cap": "Risk Cap Rules",
"risk": "Risk",
"settlement": "Settlement",
"jackpot": "Jackpot",
"reconcile": "Reconcile",
"reports": "Reports",
"tickets": "Tickets",
"audit": "Audit Logs",
"settings": "Settings"
"settings": "Settings",
"integration": "Integration Sites"
},
"permissionNames": {
"prd.dashboard.view": "Dashboard · View",
"prd.agent.view": "Agent Management · View",
"prd.agent.manage": "Agent Management · Manage",
"prd.agent.role.view": "Agent Roles · View",
"prd.agent.role.manage": "Agent Roles · Manage",
"prd.agent.user.view": "Agent Accounts · View",
"prd.agent.user.manage": "Agent Accounts · Manage",
"prd.admin_user.manage": "Admin Users · Manage",
"prd.admin_role.manage": "Role Management · Manage",
"prd.integration.view": "Integration Sites · View",
"prd.integration.manage": "Integration Sites · Manage",
"prd.users.manage": "Players · Manage",
"prd.currency.manage": "Currency Management · Manage",
"prd.users.view_finance": "Players · View Finance",
@@ -153,6 +180,7 @@
"prd.draw_reopen.manage": "Draw Reopen · Manage",
"prd.play_switch.manage": "Play Switches · Manage",
"prd.odds.manage": "Odds Configuration · Manage",
"prd.odds.view": "Odds Configuration · View",
"prd.risk_cap.manage": "Risk Caps · Manage",
"prd.risk_cap.view": "Risk Caps · View",
"prd.rebate.manage": "Commission/Rebate · Manage",
@@ -163,7 +191,11 @@
"prd.payout.manage": "Payout Confirmation · Manage",
"prd.payout.review": "Payout Confirmation · Review",
"prd.payout.view": "Payout Confirmation · View",
"prd.tickets.view": "Player Tickets · View",
"prd.audit.view": "Audit Logs · View",
"prd.report.view": "Reports · View"
"prd.report.view": "Reports · View",
"prd.report.export": "Reports · Export",
"prd.risk.view": "Risk Center · View",
"prd.risk.manage": "Risk Center · Manage"
}
}

View File

@@ -20,6 +20,7 @@
"deleteSuccess": "Deleted agent {{name}}",
"saveFailed": "Save failed",
"codeRequired": "Code and name are required",
"modelGuide": "Agent layer controls data scope and delegation ceiling. Account permissions are assigned through roles.",
"tabs": {
"overview": "Overview",
"roles": "Roles",

View File

@@ -11,5 +11,10 @@
"action": "Action",
"target": "Target",
"time": "Time",
"empty": "No data"
"empty": "No data",
"operatorTypes": {
"admin": "Admin",
"player": "Player",
"system": "System"
}
}

View File

@@ -118,7 +118,8 @@
"deniedDescription": "Your account does not have permission to open this page. Ask an administrator to assign the required role permissions."
},
"table": {
"id": "ID"
"id": "ID",
"actions": "Actions"
},
"playerColumns": {
"site": "Site",

View File

@@ -3,6 +3,7 @@
"filter": "Filter",
"drawNo": "Draw no.",
"status": "Status",
"actions": "Actions",
"apply": "Apply",
"batchList": "Settlement batches",
"allStatuses": "All",

View File

@@ -24,6 +24,7 @@
"betAmount": "Bet amount",
"actualDeduct": "Actual deduct",
"status": "Status",
"actions": "Actions",
"failReason": "Fail reason",
"winAmount": "Win amount",
"placedAt": "Placed at",

View File

@@ -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",

View File

@@ -30,6 +30,7 @@
"saveRoleFailed": "भूमिका सुरक्षित गर्न असफल",
"savePermissionSuccess": "{{name}} को अनुमति अपडेट भयो",
"savePermissionFailed": "अनुमति सुरक्षित गर्न असफल",
"modelGuide": "खाता तहमा भूमिका मात्र बाँधिन्छ; कार्य अनुमति भूमिका व्यवस्थापनमा मिलाउनुहोस्।",
"saving": "सेभ हुँदैछ…",
"deleting": "मेटिँदैछ…",
"common": {
@@ -70,6 +71,16 @@
"roleActions": {
"permissions": "अनुमति"
},
"permissionLevels": {
"view": "हेर्नुहोस्",
"manage": "व्यवस्थापन",
"review": "समीक्षा",
"export": "निर्यात",
"control": "नियन्त्रण",
"config": "कन्फिगर",
"reopen": "पुनःखोल्ने",
"special": "विशेष"
},
"permissionDialog": {
"title": "भूमिका तोक्नुहोस्",
"rolesTitle": "भूमिका",
@@ -106,7 +117,7 @@
"passwordPlaceholderCreate": "कम्तीमा 8 वर्ण",
"passwordPlaceholderEdit": "परिवर्तन नगर्न खाली छोड्नुहोस्",
"rolesRequired": "भूमिका (पूर्वनिर्धारित साइट, कम्तीमा एक)",
"rolesDescription": "सिर्जना भएपछि अनुमतिमा गएर भूमिका वा प्रत्यक्ष अनुमति थप समायोजन गर्न सकिन्छ।",
"rolesDescription": "सिर्जना भएपछि \"भूमिका तोक्नुहोस्\" मा गएर भूमिका बाइन्डिङ थप समायोजन गर्न सकिन्छ।",
"noRoles": "अहिले भूमिका डाटा छैन। सूची लोड भएपछि फेरि प्रयास गर्नुहोस्।"
},
"delete": {
@@ -124,21 +135,37 @@
"dashboard": "ड्यासबोर्ड",
"admin_users": "प्रशासक सूची",
"admin_roles": "भूमिका व्यवस्थापन",
"agents": "एजेन्ट व्यवस्थापन",
"players": "खेलाडी सूची",
"currencies": "मुद्रा व्यवस्थापन",
"wallet": "वालेट",
"draws": "ड्रअ सूची",
"config": "कन्फिगरेसन",
"rules_plays": "प्ले नियम",
"rules_odds": "ओड्स र रिबेट",
"risk_cap": "जोखिम सीमा नियम",
"risk": "जोखिम",
"settlement": "सेटलमेन्ट",
"jackpot": "ज्याकपोट",
"reconcile": "मिलान",
"reports": "रिपोर्टहरू",
"tickets": "टिकटहरू",
"audit": "अडिट लग",
"settings": "सेटिङ"
"settings": "सेटिङ",
"integration": "इन्टिग्रेशन साइटहरू"
},
"permissionNames": {
"prd.dashboard.view": "ड्यासबोर्ड · हेर्नुहोस्",
"prd.agent.view": "एजेन्ट व्यवस्थापन · हेर्नुहोस्",
"prd.agent.manage": "एजेन्ट व्यवस्थापन · व्यवस्थापन",
"prd.agent.role.view": "एजेन्ट भूमिका · हेर्नुहोस्",
"prd.agent.role.manage": "एजेन्ट भूमिका · व्यवस्थापन",
"prd.agent.user.view": "एजेन्ट खाता · हेर्नुहोस्",
"prd.agent.user.manage": "एजेन्ट खाता · व्यवस्थापन",
"prd.admin_user.manage": "प्रशासक सूची · व्यवस्थापन",
"prd.admin_role.manage": "भूमिका व्यवस्थापन · व्यवस्थापन",
"prd.integration.view": "इन्टिग्रेशन साइट · हेर्नुहोस्",
"prd.integration.manage": "इन्टिग्रेशन साइट · व्यवस्थापन",
"prd.users.manage": "खेलाडी व्यवस्थापन · व्यवस्थापन",
"prd.currency.manage": "मुद्रा व्यवस्थापन · व्यवस्थापन",
"prd.users.view_finance": "खेलाडी व्यवस्थापन · वित्त हेर्नुहोस्",
@@ -153,6 +180,7 @@
"prd.draw_reopen.manage": "ड्रअ पुनःखोल्ने · व्यवस्थापन",
"prd.play_switch.manage": "प्ले स्विच · व्यवस्थापन",
"prd.odds.manage": "ओड्स कन्फिगरेसन · व्यवस्थापन",
"prd.odds.view": "ओड्स कन्फिगरेसन · हेर्नुहोस्",
"prd.risk_cap.manage": "जोखिम सीमा · व्यवस्थापन",
"prd.risk_cap.view": "जोखिम सीमा · हेर्नुहोस्",
"prd.rebate.manage": "कमिसन/रिबेट · व्यवस्थापन",
@@ -163,7 +191,11 @@
"prd.payout.manage": "भुक्तानी पुष्टि · व्यवस्थापन",
"prd.payout.review": "भुक्तानी पुष्टि · समीक्षा",
"prd.payout.view": "भुक्तानी पुष्टि · हेर्नुहोस्",
"prd.tickets.view": "खेलाडी टिकट · हेर्नुहोस्",
"prd.audit.view": "अडिट लग · हेर्नुहोस्",
"prd.report.view": "रिपोर्ट · हेर्नुहोस्"
"prd.report.view": "रिपोर्ट · हेर्नुहोस्",
"prd.report.export": "रिपोर्ट · निर्यात",
"prd.risk.view": "जोखिम केन्द्र · हेर्नुहोस्",
"prd.risk.manage": "जोखिम केन्द्र · व्यवस्थापन"
}
}

View File

@@ -20,6 +20,7 @@
"deleteSuccess": "Deleted agent {{name}}",
"saveFailed": "Save failed",
"codeRequired": "Code and name are required",
"modelGuide": "एजेन्ट तहले डाटा स्कोप र delegation ceiling नियन्त्रण गर्छ; खाताको अनुमति भूमिका मार्फत बाँडिन्छ।",
"tabs": {
"overview": "Overview",
"roles": "Roles",

View File

@@ -11,5 +11,10 @@
"action": "कार्य",
"target": "लक्ष्य",
"time": "समय",
"empty": "डाटा छैन"
"empty": "डाटा छैन",
"operatorTypes": {
"admin": "प्रशासक",
"player": "खेलाडी",
"system": "प्रणाली"
}
}

View File

@@ -118,7 +118,8 @@
"deniedDescription": "यो पृष्ठ खोल्ने अनुमति तपाईंको खातामा छैन। भूमिका व्यवस्थापनबाट आवश्यक अनुमति दिन प्रशासकलाई सम्पर्क गर्नुहोस्।"
},
"table": {
"id": "ID"
"id": "ID",
"actions": "कार्य"
},
"playerColumns": {
"site": "साइट",

View File

@@ -3,6 +3,7 @@
"filter": "फिल्टर",
"drawNo": "ड्रअ नं.",
"status": "स्थिति",
"actions": "कार्य",
"apply": "लागू गर्नुहोस्",
"batchList": "सेटलमेन्ट ब्याच",
"allStatuses": "सबै",

View File

@@ -22,6 +22,7 @@
"betAmount": "बेट रकम",
"actualDeduct": "कटौती",
"status": "स्थिति",
"actions": "कार्य",
"failReason": "असफल कारण",
"winAmount": "जित रकम",
"placedAt": "बेट समय",

View File

@@ -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": "व्यवसाय प्रकार",

View File

@@ -30,6 +30,7 @@
"saveRoleFailed": "保存角色失败",
"savePermissionSuccess": "已更新 {{name}} 的权限",
"savePermissionFailed": "保存权限失败",
"modelGuide": "账号层只绑定角色,不直接分配功能权限;具体权限请到「角色管理」维护。",
"saving": "保存中…",
"deleting": "删除中…",
"common": {
@@ -70,6 +71,16 @@
"roleActions": {
"permissions": "配权限"
},
"permissionLevels": {
"view": "查看",
"manage": "管理",
"review": "审核",
"export": "导出",
"control": "控制",
"config": "配置",
"reopen": "重开",
"special": "特权"
},
"permissionDialog": {
"title": "分配角色",
"rolesTitle": "角色",
@@ -106,7 +117,7 @@
"passwordPlaceholderCreate": "至少 8 位",
"passwordPlaceholderEdit": "不修改请留空",
"rolesRequired": "角色(默认站点,至少一项)",
"rolesDescription": "创建后可在「权限」中继续调整角色或直接授权。",
"rolesDescription": "创建后可在「分配角色」中继续调整角色绑定。",
"noRoles": "暂无角色数据,请等待列表加载完成后重试。"
},
"delete": {
@@ -134,21 +145,37 @@
"dashboard": "仪表盘",
"admin_users": "管理列表",
"admin_roles": "角色管理",
"agents": "代理管理",
"players": "玩家列表",
"currencies": "币种管理",
"wallet": "钱包流水",
"draws": "期号列表",
"config": "运营配置",
"rules_plays": "投注规则",
"rules_odds": "赔率与回水",
"risk_cap": "限额版本",
"risk": "风控",
"settlement": "结算",
"jackpot": "奖池",
"reconcile": "对账",
"reports": "报表中心",
"tickets": "玩家注单",
"audit": "审计日志",
"settings": "系统设置"
"settings": "系统设置",
"integration": "接入站点"
},
"permissionNames": {
"prd.dashboard.view": "仪表盘·查看",
"prd.agent.view": "代理管理·查看",
"prd.agent.manage": "代理管理·可管理",
"prd.agent.role.view": "代理角色·查看",
"prd.agent.role.manage": "代理角色·可管理",
"prd.agent.user.view": "代理账号·查看",
"prd.agent.user.manage": "代理账号·可管理",
"prd.admin_user.manage": "管理员列表·可管理",
"prd.admin_role.manage": "角色管理·可管理",
"prd.integration.view": "接入站点·查看",
"prd.integration.manage": "接入站点·可管理",
"prd.users.manage": "用户管理·可管理",
"prd.currency.manage": "币种管理·可管理",
"prd.users.view_finance": "用户管理·财务查看",
@@ -163,6 +190,7 @@
"prd.draw_reopen.manage": "开奖结果重开·可管理",
"prd.play_switch.manage": "玩法开关·可管理",
"prd.odds.manage": "赔率配置·可管理",
"prd.odds.view": "赔率配置·查看",
"prd.risk_cap.manage": "封顶配置·可管理",
"prd.risk_cap.view": "封顶配置·查看",
"prd.rebate.manage": "佣金/回水·可管理",
@@ -173,7 +201,11 @@
"prd.payout.manage": "派彩确认·可管理",
"prd.payout.review": "派彩确认·可审核",
"prd.payout.view": "派彩确认·查看",
"prd.tickets.view": "玩家注单·查看",
"prd.audit.view": "审计日志·查看",
"prd.report.view": "报表中心·查看"
"prd.report.view": "报表中心·查看",
"prd.report.export": "报表中心·导出",
"prd.risk.view": "风控中心·查看",
"prd.risk.manage": "风控中心·可管理"
}
}

View File

@@ -20,11 +20,12 @@
"deleteSuccess": "已删除代理 {{name}}",
"saveFailed": "保存失败",
"codeRequired": "请填写编码与名称",
"modelGuide": "代理层负责数据范围Scope与授权上限Ceiling账号权限请通过角色分配。",
"tabs": {
"overview": "概况",
"roles": "角色",
"users": "账号",
"delegation": "下放权限"
"delegation": "授权上限"
},
"delegation": {
"title": "下放权限上限",
@@ -47,7 +48,11 @@
"deleteSuccess": "已删除角色 {{name}}",
"permissionSaveSuccess": "权限已更新",
"readOnlyTemplate": "只读模板",
"permissionSubsetHint": "只能分配您当前拥有的权限"
"permissionSubsetHint": "只能分配您当前拥有的权限",
"selectedCount": "已选 {{selected}} / {{total}} 项",
"groupSelectedCount": "已选 {{selected}} / {{total}}",
"selectGroup": "本组全选",
"noAssignablePermissions": "当前没有可分配权限"
},
"users": {
"title": "代理账号",

View File

@@ -11,5 +11,10 @@
"action": "动作",
"target": "目标",
"time": "时间",
"empty": "无数据"
"empty": "无数据",
"operatorTypes": {
"admin": "管理员",
"player": "玩家",
"system": "系统"
}
}

View File

@@ -118,7 +118,8 @@
"deniedDescription": "当前账号没有访问此页面的权限。如需开通,请联系管理员在角色管理中分配相应功能权限。"
},
"table": {
"id": "ID"
"id": "ID",
"actions": "操作"
},
"playerColumns": {
"site": "主站",

View File

@@ -3,6 +3,7 @@
"filter": "筛选",
"drawNo": "期号",
"status": "状态",
"actions": "操作",
"apply": "应用",
"batchList": "结算批次",
"allStatuses": "不限",

View File

@@ -24,6 +24,7 @@
"betAmount": "下注",
"actualDeduct": "实扣",
"status": "状态",
"actions": "操作",
"failReason": "失败原因",
"winAmount": "中奖",
"placedAt": "下单时间",

View File

@@ -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": "类型(业务)",