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

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,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",

View File

@@ -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"
},

View File

@@ -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 16",
"rollNumber": "Roll Sum",
"placeholderRollNumber": "Sum of 5 dice (530)",
"rewardConfig": "Reward Config",
"placeholderRewardConfig": "Select reward config (by UI text)"
},
"search": {
"player": "Player",
"lotteryPoolConfig": "Lottery Pool Config",

View File

@@ -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": "T1T5 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",

View File

@@ -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",

View File

@@ -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",