121 lines
4.0 KiB
JavaScript
121 lines
4.0 KiB
JavaScript
|
|
module.exports = {
|
|
// 标签管理
|
|
tag: {
|
|
tagItemManagement: '标签项管理',
|
|
labelContentManagement: '标签内容管理',
|
|
attributeName: '属性名称',
|
|
attributeNameEnglish: '英文名称',
|
|
fieldName: '字段名称',
|
|
attributeType: '属性类型',
|
|
fieldLength: '字段长度',
|
|
displayOrder: '展示顺序',
|
|
showArea: '展示区域',
|
|
exhibitionAreaManagement: '展示区域管理',
|
|
labelName: '标签名称',
|
|
labelType: '标签类型',
|
|
essentialInformation: '基本信息',
|
|
domesticLaws: '国内法规',
|
|
foreignStandards: '海外标准',
|
|
foreignStandardRegulations: '外来标准法规',
|
|
enterpriseStandards: '企业标准',
|
|
clauseSplitting: '条款拆分',
|
|
// 新增模态框中字段
|
|
module: '所属模块',
|
|
required: '是否必填',
|
|
optionContent: '选项内容',
|
|
documentLibraryModuleDisplay: '模块展示',
|
|
// 原来叫 文档库列表展示 后来去掉了前面的文档库
|
|
documentLibraryListDisplay: '列表展示',
|
|
selectWhetherDisplayList: '请选择是否文档库列表展示',
|
|
isShowDetail: '详情页展示',
|
|
isShowDetailMessage: '请选择是否详情页展示',
|
|
isShowAddForm: '新增是否展示',
|
|
isShowAddFormMessage: '请选择是否新增表单显示',
|
|
search: '是否搜索',
|
|
isSort: '是否排序',
|
|
displayOtherModules: '其它模块展示',
|
|
regulationsListDisplay: '法规清单展示',
|
|
selectDisplayListRegulations: '请选择法规清单是否展示',
|
|
searchCenterDisplay: '搜索中心展示',
|
|
selectSearchCenterDisplayed: '请选择搜索中心是否展示',
|
|
selectWhetherRequired: '请选择是否必填',
|
|
describe: '描述',
|
|
dictionaryConfiguration: '字典配置',
|
|
documentSplitDisplay: '文档拆分模块展示',
|
|
documentSplitList: '文档拆分列表展示',
|
|
selectSplitListDisplay: '请选择是否文档拆分列表展示',
|
|
// 标签项内容管理
|
|
labelItemName: '标签名称',
|
|
// 字段列表
|
|
name: '名称',
|
|
dataValue: '数据值',
|
|
parentName: '父级名称',
|
|
select: '下拉选择',
|
|
tree: '树形结构',
|
|
pleaseEnterYourEnglishName: '请输入英文字段名称',
|
|
usableRange: '使用范围'
|
|
},
|
|
// 内部工作组
|
|
internalWorkGroup: {
|
|
treeSearchPlaceholder: '输入树状图体系',
|
|
name: '姓名',
|
|
workNo: '工号',
|
|
role: '角色',
|
|
post: '岗位',
|
|
templateName: '内部工作组表模板',
|
|
exportName: '内部工作组表',
|
|
nodeName: '分会名称',
|
|
adminAuthority: '管理权限',
|
|
workGroupName: '工作组名称',
|
|
user: '用户',
|
|
pleaseSelectASystem: '请选择左侧体系'
|
|
},
|
|
// 企标级别映射
|
|
enterpriseLevelMap: {
|
|
levelCategory: '企标等级分类',
|
|
canLookDepart: '可查看部门',
|
|
remark: '备注'
|
|
},
|
|
// 友情链接管理
|
|
friendshipLink: {
|
|
name: '链接名称',
|
|
shelfStatus: '上架状态',
|
|
linkName: '链接名称',
|
|
link: '链接',
|
|
isShelf: '是否上架',
|
|
sort: '排序',
|
|
shelfWarn: '链接为空,请先填写链接',
|
|
maxLinksReached: '当前上架链接已达上限!',
|
|
logo: 'LOGO'
|
|
},
|
|
// 联络人管理
|
|
contact: {
|
|
departName: '部门名称',
|
|
standardizationEngineer: '标准化工程师',
|
|
contactPerson: '联络人',
|
|
contactPersonSupervisorLevelLeader: '部门联络人主管级领导'
|
|
},
|
|
// 绑定零部件
|
|
bindingParts: {
|
|
partNumber: '零部件号',
|
|
partName: '零部件名称',
|
|
bindingPersonnel: '绑定人员',
|
|
useBindingRelationship: '使用绑定关系',
|
|
clauseNumber: '条款号',
|
|
bindingTime: '绑定时间',
|
|
confirmUseBindRelationship: '确认使用绑定关系',
|
|
isUseBindRelationship: '是否使用绑定关系?',
|
|
isBringIn: '是否引入',
|
|
haveBind: '当前零部件分类结构下已有',
|
|
isBringInRelation: '绑定标准关联关系,是否引入对应关系?'
|
|
},
|
|
// 分组管理
|
|
groupMange: {
|
|
groupName: '分组名称',
|
|
peopleNumber: '人数',
|
|
groupMembers: '组内人员',
|
|
userName: '用户名称'
|
|
}
|
|
}
|