From 8bc3d4d0304df77c424ac2b286817b020bac6f3a Mon Sep 17 00:00:00 2001 From: lideqin <694785430@qq.com> Date: Wed, 31 Jul 2024 11:16:47 +0800 Subject: [PATCH] =?UTF-8?q?[update]=20=E4=BF=AE=E6=94=B9=E7=BF=BB=E8=AF=91?= =?UTF-8?q?=E5=AD=97=E6=AE=B5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/common/lang/en-us.js | 8 ++++---- .../lang/regulatoryComplianceAssessmentDatabase/en.js | 1 + .../lang/regulatoryComplianceAssessmentDatabase/zh.js | 1 + src/common/lang/standardRegulationLibrary/en-us.js | 4 ++-- .../modules/AssessmentLookModal.vue | 2 +- .../system/tags/modules/TagContentDictListDrawer.vue | 3 ++- 6 files changed, 11 insertions(+), 8 deletions(-) diff --git a/src/common/lang/en-us.js b/src/common/lang/en-us.js index 1ad4c16..f250108 100644 --- a/src/common/lang/en-us.js +++ b/src/common/lang/en-us.js @@ -141,9 +141,9 @@ module.exports = { fileDownloadFail: 'File download failure', pleaseEnterTreeSystem: 'Please enter the tree system', project: 'Project', - standardNumber: 'Standard Number', - standardName: 'Standard Name', - standardNumOrName: 'Standard Number Or Standard Name', + standardNumber: 'Regulation No.', + standardName: 'Regulation Name', + standardNumOrName: 'Regulation No. Or Regulation Name', fileImportError: 'File import error', flowCenter: 'Process Center——', processInformation: 'Process Information', @@ -183,7 +183,7 @@ module.exports = { oneTableAdded: 'Only one table can be added', addATable: 'Please add a form', select: 'Select', - attach: 'attachment', + attach: 'Annex', checkedAll: 'select all', pleaseCompleteTableInfo: 'Please complete the form information', node: 'Node', diff --git a/src/common/lang/regulatoryComplianceAssessmentDatabase/en.js b/src/common/lang/regulatoryComplianceAssessmentDatabase/en.js index ad34c01..55ed690 100644 --- a/src/common/lang/regulatoryComplianceAssessmentDatabase/en.js +++ b/src/common/lang/regulatoryComplianceAssessmentDatabase/en.js @@ -18,6 +18,7 @@ module.exports = { rectificationCost: 'Rectification Costs', sharedWithOtherProjects: 'Commonality', costOfThisItemAfterSharing: 'Expenses after Sharing', + remarks: 'Note', supportingMaterial: 'Supporting Files' }, // 不符合项库 diff --git a/src/common/lang/regulatoryComplianceAssessmentDatabase/zh.js b/src/common/lang/regulatoryComplianceAssessmentDatabase/zh.js index aa2cb60..7955537 100644 --- a/src/common/lang/regulatoryComplianceAssessmentDatabase/zh.js +++ b/src/common/lang/regulatoryComplianceAssessmentDatabase/zh.js @@ -18,6 +18,7 @@ module.exports = { rectificationCost: '整改费用', sharedWithOtherProjects: '与其他项目共用性', costOfThisItemAfterSharing: '共用后本项目所需费用', + remarks: '备注', supportingMaterial: '佐证材料' }, // 不符合项库 diff --git a/src/common/lang/standardRegulationLibrary/en-us.js b/src/common/lang/standardRegulationLibrary/en-us.js index 12ec4d8..1a2d478 100644 --- a/src/common/lang/standardRegulationLibrary/en-us.js +++ b/src/common/lang/standardRegulationLibrary/en-us.js @@ -82,8 +82,8 @@ module.exports = { // 市场清单详情列表字段 marketListField: { standardEnglishName: 'Regulation English Name', - newProductionVehicleImplementationDate: 'New Certified Vehicle Implementation Date', - newCertifiedVehicleImplementationDate: 'New Production Vehicle Implementation Date', + newProductionVehicleImplementationDate: 'New Production Vehicle Implementation Date', + newCertifiedVehicleImplementationDate: 'New Certified Vehicle Implementation Date', dateOfRegistration: 'Registration Date', applicableCountryRegion: 'Country/Region', applicableVehicleType: 'Vehicle Catagory', diff --git a/src/views/regulatoryComplianceAssessmentDatabase/regulatoryComplianceAssessment/modules/AssessmentLookModal.vue b/src/views/regulatoryComplianceAssessmentDatabase/regulatoryComplianceAssessment/modules/AssessmentLookModal.vue index 73d3c3d..4455fe4 100644 --- a/src/views/regulatoryComplianceAssessmentDatabase/regulatoryComplianceAssessment/modules/AssessmentLookModal.vue +++ b/src/views/regulatoryComplianceAssessmentDatabase/regulatoryComplianceAssessment/modules/AssessmentLookModal.vue @@ -220,7 +220,7 @@ export default { scopedSlots: { customRender: 'text' } }, { // 备注 - title: this.$t('remarks'), + title: this.$t('regulatoryComplianceAssessmentDatabase.assessmentLibrary.remarks'), align: 'center', width: 180, dataIndex: 'remark', diff --git a/src/views/system/tags/modules/TagContentDictListDrawer.vue b/src/views/system/tags/modules/TagContentDictListDrawer.vue index d4528dd..f254061 100644 --- a/src/views/system/tags/modules/TagContentDictListDrawer.vue +++ b/src/views/system/tags/modules/TagContentDictListDrawer.vue @@ -30,7 +30,8 @@
- {{ $t('newlyAdded') }} + + {{ $t('newlyAdded') }} {{ $t('batchDelete') }}