[update] 删除国标,外标,AddForm组件的特殊判断,外部标准库lang中多余部分
This commit is contained in:
@@ -2,6 +2,7 @@ module.exports = {
|
||||
configStandard: 'Configuration standard', // 配置标准
|
||||
removeStandard: 'Removal criteria', // 移出标准
|
||||
nodeName: 'Node name', // 节点名称
|
||||
nodeOrder: 'Node ordering', // 节点排序
|
||||
configStandardNoTreeNode: 'Please select Level 2 and below system first', // 请先选择二级及以下体系
|
||||
selectLeastOneTableData: 'Select at least one list data', // 选中至少一条列表数据
|
||||
standardResolutionSheet: 'Standard resolution sheet', // 标准分解单
|
||||
@@ -31,12 +32,6 @@ module.exports = {
|
||||
exportZipName: 'Domestic standards (with documents)', // 国内标准法规(带文件)
|
||||
templateName: 'Import templates for domestic standards' // 国内标准法规导入模板
|
||||
},
|
||||
standardDetail: {
|
||||
standardNumber: 'Standard Number',
|
||||
problemOccurrenceTime: 'Problem occurrence time',
|
||||
respondent: 'Respondent',
|
||||
problemDescription: 'Problem description'
|
||||
},
|
||||
// 动态消息
|
||||
dynamicMessage: {
|
||||
dynamicHeading: 'Dynamic heading',
|
||||
@@ -51,9 +46,9 @@ module.exports = {
|
||||
profileCenter: {
|
||||
typeOfOwnership: 'Type of ownership',
|
||||
uploadData: 'Upload data',
|
||||
addAPeer: '新增同级',
|
||||
newChild: '新增子级',
|
||||
pleaseSelectTheDirectoryOnTheLeft: '请选择左侧目录'
|
||||
addAPeer: 'Add a peer',
|
||||
newChild: 'New child',
|
||||
pleaseSelectTheDirectoryOnTheLeft: 'Please select the directory on the left'
|
||||
},
|
||||
// 市场法规清单
|
||||
marketRegulationsList: {
|
||||
@@ -69,7 +64,8 @@ module.exports = {
|
||||
customName: '自定义名称',
|
||||
securityClass: '密级',
|
||||
listDeclaration: '清单说明',
|
||||
templateName: '市场法规清单导入模版'
|
||||
templateName: '市场法规清单导入模版',
|
||||
historicalVersion: '历史版本'
|
||||
},
|
||||
// 市场清单详情列表字段
|
||||
marketListField: {
|
||||
@@ -91,4 +87,29 @@ module.exports = {
|
||||
automaticDrivingLevel: '自动驾驶等级',
|
||||
requirementType: '要求类型'
|
||||
},
|
||||
// 标准主计划
|
||||
standardMasterPlan: {
|
||||
standardNumber: '标准编号',
|
||||
standardName: '标准名称',
|
||||
standardStatus: '标准状态',
|
||||
applicableMarket: '适用市场',
|
||||
informationInput: '信息输入',
|
||||
textStorage: '文本入库',
|
||||
importNotification: '导入通知',
|
||||
interpretationOfRegulations: '法规解读',
|
||||
regulatoryPromotion: '法规宣贯',
|
||||
marketRegulationListUpdate: '市场法规清单更新',
|
||||
regulatoryComplianceInvestigation: '法规符合性排查',
|
||||
generalDocumentRectificationPlan: '通用文件整改计划',
|
||||
vehicleModelRectification: '车型整改',
|
||||
isItRelatedTo: '是否涉及',
|
||||
responsiblePerson: '责任人',
|
||||
plannedCompletionDate: '计划完成日期',
|
||||
actualFinishingDate: '实际完成日期',
|
||||
deliverables: '交付物',
|
||||
pcrNumber: 'PCR编号',
|
||||
rectifyFinishingDate: '整改完成日期',
|
||||
viewMarketList: '查看市场清单',
|
||||
viewTroubleshootingResults: '查看排查结果'
|
||||
}
|
||||
}
|
||||
|
||||
@@ -2,6 +2,7 @@ module.exports = {
|
||||
configStandard: '配置标准',
|
||||
removeStandard: '移出标准',
|
||||
nodeName: '节点名称',
|
||||
nodeOrder: '节点排序',
|
||||
configStandardNoTreeNode: '请先选择二级及以下体系',
|
||||
selectLeastOneTableData: '选中至少一条列表数据',
|
||||
standardResolutionSheet: '标准分解单',
|
||||
@@ -31,12 +32,6 @@ module.exports = {
|
||||
exportZipName: '国内标准(带文件)',
|
||||
templateName: '国内标准导入模板'
|
||||
},
|
||||
standardDetail: {
|
||||
standardNumber: '标准编号',
|
||||
problemOccurrenceTime: '问题发生时间',
|
||||
respondent: '回答人',
|
||||
problemDescription: '问题描述'
|
||||
},
|
||||
// 动态消息
|
||||
dynamicMessage: {
|
||||
dynamicHeading: '动态标题',
|
||||
@@ -55,11 +50,6 @@ module.exports = {
|
||||
newChild: '新增子级',
|
||||
pleaseSelectTheDirectoryOnTheLeft: '请选择左侧目录'
|
||||
},
|
||||
// 文档动态
|
||||
documentDynamics: {
|
||||
messageContent: '消息内容',
|
||||
notificationTime: '通知时间'
|
||||
},
|
||||
// 市场法规清单
|
||||
marketRegulationsList: {
|
||||
listNumber: '清单编号',
|
||||
|
||||
Reference in New Issue
Block a user