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

111 lines
4.3 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'
},
// 市场清单发布流程
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'
},
// 流程配置
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)'
}
}