[add] 企标库-企业标准
This commit is contained in:
@@ -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: '企业标准模板'
|
||||
}
|
||||
}
|
||||
@@ -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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user