From 8cc604b416dfc9897051030f7a912d74241d590f Mon Sep 17 00:00:00 2001 From: xuwei-fit2cloud Date: Wed, 25 Dec 2024 15:41:14 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=AE=E5=A4=8D=E6=96=87=E6=A1=88?= =?UTF-8?q?=E9=94=99=E8=AF=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- core/core-frontend/src/locales/en.ts | 2 +- core/core-frontend/src/locales/tw.ts | 2 +- core/core-frontend/src/locales/zh-CN.ts | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/core/core-frontend/src/locales/en.ts b/core/core-frontend/src/locales/en.ts index d135eba58b..9d07d5c683 100644 --- a/core/core-frontend/src/locales/en.ts +++ b/core/core-frontend/src/locales/en.ts @@ -4450,7 +4450,7 @@ Scatter chart (bubble) chart: {a} (series name), {b} (data name), {c} (value arr bind_unready: 'Unbound', bind_title: 'Bind MFA Multi-factor Authentication', enable_switch_tips: 'The administrator has set all users to enable MFA authentication', - reset_key_tips: 'Reset FMA', + reset_key_tips: 'Reset MFA', step_1: 'Install Application', step_2: 'Bind MFA Authenticator', unbind_confirm: 'Are you sure to unbind MFA multi-factor authentication?', diff --git a/core/core-frontend/src/locales/tw.ts b/core/core-frontend/src/locales/tw.ts index 66e7a79a5c..01f1f9b700 100644 --- a/core/core-frontend/src/locales/tw.ts +++ b/core/core-frontend/src/locales/tw.ts @@ -4324,7 +4324,7 @@ export default { bind_unready: '未綁定', bind_title: '綁定 MFA 多因子認證', enable_switch_tips: '管理員已設置所有用戶開啟 MFA 認證', - reset_key_tips: '重置 FMA', + reset_key_tips: '重置 MFA', step_1: '安裝應用', step_2: '綁定 MFA 驗證器', unbind_confirm: '確定解除 MFA 多因子認證綁定嗎?', diff --git a/core/core-frontend/src/locales/zh-CN.ts b/core/core-frontend/src/locales/zh-CN.ts index b56ad8b528..69bdf0db6d 100644 --- a/core/core-frontend/src/locales/zh-CN.ts +++ b/core/core-frontend/src/locales/zh-CN.ts @@ -4329,7 +4329,7 @@ export default { bind_unready: '未绑定', bind_title: '绑定 MFA 多因子认证', enable_switch_tips: '管理员已设置所有用户开启 MFA 认证', - reset_key_tips: '重置 FMA', + reset_key_tips: '重置 MFA', step_1: '安装应用', step_2: '绑定 MFA 验证器', unbind_confirm: '确定解除 MFA 多因子认证绑定吗?',