diff --git a/jero-web/src/common/lang/en-us.js b/jero-web/src/common/lang/en-us.js index 2049d8217..b6507fcd6 100644 --- a/jero-web/src/common/lang/en-us.js +++ b/jero-web/src/common/lang/en-us.js @@ -99,6 +99,7 @@ module.exports = { RoleCode: 'Role Code', createTime: 'Creation Time', userName: 'User Name', + userManual:'User Manual', selectOneRule: 'Please select a role!', setAttribute: 'Please set the url.list2 attribute!', setDelAttribute: 'Please set the url.delete2 attribute!', @@ -426,6 +427,7 @@ module.exports = { MessageType: 'Message Type', NotificationTime: 'Notification Time', MessageNotification: 'Message Notification', + MessageCenter:'Message Center', SeeMore: 'See More', OperationSuccessful: 'Operation Successful', Intheexport: 'In The Export...', @@ -609,7 +611,7 @@ module.exports = { Deliverables: 'Deliverables', personLiable: 'Assignee', PrehomoConfirmation: 'Pre-Homo Confirmation', - verificationAndConformityconfirmation: 'Validation Compliance Check', + verificationAndConformityconfirmation: 'Validation Compliance Check ', StandardImplementationDate: 'New Type Execution Date', regulatoryEngineer: 'Regulation Engineer', certifiedEngineer: 'Homo Engineer', @@ -720,11 +722,11 @@ module.exports = { time: 'Time', uploadMaximumATime: 'Upload a Maximum of 20 Images at a time', - confirmationOfRegulationsList: 'Regulation List Confirmation', - regulatoryTaskConfirmation: 'Regulation Task Confirmation', - certificationStart: 'Homo Completion', - preHomoCompletion: 'Pre-Homo Confirmation', - certificationEnd: 'Homo KO', + confirmationOfRegulationsList: 'Regulation List Confirmation ', + regulatoryTaskConfirmation: 'Regulation Task Confirmation ', + certificationStart: 'Homo Completion ', + preHomoCompletion: 'Pre-Homo Confirmation ', + certificationEnd: 'Homo KO ', directoryName: 'Catalogue Name', batch: 'Batch', uploadTime: 'Upload Time', @@ -880,7 +882,7 @@ module.exports = { number: 'No.', Deadline: 'Deadline', toBeConfirmed: 'To Confirm', - designComplianceReview: 'Design Compliance Confirmation', + designComplianceReview: 'Design Compliance Confirmation ', preHomeConfirmation: 'Pre-Homo Confirmation', verificationComplianceReview: 'Validation Compliance Confirmation', Deployment: 'Deploy', @@ -1170,6 +1172,7 @@ module.exports = { RemarkInfo: 'Remarks Info', initiateDocumentComparison: 'Initiate Document Comparison', comparativeComments: 'Comparative Comments', + Comparisonofarticles:'Comparison Of Articles', viewTheComparisonResults: 'View Results', addFullTextComment: 'Full Text Comment', turnOffAutomaticMatching: 'Turn Off Auto Match', diff --git a/jero-web/src/common/lang/zh-cn.js b/jero-web/src/common/lang/zh-cn.js index af3986456..d835378b0 100644 --- a/jero-web/src/common/lang/zh-cn.js +++ b/jero-web/src/common/lang/zh-cn.js @@ -101,6 +101,7 @@ module.exports = { RoleCode: '角色编码', createTime: '创建时间', userName: '用户名称', + userManual:'用户手册', selectOneRule: '请选择一个角色!', setAttribute: '请设置url.list2属性!', setDelAttribute: '请设置url.delete2 属性!', @@ -431,6 +432,7 @@ module.exports = { MessageType: '消息类型', NotificationTime: '通知时间', MessageNotification: '消息通知', + MessageCenter:'消息中心', SeeMore: '查看更多', OperationSuccessful: '操作成功', Intheexport: '导出中...', @@ -1001,9 +1003,9 @@ module.exports = { taskConfirmationResponsiblePerson: '责任人任务确认', or: '或', warningTime: '预警时间', - RegulationMonthlyManagement: '法规月报管理', - RegulationMonthlyFill: '法规月报填写', - RegulationMonthlyName: '法规月报名称', + RegulationMonthlyManagement: '月报管理', + RegulationMonthlyFill: '月报填写', + RegulationMonthlyName: '月报名称', monthlyLanguage: '月报语种', releaseStatus: '发布状态', uploadedBy: '上传人', @@ -1175,6 +1177,7 @@ module.exports = { RemarkInfo: '备注信息', initiateDocumentComparison: '发起文档对比', comparativeComments: '对比评论', + Comparisonofarticles:'条款对比评论', viewTheComparisonResults: '查看对比结果', addFullTextComment: '添加全文评论', turnOffAutomaticMatching: '关闭自动匹配', diff --git a/jero-web/src/components/globalAdvancedQuery/index.vue b/jero-web/src/components/globalAdvancedQuery/index.vue index 3bce861ad..ed1fba712 100644 --- a/jero-web/src/components/globalAdvancedQuery/index.vue +++ b/jero-web/src/components/globalAdvancedQuery/index.vue @@ -12,7 +12,8 @@ - + + {{$t('advancedQuery')}} @@ -21,7 +22,7 @@ {{$t('advancedQuery')}} + + diff --git a/jero-web/src/components/tools/UserMenu.vue b/jero-web/src/components/tools/UserMenu.vue index 65ed8a73a..63059fb63 100644 --- a/jero-web/src/components/tools/UserMenu.vue +++ b/jero-web/src/components/tools/UserMenu.vue @@ -33,7 +33,9 @@
+ +
diff --git a/jero-web/src/views/businessSupport/collectionOfRegulatoryOpinions/components/evaluationResultsList.vue b/jero-web/src/views/businessSupport/collectionOfRegulatoryOpinions/components/evaluationResultsList.vue index 85e38ad5a..095f0e8c0 100644 --- a/jero-web/src/views/businessSupport/collectionOfRegulatoryOpinions/components/evaluationResultsList.vue +++ b/jero-web/src/views/businessSupport/collectionOfRegulatoryOpinions/components/evaluationResultsList.vue @@ -57,12 +57,14 @@ {{$t('filingExternalOpinions')}}:
- + {{$t('clickUpload')}} +
- + {{$t('viewFile')}} +
diff --git a/jero-web/src/views/businessSupport/problemKnowledgeBase/components/problemKnowledgeBaseList.vue b/jero-web/src/views/businessSupport/problemKnowledgeBase/components/problemKnowledgeBaseList.vue index 9c4249f90..1c1d57c65 100644 --- a/jero-web/src/views/businessSupport/problemKnowledgeBase/components/problemKnowledgeBaseList.vue +++ b/jero-web/src/views/businessSupport/problemKnowledgeBase/components/problemKnowledgeBaseList.vue @@ -111,7 +111,7 @@
- {{$t('forward')}} + {{$t('share')}}
@@ -174,7 +174,7 @@ {{$t('dataLoading')}} - +
diff --git a/jero-web/src/views/businessSupport/problemKnowledgeBase/components/problemKnowledgeBaseListView.vue b/jero-web/src/views/businessSupport/problemKnowledgeBase/components/problemKnowledgeBaseListView.vue index 4fd6b4a18..8db575b4d 100644 --- a/jero-web/src/views/businessSupport/problemKnowledgeBase/components/problemKnowledgeBaseListView.vue +++ b/jero-web/src/views/businessSupport/problemKnowledgeBase/components/problemKnowledgeBaseListView.vue @@ -55,7 +55,7 @@
- {{$t('forward')}} + {{$t('share')}}
diff --git a/jero-web/src/views/businessSupport/regulationReport/components/modules/defaultTemplate.vue b/jero-web/src/views/businessSupport/regulationReport/components/modules/defaultTemplate.vue index e9fb33a95..3baa708c8 100644 --- a/jero-web/src/views/businessSupport/regulationReport/components/modules/defaultTemplate.vue +++ b/jero-web/src/views/businessSupport/regulationReport/components/modules/defaultTemplate.vue @@ -48,7 +48,7 @@ {{$t('technicalField')}}
- + {{$t('scopeOfApplication')}}
- + {{$t('status')}}
- + {{$t('usage')}} - +
- + @@ -322,6 +322,16 @@ } + +