Files
dafuweng-saiadmin6.x/saiadmin-artd/src/locales/langs/en/dice/player.json
zhenhui dd264b1e97 1.将部门修改为渠道,并且所有dice_表关联渠道表
2.将所有配置表,记录表设置关联渠道
3.优化后台页面设置
2026-05-19 09:49:02 +08:00

98 lines
3.5 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": "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)",
"placeholderAdminTree": "Select admin by channel",
"unassignedChannel": "Unassigned channel",
"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%)",
"ruleWeightsSumMustBe100": "Total pool weights 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",
"addSuccess": "Added successfully",
"editSuccess": "Updated successfully",
"rulePasswordRequired": "Password is required",
"ruleUsernameRequired": "Username is required",
"ruleNicknameRequired": "Nickname is required",
"rulePhoneRequired": "Phone is required",
"ruleStatusRequired": "Status is required",
"ruleCoinRequired": "Coin is required",
"configTypeDefault": "Default",
"configTypeKillScore": "Kill score",
"configTypeUp": "Up score"
},
"search": {
"username": "Username",
"nickname": "Nickname",
"phone": "Phone",
"status": "Status",
"coin": "Coin",
"lotteryPoolConfig": "Lottery Pool Config",
"placeholderUsername": "Please enter username",
"placeholderNickname": "Please enter nickname",
"placeholderPhoneFuzzy": "Phone (fuzzy)",
"placeholderAll": "All",
"exactSearch": "Exact"
},
"table": {
"username": "Username",
"phone": "Phone",
"nickname": "Nickname",
"status": "Status",
"coin": "Coin",
"lotteryPoolConfig": "Lottery Pool Config",
"customConfig": "Custom",
"t1Weight": "T1 Weight",
"t2Weight": "T2 Weight",
"t3Weight": "T3 Weight",
"t4Weight": "T4 Weight",
"t5Weight": "T5 Weight",
"totalDrawCount": "Total Draw Count",
"paidDrawCount": "Paid Draw Count",
"freeDrawCount": "Free Draw Count",
"createTime": "Create Time",
"updateTime": "Update Time",
"getGameLink": "Get Game Link",
"getGameLinkSuccess": "Game link copied",
"getGameLinkFail": "Failed to get game link"
}
}