Files
laws_chery_client/src/common/lang/standardRegulationLibrary/en-us.js
T

100 lines
4.2 KiB
JavaScript

module.exports = {
configStandard: 'Configuration standard', // 配置标准
removeStandard: 'Removal criteria', // 移出标准
nodeName: 'Node name', // 节点名称
configStandardNoTreeNode: 'Please select Level 2 and below system first', // 请先选择二级及以下体系
selectLeastOneTableData: 'Select at least one list data', // 选中至少一条列表数据
standardResolutionSheet: 'Standard resolution sheet', // 标准分解单
updateRecord: 'Update record', // 更新记录
submitQuestion: 'Submit a question', // 提交问题
standardCatalogue: 'Standard catalogue', // 标准目录
clauseLabel: 'Clause label', // 条文标签
clauseNumber: 'Article number', // 条文号
clauseTitle: 'Title of article', // 条文标题
regulatoryRequirementsType: 'Types of regulatory requirements', // 法规要求类型
functionalClassification: 'Functional classification', // 功能分类
functionalSpecialty: 'Functional specialty', // 功能专业
blockCoding: 'Block coding', // 分组编码
groupName: 'Group name', // 分组名称
newCertificationImplementationTime: 'New certification implementation time', // 新认证实施时间
certifiedImplementationTime: 'Certified implementation time', // 已认证实施时间
newRegistrationImplementationTime: 'New registration implementation time', // 新注册实施时间
applicableVehicleType: 'Applicable vehicle type', // 适用车型
dynamicType: 'Dynamic type', // 动力类型
inputExample: 'Input example:', // 输入示例
// 国内标准
domesticStandard: {
treeSearchPlaceholder: 'Please enter the tree system', // 请输入树状图体系
collection: 'Invoice Collection', // 收藏
cancelCollection: 'Delete Collection', // 取消收藏
exportFileName: 'Domestic standard', // 国内标准法规
exportZipName: 'Domestic standards (with documents)', // 国内标准法规(带文件)
templateName: 'Import templates for domestic standards' // 国内标准法规导入模板
},
overseasStandard: {
exportFileName: 'Overseas standard',
exportZipName: 'Overseas standard (with documentation)',
templateName: 'Import template of overseas standard'
},
standardDetail: {
standardNumber: 'Standard Number',
problemOccurrenceTime: 'Problem occurrence time',
respondent: 'Respondent',
problemDescription: 'Problem description'
},
// 动态消息
dynamicMessage: {
dynamicHeading: 'Dynamic heading',
dynamicCataloging: 'Dynamic cataloging',
releaseStatus: 'Release status',
releaseTime: 'Release time',
pushRange: 'Push range',
dynamicDetails: 'Dynamic details',
dataText: 'Data text'
},
// 资料中心
profileCenter: {
typeOfOwnership: 'Type of ownership',
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: '要求类型'
},
}