feat: 增加管理端多语言与多模块界面国际化支持

This commit is contained in:
2026-05-19 09:11:55 +08:00
parent 49a4caf01e
commit 1b1dfc92ab
110 changed files with 4053 additions and 1308 deletions

View File

@@ -0,0 +1,69 @@
{
"title": "钱包",
"subnavLabel": "钱包子页",
"subnavTransactions": "钱包流水",
"subnavTransferOrders": "转账单",
"noPermission": "当前账号无访问该页的权限",
"copySuccess": "{{label}}已复制到剪贴板",
"copyFailed": "复制失败,请检查浏览器权限或手动选择文本",
"statusProcessing": "处理中",
"statusSuccess": "成功",
"statusFailed": "失败",
"statusPendingReconcile": "待对账",
"statusReversed": "已冲正",
"statusManuallyProcessed": "已人工处理",
"statusPosted": "已记账",
"filterAll": "不限",
"transferIn": "主站转入",
"transferOut": "主站转出",
"transferOutRefund": "转出失败回补",
"transferOrders": "转账单",
"walletTransactions": "钱包流水",
"playerWalletQuery": "玩家钱包查询",
"localTransferNo": "本地单号",
"externalRefNo": "主站流水号",
"playerAccount": "玩家账号",
"playerAccountPlaceholder": "主站玩家 ID 或用户名(模糊)",
"playerId": "玩家 ID",
"playerIdOptional": "可选,优先于账号",
"requestDateRange": "请求日期范围",
"status": "状态",
"options": "选项",
"abnormalOnly": "仅异常单",
"abnormalOnlyPending": "仅异常(待对账)",
"search": "搜索",
"resetFilters": "重置筛选",
"refreshCurrentPage": "刷新当前页",
"loadFailed": "加载失败",
"direction": "方向",
"amount": "金额",
"failReason": "失败原因",
"requestTime": "请求时间",
"finishedTime": "完成时间",
"actions": "操作",
"reverse": "冲正",
"manualProcess": "人工处理",
"processing": "处理中…",
"reverseSuccess": "冲正成功",
"manualProcessSuccess": "人工处理成功",
"actionFailed": "操作失败",
"txnNo": "流水号",
"bizType": "类型(业务)",
"type": "类型",
"queryFailed": "查询失败",
"invalidPlayerId": "请输入有效玩家 ID",
"querying": "查询中…",
"query": "查询",
"sitePlayer": "站点玩家",
"walletType": "类型",
"currency": "币种",
"balanceMinor": "余额(最小单位)",
"availableBalance": "可用(推算)",
"noWalletRows": "暂无钱包行(从未下过注或未划转也可能无记录)",
"copyTransferNo": "本地单号",
"copyExternalRefNo": "主站流水号",
"copyTxnNo": "流水号",
"copyExternalTxnRefNo": "主站流水号",
"in": "入",
"out": "出"
}