[update] 标签管理国内标准和国外标准改成外来标准;增加外来标准法规文本库模块
This commit is contained in:
@@ -52,8 +52,48 @@ module.exports = {
|
||||
dynamicDetails: 'Dynamic details',
|
||||
dataText: 'Data text'
|
||||
},
|
||||
// 资料中心
|
||||
profileCenter: {
|
||||
typeOfOwnership: 'Type of ownership',
|
||||
uploadData: 'Upload data'
|
||||
}
|
||||
uploadData: 'Upload data',
|
||||
addAPeer: '新增同级',
|
||||
newChild: '新增子级',
|
||||
pleaseSelectTheDirectoryOnTheLeft: '请选择左侧目录'
|
||||
},
|
||||
// 市场法规清单
|
||||
marketRegulationsList: {
|
||||
listNumber: '清单编号',
|
||||
listName: '清单名称',
|
||||
countryRegion: '国家/地区',
|
||||
drivingPosition: '驾驶位置',
|
||||
author: '作者',
|
||||
exportName: '市场法规清单表',
|
||||
listVersion: '清单版本',
|
||||
releaseTime: '发布时间',
|
||||
listState: '清单状态',
|
||||
customName: '自定义名称',
|
||||
securityClass: '密级',
|
||||
listDeclaration: '清单说明',
|
||||
templateName: '市场法规清单导入模版'
|
||||
},
|
||||
// 市场清单详情列表字段
|
||||
marketListField: {
|
||||
standardEnglishName: '标准英文名称',
|
||||
newProductionVehicleImplementationDate: '新生产车实施日期',
|
||||
newCertifiedVehicleImplementationDate: '新认证车实施日期',
|
||||
dateOfRegistration: '注册日期',
|
||||
applicableCountryRegion: '适用国家/地区',
|
||||
applicableVehicleType: '适用车型',
|
||||
authenticationObject: '认证对象',
|
||||
certifiedDeliverables: '认证交付物',
|
||||
type: '类型',
|
||||
dynamicType: '动力类型',
|
||||
mainControlDepartment: '主控部门',
|
||||
masterControlDepartmentProfessionalModule: '主控部门专业模块',
|
||||
relatedDepartment: '关联部门',
|
||||
associateDepartmentSpecializedModules: '关联部门专业模块',
|
||||
batchRestriction: '批量限制',
|
||||
automaticDrivingLevel: '自动驾驶等级',
|
||||
requirementType: '要求类型'
|
||||
},
|
||||
}
|
||||
|
||||
@@ -23,7 +23,7 @@ module.exports = {
|
||||
dynamicType: '动力类型', // 动力类型
|
||||
inputExample: '输入示例:',
|
||||
// 国内标准
|
||||
domesticStandard: {
|
||||
foreignStandard: {
|
||||
treeSearchPlaceholder: '请输入树状图体系',
|
||||
collection: '收藏',
|
||||
cancelCollection: '取消收藏',
|
||||
@@ -79,8 +79,27 @@ module.exports = {
|
||||
customName: '自定义名称',
|
||||
securityClass: '密级',
|
||||
listDeclaration: '清单说明',
|
||||
templateName: '市场法规清单导入模版',
|
||||
|
||||
templateName: '市场法规清单导入模版'
|
||||
},
|
||||
// 市场清单详情列表字段
|
||||
marketListField: {
|
||||
standardEnglishName: '标准英文名称',
|
||||
newProductionVehicleImplementationDate: '新生产车实施日期',
|
||||
newCertifiedVehicleImplementationDate: '新认证车实施日期',
|
||||
dateOfRegistration: '注册日期',
|
||||
applicableCountryRegion: '适用国家/地区',
|
||||
applicableVehicleType: '适用车型',
|
||||
authenticationObject: '认证对象',
|
||||
certifiedDeliverables: '认证交付物',
|
||||
type: '类型',
|
||||
dynamicType: '动力类型',
|
||||
mainControlDepartment: '主控部门',
|
||||
masterControlDepartmentProfessionalModule: '主控部门专业模块',
|
||||
relatedDepartment: '关联部门',
|
||||
associateDepartmentSpecializedModules: '关联部门专业模块',
|
||||
batchRestriction: '批量限制',
|
||||
automaticDrivingLevel: '自动驾驶等级',
|
||||
requirementType: '要求类型'
|
||||
},
|
||||
// 标准主计划
|
||||
standardMasterPlan: {
|
||||
@@ -106,26 +125,5 @@ module.exports = {
|
||||
rectifyFinishingDate: '整改完成日期',
|
||||
viewMarketList: '查看市场清单',
|
||||
viewTroubleshootingResults: '查看排查结果'
|
||||
},
|
||||
// 市场清单详情列表字段
|
||||
marketListField: {
|
||||
standardEnglishName: '标准英文名称',
|
||||
newProductionVehicleImplementationDate: '新生产车实施日期',
|
||||
newCertifiedVehicleImplementationDate: '新认证车实施日期',
|
||||
dateOfRegistration: '注册日期',
|
||||
applicableCountryRegion: '适用国家/地区',
|
||||
applicableVehicleType: '适用车型',
|
||||
authenticationObject: '认证对象',
|
||||
certifiedDeliverables: '认证交付物',
|
||||
type: '类型',
|
||||
dynamicType: '动力类型',
|
||||
mainControlDepartment: '主控部门',
|
||||
masterControlDepartmentProfessionalModule: '主控部门专业模块',
|
||||
relatedDepartment: '关联部门',
|
||||
associateDepartmentSpecializedModules: '关联部门专业模块',
|
||||
batchRestriction: '批量限制',
|
||||
automaticDrivingLevel: '自动驾驶等级',
|
||||
requirementType: '要求类型',
|
||||
|
||||
},
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user