refactor: 更新风险监控页面标题为国际化支持,优化风险池控制台的标题处理
This commit is contained in:
@@ -26,6 +26,14 @@
|
||||
"plannedDraw": "计划开奖",
|
||||
"coolingEndTime": "冷静期结束",
|
||||
"resultSource": "结果来源",
|
||||
"resultSourceOptions": {
|
||||
"rng": "RNG 自动生成",
|
||||
"manual": "人工录入"
|
||||
},
|
||||
"batchStatusOptions": {
|
||||
"pending_review": "待审核",
|
||||
"published": "已发布"
|
||||
},
|
||||
"currentResultVersion": "当前结果版本",
|
||||
"settleVersion": "结算版本",
|
||||
"isReopened": "是否重开",
|
||||
@@ -61,6 +69,7 @@
|
||||
"ticketCount": "票数",
|
||||
"winCount": "中奖数",
|
||||
"finishedAt": "完成时间",
|
||||
"jackpotPayout": "奖池派彩",
|
||||
"resultsTitle": "开奖结果",
|
||||
"reviewAndPublish": "去审核 / 发布",
|
||||
"viewReviewQueue": "查看审核队列",
|
||||
@@ -77,6 +86,9 @@
|
||||
"headTail": "头/尾",
|
||||
"manualResultEntry": "人工录入开奖结果",
|
||||
"currentStatusAndDraft": "当前状态 {{status}} · 保存后生成待确认批次,不会直接发布",
|
||||
"currentStatusLabel": "当前状态",
|
||||
"currentStatusDraftHint": "保存后生成待确认批次,不会直接发布",
|
||||
"hallPreviewStatusLabel": "大厅预览",
|
||||
"enter23Numbers": "请完整输入 23 组 4 位数字",
|
||||
"draftSaved": "已保存草稿 v{{version}},等待确认发布",
|
||||
"saveFailed": "保存失败",
|
||||
@@ -84,7 +96,7 @@
|
||||
"saveDraft": "保存草稿",
|
||||
"saving": "保存中…",
|
||||
"pendingBatches": "待确认批次",
|
||||
"noPendingBatches": "当前没有待审核(pending_review)批次。",
|
||||
"noPendingBatches": "当前没有待审核批次。",
|
||||
"batchId": "批次 ID",
|
||||
"numberCount": "号码条数",
|
||||
"reviewAndPublishAction": "核对并发布",
|
||||
|
||||
Reference in New Issue
Block a user