44 lines
1.6 KiB
JavaScript
44 lines
1.6 KiB
JavaScript
// 法规符合性评估库的所有翻译
|
|
module.exports = {
|
|
// 法规符合性评估库
|
|
assessmentLibrary: {
|
|
applicableMarket: '适用市场',
|
|
dateOfEvaluation: '评估日期',
|
|
exportName: '法规符合性评估库表',
|
|
clauseNumber: '条款号',
|
|
vehicleType: '车型',
|
|
evaluationResult: '评估结果',
|
|
responsibleDepartment: '责任部门',
|
|
appraiser: '评估人',
|
|
clauseContent: '条款内容',
|
|
modelStatus: '车型状态',
|
|
theStatusNotMeetRequirements: '不满足要求的现状',
|
|
rectificationPlan: '整改方案',
|
|
rectificationCycle: '整改周期',
|
|
rectificationCost: '整改费用',
|
|
sharedWithOtherProjects: '与其他项目共用性',
|
|
costOfThisItemAfterSharing: '共用后本项目所需费用',
|
|
remarks: '备注',
|
|
supportingMaterial: '佐证材料'
|
|
},
|
|
// 不符合项库
|
|
nonmatchItem: {
|
|
vehicleType: '车型',
|
|
responsibleDepartment: '责任部门',
|
|
rectificationState: '整改状态',
|
|
pcrNumber: 'PCR编号',
|
|
modelStatus: '车型状态',
|
|
appraiser: '评估人',
|
|
problemType: '问题类型',
|
|
rectificationCompletionDate: '整改完成日期',
|
|
theStatusNotMeetRequirements: '不满足要求的现状',
|
|
rectificationPlan: '整改方案',
|
|
rectificationCycle: '整改周期',
|
|
rectificationCost: '整改费用',
|
|
sharedWithOtherProjects: '与其他项目共用性',
|
|
costOfThisItemAfterSharing: '共用后本项目所需费用',
|
|
isHaveClosed: '请选择整改状态为待整改的数据进行关闭',
|
|
exportName: '不符合项库表'
|
|
}
|
|
}
|