优化前端双语配置
This commit is contained in:
@@ -67,5 +67,10 @@
|
||||
"ruleStatusRequired": "Status is required",
|
||||
"addSuccess": "Added successfully",
|
||||
"editSuccess": "Updated successfully"
|
||||
},
|
||||
"ui": {
|
||||
"clearAllConfirm": "Are you sure you want to clear all player draw test data?",
|
||||
"clearAllSuccess": "All test data cleared",
|
||||
"clearAllFail": "Clear failed"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -47,5 +47,11 @@
|
||||
"ruleRoleRequired": "Please select role",
|
||||
"addSuccess": "Added successfully",
|
||||
"editSuccess": "Updated successfully"
|
||||
},
|
||||
"ui": {
|
||||
"promptNewPassword": "Please enter a new password",
|
||||
"passwordLengthError": "Password length must be between 6 and 16",
|
||||
"passwordChanged": "Password updated",
|
||||
"clearCacheConfirm": "Are you sure you want to clear cache?"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -16,5 +16,16 @@
|
||||
"tplCategory": "Gen Type",
|
||||
"updateTime": "Update Time",
|
||||
"createTime": "Create Time"
|
||||
},
|
||||
"ui": {
|
||||
"generating": "Generating code package, please wait...",
|
||||
"generateSuccess": "Code generated, downloading...",
|
||||
"downloadFail": "Download failed",
|
||||
"syncConfirm": "Sync will overwrite the configured table structure. Continue?",
|
||||
"syncSuccess": "Synced",
|
||||
"generateToProjectConfirm": "Generate-to-project will overwrite existing files. Continue?",
|
||||
"generateToProjectSuccess": "Generated to project",
|
||||
"loadSuccess": "Loaded",
|
||||
"copyToClipboard": "Code copied to clipboard"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -58,5 +58,11 @@
|
||||
"ruleTargetRequired": "Target is required",
|
||||
"addSuccess": "Added successfully",
|
||||
"editSuccess": "Updated successfully"
|
||||
},
|
||||
"ui": {
|
||||
"runTitle": "Run Task",
|
||||
"runConfirm": "Are you sure you want to run task [{name}]?",
|
||||
"runSuccess": "Task started",
|
||||
"selectTaskFirst": "Please select a task first"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user