35 lines
1.7 KiB
JavaScript
35 lines
1.7 KiB
JavaScript
module.exports = {
|
|
projectName: 'Project name', // 项目名称
|
|
workOrderNumber: 'Work order number', // 工作令编号
|
|
projectHealthStatus: 'Project health', // 项目健康度
|
|
|
|
// 车型项目库
|
|
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' // 评估结果历史
|
|
}
|
|
}
|