Files
laws-sinotruk-client/src/common/lang/system/en.js
T

80 lines
2.6 KiB
JavaScript

module.exports = {
// 标签管理
tag: {
tagItemManagement: '标签项管理',
labelContentManagement: '标签内容管理',
attributeName: '属性名称',
attributeNameEnglish: '英文名称',
fieldName: '字段名称',
attributeType: '属性类型',
fieldLength: '字段长度',
displayOrder: '展示顺序',
showArea: '展示区域',
exhibitionAreaManagement: '展示区域管理',
labelName: '标签名称',
labelType: '标签类型',
essentialInformation: '基本信息',
domesticLaws: '国内法规',
foreignStandards: '海外标准',
enterpriseStandards: '企业标准',
clauseSplitting: '条款拆分',
// 新增模态框中字段
module: '所属模块',
required: '是否必填',
optionContent: '选项内容',
documentLibraryModuleDisplay: '文档库模块展示',
documentLibraryListDisplay: '文档库列表展示',
selectWhetherDisplayList: '请选择是否文档库列表展示',
search: '是否搜索',
isSort: '是否排序',
displayOtherModules: '其它模块展示',
regulationsListDisplay: '法规清单展示',
selectDisplayListRegulations: '请选择法规清单是否展示',
searchCenterDisplay: '搜索中心展示',
selectSearchCenterDisplayed: '请选择搜索中心是否展示',
selectWhetherRequired: '请选择是否必填',
describe: '描述',
dictionaryConfiguration: '字典配置',
documentSplitDisplay: '文档拆分模块展示',
documentSplitList: '文档拆分列表展示',
selectSplitListDisplay: '请选择是否文档拆分列表展示',
// 标签项内容管理
labelItemName: '标签项名称',
// 字段列表
name: '名称',
dataValue: '数据值',
parentName: '父级名称',
select: '下拉选择',
tree: '树形结构'
},
// 内部工作组
internalWorkGroup: {
treeSearchPlaceholder: 'Please enter the tree system',
name: 'Name',
workNo: 'Job Number',
role: 'Role',
post: 'Position',
templateName: 'Internal workgroup table template',
exportName: 'Internal workgroup table',
nodeName: 'Node Name',
user: 'User',
pleaseSelectASystem: 'Please select the left system'
},
// 企标级别映射
enterpriseLevelMap: {
levelCategory: 'Grade classification of enterprise standard',
canLookDepart: 'Viewable department',
remark: 'Remarks'
},
// 友情链接管理
friendshipLink: {
name: 'Link Name',
shelfStatus: 'Shelf Status',
linkName: 'Link Name',
link: 'Link',
isShelf: 'Shelf Or Not',
sort: 'Sort'
}
}