style: 字典数据管理多语言
This commit is contained in:
@@ -1190,7 +1190,7 @@ export default {
|
||||
dictId:'Dictionary Number',
|
||||
dictName:'Dictionary Name',
|
||||
dictType:'Dictionary Type',
|
||||
dictSatus:'Dictionary Status',
|
||||
dictSatus:'Status',
|
||||
createTime:'Creation Time',
|
||||
realDictName:'Please enter the dictionary name correctly',
|
||||
realDictType:'Please enter the dictionary type correctly',
|
||||
@@ -1200,7 +1200,31 @@ export default {
|
||||
dictData:'Dictionary Data',
|
||||
reload:'Refresh Cache',
|
||||
mark:'Dictionary Description',
|
||||
}
|
||||
},
|
||||
dictData: {
|
||||
dictType: "Dictionary name",
|
||||
dictCode: "Data Code",
|
||||
dictLabel: "Data Label",
|
||||
dictLabelPleac: "Please enter the data labels correctly",
|
||||
dictValue: "Data key",
|
||||
dictValuePleac: "Please enter the data keys correctly",
|
||||
dictSort: "Data Sort",
|
||||
status: "Status",
|
||||
createTime: "CreateTime",
|
||||
tagType: "Tag Type",
|
||||
tagTypeShow: "Tag Type Show",
|
||||
tagClass: "Tag Class",
|
||||
remark: "Remark",
|
||||
viewInfo: "Dictionary Data Info",
|
||||
viewInfoErr: "Failed to get dictionary data information",
|
||||
addInfo: "Add Dictionary Data",
|
||||
editInfo: "Modifying Dictionary Data",
|
||||
delTip: "Confirm deleting the data item with dictionary data code [{txt}]?",
|
||||
delOk: "Deleted successfully",
|
||||
exportTip: "Confirm exporting xlsx table files based on search criteria?",
|
||||
exportOk: "Completed export",
|
||||
typeDataErr: "Failed to get dictionary type information",
|
||||
},
|
||||
},
|
||||
mmlManage: {
|
||||
operationtitle: "Interface Settings",
|
||||
|
||||
@@ -1200,7 +1200,31 @@ export default {
|
||||
dictData:'字典数据',
|
||||
reload:'刷新缓存',
|
||||
mark:'字典说明',
|
||||
}
|
||||
},
|
||||
dictData: {
|
||||
dictType: "字典名称",
|
||||
dictCode: "数据代码",
|
||||
dictLabel: "数据标签",
|
||||
dictLabelPleac: "请正确输入数据标签",
|
||||
dictValue: "数据键值",
|
||||
dictValuePleac: "请正确输入数据键值",
|
||||
dictSort: "数据排序",
|
||||
status: "数据状态",
|
||||
createTime: "创建时间",
|
||||
tagType: "标签类型",
|
||||
tagTypeShow: "回显预览",
|
||||
tagClass: "样式属性",
|
||||
remark: "数据说明",
|
||||
viewInfo: "字典数据信息",
|
||||
viewInfoErr: "获取字典数据信息失败",
|
||||
addInfo: "添加字典数据",
|
||||
editInfo: "修改字典数据",
|
||||
delTip: "确认删除字典数据代码为 【{txt}】 的数据项?",
|
||||
delOk: "删除成功",
|
||||
exportTip: "确认根据搜索条件导出xlsx表格文件吗?",
|
||||
exportOk: "已完成导出",
|
||||
typeDataErr: "获取字典类型信息失败",
|
||||
},
|
||||
},
|
||||
mmlManage: {
|
||||
cmdTitle: "命令导航",
|
||||
|
||||
Reference in New Issue
Block a user