update 国内标准

This commit is contained in:
赵霄
2023-08-28 18:03:33 +08:00
parent 0b366ab9a1
commit 3e18b33453
9 changed files with 458 additions and 63 deletions
@@ -1,6 +1,12 @@
module.exports = {
configStandard: 'Configuration standard', // 配置标准
removeStandard: 'Removal criteria', // 移出标准
// 国内标准
domesticStandard: {
treeSearchPlaceholder: 'Please enter the tree system' // 请输入树状图体系
treeSearchPlaceholder: 'Please enter the tree system', // 请输入树状图体系
collection: 'Invoice Collection', // 收藏
cancelCollection: 'Delete Collection', // 取消收藏
exportFileName: 'Domestic standard regulations', // 国内标准法规
templateName: 'Import templates for domestic standards and regulations' // 国内标准法规导入模板
}
}