From d0f39330957d3e14c9e1a2f721ccb1b5c482a9c6 Mon Sep 17 00:00:00 2001 From: Ryan Wang Date: Thu, 10 Oct 2024 16:25:01 +0800 Subject: [PATCH] feat: improve built-in auth providers' i18n (#6814) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit #### What type of PR is this? /area ui /kind improvement /milestone 2.20.x #### What this PR does / why we need it: 完善内置的认证提供商的 i18n。 image #### Does this PR introduce a user-facing change? ```release-note None ``` --- .../components/AuthProviderListItem.vue | 14 ++++++++++++-- ui/src/locales/en.yaml | 6 ++++++ ui/src/locales/zh-CN.yaml | 6 ++++++ ui/src/locales/zh-TW.yaml | 6 ++++++ 4 files changed, 30 insertions(+), 2 deletions(-) diff --git a/ui/console-src/modules/system/auth-providers/components/AuthProviderListItem.vue b/ui/console-src/modules/system/auth-providers/components/AuthProviderListItem.vue index 794d97e6c..d8652d8cc 100644 --- a/ui/console-src/modules/system/auth-providers/components/AuthProviderListItem.vue +++ b/ui/console-src/modules/system/auth-providers/components/AuthProviderListItem.vue @@ -74,8 +74,18 @@ const handleChangeStatus = async () => {