From 6cd41c8eb6b9846f543a6bdc6c71d0a764ff1390 Mon Sep 17 00:00:00 2001 From: qq787203167 <787203167@qq.com> Date: Tue, 1 Mar 2022 16:01:19 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E6=96=87=E6=A1=A3=E5=BA=93?= =?UTF-8?q?=E4=BC=A0=E5=8F=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- jero-web/src/common/lang/en-us.js | 11 ++++++++ jero-web/src/common/lang/zh-cn.js | 11 ++++++++ .../components/Standardselection/index.vue | 23 +++++++++++----- .../src/components/dict/JDictSelectTag.vue | 4 +-- .../src/components/dict/JMultiSelectTag.vue | 10 +++---- .../src/components/libraryAddForm/index.vue | 26 ++++++++++++------- .../library/docDetail/index.vue | 23 ++++++++-------- .../documentTools/searchCenter/index.vue | 20 +++++++------- 8 files changed, 85 insertions(+), 43 deletions(-) diff --git a/jero-web/src/common/lang/en-us.js b/jero-web/src/common/lang/en-us.js index 7b67fcac7..2f1865a5b 100644 --- a/jero-web/src/common/lang/en-us.js +++ b/jero-web/src/common/lang/en-us.js @@ -375,4 +375,15 @@ module.exports = { cancelConfirmSubscribe:'Are you sure you want to cancel the subscribe', ConfirmDelete:'Confirm Delete ?', ConfirmBatchDeletion:'Confirm Batch Deletion ? ', + download:'download', + UpdateLog:'update log', + DocumentSplitting:'Document splitting', + DocumentTranslation:'Document translation', + DocumentComparison:'Document comparison', + KnowledgeDatabase:'Knowledge Q & a database', + StandardDetails:'Standard details', + whole:'whole', + DocumentLibrary:'Document Library', + DocumentComparisonLibrary:'Document comparison Library', + weekly:'weekly', } \ No newline at end of file diff --git a/jero-web/src/common/lang/zh-cn.js b/jero-web/src/common/lang/zh-cn.js index 592e35521..6d6ce92cf 100644 --- a/jero-web/src/common/lang/zh-cn.js +++ b/jero-web/src/common/lang/zh-cn.js @@ -379,4 +379,15 @@ module.exports = { cancelConfirmSubscribe:'确定取消订阅?', ConfirmDelete:'确定删除?', ConfirmBatchDeletion:'确定批量删除?', + download:'下载', + UpdateLog:'更新log', + DocumentSplitting:'文档拆分', + DocumentTranslation:'文档翻译', + DocumentComparison:'文档对比', + KnowledgeDatabase:'知识问答库', + StandardDetails:'标准详情', + whole:'全部', + DocumentLibrary:'文档库', + DocumentComparisonLibrary:'文档对比库', + weekly:'周报', } \ No newline at end of file diff --git a/jero-web/src/components/Standardselection/index.vue b/jero-web/src/components/Standardselection/index.vue index 863e55918..951eccf69 100644 --- a/jero-web/src/components/Standardselection/index.vue +++ b/jero-web/src/components/Standardselection/index.vue @@ -1,14 +1,10 @@