From e393df38e37af8935253f3f3ae4c4c943d06caf9 Mon Sep 17 00:00:00 2001 From: halo Date: Tue, 5 Dec 2023 16:02:26 +0800 Subject: [PATCH] =?UTF-8?q?perf:=20=E6=9B=B4=E6=96=B0=E6=96=87=E6=A1=88?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- interface/src/i18n/langs/en.json | 2 +- interface/src/i18n/langs/zh.json | 2 +- interface/src/renderer/pages/About.vue | 5 ++--- 3 files changed, 4 insertions(+), 5 deletions(-) diff --git a/interface/src/i18n/langs/en.json b/interface/src/i18n/langs/en.json index b0a5016..9ea1b00 100644 --- a/interface/src/i18n/langs/en.json +++ b/interface/src/i18n/langs/en.json @@ -34,7 +34,7 @@ "AllRightsReserved": "All Rights Reserved", "OfficialWebsite": "Official Website", "OnlineDocumentation": "Online Documentation", - "CommunityForum": "Community Forum", + "KnowledgeBase": "Knowledge Base", "AboutUs": "About Us" }, "Language": { diff --git a/interface/src/i18n/langs/zh.json b/interface/src/i18n/langs/zh.json index 90a898b..783f578 100644 --- a/interface/src/i18n/langs/zh.json +++ b/interface/src/i18n/langs/zh.json @@ -34,7 +34,7 @@ "AllRightsReserved": "版权所有", "OfficialWebsite": "产品官网", "OnlineDocumentation": "在线文档", - "CommunityForum": "社区论坛", + "KnowledgeBase": "知识库", "AboutUs": "关于我们" }, "Language": { diff --git a/interface/src/renderer/pages/About.vue b/interface/src/renderer/pages/About.vue index 1136a67..450fd73 100644 --- a/interface/src/renderer/pages/About.vue +++ b/interface/src/renderer/pages/About.vue @@ -3,12 +3,11 @@

{{ $t('Common.JumpServerClient') }}

{{ $t('AboutUs.Version') }}:v2.1.0

-

{{ $t('AboutUs.Author') }}:FIT2CLOUD 飞致云 - Halo

{{ $t('AboutUs.Copyright') }}:FIT2CLOUD 飞致云 © 2014-2023 {{ $t('AboutUs.AllRightsReserved')}}

{{ $t('AboutUs.OfficialWebsite') }} {{ $t('AboutUs.OnlineDocumentation') }} - {{ $t('AboutUs.CommunityForum') }} - {{ $t('AboutUs.AboutUs') }} + {{ $t('AboutUs.KnowledgeBase') }} + {{ $t('AboutUs.AboutUs') }}