43 lines
1.7 KiB
JavaScript
43 lines
1.7 KiB
JavaScript
// 法规符合性评估库的所有翻译
|
|
module.exports = {
|
|
// 法规符合性评估库
|
|
assessmentLibrary: {
|
|
applicableMarket: 'Applicable Market',
|
|
dateOfEvaluation: 'Date of Assessment',
|
|
exportName: 'Non-conformance term Library Table',
|
|
clauseNumber: 'Article No.',
|
|
vehicleType: 'Vehicle Catagory',
|
|
evaluationResult: 'Evaluation Result',
|
|
responsibleDepartment: 'Responsible Dept.',
|
|
appraiser: 'Evaluator',
|
|
clauseContent: 'Article Content',
|
|
modelStatus: 'Developing Status',
|
|
theStatusNotMeetRequirements: 'Unsatisfied Description',
|
|
rectificationPlan: 'Rectification Plan',
|
|
rectificationCycle: 'Rectification Time',
|
|
rectificationCost: 'Rectification Costs',
|
|
sharedWithOtherProjects: 'Commonality',
|
|
costOfThisItemAfterSharing: 'Expenses after Sharing',
|
|
supportingMaterial: 'Supporting Files'
|
|
},
|
|
// 不符合项库
|
|
nonmatchItem: {
|
|
vehicleType: 'Vehicle Catagory',
|
|
responsibleDepartment: 'Responsible Dept.',
|
|
rectificationState: 'Rectification Status',
|
|
pcrNumber: 'PCR No.',
|
|
modelStatus: 'Developing Status',
|
|
appraiser: 'Evaluator',
|
|
problemType: 'Evaluation Results',
|
|
rectificationCompletionDate: 'Completion Date of Rectification',
|
|
theStatusNotMeetRequirements: 'Unsatisfied Description',
|
|
rectificationPlan: 'Rectification Plan',
|
|
rectificationCycle: 'Rectification Time',
|
|
rectificationCost: 'Rectification Costs',
|
|
sharedWithOtherProjects: 'Commonality',
|
|
costOfThisItemAfterSharing: 'Expenses after Sharing',
|
|
isHaveClosed: 'Select the data whose rectification status is to be rectified and close it',
|
|
exportName: 'Non-conformance term Library table'
|
|
}
|
|
}
|