129 lines
4.7 KiB
JavaScript
129 lines
4.7 KiB
JavaScript
|
|
module.exports = {
|
|
// 标签管理
|
|
tag: {
|
|
tagItemManagement: 'Tag Item Management',
|
|
labelContentManagement: 'Tag Content Management',
|
|
attributeName: 'Attribute Name',
|
|
attributeNameEnglish: 'English Name',
|
|
fieldName: 'Field Name',
|
|
attributeType: 'Attribute Type',
|
|
fieldLength: 'Field Length',
|
|
displayOrder: 'Display Order',
|
|
showArea: 'Display Area',
|
|
exhibitionAreaManagement: 'Display Area Management',
|
|
labelName: 'Tag Name',
|
|
labelType: 'Tag Type',
|
|
essentialInformation: 'Basis',
|
|
domesticLaws: 'Domestic regulations',
|
|
foreignStandards: 'Overseas standards',
|
|
foreignStandardRegulations: 'External Standard(s) and Regulation(s)',
|
|
enterpriseStandards: 'Enterprise Standard',
|
|
clauseSplitting: 'Regulation Split',
|
|
// 新增模态框中字段
|
|
module: 'Module',
|
|
required: 'Required',
|
|
optionContent: 'Option Content',
|
|
documentLibraryModuleDisplay: ' Texts Library Exist',
|
|
// 原来叫 文档库列表展示 后来去掉了前面的文档库
|
|
documentLibraryListDisplay: ' Texts Library List Exist',
|
|
selectWhetherDisplayList: 'please select whether to display on the Texts Library List',
|
|
isShowDetail: 'Details Exist',
|
|
isShowDetailMessage: 'Please select whether to display on the details',
|
|
isShowAddForm: 'Add Exist',
|
|
isShowAddFormMessage: 'Please select whether to display on the add form',
|
|
search: 'Searchable',
|
|
isSort: 'Sortable',
|
|
displayOtherModules: 'Other Modules',
|
|
regulationsListDisplay: 'Regulation List Display',
|
|
selectDisplayListRegulations: 'Please choose whether to display the list of regulations',
|
|
searchCenterDisplay: ' Search Exist',
|
|
selectSearchCenterDisplayed: 'Please select whether to display on the Search',
|
|
selectWhetherRequired: 'Please select whether to required',
|
|
describe: 'Description',
|
|
dictionaryConfiguration: 'Dictionary Configuration',
|
|
documentSplitDisplay: 'Regulation Split Exist',
|
|
documentSplitList: 'Regulation Split List Exist',
|
|
selectSplitListDisplay: 'Please select whether to display on the Regulation Split',
|
|
// 标签项内容管理
|
|
labelItemName: 'Tag Name',
|
|
// 字段列表
|
|
name: 'Name',
|
|
dataValue: 'Value',
|
|
parentName: 'Parent Name',
|
|
select: 'select',
|
|
tree: 'Tree',
|
|
pleaseEnterYourEnglishName: 'Please input english name',
|
|
usableRange: 'Scope of use'
|
|
},
|
|
// 内部工作组
|
|
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: 'Branch Name',
|
|
adminAuthority: 'Administration Privileges',
|
|
workGroupName: 'Workgroup Name',
|
|
user: 'User',
|
|
pleaseSelectASystem: 'Please select the left system'
|
|
},
|
|
// 企标级别映射
|
|
enterpriseLevelMap: {
|
|
levelCategory: 'Grade classification of enterprise standard',
|
|
canLookDepart: 'Viewable department',
|
|
remark: 'Note'
|
|
},
|
|
// 友情链接管理
|
|
friendshipLink: {
|
|
name: 'Blogroll Name',
|
|
shelfStatus: 'Shelf Status',
|
|
linkName: 'Blogroll Name',
|
|
link: 'Blogroll',
|
|
isShelf: 'Shelf Or Not',
|
|
sort: 'Sort',
|
|
shelfWarn: 'the blogroll is empty please fill in the link first',
|
|
maxLinksReached: 'The current blogroll listing limit has been reached!',
|
|
logo: 'Logo'
|
|
},
|
|
// 联络人管理
|
|
contact: {
|
|
departName: 'Department Name',
|
|
standardizationEngineer: 'Standardization Engineer',
|
|
contactPerson: 'Contact person',
|
|
contactPersonSupervisorLevelLeader: 'Departmental liaison person, supervisor level leader'
|
|
},
|
|
// 绑定零部件
|
|
bindingParts: {
|
|
partNumber: 'Part Number',
|
|
partName: 'Component Name',
|
|
bindingPersonnel: 'Binding personnel',
|
|
useBindingRelationship: 'Use binding relationships',
|
|
clauseNumber: 'Article No.',
|
|
bindingTime: 'Binding time',
|
|
confirmUseBindRelationship: 'Confirm the use of binding relationship',
|
|
isUseBindRelationship: 'Whether to use binding relationship?',
|
|
isBringIn: 'Whether to introduce',
|
|
haveBind: 'Under the current component classification structure, there are already',
|
|
isBringInRelation: 'Bind standard association relationships, do you want to introduce corresponding relationships?'
|
|
},
|
|
// 分组管理
|
|
groupMange: {
|
|
groupName: 'Group name',
|
|
peopleNumber: 'Number of people',
|
|
groupMembers: 'Group members',
|
|
userName: 'User Name'
|
|
},
|
|
// 未发送成功的消息管理
|
|
notSentMessage: {
|
|
messageType: 'Message type',
|
|
pushContent: 'Push content',
|
|
pushAddress: 'Push address',
|
|
resend: 'Resend',
|
|
areYouSureResend: 'Are you sure to resend it'
|
|
}
|
|
}
|