所有表单-创建中英双语对照
This commit is contained in:
@@ -22,6 +22,7 @@
|
||||
"userCenter": "User center",
|
||||
"docs": "Document",
|
||||
"github": "Github",
|
||||
"clearCache": "clear Cache",
|
||||
"lockScreen": "Lock screen",
|
||||
"logout": "Log out"
|
||||
},
|
||||
@@ -38,6 +39,14 @@
|
||||
"confirm": "Confirm",
|
||||
"logOutTips": "Do you want to log out?"
|
||||
},
|
||||
"form": {
|
||||
"placeholderInput": "Please enter",
|
||||
"placeholderSelect": "Please select",
|
||||
"labelRemark": "Remark",
|
||||
"labelStatus": "Status",
|
||||
"labelName": "Name",
|
||||
"close": "Close"
|
||||
},
|
||||
"search": {
|
||||
"placeholder": "Search page",
|
||||
"historyTitle": "Search history",
|
||||
|
||||
@@ -1,4 +1,27 @@
|
||||
{
|
||||
"form": {
|
||||
"dialogTitleAdd": "Add Dice Config",
|
||||
"dialogTitleEdit": "Edit Dice Config",
|
||||
"group": "Group",
|
||||
"placeholderGroup": "Please enter group",
|
||||
"title": "Title",
|
||||
"placeholderTitleZh": "Please enter title (ZH)",
|
||||
"titleEn": "Title (EN)",
|
||||
"placeholderTitleEn": "Please enter title (EN)",
|
||||
"configName": "Config Name",
|
||||
"placeholderConfigName": "Please enter config name",
|
||||
"value": "Value",
|
||||
"placeholderValueZh": "Please enter value (ZH)",
|
||||
"valueEn": "Value (EN)",
|
||||
"placeholderValueEn": "Please enter value (EN)",
|
||||
"ruleGroupRequired": "Group is required",
|
||||
"ruleTitleRequired": "Title is required",
|
||||
"ruleTitleEnMax": "Title (EN) max 255 characters",
|
||||
"ruleConfigNameRequired": "Config name is required",
|
||||
"ruleValueRequired": "Value is required",
|
||||
"saveSuccess": "Added",
|
||||
"updateSuccess": "Updated"
|
||||
},
|
||||
"search": {
|
||||
"group": "Group",
|
||||
"title": "Title",
|
||||
|
||||
@@ -1,5 +1,33 @@
|
||||
{
|
||||
"name": "Name",
|
||||
"form": {
|
||||
"dialogTitleAdd": "Add Lottery Pool Config",
|
||||
"dialogTitleEdit": "Edit Lottery Pool Config",
|
||||
"placeholderName": "Please enter name",
|
||||
"placeholderRemark": "Please enter remark",
|
||||
"poolType": "Pool Type",
|
||||
"placeholderPoolType": "Please select pool type",
|
||||
"poolTypeNormal": "Normal",
|
||||
"poolTypeKill": "Kill",
|
||||
"poolTypeT1": "T1 High",
|
||||
"safetyLine": "Safety Line",
|
||||
"t1Weight": "T1 Pool Weight (%)",
|
||||
"t2Weight": "T2 Pool Weight (%)",
|
||||
"t3Weight": "T3 Pool Weight (%)",
|
||||
"t4Weight": "T4 Pool Weight (%)",
|
||||
"t5Weight": "T5 Pool Weight (%)",
|
||||
"weightsSumHint": "Total pool weights: ",
|
||||
"weightsSumUnit": "% / 100% (must equal 100%)",
|
||||
"weightsSumUnitCurrent": "% / 100%",
|
||||
"currentPoolTitle": "Current Lottery Pool",
|
||||
"loading": "Loading...",
|
||||
"poolName": "Pool Name",
|
||||
"playerProfit": "Player Total Profit (profit_amount):",
|
||||
"realtime": "Live",
|
||||
"profitCalcHint": "Sum of (win amount including BIGWIN minus 100 ticket cost) per round; refreshes every 2s while open.",
|
||||
"tierRuleTitle": "Tier Rule",
|
||||
"tierRuleContent": "When player profit in this pool is below safety line, use player T*_weight; when above or equal, use pool T*_weight (kill)."
|
||||
},
|
||||
"toolbar": {
|
||||
"viewCurrentPool": "View Current Pool"
|
||||
},
|
||||
|
||||
@@ -1,4 +1,38 @@
|
||||
{
|
||||
"form": {
|
||||
"dialogTitleAdd": "Add Play Record",
|
||||
"dialogTitleEdit": "Edit Play Record",
|
||||
"player": "Player",
|
||||
"placeholderPlayer": "Select player (by username)",
|
||||
"lotteryPoolConfig": "Lottery Pool Config",
|
||||
"placeholderLotteryPool": "Select lottery pool config",
|
||||
"drawType": "Draw Type",
|
||||
"paid": "Paid",
|
||||
"free": "Free",
|
||||
"isBigWin": "Big Win",
|
||||
"noBigWin": "No",
|
||||
"bigWin": "Big Win",
|
||||
"winCoin": "Win Coin",
|
||||
"placeholderWinCoin": "= Super + Reward",
|
||||
"superWinCoin": "Super Win Coin",
|
||||
"placeholderSuperWinCoin": "On BIGWIN",
|
||||
"rewardWinCoin": "Reward Win Coin",
|
||||
"placeholderRewardWinCoin": "Dice reward",
|
||||
"direction": "Direction",
|
||||
"placeholderDirection": "Select direction",
|
||||
"clockwise": "Clockwise",
|
||||
"anticlockwise": "Anticlockwise",
|
||||
"startIndex": "Start Index",
|
||||
"placeholderStartIndex": "Start index",
|
||||
"targetIndex": "Target Index",
|
||||
"placeholderTargetIndex": "Target index",
|
||||
"rollArray": "Roll Array",
|
||||
"rollArrayHint": "5 numbers, each 1–6",
|
||||
"rollNumber": "Roll Sum",
|
||||
"placeholderRollNumber": "Sum of 5 dice (5–30)",
|
||||
"rewardConfig": "Reward Config",
|
||||
"placeholderRewardConfig": "Select reward config (by UI text)"
|
||||
},
|
||||
"search": {
|
||||
"player": "Player",
|
||||
"lotteryPoolConfig": "Lottery Pool Config",
|
||||
|
||||
@@ -1,5 +1,50 @@
|
||||
{
|
||||
"name": "Name",
|
||||
"form": {
|
||||
"dialogTitleAdd": "Add Dice Player",
|
||||
"dialogTitleEdit": "Edit Dice Player",
|
||||
"username": "Username",
|
||||
"placeholderUsername": "Please enter username",
|
||||
"nickname": "Nickname",
|
||||
"placeholderNickname": "Please enter nickname",
|
||||
"phone": "Phone",
|
||||
"placeholderPhone": "Please enter phone",
|
||||
"password": "Password",
|
||||
"placeholderPasswordEdit": "Leave blank to keep unchanged",
|
||||
"status": "Status",
|
||||
"adminId": "Admin",
|
||||
"placeholderAdmin": "Select admin (optional)",
|
||||
"coin": "Coin",
|
||||
"placeholderCoinAdd": "Default 0 on create, read-only",
|
||||
"lotteryPoolConfig": "Lottery Pool Config",
|
||||
"placeholderLotteryPool": "Leave empty for custom weights below, or select pool",
|
||||
"currentConfig": "Current Config",
|
||||
"configLabelName": "Name",
|
||||
"configLabelType": "Type",
|
||||
"configLabelWeights": "T1–T5 Weights",
|
||||
"configLabelRemark": "Remark",
|
||||
"t1Weight": "T1 Pool Weight (%)",
|
||||
"t2Weight": "T2 Pool Weight (%)",
|
||||
"t3Weight": "T3 Pool Weight (%)",
|
||||
"t4Weight": "T4 Pool Weight (%)",
|
||||
"t5Weight": "T5 Pool Weight (%)",
|
||||
"weightsSumHint": "Total pool weights: ",
|
||||
"weightsSumUnit": "% / 100% (must equal 100%)",
|
||||
"walletTitle": "Player Wallet Operation",
|
||||
"walletPlayer": "Player",
|
||||
"walletBalance": "Balance",
|
||||
"operationType": "Operation Type",
|
||||
"typeAdd": "Add",
|
||||
"typeSub": "Deduct",
|
||||
"coinChange": "Coin Change",
|
||||
"placeholderCoinChange": "Positive; deduct cannot exceed balance",
|
||||
"placeholderRemarkOptional": "Optional",
|
||||
"ruleSelectType": "Please select operation type",
|
||||
"ruleEnterCoin": "Please enter coin change",
|
||||
"ruleCoinPositive": "Coin change must be greater than 0",
|
||||
"ruleDeductExceed": "Deduct cannot exceed current balance",
|
||||
"operateSuccess": "Success"
|
||||
},
|
||||
"search": {
|
||||
"username": "Username",
|
||||
"nickname": "Nickname",
|
||||
|
||||
@@ -1,4 +1,19 @@
|
||||
{
|
||||
"form": {
|
||||
"dialogTitleAdd": "Add Ticket Record",
|
||||
"dialogTitleEdit": "Edit Ticket Record",
|
||||
"player": "Player",
|
||||
"placeholderPlayer": "Select player (by username)",
|
||||
"useCoins": "Use Coins",
|
||||
"placeholderUseCoins": "Please enter use coins",
|
||||
"paidDrawCount": "Paid Draw Count",
|
||||
"placeholderPaidDrawCount": "Please enter paid draw count",
|
||||
"freeDrawCount": "Free Draw Count",
|
||||
"placeholderFreeDrawCount": "Please enter free draw count",
|
||||
"totalDrawCount": "Total Draw Count",
|
||||
"placeholderTotalDrawCount": "Auto sum",
|
||||
"placeholderRemark": "Remark (required)"
|
||||
},
|
||||
"search": {
|
||||
"player": "Player",
|
||||
"useCoins": "Use Coins",
|
||||
|
||||
@@ -1,4 +1,24 @@
|
||||
{
|
||||
"form": {
|
||||
"dialogTitleAdd": "Add Wallet Record",
|
||||
"dialogTitleEdit": "Edit Wallet Record",
|
||||
"user": "User",
|
||||
"placeholderUser": "Select user (by username)",
|
||||
"type": "Type",
|
||||
"placeholderType": "Please select type",
|
||||
"typeRecharge": "Recharge",
|
||||
"typeWithdraw": "Withdraw",
|
||||
"typeBuyTicket": "Buy Tickets",
|
||||
"typeAdminAdd": "Admin Add",
|
||||
"typeAdminSub": "Admin Deduct",
|
||||
"coinChange": "Coin Change",
|
||||
"placeholderCoinChange": "Positive add, negative subtract",
|
||||
"walletBefore": "Before",
|
||||
"placeholderWalletBefore": "Auto from selected user",
|
||||
"walletAfter": "After",
|
||||
"placeholderWalletAfter": "Auto calculated",
|
||||
"placeholderRemark": "Optional"
|
||||
},
|
||||
"search": {
|
||||
"type": "Type",
|
||||
"user": "User",
|
||||
|
||||
@@ -22,6 +22,7 @@
|
||||
"userCenter": "个人中心",
|
||||
"docs": "使用文档",
|
||||
"github": "Github",
|
||||
"clearCache": "清除缓存",
|
||||
"lockScreen": "锁定屏幕",
|
||||
"logout": "退出登录"
|
||||
},
|
||||
@@ -38,6 +39,14 @@
|
||||
"confirm": "确定",
|
||||
"logOutTips": "您是否要退出登录?"
|
||||
},
|
||||
"form": {
|
||||
"placeholderInput": "请输入",
|
||||
"placeholderSelect": "请选择",
|
||||
"labelRemark": "备注",
|
||||
"labelStatus": "状态",
|
||||
"labelName": "名称",
|
||||
"close": "关闭"
|
||||
},
|
||||
"search": {
|
||||
"placeholder": "搜索页面",
|
||||
"historyTitle": "搜索历史",
|
||||
|
||||
@@ -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