[add] 企标库-企业标准

This commit is contained in:
lideqin
2023-08-30 18:05:45 +08:00
parent 9c9193a78e
commit 9e55453ad1
8 changed files with 390 additions and 8 deletions
+5 -1
View File
@@ -1,6 +1,7 @@
const system = require('./system/en.js')
const personalCenter = require('./personalCenter/en.js')
const standardRegulationLibrary = require('./standardRegulationLibrary/en-us')
const enterpriseStandardLibrary = require('./enterpriseStandardLibrary/en.js')
module.exports = {
// 共用
@@ -124,6 +125,7 @@ module.exports = {
tips: 'Tips',
exportTip: 'Exporting, please wait',
fileDownloadFail: 'File download failure',
pleaseEnterTreeSystem: 'Please enter the tree system',
// 树右键
treeRight: {
addFolder: 'Create New Folder',
@@ -492,5 +494,7 @@ module.exports = {
// 个人中心
personalCenter,
// 标准法规库
standardRegulationLibrary
standardRegulationLibrary,
// 企标库
enterpriseStandardLibrary
}
@@ -0,0 +1,10 @@
// 企标库的所有翻译
module.exports = {
// 企业标准
enterpriseStandard: {
allocationStandard: 'Allocation Standard',
shiftOutStandard: 'Shift Out Standard',
initChange: 'Initiate Changes',
temporaryPermissionSet: 'Temporary Permission Setting'
}
}
@@ -0,0 +1,13 @@
// 企标库的所有翻译
module.exports = {
// 企业标准
enterpriseStandard: {
allocationStandard: '配置标准',
shiftOutStandard: '移出标准',
initChange: '发起更改',
temporaryPermissionSet: '临时权限设置',
collection: '收藏',
cancelCollection: '取消收藏',
templateExport: '企业标准模板'
}
}
+5 -1
View File
@@ -1,6 +1,7 @@
const system = require('./system/zh.js')
const personalCenter = require('./personalCenter/zh.js')
const standardRegulationLibrary = require('./standardRegulationLibrary/zh-cn')
const enterpriseStandardLibrary = require('./enterpriseStandardLibrary/zh.js')
module.exports = {
// 共用
@@ -124,6 +125,7 @@ module.exports = {
tips: '提示',
exportTip: '正在导出,请稍候',
fileDownloadFail: '文件下载失败',
pleaseEnterTreeSystem: '输入树状图体系',
// 树右键
treeRight: {
addFolder: '新增文件夹',
@@ -502,5 +504,7 @@ module.exports = {
// 个人中心
personalCenter,
// 标准法规库
standardRegulationLibrary
standardRegulationLibrary,
// 企标库
enterpriseStandardLibrary
}