style: 参数配置管理多语言

This commit is contained in:
TsMask
2023-11-10 15:48:41 +08:00
parent 973534a6ab
commit e5481638f5
4 changed files with 160 additions and 61 deletions

View File

@@ -598,6 +598,33 @@ export default {
loginPwd:'Login password',
updateSure:'Do you want to update existing data',
downloadObj:'Download Tpl',
importTitle:'User Import',
importOk: 'Successfully read and download imported templates',
tipRowErr: "Failed to get user information",
viewInfoErr: "Errors in user records",
},
config: {
configName: "Config Name",
configNamePlease: 'Please input the Config Name correctly',
configKey: "Config Key",
configKeyPlease: 'Please enter the Config Key correctly',
configType: "Config Type",
configValue: "Config Value",
configValuePlease: 'Please enter the Config Value correctly',
remark: "Config description",
createTime: "CreateTime",
refreshCache: "Refresh Cache",
viewInfo: "Config Info",
viewInfoErr: "Failed to get Config Info",
addInfo: "Adding Parameter Configuration",
editInfo: "Modify the Config Info",
tipRowErr: "There is an error in the Config Info record",
delTip: "Confirm deleting the data item with parameter number [{num}] ?",
delOk: "Deleted successfully",
exportTip: "Confirm exporting xlsx table files based on search criteria?",
exportOk: "Completed export",
refreshCacheTip: "Are you sure you want to refresh the parameter configuration cache?",
refreshCacheOk: "Refresh Cache Successful",
},
setting: {
charMaxLen: 'bit character length',

View File

@@ -11,7 +11,7 @@ export default {
ipnutPlease: '请输入',
selectPlease: '请选择',
tipTitle: '提示',
msgSuccess: '{msg}成功 ',
msgSuccess: '{msg} 成功',
errorFields: '请正确填写 {num} 处必填信息!',
tablePaginationTotal: '总共 {total} 条',
zebraL:'表格斑马纹',
@@ -598,6 +598,33 @@ export default {
loginPwd:'登入密码',
updateSure:'是否更新已经存在的数据',
downloadObj:'下载模板',
importTitle:'用户导入',
importOk: '成功读取并下载导入模板',
tipRowErr: "获取用户信息失败",
viewInfoErr: "用户记录存在错误",
},
config: {
configName: "参数名称",
configNamePlease: '请正确输入参数名称',
configKey: "参数键名",
configKeyPlease: '请正确输入参数键名',
configType: "系统内置",
configValue: "参数键值",
configValuePlease: '请正确输入参数键值',
remark: "参数说明",
createTime: "创建时间",
refreshCache: "刷新缓存",
viewInfo: "参数配置信息",
viewInfoErr: "获取参数配置信息失败",
addInfo: "添加参数配置",
editInfo: "修改参数配置",
tipRowErr: "参数配置记录存在错误",
delTip: "确认删除参数编号为 【{num}】 的数据项?",
delOk: "删除成功",
exportTip: "确认根据搜索条件导出xlsx表格文件吗?",
exportOk: "已完成导出",
refreshCacheTip: "确定要刷新参数配置缓存吗?",
refreshCacheOk: "刷新缓存成功",
},
setting: {
charMaxLen: '位字符长度',