From 97fc293ffdf58d76eda6114c2c14673cfdfb9ee5 Mon Sep 17 00:00:00 2001 From: fit2cloud-chenyw Date: Tue, 31 Dec 2024 19:00:36 +0800 Subject: [PATCH] =?UTF-8?q?perf(=E4=BB=AA=E8=A1=A8=E6=9D=BF):=20=E7=A6=81?= =?UTF-8?q?=E7=94=A8=E5=88=86=E4=BA=AB=E6=8F=90=E7=A4=BA=E6=96=87=E6=A1=88?= =?UTF-8?q?=E5=9B=BD=E9=99=85=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- core/core-frontend/src/locales/en.ts | 3 ++- core/core-frontend/src/locales/tw.ts | 3 ++- core/core-frontend/src/locales/zh-CN.ts | 3 ++- .../src/views/system/parameter/basic/BasicInfo.vue | 2 +- 4 files changed, 7 insertions(+), 4 deletions(-) diff --git a/core/core-frontend/src/locales/en.ts b/core/core-frontend/src/locales/en.ts index 41a8837a4e..5953c36a7b 100644 --- a/core/core-frontend/src/locales/en.ts +++ b/core/core-frontend/src/locales/en.ts @@ -3598,7 +3598,8 @@ Scatter chart (bubble) chart: {a} (series name), {b} (data name), {c} (value arr defaultOpen: 'Page opening method', loginLimit: 'Limit login', loginLimitRate: 'Limit login failure times (times)', - loginLimitTime: 'Limit login failure time (minutes)' + loginLimitTime: 'Limit login failure time (minutes)', + share_disable_tips: 'Dashboard and large screen sharing are invalid after turning on' }, resource_sort: { time_asc: 'In ascending order by creation time', diff --git a/core/core-frontend/src/locales/tw.ts b/core/core-frontend/src/locales/tw.ts index 2be49c35f3..54be73ff24 100644 --- a/core/core-frontend/src/locales/tw.ts +++ b/core/core-frontend/src/locales/tw.ts @@ -3504,7 +3504,8 @@ export default { defaultOpen: '頁面開啟方式', loginLimit: '限制登入', loginLimitRate: '限制登入失敗次數 (次)', - loginLimitTime: '限制登入失敗時間 (分)' + loginLimitTime: '限制登入失敗時間 (分)', + share_disable_tips: '開啟後儀表板以及大屏分享無效' }, resource_sort: { time_asc: '按建立時間升序', diff --git a/core/core-frontend/src/locales/zh-CN.ts b/core/core-frontend/src/locales/zh-CN.ts index 7b3ae10a51..30d9bf077d 100644 --- a/core/core-frontend/src/locales/zh-CN.ts +++ b/core/core-frontend/src/locales/zh-CN.ts @@ -3507,7 +3507,8 @@ export default { defaultOpen: '页面打开方式', loginLimit: '限制登录', loginLimitRate: '限制登录失败次数 (次)', - loginLimitTime: '限制登录失败时间 (分)' + loginLimitTime: '限制登录失败时间 (分)', + share_disable_tips: '开启后仪表板以及大屏分享无效' }, resource_sort: { time_asc: '按创建时间升序', diff --git a/core/core-frontend/src/views/system/parameter/basic/BasicInfo.vue b/core/core-frontend/src/views/system/parameter/basic/BasicInfo.vue index d93db9a508..b42a41290c 100644 --- a/core/core-frontend/src/views/system/parameter/basic/BasicInfo.vue +++ b/core/core-frontend/src/views/system/parameter/basic/BasicInfo.vue @@ -89,7 +89,7 @@ const tooltips = [ }, { key: 'setting_basic.shareDisable', - val: '开启后仪表板以及大屏分享无效' + val: t('setting_basic.share_disable_tips') } ] const loginSettings = [