Files
laws_chery_client/src/common/lang/workCenter/en.js
T

159 lines
6.9 KiB
JavaScript

module.exports = {
basicInformation: '基础信息',
personalInformation: '人员信息',
dispatchInformation: '业务分派信息',
checkTableRequired: '请检查表格必填项是否已填写',
// 新建流程页
newProcess: {
externalStandardsManagementProcess: 'External standards management process',
newRegulationIntroductionProcess: 'New regulation introduction process',
standardInterpretationProcess: 'Standard interpretation process',
regulatoryComplianceCheckProcess: 'Regulatory compliance check process',
marketListReleaseProcess: 'Market list release process'
},
// 新法规导入流程
newRegulationImportProcess: {
substituteStandardNumber: 'Substitute standard number',
standardType: 'Standard type',
stageWeAreIn: 'Stage we are in',
materialDate: 'Implementation date',
applicableMarket: 'Applicable market',
ccPerson: 'Cc person',
briefDescription: 'The statute requires a brief description'
},
// 法规符合性排查流程
regulatoryComplianceCheckProcess: {
addStandard: 'Addition standard',
manualAddition: 'Manual addition',
vehicleTypeItem: 'Vehicle type item',
applicableMarket: 'Applicable market',
isAlike: 'Whether it is the same as the previous version',
resolutionAttachment: 'Resolution attachment',
decompositionSingleSource: 'Decomposition single source',
pleaseAddStandard: 'Please add a new criterion first',
modelStatus: 'Model status',
primaryInvestigator: 'Primary investigator',
checkWhetherTheTaskIsDelivered: 'Check whether the task is delivered',
batchSelector: 'Batch selector',
mainFinderImportTemplate: 'Compliance check process Import template',
countersigningOfficer: 'Countersigning officer',
auditor: 'Auditor',
approvingOfficer: 'Approving officer',
evaluationResult: 'Evaluation result',
theStatusNotMeetRequirements: 'The status quo that does not meet the requirements',
rectificationPlan: 'Rectification plan',
rectificationCycle: 'Rectification cycle',
rectificationCost: 'Rectification cost',
sharedWithOtherProjects: 'Shared with other projects',
costOfThisItemAfterSharing: 'Cost of this item after sharing',
appraiser: 'Appraiser',
salvageListTemplateDownload: 'Split single file template download',
salvageListTemplateName: 'Decomposes a single file upload template',
carTypeFileTemplateDownload: 'Model project file template download',
carTypeFileTemplateName: 'Model project file upload template',
pleaseGenerate: 'Please generate data',
pleaseClickNext: 'Please click Next to display the information'
},
// 市场清单发布流程
marketListReleaseProcess: {
englishName: 'English name',
newProductionVehicleImplementationDate: 'New production vehicle implementation date',
newCertifiedVehicleImplementationDate: 'New certified vehicle implementation date',
applicableCountryRegion: 'Applicable country/region',
applicableVehicleType: 'Applicable vehicle type',
authenticationObject: 'Authentication object',
certifiedDeliverables: 'Certified deliverables',
type: 'Type',
dynamicType: 'Dynamic type',
mainControlDepartment: 'Main control department',
masterControlDepartmentProfessionalModule: 'Master control department professional module',
relatedDepartment: 'Related department',
associateDepartmentSpecializedModules: 'Associate department specialized modules',
requirementType: 'Requirement type'
},
// 标准解读流程
standardInterpretationProcess: {
decompositionOrderSource: 'Source of decomposition order',
addStandard: 'Add standards',
selectStandard: 'Choice of Law Clause',
pleaseAddStandard: 'Please add a standard',
mainInterpreter: 'Main Interpreter',
interpretingTasksIsDistribute: 'Is the interpretation task issued',
departInterpretingPeople: 'Interpreters from various departments involved',
interpreter: 'Interpreting people',
batchSelectionUser: 'Batch selection of personnel',
pleaseSelectTheNextStep: 'Please select the next step',
translation: 'Translation',
sameAsPreviousVersion: 'Is it the same as the previous version',
explanationOfChangePoints: 'Explanation of changes compared to the previous version',
professionalField: 'Professional field',
newCertificationImplementationDate: 'Implementation date of new certified vehicle',
newProduceImplementationDate: 'Implementation date of new production vehicles',
registrationDate: 'Registration date',
regulatoryAnnotations: 'Regulatory Annotations',
involvingSystemsComponents: 'Involving systems/components',
keyController: 'Key controller',
responsibleDepartment: 'Responsible department',
responsibleDepartmentModule: 'Responsible department professional module',
relatedDepartments: 'Related departments',
relatedDepartmentsModule: 'Related department professional module',
applications: 'Applications',
powerType: 'Power Type',
enterpriseStandards: 'Enterprise standards',
technicalSpecificationsDesignGuidelines: 'Technical specifications/design guidelines',
drawingTemplate: 'Drawing template',
technicalAgreementTemplate: 'Technical Agreement Template',
verificationReportTemplate: 'Verification report template/checklist',
dvpTemplate: 'DVP template',
dfema: 'DFEMA',
specialListTemplate: 'Key Technology Decomposition Table',
otherFilesOrTemplates: 'Other files or templates',
investigationStage: 'Investigation stage',
pThree: 'P3 Name of deliverables proving compliance',
pFive: 'P5 Name of deliverables proving compliance',
notes: 'notes',
configurationRequirements: 'Configuration requirements',
countersigningPerson: 'Countersigning personnel',
reviewersPerson: 'Reviewer',
approvedPerson: 'Approved personnel',
batchEdit: 'Bulk edit',
pleaseSelectInterpreter: 'Select at least one piece of data for each department involved to interpret',
pleaseSelectClause: 'Please select terms'
},
// 流程配置
processConfig: {
processType: '流程类型',
editFlowchart: '编辑流程图',
editFlowNode: '编辑流程节点',
deploy: '部署'
},
processDetail: {
urgeHandle: 'Urge sb. to do STH.',
flowChart: 'Flow chart',
taskNode: 'Task node',
taskHandler: 'Task handler',
completionTime: 'Completion time',
timeConsuming: 'Time consuming',
approvalOpinion: 'Approval opinion',
opinionContent: 'Opinion content'
},
// 流程中心
processCenter: {
todoProcess: 'Backlog',
doneProcess: 'Done process',
sentProcess: 'Sent process',
monitorProcess: 'Monitoring process',
draft: 'Draft',
processNumber: 'Process number',
processType: 'Process type',
nodeName: 'Node name',
initiator: 'Initiator',
receivingTaskTime: 'Receiving task time',
currentProcessor: 'Current processor',
finishTime: 'Completion time',
processState: 'Process state',
processTime: 'Process Time (hours)'
}
}