From 9aeed6b027a67aebe2771717efc2ee95444b9f51 Mon Sep 17 00:00:00 2001 From: "Captain.B" Date: Thu, 5 Nov 2020 12:45:12 +0800 Subject: [PATCH] =?UTF-8?q?refactor(=E7=B3=BB=E7=BB=9F=E8=AE=BE=E7=BD=AE):?= =?UTF-8?q?=20=E6=98=BE=E7=A4=BA=E8=AE=BE=E7=BD=AEi18n?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- frontend/src/business/components/xpack | 2 +- frontend/src/i18n/en-US.js | 7 ++++++- frontend/src/i18n/zh-CN.js | 7 ++++++- frontend/src/i18n/zh-TW.js | 7 ++++++- 4 files changed, 19 insertions(+), 4 deletions(-) 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: '基本配置',