From e0bb8b2afeedb532ff26d81af5cff1731617fabe Mon Sep 17 00:00:00 2001 From: lideqin <694785430@qq.com> Date: Fri, 6 Sep 2024 09:59:09 +0800 Subject: [PATCH] =?UTF-8?q?[update]=20=E9=AB=98=E7=BA=A7=E6=90=9C=E7=B4=A2?= =?UTF-8?q?=E6=9F=A5=E8=AF=A2=E7=BB=93=E6=9E=9C=E5=A2=9E=E5=8A=A0=E8=AF=91?= =?UTF-8?q?=E6=96=87=E5=88=97?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/common/lang/dashboard/en.js | 1 + src/common/lang/dashboard/zh.js | 1 + src/views/dashboard/search/AdvancedSearch.vue | 14 ++++++++++++++ 3 files changed, 16 insertions(+) diff --git a/src/common/lang/dashboard/en.js b/src/common/lang/dashboard/en.js index 6487685..8b867fe 100644 --- a/src/common/lang/dashboard/en.js +++ b/src/common/lang/dashboard/en.js @@ -52,6 +52,7 @@ module.exports = { termNo: 'Article No.', termTitle: 'Article Title', termContent: 'Article Content', + translation: 'Translation', applicableComponents: 'Applicable Components', newProduceVehiclesImplementationDate: 'New Certified Vehicle Implementation Date', newAuthVehiclesImplementationDate: 'New Production Vehicle Implementation Date', diff --git a/src/common/lang/dashboard/zh.js b/src/common/lang/dashboard/zh.js index 7cec826..95e6743 100644 --- a/src/common/lang/dashboard/zh.js +++ b/src/common/lang/dashboard/zh.js @@ -52,6 +52,7 @@ module.exports = { termNo: '条款号', termTitle: '条款标题', termContent: '条款内容', + translation: '译文', applicableComponents: '适用零部件', newProduceVehiclesImplementationDate: '新生产车实施日期', newAuthVehiclesImplementationDate: '新认证车实施日期', diff --git a/src/views/dashboard/search/AdvancedSearch.vue b/src/views/dashboard/search/AdvancedSearch.vue index 30063c5..070c2ac 100644 --- a/src/views/dashboard/search/AdvancedSearch.vue +++ b/src/views/dashboard/search/AdvancedSearch.vue @@ -211,6 +211,13 @@