From f679d3e7cb27a2638dbb3f2567e5317e9e5f20f2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=A7=8B=E4=BA=8E=E5=88=9D=E8=A7=81?= <752204717@qq.com> Date: Wed, 18 Sep 2024 17:53:44 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A2=9E=E5=8A=A0=E6=80=BB=E7=9B=91=E5=BC=95?= =?UTF-8?q?=E7=94=A8=E5=90=8C=E6=9C=9F=E6=98=BE=E7=A4=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/common/langs/en.js | 4 + src/components/common/langs/zh.js | 8 +- .../page/allJournalCitationAnalysis.vue | 99 ++++++++++++++----- 3 files changed, 84 insertions(+), 27 deletions(-) diff --git a/src/components/common/langs/en.js b/src/components/common/langs/en.js index e9e28ff..2d09659 100644 --- a/src/components/common/langs/en.js +++ b/src/components/common/langs/en.js @@ -53,11 +53,15 @@ const en = { journal: 'Journal', editor: 'Editor', cite: 'Cited in', + citeNum: 'Cited', article: 'Articles for', + articleNum: 'Articles', info: 'The following data is', wos: 'Wos', all: 'All references', factor: 'Factor', + Sameperiod: 'Same period', + }, partyRole: { diff --git a/src/components/common/langs/zh.js b/src/components/common/langs/zh.js index 0db78ef..f8c44c7 100644 --- a/src/components/common/langs/zh.js +++ b/src/components/common/langs/zh.js @@ -54,9 +54,15 @@ const zh = { journal: '期刊', editor: '编辑', cite: '引用数量', - article: '文章数量', info: '以下数据为', wos: 'Wos', + article: '文章数量', + citeNum: '引用数量', + articleNum: '文章数量', + + + info: '以下数据为', wos: 'Wos', all: '全部引用', factor: '影响因子', + Sameperiod: '同期', }, paperArticleCount: { Periodroll: '期卷', diff --git a/src/components/page/allJournalCitationAnalysis.vue b/src/components/page/allJournalCitationAnalysis.vue index 7ee6e2b..ab47f90 100644 --- a/src/components/page/allJournalCitationAnalysis.vue +++ b/src/components/page/allJournalCitationAnalysis.vue @@ -1,20 +1,20 @@