Initial commit
This commit is contained in:
@@ -0,0 +1,36 @@
|
||||
module.exports = {
|
||||
projectName: 'Project name', // 项目名称
|
||||
workOrderNumber: 'Work order number', // 工作令编号
|
||||
projectHealthStatus: 'Project health', // 项目健康度
|
||||
selectProject: 'Select Project', // 选择项目
|
||||
projectLevel: 'Project level', // 项目级别
|
||||
|
||||
// 车型项目库
|
||||
vehicleItemLibrary: {
|
||||
vehicleItemLibrary: 'Vehicle item library', // 车型项目库
|
||||
PMSInfoSynchronization: 'PMS information synchronization', // PMS信息同步
|
||||
projectSource: 'Project source', // 项目来源
|
||||
projectName: 'Project name', // 项目名称
|
||||
projectLeader: 'Project leader', // 项目负责人,
|
||||
PMSDetails: 'PMS Details', // PMS详情
|
||||
riskOverview: 'Risk overview', // 风险性总览
|
||||
conform: 'Conform to', // 符合
|
||||
inconformity: 'Inconformity', // 不符合
|
||||
toBeVerified: 'To be verified', // 待验证
|
||||
uninvolved: 'Not involve', // 不涉及
|
||||
regulationsList: 'List of regulations', // 法规清单
|
||||
standardNumberStandardName: 'Standard number/Standard name', // 标准号/标准名称
|
||||
transfer: 'Transfer', // 调取
|
||||
standardNumber: 'Standard number', // 标准号
|
||||
standardName: 'Standard name', // 标准名称
|
||||
englishName: 'English name', // 英文名称
|
||||
standardState: 'Standard state', // 标准状态
|
||||
applicableVehicleType: 'Applicable vehicle type', // 适用车型
|
||||
productionDate: 'On the production date', // 在产车实施日期
|
||||
newModelImplementationDate: 'New model implementation date', // 新车型实施日期
|
||||
processState: 'Process state', // 流程状态
|
||||
evaluationResult: 'Evaluation result', // 评估结果
|
||||
responsibleDepartment: 'Responsible department', // 责任部门
|
||||
evaluationResultHistory: 'Evaluation result history' // 评估结果历史
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,66 @@
|
||||
module.exports = {
|
||||
projectName: '项目名称',
|
||||
workOrderNumber: '工作令编号',
|
||||
projectHealthStatus: '项目健康度',
|
||||
selectProject: '选择项目',
|
||||
projectLevel: '项目级别',
|
||||
|
||||
// 车型项目库
|
||||
vehicleItemLibrary: {
|
||||
vehicleItemLibrary: '车型项目库',
|
||||
PMSInfoSynchronization: 'PMS信息同步',
|
||||
projectSource: '项目来源',
|
||||
projectLeader: '项目负责人',
|
||||
PMSDetails: 'PMS详情',
|
||||
noMatchItemDetails: '未符合项详情',
|
||||
riskOverview: '风险性总览',
|
||||
conform: '符合',
|
||||
inconformity: '不符合',
|
||||
toBeVerified: '待验证',
|
||||
uninvolved: '不涉及',
|
||||
regulationsList: '法规清单',
|
||||
standardNumberStandardName: '标准编号/标准名称',
|
||||
transfer: '调取',
|
||||
standardNumber: '标准编号',
|
||||
standardName: '标准名称',
|
||||
englishName: '英文名称',
|
||||
standardState: '标准状态',
|
||||
applicableVehicleType: '适用车型',
|
||||
productionDate: '在产车实施日期',
|
||||
newModelImplementationDate: '新车型实施日期',
|
||||
processState: '流程状态',
|
||||
evaluationResult: '评估结果',
|
||||
responsibleDepartment: '责任部门',
|
||||
evaluationResultHistory: '评估结果历史',
|
||||
evaluationProcessDetail: '评估流程详情',
|
||||
standardNumberClauseNumber: '标准编号/条款号',
|
||||
projectNumber: '项目编号',
|
||||
evaluator: '评估人',
|
||||
dateOfEvaluation: '评估日期',
|
||||
nonConformanceTerm: '不符合项',
|
||||
solutions: '应对措施',
|
||||
riskPoint: '风险点',
|
||||
verificationScheme: '验证方案',
|
||||
estimateTheChangeCycle: '预估更改周期',
|
||||
estimatedDateOfCompletionOfRectification:'预计整改完成日期'
|
||||
},
|
||||
noncoincidenceItem: {
|
||||
noncoincidenceItem: '未符合项',
|
||||
batchClose: '批量关闭',
|
||||
actualRectificationCompletionDate: '实际整改完成日期',
|
||||
projectSelection: '项目选择',
|
||||
relevantProject: '相关项目',
|
||||
relatedProcess: '相关流程',
|
||||
viewNonMatchItemEvaluationResult: '查看未符合项整改结果',
|
||||
involvedItem: '涉及项目'
|
||||
},
|
||||
specialProjectLibrary: {
|
||||
specialProjectLibrary: '专项项目库',
|
||||
vehicleSeries: '车型系列',
|
||||
complianceAssessmentResults: '合规评估结果',
|
||||
basisDescription: '依据描述',
|
||||
whetherToApproveAProjectOrNot: '是否立项',
|
||||
vehicleModel: '车型',
|
||||
supportingMaterial: '佐证材料'
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user