From f1ed0511359d0ded2dad99d8df613883433d864e Mon Sep 17 00:00:00 2001 From: ssongliu <73214554+ssongliu@users.noreply.github.com> Date: Sun, 7 Apr 2024 17:29:46 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E5=A2=9E=E5=8A=A0=E6=A6=82=E8=A7=88?= =?UTF-8?q?=E9=A1=B5=E8=B7=B3=E8=BD=AC=E6=96=B9=E5=BC=8F=20(#4417)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- frontend/src/components/system-upgrade/index.vue | 8 ++++---- frontend/src/lang/modules/en.ts | 4 ++-- frontend/src/lang/modules/tw.ts | 4 ++-- frontend/src/lang/modules/zh.ts | 4 ++-- .../src/layout/components/Sidebar/components/Logo.vue | 9 +++++++-- 5 files changed, 17 insertions(+), 12 deletions(-) diff --git a/frontend/src/components/system-upgrade/index.vue b/frontend/src/components/system-upgrade/index.vue index 279c0679a..b582bea59 100644 --- a/frontend/src/components/system-upgrade/index.vue +++ b/frontend/src/components/system-upgrade/index.vue @@ -15,12 +15,12 @@ - {{ isProductPro ? $t('license.pro') : $t('license.community') }} : + {{ isProductPro ? $t('license.pro') : $t('license.community') }} {{ version }} - + - ({{ $t('setting.hasNewVersion') }}) + ({{ $t('setting.hasNewVersion') }}) - ({{ $t('setting.upgradeCheck') }}) + ({{ $t('setting.upgradeCheck') }}) {{ $t('setting.upgrading') }} diff --git a/frontend/src/lang/modules/en.ts b/frontend/src/lang/modules/en.ts index f7aefcc56..7b9d94957 100644 --- a/frontend/src/lang/modules/en.ts +++ b/frontend/src/lang/modules/en.ts @@ -1467,8 +1467,8 @@ const message = { confirmMessage: 'The page will be refreshed to update the advanced menu list. Continue?', }, license: { - community: 'Community Edition', - pro: 'Professional Edition', + community: 'Community Edition: ', + pro: 'Professional Edition: ', trial: 'Trial Edition', office: 'Official Edition', trialInfo: 'Version', diff --git a/frontend/src/lang/modules/tw.ts b/frontend/src/lang/modules/tw.ts index 47a2dc8e7..2abeb148c 100644 --- a/frontend/src/lang/modules/tw.ts +++ b/frontend/src/lang/modules/tw.ts @@ -1367,8 +1367,8 @@ const message = { confirmMessage: '即將刷新頁面更新高級功能菜單列表,是否繼續?', }, license: { - community: '社區版', - pro: '專業版', + community: '社區版:', + pro: '專業版:', trial: '試用版', office: '正式版', trialInfo: '版本', diff --git a/frontend/src/lang/modules/zh.ts b/frontend/src/lang/modules/zh.ts index 5ed308f45..d57fd5ab8 100644 --- a/frontend/src/lang/modules/zh.ts +++ b/frontend/src/lang/modules/zh.ts @@ -1368,8 +1368,8 @@ const message = { confirmMessage: '即将刷新页面更新高级功能菜单列表,是否继续?', }, license: { - community: '社区版', - pro: '专业版', + community: '社区版:', + pro: '专业版:', trial: '试用版', office: '正式版', trialInfo: '版本', diff --git a/frontend/src/layout/components/Sidebar/components/Logo.vue b/frontend/src/layout/components/Sidebar/components/Logo.vue index e6d2fc27e..bafb9906e 100644 --- a/frontend/src/layout/components/Sidebar/components/Logo.vue +++ b/frontend/src/layout/components/Sidebar/components/Logo.vue @@ -1,15 +1,20 @@