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 = [