所有表单-创建中英双语对照
This commit is contained in:
@@ -1,4 +1,27 @@
|
||||
{
|
||||
"form": {
|
||||
"dialogTitleAdd": "新增摇色子配置",
|
||||
"dialogTitleEdit": "编辑摇色子配置",
|
||||
"group": "分组",
|
||||
"placeholderGroup": "请输入分组",
|
||||
"title": "标题",
|
||||
"placeholderTitleZh": "请输入标题(中文)",
|
||||
"titleEn": "标题(英文)",
|
||||
"placeholderTitleEn": "请输入标题(英文)",
|
||||
"configName": "配置名称",
|
||||
"placeholderConfigName": "请输入配置名称",
|
||||
"value": "值",
|
||||
"placeholderValueZh": "请输入值(中文)",
|
||||
"valueEn": "值(英文)",
|
||||
"placeholderValueEn": "请输入值(英文)",
|
||||
"ruleGroupRequired": "分组必需填写",
|
||||
"ruleTitleRequired": "标题必需填写",
|
||||
"ruleTitleEnMax": "英文标题长度需小于 255 字符",
|
||||
"ruleConfigNameRequired": "配置名称必需填写",
|
||||
"ruleValueRequired": "值必需填写",
|
||||
"saveSuccess": "新增成功",
|
||||
"updateSuccess": "修改成功"
|
||||
},
|
||||
"search": {
|
||||
"group": "分组",
|
||||
"title": "标题",
|
||||
|
||||
@@ -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": "查看当前彩金池"
|
||||
},
|
||||
|
||||
@@ -1,4 +1,38 @@
|
||||
{
|
||||
"form": {
|
||||
"dialogTitleAdd": "新增玩家抽奖记录",
|
||||
"dialogTitleEdit": "编辑玩家抽奖记录",
|
||||
"player": "玩家",
|
||||
"placeholderPlayer": "请选择玩家(显示用户名)",
|
||||
"lotteryPoolConfig": "彩金池配置",
|
||||
"placeholderLotteryPool": "请选择彩金池配置",
|
||||
"drawType": "抽奖类型",
|
||||
"paid": "付费",
|
||||
"free": "赠送",
|
||||
"isBigWin": "是否中大奖",
|
||||
"noBigWin": "无",
|
||||
"bigWin": "中大奖",
|
||||
"winCoin": "赢取平台币",
|
||||
"placeholderWinCoin": "= 中大奖 + 摇色子中奖",
|
||||
"superWinCoin": "中大奖平台币",
|
||||
"placeholderSuperWinCoin": "豹子时发放",
|
||||
"rewardWinCoin": "摇色子中奖平台币",
|
||||
"placeholderRewardWinCoin": "摇色子中奖",
|
||||
"direction": "方向",
|
||||
"placeholderDirection": "请选择方向",
|
||||
"clockwise": "顺时针",
|
||||
"anticlockwise": "逆时针",
|
||||
"startIndex": "起始索引",
|
||||
"placeholderStartIndex": "起始索引",
|
||||
"targetIndex": "终点索引",
|
||||
"placeholderTargetIndex": "终点索引",
|
||||
"rollArray": "摇取点数",
|
||||
"rollArrayHint": "固定 5 个数,每个 1~6",
|
||||
"rollNumber": "摇取点数和",
|
||||
"placeholderRollNumber": "5 个色子点数之和(5~30)",
|
||||
"rewardConfig": "奖励配置",
|
||||
"placeholderRewardConfig": "请选择奖励配置(显示前端文本)"
|
||||
},
|
||||
"search": {
|
||||
"player": "玩家",
|
||||
"lotteryPoolConfig": "彩金池配置",
|
||||
|
||||
@@ -1,5 +1,50 @@
|
||||
{
|
||||
"name": "名称",
|
||||
"form": {
|
||||
"dialogTitleAdd": "新增大富翁-玩家",
|
||||
"dialogTitleEdit": "编辑大富翁-玩家",
|
||||
"username": "用户名",
|
||||
"placeholderUsername": "请输入用户名",
|
||||
"nickname": "昵称",
|
||||
"placeholderNickname": "请输入昵称",
|
||||
"phone": "手机号",
|
||||
"placeholderPhone": "请输入手机号",
|
||||
"password": "密码",
|
||||
"placeholderPasswordEdit": "编辑留空则不修改",
|
||||
"status": "状态",
|
||||
"adminId": "所属管理员",
|
||||
"placeholderAdmin": "选择后台管理员(可选)",
|
||||
"coin": "平台币",
|
||||
"placeholderCoinAdd": "创建时默认0,不可改",
|
||||
"lotteryPoolConfig": "彩金池配置",
|
||||
"placeholderLotteryPool": "留空则使用下方自定义权重,或选择彩金池",
|
||||
"currentConfig": "当前配置",
|
||||
"configLabelName": "名称",
|
||||
"configLabelType": "类型",
|
||||
"configLabelWeights": "T1~T5 权重",
|
||||
"configLabelRemark": "备注",
|
||||
"t1Weight": "T1池权重(%)",
|
||||
"t2Weight": "T2池权重(%)",
|
||||
"t3Weight": "T3池权重(%)",
|
||||
"t4Weight": "T4池权重(%)",
|
||||
"t5Weight": "T5池权重(%)",
|
||||
"weightsSumHint": "五个池权重总和:",
|
||||
"weightsSumUnit": "% / 100%(必须为100%)",
|
||||
"walletTitle": "玩家钱包操作",
|
||||
"walletPlayer": "玩家",
|
||||
"walletBalance": "钱包余额",
|
||||
"operationType": "操作类型",
|
||||
"typeAdd": "加点",
|
||||
"typeSub": "扣点",
|
||||
"coinChange": "平台币变动",
|
||||
"placeholderCoinChange": "正数,扣点时不能超过余额",
|
||||
"placeholderRemarkOptional": "选填,不填则按类型自动填写",
|
||||
"ruleSelectType": "请选择操作类型",
|
||||
"ruleEnterCoin": "请输入平台币变动",
|
||||
"ruleCoinPositive": "平台币变动必须大于 0",
|
||||
"ruleDeductExceed": "扣点不能超过当前余额",
|
||||
"operateSuccess": "操作成功"
|
||||
},
|
||||
"search": {
|
||||
"username": "用户名",
|
||||
"nickname": "昵称",
|
||||
|
||||
@@ -1,4 +1,19 @@
|
||||
{
|
||||
"form": {
|
||||
"dialogTitleAdd": "新增抽奖券获取记录",
|
||||
"dialogTitleEdit": "编辑抽奖券获取记录",
|
||||
"player": "玩家",
|
||||
"placeholderPlayer": "请选择玩家(显示用户名)",
|
||||
"useCoins": "消耗硬币",
|
||||
"placeholderUseCoins": "请输入消耗硬币",
|
||||
"paidDrawCount": "购买抽奖次数",
|
||||
"placeholderPaidDrawCount": "请输入购买抽奖次数",
|
||||
"freeDrawCount": "赠送抽奖次数",
|
||||
"placeholderFreeDrawCount": "请输入赠送抽奖次数",
|
||||
"totalDrawCount": "总抽奖次数",
|
||||
"placeholderTotalDrawCount": "自动求和",
|
||||
"placeholderRemark": "请输入备注(必填)"
|
||||
},
|
||||
"search": {
|
||||
"player": "玩家",
|
||||
"useCoins": "消耗硬币",
|
||||
|
||||
@@ -1,4 +1,24 @@
|
||||
{
|
||||
"form": {
|
||||
"dialogTitleAdd": "新增玩家钱包流水",
|
||||
"dialogTitleEdit": "编辑玩家钱包流水",
|
||||
"user": "用户",
|
||||
"placeholderUser": "请选择用户(显示用户名)",
|
||||
"type": "类型",
|
||||
"placeholderType": "请选择类型",
|
||||
"typeRecharge": "充值",
|
||||
"typeWithdraw": "提现",
|
||||
"typeBuyTicket": "购买抽奖次数",
|
||||
"typeAdminAdd": "管理员加点",
|
||||
"typeAdminSub": "管理员扣点",
|
||||
"coinChange": "平台币变化",
|
||||
"placeholderCoinChange": "正数增加、负数减少",
|
||||
"walletBefore": "钱包操作前",
|
||||
"placeholderWalletBefore": "选择用户后自动带出当前平台币",
|
||||
"walletAfter": "钱包操作后",
|
||||
"placeholderWalletAfter": "根据平台币变化自动计算",
|
||||
"placeholderRemark": "选填"
|
||||
},
|
||||
"search": {
|
||||
"type": "类型",
|
||||
"user": "用户",
|
||||
|
||||
Reference in New Issue
Block a user