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
+4 -1
View File
@@ -121,6 +121,9 @@ module.exports = {
uploadedBy: 'Uploaded By',
uploadTime: 'Upload Time',
uploadFileBtn: 'Upload File',
tips: 'Tips',
exportTip: 'Exporting, please wait',
fileDownloadFail: 'File download failure',
// 树右键
treeRight: {
addFolder: 'Create New Folder',
@@ -373,7 +376,7 @@ module.exports = {
confirmCollection: 'Confirm Collection?',
cancelConfirmCollection: 'Are you sure you want to cancel the collection?',
confirmSubscribe: 'Confirm Subscribe ?',
cancelConfirmSubscribe: 'Are you sure you want to cancel the subscribe',
cancelConfirmSubscribe: 'Are you sure you want to cancel the subscribe'
},
// 文档工具
docTool: {
@@ -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' // 国内标准法规导入模板
}
}
@@ -1,6 +1,12 @@
module.exports = {
configStandard: '配置标准',
removeStandard: '移出标准',
// 国内标准
domesticStandard: {
treeSearchPlaceholder: '请输入树状图体系'
treeSearchPlaceholder: '请输入树状图体系',
collection: '收藏',
cancelCollection: '取消收藏',
exportFileName: '国内标准法规',
templateName: '国内标准法规导入模板'
}
}
+3
View File
@@ -121,6 +121,9 @@ module.exports = {
uploadedBy: '上传人',
uploadTime: '上传时间',
uploadFileBtn: '上传文件',
tips: '提示',
exportTip: '正在导出,请稍候',
fileDownloadFail: '文件下载失败',
// 树右键
treeRight: {
addFolder: '新增文件夹',