update 国内标准

This commit is contained in:
赵霄
2023-09-06 18:04:29 +08:00
parent 04dc0ded0c
commit c89905ae7d
13 changed files with 317 additions and 94 deletions
@@ -7,6 +7,7 @@ module.exports = {
collection: 'Invoice Collection', // 收藏
cancelCollection: 'Delete Collection', // 取消收藏
exportFileName: 'Domestic standard regulations', // 国内标准法规
exportZipName: 'Domestic standards and regulations (with documents)', // 国内标准法规(带文件)
templateName: 'Import templates for domestic standards and regulations' // 国内标准法规导入模板
}
}
@@ -1,12 +1,14 @@
module.exports = {
configStandard: '配置标准',
removeStandard: '移出标准',
nodeName: '节点名称',
// 国内标准
domesticStandard: {
treeSearchPlaceholder: '请输入树状图体系',
collection: '收藏',
cancelCollection: '取消收藏',
exportFileName: '国内标准法规',
exportZipName: '国内标准法规(带文件)',
templateName: '国内标准法规导入模板'
}
}