[add] 法规符合性评估库
This commit is contained in:
@@ -177,6 +177,15 @@ module.exports = {
|
||||
successfullyDelete: '删除成功',
|
||||
cannotAddAgain: '不能重复添加',
|
||||
noFileAvailableForPreview: '暂无可预览的文件',
|
||||
enterpriseStandard: '企业标准',
|
||||
pleaseAtLeastSelectOneUser: '请至少选择一个用户',
|
||||
next: '下一步',
|
||||
marketRegulationsList: '市场法规清单',
|
||||
transfer: '调取',
|
||||
batchClose: '批量关闭',
|
||||
clauseNo: '条款号',
|
||||
clauseName: '条款名称',
|
||||
clauseContent: '条款内容',
|
||||
// 树右键
|
||||
treeRight: {
|
||||
addFolder: 'Create New Folder',
|
||||
|
||||
@@ -0,0 +1,34 @@
|
||||
// 法规符合性评估库的所有翻译
|
||||
module.exports = {
|
||||
// 法规符合性评估库
|
||||
assessmentLibrary: {
|
||||
applicableMarket: '适用市场',
|
||||
dateOfEvaluation: '评估日期',
|
||||
exportName: '法规符合性评估库表',
|
||||
clauseNumber: '条款号',
|
||||
vehicleType: '车型',
|
||||
evaluationResult: '评估结果',
|
||||
responsibleDepartment: '责任部门',
|
||||
appraiser: '评估人',
|
||||
clauseContent: '条款内容',
|
||||
modelStatus: '车型状态',
|
||||
theStatusNotMeetRequirements: '不满足要求的现状',
|
||||
rectificationPlan: '整改方案',
|
||||
rectificationCycle: '整改周期',
|
||||
rectificationCost: '整改费用',
|
||||
sharedWithOtherProjects: '与其他项目共用性',
|
||||
costOfThisItemAfterSharing: '共用后本项目所需费用',
|
||||
supportingMaterial: '佐证材料'
|
||||
},
|
||||
// 不符合项库
|
||||
nonmatchItem: {
|
||||
vehicleType: '车型',
|
||||
responsibleDepartment: '责任部门',
|
||||
rectificationState: '整改状态',
|
||||
pcrNumber: 'PCR编号',
|
||||
modelStatus: '车型状态',
|
||||
appraiser: '评估人',
|
||||
problemType: '问题类型',
|
||||
rectificationCompletionDate: '整改完成日期'
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,34 @@
|
||||
// 法规符合性评估库的所有翻译
|
||||
module.exports = {
|
||||
// 法规符合性评估库
|
||||
assessmentLibrary: {
|
||||
applicableMarket: '适用市场',
|
||||
dateOfEvaluation: '评估日期',
|
||||
exportName: '法规符合性评估库表',
|
||||
clauseNumber: '条款号',
|
||||
vehicleType: '车型',
|
||||
evaluationResult: '评估结果',
|
||||
responsibleDepartment: '责任部门',
|
||||
appraiser: '评估人',
|
||||
clauseContent: '条款内容',
|
||||
modelStatus: '车型状态',
|
||||
theStatusNotMeetRequirements: '不满足要求的现状',
|
||||
rectificationPlan: '整改方案',
|
||||
rectificationCycle: '整改周期',
|
||||
rectificationCost: '整改费用',
|
||||
sharedWithOtherProjects: '与其他项目共用性',
|
||||
costOfThisItemAfterSharing: '共用后本项目所需费用',
|
||||
supportingMaterial: '佐证材料'
|
||||
},
|
||||
// 不符合项库
|
||||
nonmatchItem: {
|
||||
vehicleType: '车型',
|
||||
responsibleDepartment: '责任部门',
|
||||
rectificationState: '整改状态',
|
||||
pcrNumber: 'PCR编号',
|
||||
modelStatus: '车型状态',
|
||||
appraiser: '评估人',
|
||||
problemType: '问题类型',
|
||||
rectificationCompletionDate: '整改完成日期'
|
||||
}
|
||||
}
|
||||
@@ -6,6 +6,7 @@ const businessSupport = require('./businessSupport/zh')
|
||||
const projectLibrary = require('./projectLibrary/zh.js')
|
||||
const dashboard = require('./dashboard/zh')
|
||||
const workCenter = require('./workCenter/zh')
|
||||
const regulatoryComplianceAssessmentDatabase = require('./regulatoryComplianceAssessmentDatabase/zh')
|
||||
|
||||
module.exports = {
|
||||
// 共用
|
||||
@@ -192,6 +193,10 @@ module.exports = {
|
||||
next: '下一步',
|
||||
marketRegulationsList: '市场法规清单',
|
||||
transfer: '调取',
|
||||
batchClose: '批量关闭',
|
||||
clauseNo: '条款号',
|
||||
clauseName: '条款名称',
|
||||
clauseContent: '条款内容',
|
||||
// 标准字段
|
||||
standardField: {
|
||||
standardEnglishName: '标准英文名称',
|
||||
@@ -706,6 +711,8 @@ module.exports = {
|
||||
dashboard,
|
||||
// 工作中心
|
||||
workCenter,
|
||||
// 法规符合性评估库
|
||||
regulatoryComplianceAssessmentDatabase,
|
||||
onlineEditor: {
|
||||
missRequireField: '缺少必填字段'
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user