所有表单-创建中英双语对照

This commit is contained in:
2026-03-17 12:08:09 +08:00
parent c790f74905
commit 216d3ac8fe
23 changed files with 537 additions and 184 deletions

View File

@@ -1,5 +1,33 @@
{
"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%",
"weightsSumUnitCurrent": "% / 100%须为100%",
"currentPoolTitle": "当前彩金池",
"loading": "加载中...",
"poolName": "池子名称",
"playerProfit": "玩家累计盈利profit_amount",
"realtime": "实时",
"profitCalcHint": "计算方式:每局按“当前中奖金额(含超级大奖 BIGWIN减去抽奖券费用 100”累加弹窗打开期间每 2 秒自动刷新",
"tierRuleTitle": "抽奖档位规则",
"tierRuleContent": "当玩家在当前彩金池的累计盈利 低于安全线 时,按 玩家 的 T*_weight 权重抽取档位;当累计盈利 高于或等于安全线 时,按 当前彩金池 的 T*_weight 权重抽取档位(杀分)。"
},
"toolbar": {
"viewCurrentPool": "查看当前彩金池"
},