115 lines
3.8 KiB
JavaScript
115 lines
3.8 KiB
JavaScript
// 企标库的所有翻译
|
|
module.exports = {
|
|
// 企业标准
|
|
standard: {
|
|
allocationStandard: '配置标准',
|
|
shiftOutStandard: '移出标准',
|
|
initChange: '发起更改',
|
|
temporaryPermissionSet: '临时权限设置',
|
|
collection: '收藏',
|
|
cancelCollection: '取消收藏',
|
|
templateExport: '企业标准模板',
|
|
pleaseSelectLeastOneNode: '请先选择二级及以下体系',
|
|
authorizationDepart: '授权部门',
|
|
authorizationUser: '授权人员',
|
|
maturityDate: '授权到期日期',
|
|
detailTitle: '企业标准详情页',
|
|
evaluate: '企标评价',
|
|
updateRecord: '更新记录',
|
|
submitQuestion: '提交问题',
|
|
standardResolutionSheet: '标准分解单',
|
|
nodeName: '节点名称'
|
|
},
|
|
// 评审会记录
|
|
reviewMeeting: {
|
|
enterpriseStandardName: '企标名称',
|
|
enterpriseStandardNum: '企标编号',
|
|
reviewData: '评审日期',
|
|
setQualityStandard: '设置优质标准',
|
|
reviewDetail: '评分详情',
|
|
principalDrafter: '主起草人',
|
|
mainDraftUnit: '主起草单位',
|
|
reviewer: '评审人',
|
|
average: '平均总分',
|
|
isQuality: '是否推荐为优质标准',
|
|
selectMaxTen: '请最多选择10条',
|
|
scoreDetailTitle: '企标详情',
|
|
project: '项目',
|
|
desc: '描述',
|
|
score: '分值',
|
|
grade: '评分',
|
|
groundsForDemerit: '扣分理由'
|
|
},
|
|
// 宣贯
|
|
publicize: {
|
|
enterpriseStandardNum: '企标编号',
|
|
enterpriseStandardName: '企标名称',
|
|
publicizeData: '宣贯日期',
|
|
publicist: '宣贯人',
|
|
exportName: '企标宣贯表',
|
|
fileExportName: '企标宣贯表',
|
|
templateName: '企标宣贯模板',
|
|
releaseDate: '发布日期',
|
|
materialDate: '实施日期',
|
|
relatedMaterial: '相关材料'
|
|
},
|
|
// 稽查
|
|
check: {
|
|
enterpriseStandardNum: '企标编号',
|
|
enterpriseStandardName: '企标名称',
|
|
status: '状态',
|
|
scheduledCheckDate: '计划稽查日期',
|
|
createdDate: '创建日期',
|
|
department: '所属部门',
|
|
exportFileName: '企标稽查表',
|
|
exportPostponeDataName: '企标稽查延期数据',
|
|
exportPostponeData: '导出延期数据',
|
|
exportRectificationPlanName: '企标稽查整改计划',
|
|
exportRectificationPlan: '导出整改计划',
|
|
deferredCheck: '延期稽查',
|
|
checkReport: '稽查报告',
|
|
rectificationPlan: '整改计划',
|
|
basedStandardNo: '稽查依据标准号',
|
|
basedStandardName: '稽查依据标准名称',
|
|
planCheckTarget: '计划稽查对象',
|
|
workGroup: '主责标准化工作组',
|
|
headOfCheck: '稽查负责人',
|
|
contactPerson: '标准化组对接人',
|
|
checkFinishDate: '实际稽查完成日期',
|
|
actualChecker: '实际稽查人',
|
|
createDate: '创建日期',
|
|
applyPostponeDate: '申请延期日期',
|
|
postponement: '延期说明',
|
|
basedClause: '依据条款',
|
|
standardContent: '标准内容或要求',
|
|
executiveCondition: '执行情况',
|
|
file: '附件',
|
|
score: '评分',
|
|
checkBasedEnterpriseStandard: '稽查依据企标:',
|
|
existProblem: '存在问题',
|
|
rectificationMeasure: '整改措施',
|
|
headOfRectification: '整改负责人',
|
|
rectificationPlanFinishTime: '整改计划完成时间',
|
|
rectificationActualFinishTime: '整改实际完成时间',
|
|
rectificationStatus: '整改状态'
|
|
},
|
|
// 复审计划
|
|
reviewPlan: {
|
|
enterpriseStandardNum: '企标编号',
|
|
enterpriseStandardName: '企标名称',
|
|
publishDate: '发布日期',
|
|
reviewDate: '复审日期',
|
|
initReview: '发起复审',
|
|
reviewResult: '复审结果',
|
|
principalDrafter: '主起草人',
|
|
mainDraftingUnit: '主起草单位'
|
|
},
|
|
// 企标计划
|
|
plan: {
|
|
oldEnterpriseStandardNum: '原企标编号',
|
|
newEnterpriseStandardNum: '新企标编号',
|
|
oldEnterpriseStandardName: '原企标名称',
|
|
newEnterpriseStandardName: '新企标名称'
|
|
}
|
|
}
|