feat: 统一管理端多语言、配置与票据/结算页面重构
This commit is contained in:
@@ -1,19 +1,43 @@
|
||||
{
|
||||
"title": "注单",
|
||||
"playerTicketQuery": "玩家注单查询",
|
||||
"playerId": "玩家 ID",
|
||||
"invalidPlayerId": "请输入有效玩家 ID",
|
||||
"drawNoOptional": "期号 draw_no(可选)",
|
||||
"title": "注单列表",
|
||||
"playerTicketQuery": "注单查询",
|
||||
"playerId": "玩家 ID / 账号",
|
||||
"invalidPlayerId": "请输入有效玩家 ID 或账号",
|
||||
"playerIdPlaceholder": "留空显示全部,可输入玩家 ID 或账号",
|
||||
"drawNoOptional": "期号(可选)",
|
||||
"drawNoPlaceholder": "如 20260520-001",
|
||||
"numberKeyword": "号码 / 注单号 / 订单号",
|
||||
"numberKeywordPlaceholder": "支持按号码、注单号、订单号搜索",
|
||||
"placedDateRange": "下单日期范围",
|
||||
"query": "查询",
|
||||
"resetFilters": "重置筛选",
|
||||
"refreshCurrentPage": "刷新当前页",
|
||||
"loadFailed": "加载失败",
|
||||
"ticketNo": "注单号",
|
||||
"player": "玩家",
|
||||
"orderNo": "订单号",
|
||||
"drawNo": "期号",
|
||||
"playCode": "玩法",
|
||||
"number": "号码",
|
||||
"betAmount": "下注",
|
||||
"actualDeduct": "实扣",
|
||||
"status": "状态",
|
||||
"failReason": "失败原因",
|
||||
"winAmount": "中奖"
|
||||
"winAmount": "中奖",
|
||||
"placedAt": "下单时间",
|
||||
"updatedAt": "更新时间",
|
||||
"statusFilterLabel": "状态筛选",
|
||||
"statusHint": "可多选,留空表示全部状态",
|
||||
"statusSelectedCount": "已选 {{count}} 项",
|
||||
"statusOptions": {
|
||||
"all": "全部",
|
||||
"pending_confirm": "待确认",
|
||||
"partial_pending_confirm": "部分待确认",
|
||||
"success": "已投注成功",
|
||||
"failed": "投注失败",
|
||||
"pending_payout": "待派奖",
|
||||
"settled_win": "已中奖结算",
|
||||
"settled_lose": "已未中奖结算"
|
||||
},
|
||||
"allTickets": "全部注单"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user