Translate various JSON files to Nepali and Chinese, updating keys and values for jackpot, players, reconcile, reports, settlement, settlement center, and wallet sections. Add new keys for better localization and improve existing translations for clarity and accuracy.
Some checks failed
lotteryadmin CI / build (push) Has been cancelled

This commit is contained in:
2026-07-02 10:35:11 +08:00
parent 2f9e06fb78
commit e299e84e9b
27 changed files with 566 additions and 297 deletions

View File

@@ -4,6 +4,15 @@
"pageTabs": "奖池",
"tabConfig": "配置",
"tabRecords": "流水",
"pageDescription": "按币种维护奖池参数,蓄水与派彩流水见下方记录区。",
"poolsSectionTitle": "按币种奖池参数",
"poolsSectionDescription": "蓄水比例、爆池阈值、开关与手动爆池。",
"recordsSectionTitle": "蓄水与派彩流水",
"recordsSectionDescription": "筛选查看派彩与蓄水流水(只读)。",
"rulesTitle": "规则说明",
"rulesBurst": "当池余额达到爆池阈值、满足强制爆池间隔,或所选玩法组合命中头奖时触发爆池。",
"rulesJoin": "仅成功出票且满足最低下注额的注单参与蓄水。",
"rulesManual": "手动爆池为超管兜底操作,需指定已结算且存在头奖得主的期号。",
"loadFailed": "加载失败",
"saveSuccess": "已保存",
"saveFailed": "保存失败",
@@ -14,6 +23,7 @@
"displayBalance": "展示余额 {{amount}}",
"currentAmount": "当前池余额(主币单位)",
"balanceAdjustmentTitle": "余额调整",
"balanceAdjustmentHint": "余额调整需要填写原因,每次调整均记入调整流水。不可通过「保存」直接编辑余额。",
"adjustmentDirection": "方向",
"adjustmentIncrease": "增加",
"adjustmentDecrease": "减少",
@@ -30,10 +40,15 @@
"confirmAdjustmentDescription": "将写入调整流水并更新当前池余额,请确认金额与原因无误。",
"recentAdjustments": "最近调整记录",
"contributionRate": "蓄水比例 %",
"contributionRatePlaceholder": "如 2 = 2%",
"triggerThreshold": "爆池阈值",
"triggerThresholdPlaceholder": "请输入爆池阈值金额",
"payoutRate": "派彩比例 %",
"payoutRatePlaceholder": "如 5 = 5%",
"forceTriggerGap": "强制爆池间隔(期)",
"forceTriggerGapPlaceholder": "请输入强制爆池间隔期数",
"minBetAmount": "最低下注额",
"minBetAmountPlaceholder": "请输入最低下注金额",
"comboTriggerPlays": "组合触发玩法",
"comboTriggerPlaysHint": "勾选后,该玩法中头奖即可触发奖池(无需达到阈值)。不选表示不启用此条件。",
"comboTriggerPlaysEmpty": "暂无可用玩法,请先在玩法配置中启用。",
@@ -46,6 +61,7 @@
"confirmSavePoolTitle": "确认保存奖池配置?",
"confirmSavePoolDescription": "将更新奖池参数(不含余额)。",
"manualBurstDrawId": "爆池期号",
"manualBurstHint": "限超管操作。可填写期号数字 ID 或期号编码。需已结算且存在头奖得主,按配置的派彩比例释放。",
"manualBurstConfirmTitle": "确认手动爆池?",
"manualBurstConfirmDescription": "确认对期号 {{drawId}} 执行手动爆池?",
"processing": "处理中…",