Initial commit
This commit is contained in:
@@ -0,0 +1,68 @@
|
||||
module.exports = {
|
||||
configStandard: '配置标准',
|
||||
removeStandard: '移出标准',
|
||||
nodeName: '节点名称',
|
||||
configStandardNoTreeNode: '请先选择二级及以下体系',
|
||||
selectLeastOneTableData: '选中至少一条列表数据',
|
||||
standardResolutionSheet: '标准分解单',
|
||||
updateRecord: '更新记录',
|
||||
submitQuestion: '提交问题',
|
||||
standardCatalogue: '标准目录',
|
||||
clauseLabel: '条文标签',
|
||||
clauseNumber: '条文号',
|
||||
clauseTitle: '条文标题',
|
||||
regulatoryRequirementsType: '法规要求类型', // 法规要求类型
|
||||
functionalClassification: '功能分类', // 功能分类
|
||||
functionalSpecialty: '功能专业', // 功能专业
|
||||
blockCoding: '分组编码', // 分组编码
|
||||
groupName: '分组名称', // 分组名称
|
||||
newCertificationImplementationTime: '新认证实施时间', // 新认证实施时间
|
||||
certifiedImplementationTime: '已认证实施时间', // 已认证实施时间
|
||||
newRegistrationImplementationTime: '新注册实施时间', // 新注册实施时间
|
||||
applicableVehicleType: '适用车型', // 适用车型
|
||||
dynamicType: '动力类型', // 动力类型
|
||||
inputExample: '输入示例:',
|
||||
// 国内标准
|
||||
domesticStandard: {
|
||||
treeSearchPlaceholder: '请输入树状图体系',
|
||||
collection: '收藏',
|
||||
cancelCollection: '取消收藏',
|
||||
exportFileName: '国内标准',
|
||||
exportZipName: '国内标准(带文件)',
|
||||
templateName: '国内标准导入模板'
|
||||
},
|
||||
overseasStandard: {
|
||||
exportFileName: '海外标准',
|
||||
exportZipName: '海外标准(带文件)',
|
||||
templateName: '海外标准导入模板'
|
||||
},
|
||||
standardDetail: {
|
||||
standardNumber: '标准编号',
|
||||
problemOccurrenceTime: '问题发生时间',
|
||||
respondent: '回答人',
|
||||
problemDescription: '问题描述'
|
||||
},
|
||||
// 动态消息
|
||||
dynamicMessage: {
|
||||
dynamicHeading: '动态标题',
|
||||
dynamicCataloging: '动态分类',
|
||||
releaseStatus: '发布状态',
|
||||
releaseTime: '发布时间',
|
||||
pushRange: '推送范围',
|
||||
dynamicDetails: '动态详情',
|
||||
dataText: '资料文本'
|
||||
},
|
||||
// 资料中心
|
||||
profileCenter: {
|
||||
typeOfOwnership: '所属类型',
|
||||
uploadData: '上传资料',
|
||||
addAPeer: '新增同级',
|
||||
newChild: '新增子级',
|
||||
pleaseSelectTheDirectoryOnTheLeft:'请选择左侧目录'
|
||||
},
|
||||
// 文档动态
|
||||
documentDynamics: {
|
||||
messageContent: '消息内容',
|
||||
notificationTime: '通知时间'
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user