style: 字典数据管理多语言

This commit is contained in:
TsMask
2023-11-11 17:25:23 +08:00
parent 7a93768fd0
commit 3389146569
4 changed files with 224 additions and 102 deletions

View File

@@ -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",