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

133 lines
5.9 KiB
JavaScript

module.exports = {
configStandard: 'Configuration Standard', // 配置标准
removeStandard: 'Removal Criteria', // 移出标准
nodeName: 'Node Name', // 节点名称
nodeOrder: 'Node Ordering', // 节点排序
configStandardNoTreeNode: 'Please select Level 2 and below system first', // 请先选择二级及以下体系
selectLeastOneTableData: 'Select at least one list data', // 选中至少一条列表数据
standardResolutionSheet: 'Standard interpretation', // 标准解读
updateRecord: 'Update Record', // 更新记录
submitQuestion: 'Submit A Question', // 提交问题
standardCatalogue: 'Standard Catalogue', // 标准目录
clauseLabel: 'Article Label', // 条文标签
translation: 'Translation',
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 Production Vehicle Implementation Date', // 新认证实施时间
certifiedImplementationTime: 'Certified Implementation Time', // 已认证实施时间
newRegistrationImplementationTime: 'New Registration Implementation Time', // 新注册实施时间
applicableVehicleType: 'Vehicle Catagory', // 适用车型
dynamicType: 'Power Propulsion Type', // 动力类型
inputExample: 'Input Example:', // 输入示例
applicableComponents: 'Applicable Components',
involvingSystemsComponents: 'Related System(s)/Component(s)',
applications: 'Vehicle Catagory',
powerType: 'Power Propulsion Type',
responsibleDepartment: 'Responsible Dept.',
// 外来标准法规文本库
foreignStandard: {
treeSearchPlaceholder: 'Please enter the tree system', // 请输入树状图体系
collection: 'Invoice Collection', // 收藏
cancelCollection: 'Delete Collection', // 取消收藏
exportFileName: 'External Standard(s) and Regulation(s)',
exportZipName: 'External Standard(s) and Regulation(s) (With files)',
templateName: 'Import template for External Standard(s) and Regulation(s)',
haveNewVersion: '(New version available)',
annul: '(repealed)'
},
// 动态消息
dynamicMessage: {
source: 'Source',
dynamicHeading: 'News',
dynamicCataloging: 'News Classification',
releaseStatus: 'Pulished Status',
releaseTime: 'Published Date',
pushRange: 'Sending Range',
dynamicDetails: 'News Details',
dataText: 'Attachment(s)'
},
// 资料中心
profileCenter: {
typeOfOwnership: 'Type of ownership',
uploadData: 'Upload Data',
addAPeer: 'Add A Peer',
newChild: 'New Child',
pleaseSelectTheDirectoryOnTheLeft: 'Please select the directory on the left'
},
// 市场法规清单
marketRegulationsList: {
listNumber: 'Regulation List No.',
listName: 'Regulation List Name',
countryRegion: 'Country/Region',
drivingPosition: 'Driving Position',
author: 'Author',
exportName: 'List of market regulations',
listVersion: 'Version',
releaseTime: 'Published Date',
listState: 'Status',
customName: 'Custom Name',
securityClass: 'Confidential Level',
listDeclaration: 'Manifest Declaration',
templateName: 'Market regulation list import template',
historicalVersion: 'Historical Version',
standardExist: 'The standard already exists',
haveStandardExist: 'Some standards already exist',
pleaseSelectAListPublish: 'Please select a list to publish',
pleaseSelectCorrectData: 'Select an unpublished or modified list to publish',
listNumberEnglishPart: 'List number English abbreviation'
},
// 市场清单详情列表字段
marketListField: {
standardEnglishName: 'Regulation English Name',
newProductionVehicleImplementationDate: 'New Production Vehicle Implementation Date',
newCertifiedVehicleImplementationDate: 'New Certified Vehicle Implementation Date',
dateOfRegistration: 'Registration Date',
applicableCountryRegion: 'Country/Region',
applicableVehicleType: 'Vehicle Catagory',
authenticationObject: 'Certification Item',
certifiedDeliverables: 'Verification',
type: 'Requirement Category',
dynamicType: 'Power Propulsion Type',
mainControlDepartment: 'Main Responsible Dept.',
masterControlDepartmentProfessionalModule: 'Module of Main Responsible Dept. ',
relatedDepartment: 'Related Dept.',
associateDepartmentSpecializedModules: 'Module of Related Dept. ',
batchRestriction: 'Production Amount',
automaticDrivingLevel: 'Automatic Driving Level',
requirementType: 'Optional/Compulsory',
remarks: 'Note'
},
// 标准主计划
standardMasterPlan: {
standardNumber: 'Regulation No.',
standardName: 'Regulation Name',
standardStatus: 'Regulation Status',
applicableMarket: 'Applicable Market',
informationInput: 'Information input',
textStorage: 'Text storage',
importNotification: 'Import Notice',
interpretationOfRegulations: 'Interpretation of regulations',
regulatoryPromotion: 'Regulatory promotion',
marketRegulationListUpdate: 'Market Regulation List Update',
regulatoryComplianceInvestigation: 'Regulatory compliance investigation',
generalDocumentRectificationPlan: 'General Document Rectification Plan',
vehicleModelRectification: 'Vehicle model rectification',
isItRelatedTo: 'Is it related to',
responsiblePerson: 'person responsible',
plannedCompletionDate: 'Planned completion date',
actualFinishingDate: 'actual finishing date',
deliverables: 'Deliverables',
pcrNumber: 'PCR No.',
rectifyFinishingDate: 'Completion Date of Rectification',
viewMarketList: 'View market list',
viewTroubleshootingResults: 'View troubleshooting results',
exportXlsName: 'Standard Master Plan',
interpretationTable: 'Interpretation Table'
}
}