Files
dafuweng-saiadmin6.x/saiadmin-artd/src/locales/langs/zh/dice/lottery_pool_config.json
2026-03-17 15:36:14 +08:00

71 lines
2.9 KiB
JSON
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
{
"name": "名称",
"form": {
"dialogTitleAdd": "新增色子奖池配置",
"dialogTitleEdit": "编辑色子奖池配置",
"placeholderName": "请输入名称",
"placeholderRemark": "请输入备注",
"poolType": "奖池类型",
"placeholderPoolType": "请选择奖池类型",
"poolTypeNormal": "正常",
"poolTypeKill": "强制杀猪",
"poolTypeT1": "T1高倍率",
"safetyLine": "安全线",
"t1Weight": "T1池权重(%)",
"t2Weight": "T2池权重(%)",
"t3Weight": "T3池权重(%)",
"t4Weight": "T4池权重(%)",
"t5Weight": "T5池权重(%)",
"weightsSumHint": "五个池权重总和:",
"weightsSumUnit": "% / 100%必须为100%",
"currentPoolTitle": "当前彩金池",
"loading": "加载中...",
"poolName": "池子名称",
"playerProfit": "玩家累计盈利profit_amount",
"realtime": "实时",
"profitCalcHint": "计算方式:每局按“当前中奖金额(含超级大奖 BIGWIN减去抽奖券费用 100”累加弹窗打开期间每 2 秒自动刷新",
"tierRuleTitle": "抽奖档位规则",
"tierRuleContent": "当玩家在当前彩金池的累计盈利 低于安全线 时,按 玩家 的 T*_weight 权重抽取档位;当累计盈利 高于或等于安全线 时,按 当前彩金池 的 T*_weight 权重抽取档位(杀分)。",
"killScoreWeights": "杀分权重",
"killWeightNote": "(杀分权重来自奖池配置,请在列表中编辑对应记录)",
"btnResetProfit": "重置玩家累计盈利",
"btnSaveSafetyLine": "保存安全线",
"ruleSafetyLineRequired": "请输入安全线",
"msgGetPoolFailed": "获取彩金池失败",
"msgSaveSuccess": "保存成功",
"msgResetProfitSuccess": "玩家累计盈利已重置为 0",
"msgResetFailed": "重置失败",
"ruleNameRequired": "名称必需填写",
"rulePoolTypeRequired": "请选择奖池类型",
"ruleT1Required": "T1池权重必需填写",
"ruleT2Required": "T2池权重必需填写",
"ruleT3Required": "T3池权重必需填写",
"ruleT4Required": "T4池权重必需填写",
"ruleT5Required": "T5池权重必需填写",
"msgWeightsMust100": "五个池权重总和必须为100%",
"msgAddSuccess": "新增成功",
"msgUpdateSuccess": "修改成功"
},
"toolbar": {
"viewCurrentPool": "查看当前彩金池"
},
"search": {
"poolType": "奖池类型",
"placeholderName": "请输入名称",
"placeholderPoolType": "请选择奖池类型",
"poolTypeNormal": "正常",
"poolTypeKill": "强制杀猪",
"poolTypeT1": "T1高倍率"
},
"table": {
"name": "名称",
"poolType": "奖池类型",
"safetyLine": "安全线",
"t1PoolWeight": "T1池权重",
"t2PoolWeight": "T2池权重",
"t3PoolWeight": "T3池权重",
"t4PoolWeight": "T4池权重",
"t5PoolWeight": "T5池权重"
}
}