From ac95fca6fea171fe267d74cee8a98d1d646ee85e Mon Sep 17 00:00:00 2001 From: "Captain.B" Date: Wed, 27 Jan 2021 18:34:07 +0800 Subject: [PATCH] =?UTF-8?q?refactor:=20=E8=AE=A4=E8=AF=81=E6=BA=90?= =?UTF-8?q?=E8=AE=BE=E7=BD=AE=E9=A1=B5=E9=9D=A2=E5=9B=BD=E9=99=85=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../components/settings/system/SystemParameterSetting.vue | 2 +- frontend/src/i18n/en-US.js | 3 ++- frontend/src/i18n/zh-CN.js | 3 ++- frontend/src/i18n/zh-TW.js | 3 ++- 4 files changed, 7 insertions(+), 4 deletions(-) diff --git a/frontend/src/business/components/settings/system/SystemParameterSetting.vue b/frontend/src/business/components/settings/system/SystemParameterSetting.vue index 904593e411..40decd2c3a 100644 --- a/frontend/src/business/components/settings/system/SystemParameterSetting.vue +++ b/frontend/src/business/components/settings/system/SystemParameterSetting.vue @@ -14,7 +14,7 @@ - + diff --git a/frontend/src/i18n/en-US.js b/frontend/src/i18n/en-US.js index 69fd212621..f748dc4f1e 100644 --- a/frontend/src/i18n/en-US.js +++ b/frontend/src/i18n/en-US.js @@ -1501,6 +1501,7 @@ export default { format: "Output format", }, auth_source: { - delete_prompt: 'This operation will delete the authentication source, do you want to continue? ' + delete_prompt: 'This operation will delete the authentication source, do you want to continue? ', + title: 'Auth Source' } }; diff --git a/frontend/src/i18n/zh-CN.js b/frontend/src/i18n/zh-CN.js index 1b3830c336..5d2cb4c6fa 100644 --- a/frontend/src/i18n/zh-CN.js +++ b/frontend/src/i18n/zh-CN.js @@ -1504,6 +1504,7 @@ export default { format: "输出格式", }, auth_source: { - delete_prompt: '此操作会删除认证源,是否继续?' + delete_prompt: '此操作会删除认证源,是否继续?', + title: '认证设置' } }; diff --git a/frontend/src/i18n/zh-TW.js b/frontend/src/i18n/zh-TW.js index fd694cfe3a..a9db8d01a5 100644 --- a/frontend/src/i18n/zh-TW.js +++ b/frontend/src/i18n/zh-TW.js @@ -1502,6 +1502,7 @@ export default { format: "輸出格式", }, auth_source: { - delete_prompt: '此操作會刪除認證源,是否繼續? ' + delete_prompt: '此操作會刪除認證源,是否繼續? ', + title: '認證設置' } };