diff --git a/frontend/src/business/components/xpack b/frontend/src/business/components/xpack index fbada3651e..119a689244 160000 --- a/frontend/src/business/components/xpack +++ b/frontend/src/business/components/xpack @@ -1 +1 @@ -Subproject commit fbada3651ec6a756d416485987e5b9e82a48e49e +Subproject commit 119a6892443b634a30d0d599ea51274d3c412372 diff --git a/frontend/src/i18n/en-US.js b/frontend/src/i18n/en-US.js index aba963ed85..9d333f33fa 100644 --- a/frontend/src/i18n/en-US.js +++ b/frontend/src/i18n/en-US.js @@ -181,7 +181,12 @@ export default { expired: 'expired', }, display: { - title: 'Theme' + title: 'Theme', + logo: 'System LOGO', + loginLogo: 'Picture on the right side of the login page', + loginImage: 'Login page upper left corner LOGO', + loginTitle: 'Login page prompt information', + pageTitle: 'Page Title', }, system_config: { base_config: 'Base Config', diff --git a/frontend/src/i18n/zh-CN.js b/frontend/src/i18n/zh-CN.js index ae58f1510c..6909421332 100644 --- a/frontend/src/i18n/zh-CN.js +++ b/frontend/src/i18n/zh-CN.js @@ -181,7 +181,12 @@ export default { expired: '已过期', }, display: { - title: '显示设置' + title: '显示设置', + logo: '系统 LOGO', + loginLogo: '登陆页面右侧图片', + loginImage: '登录页左上角 LOGO', + loginTitle: '登陆页面提示信息', + pageTitle: '页面 Title', }, system_config: { base_config: '基本配置', diff --git a/frontend/src/i18n/zh-TW.js b/frontend/src/i18n/zh-TW.js index 9427fd6e1d..80dd2fe1b0 100644 --- a/frontend/src/i18n/zh-TW.js +++ b/frontend/src/i18n/zh-TW.js @@ -181,7 +181,12 @@ export default { expired: '已過期', }, display: { - title: '顯示設置' + title: '顯示設置', + logo: '系統 LOGO', + loginLogo: '登陸頁面右側圖片', + loginImage: '登錄頁左上角 LOGO', + loginTitle: '登陸頁面提示信息', + pageTitle: '頁面 Title', }, system_config: { base_config: '基本配置',