所有表单-创建中英双语对照
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user