module.exports = { basicInformation: '基础信息', personalInformation: '人员信息', dispatchInformation: '业务分派信息', checkTableRequired: '请检查表格必填项是否已填写', // 新建流程页 newProcess: { externalStandardsManagementProcess: '外部标准管理流程', newRegulationIntroductionProcess: '新法规导入流程', standardInterpretationProcess: '标准解读流程', regulatoryComplianceCheckProcess: '法规符合性排查流程', marketListReleaseProcess: '市场清单发布流程' }, // 新法规导入流程 newRegulationImportProcess: { substituteStandardNumber: '代替标准编号', standardType: '标准类型', stageWeAreIn: '所处阶段', materialDate: '实施日期', applicableMarket: '适用市场', ccPerson: '抄送人员', briefDescription: '法规要求简要描述' }, // 法规符合性排查流程 regulatoryComplianceCheckProcess: { addStandard: '添加标准', manualAddition: '手动新增', vehicleTypeItem: '车型项目', applicableMarket: '适用市场', isAlike: '是否与上一版相同', resolutionAttachment: '分解单附件', decompositionSingleSource: '分解单来源', pleaseAddStandard: '请先新增一条标准', modelStatus: '车型状态', primaryInvestigator: '主排查人', checkWhetherTheTaskIsDelivered: '排查任务是否下发', batchSelector: '批量选择人员', mainFinderImportTemplate: '法规符合性排查流程导入模板', countersigningOfficer: '会签人员', auditor: '审核人员', approvingOfficer: '批准人员', evaluationResult: '评估结果', theStatusNotMeetRequirements: '不满足要求的现状', rectificationPlan: '整改方案', rectificationCycle: '整改周期', rectificationCost: '整改费用', sharedWithOtherProjects: '与其他项目共用性', costOfThisItemAfterSharing: '共用后本项目所需费用', appraiser: '评估人', salvageListTemplateDownload: '分解单文件模板下载', salvageListTemplateName: '分解单文件上传模板', carTypeFileTemplateDownload: '车型项目文件模板下载', carTypeFileTemplateName: '车型项目文件上传模板', pleaseGenerate: '请先生成数据', pleaseClickNext: '请点击下一步显示信息', pleaseSelectDesignEngineer: '请选择设计工程师' }, // 市场清单发布流程 marketListReleaseProcess: { englishName: '英文名称', newProductionVehicleImplementationDate: '新生产车实施日期', newCertifiedVehicleImplementationDate: '新认证车实施日期', applicableCountryRegion: '适用国家/地区', applicableVehicleType: '适用车型', authenticationObject: '认证对象', certifiedDeliverables: '认证交付物', type: '类型', dynamicType: '动力类型', mainControlDepartment: '主控部门', masterControlDepartmentProfessionalModule: '主控部门专业模块', relatedDepartment: '关联部门', associateDepartmentSpecializedModules: '关联部门专业模块', requirementType: '要求类型' }, // 标准解读流程 standardInterpretationProcess: { decompositionOrderSource: '分解单来源', addStandard: '添加标准', selectStandard: '选择条款', pleaseAddStandard: '请添加一条标准', mainInterpreter: '主解读人', interpretingTasksIsDistribute: '解读任务是否下发', departInterpretingPeople: '各涉及部门解读人', interpreter: '解读人', batchSelectionUser: '批量选择人员', pleaseSelectTheNextStep: '请选择下一步', translation: '译文', sameAsPreviousVersion: '是否与上一版相同', explanationOfChangePoints: '相对上一版变化点说明', professionalField: '专业领域', newCertificationImplementationDate: '新认证车实施日期', newProduceImplementationDate: '新生产车实施日期', registrationDate: '注册日期', regulatoryAnnotations: '法规注解', involvingSystemsComponents: '涉及系统/部件', keyController: '关键控制器', responsibleDepartment: '责任部门', responsibleDepartmentModule: '责任部门专业模块', relatedDepartments: '关联部门', relatedDepartmentsModule: '关联部门专业模块', applications: '适用车型', powerType: '动力类型', enterpriseStandards: '企业标准', technicalSpecificationsDesignGuidelines: '技术规范/设计指南', drawingTemplate: '图纸模板', technicalAgreementTemplate: '技术协议模板', verificationReportTemplate: '校核报告模板/checklist', dvpTemplate: 'DVP模板', dfema: 'DFEMA', specialListTemplate: '关键技术分解表', otherFilesOrTemplates: '其他文件或模板', investigationStage: '排查阶段', pThree: 'P3证明符合性的交付物名称', pFive: 'P5证明符合性的交付物名称', notes: '备注', configurationRequirements: '配置需求', countersigningPerson: '会签人员', reviewersPerson: '审核人员', approvedPerson: '批准人员', batchEdit: '批量编辑', pleaseSelectInterpreter: '至少选择一条数据的各涉及部门解读人', pleaseSelectClause: '请选择条款', interpretationDistribution: '解读分发', interpretationTable: '解读表', interpretationAttributes: '解读属性' }, // 流程配置 processConfig: { processType: '流程类型', editFlowchart: '编辑流程图', editFlowNode: '编辑流程节点', deploy: '部署' }, processDetail: { urgeHandle: '催办', flowChart: '流程图', taskNode: '任务节点', taskHandler: '任务受理人', completionTime: '完成时间', timeConsuming: '耗时', approvalOpinion: '审批意见', opinionContent: '意见内容' }, // 流程中心 processCenter: { todoProcess: '待办流程', doneProcess: '已办流程', sentProcess: '已发流程', monitorProcess: '监控流程', draft: '草稿', processNumber: '流程编号', processType: '流程类型', nodeName: '节点名称', initiator: '发起人', receivingTaskTime: '接收任务时间', currentProcessor: '当前处理人', finishTime: '完成时间', processState: '流程状态', processTime: '流程耗时(小时)' } }