Files
lotteryAdmin/src/i18n/locales/zh/wallet.json
kang 4484a7a77a
Some checks failed
lotteryadmin CI / build (push) Has been cancelled
Refactor agents console and related components
- Simplified share rate calculation in AgentsConsole by removing unnecessary checks and directly setting the profile share rate.
- Updated the use of `profileParentCaps` to always return total share rate in the agent profile.
- Removed unused variables and memoized calculations for improved performance.
- Cleaned up imports in various files, removing unused components and optimizing the code structure.
- Added `tRef` dependency to several useEffect hooks to ensure proper reactivity to translation changes.
- Enhanced report preview tables with better label handling for various statuses and actions.
- Updated wallet filter options to align with player-side transaction types.
- Introduced new properties in types for better type safety and clarity.
2026-06-30 17:55:00 +08:00

97 lines
3.8 KiB
JSON

{
"title": "钱包",
"subnavLabel": "钱包子页",
"subnavTransactions": "主站钱包流水",
"subnavTransferOrders": "主站转账单",
"ledgerChannel": "账本",
"ledgerCredit": "信用流水",
"ledgerWallet": "钱包流水",
"subnavPlayerWallet": "玩家钱包",
"noPermission": "当前账号无访问该页的权限",
"copySuccess": "{{label}}已复制到剪贴板",
"copyFailed": "复制失败,请检查浏览器权限或手动选择文本",
"statusProcessing": "处理中",
"statusSuccess": "成功",
"statusFailed": "失败",
"statusPendingReconcile": "待对账",
"statusReversed": "已冲正",
"statusCaseClosed": "已结案",
"statusPosted": "已记账",
"filterAll": "不限",
"transferIn": "主站转入",
"transferOut": "主站转出",
"transferOutRefund": "转出失败回补",
"bizBetDeduct": "下注扣款",
"bizBetReverse": "下注冲正",
"bizPrize": "派彩",
"bizRefund": "退本",
"bizReversal": "冲正",
"bizSettlePayout": "派彩入账",
"bizJackpotPayout": "奖池派彩",
"bizSettlementAdjustment": "结算调账",
"transferOrders": "转账单",
"walletTransactions": "钱包流水",
"playerWalletQuery": "玩家钱包查询",
"localTransferNo": "本地单号",
"externalRefNo": "主站流水号",
"playerAccount": "玩家账号",
"playerAccountPlaceholder": "主站玩家 ID 或用户名(模糊)",
"playerId": "玩家 ID",
"playerIdOptional": "可选,优先于账号",
"requestDateRange": "请求日期范围",
"status": "状态",
"options": "选项",
"abnormalOnly": "仅异常单",
"abnormalOnlyPending": "仅异常(待对账)",
"abnormalFilterActive": "当前仅显示对账标记的异常转账单(非钱包流水)。可在下方取消勾选「仅异常单」查看全部。",
"txnAbnormalFilterActive": "当前仅显示状态为「待对账」的流水。勾选后状态下拉无效,与接口 abnormal=1 一致。",
"txnDeepLinkActive": "已按链接带入筛选条件并自动查询。重置可清空 URL 参数。",
"search": "搜索",
"resetFilters": "重置筛选",
"refreshCurrentPage": "刷新当前页",
"loadFailed": "加载失败",
"direction": "方向",
"amount": "金额",
"failReason": "失败原因",
"requestTime": "请求时间",
"finishedTime": "完成时间",
"actions": "操作",
"actionsMenuAriaLabel": "转账单操作菜单",
"reverse": "冲正",
"completeCredit": "补完成入账",
"markCaseClosed": "标记结案",
"processing": "处理中…",
"reverseSuccess": "冲正成功",
"completeCreditSuccess": "补入账成功",
"markCaseClosedSuccess": "已标记结案",
"actionFailed": "操作失败",
"confirm": {
"reverseTitle": "确认冲正转账单?",
"reverseDescription": "将对单号 {{transferNo}} 执行冲正,可能影响玩家钱包余额。",
"completeCreditTitle": "确认补完成转入入账?",
"completeCreditDescription": "主站已扣款时,将为单号 {{transferNo}} 在彩票钱包补记转入并标记成功。",
"markCaseClosedTitle": "确认标记结案?",
"markCaseClosedDescription": "仅将单号 {{transferNo}} 标为已结案,不会调整彩票或主站余额。请确认已在系统外处理完毕。"
},
"txnNo": "流水号",
"bizType": "类型(业务)",
"type": "类型",
"queryFailed": "查询失败",
"invalidPlayerId": "请输入有效玩家 ID",
"querying": "查询中…",
"query": "查询",
"sitePlayer": "站点玩家",
"walletType": "类型",
"currency": "币种",
"balanceMinor": "余额(最小单位)",
"availableBalance": "可用(推算)",
"noWalletRows": "暂无钱包行(从未下过注或未划转也可能无记录)",
"copyTransferNo": "本地单号",
"copyExternalRefNo": "主站流水号",
"copyTxnNo": "流水号",
"copyExternalTxnRefNo": "主站流水号",
"in": "入",
"out": "出"
}