update 国内标准
This commit is contained in:
@@ -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: '国内标准法规导入模板'
|
||||
}
|
||||
}
|
||||
|
||||
@@ -121,6 +121,9 @@ module.exports = {
|
||||
uploadedBy: '上传人',
|
||||
uploadTime: '上传时间',
|
||||
uploadFileBtn: '上传文件',
|
||||
tips: '提示',
|
||||
exportTip: '正在导出,请稍候',
|
||||
fileDownloadFail: '文件下载失败',
|
||||
// 树右键
|
||||
treeRight: {
|
||||
addFolder: '新增文件夹',
|
||||
|
||||
Reference in New Issue
Block a user