From ce334cc7a4f70cd83b334a73ada7cf5be71f3120 Mon Sep 17 00:00:00 2001 From: fit2cloud-chenyw Date: Thu, 9 Apr 2026 18:46:52 +0800 Subject: [PATCH] =?UTF-8?q?perf(X-Pack):=20Hmac=20=E9=85=8D=E7=BD=AE?= =?UTF-8?q?=E5=90=8C=E6=AD=A5=E5=88=B0=20apisix?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- core/core-frontend/src/locales/en.ts | 3 ++- core/core-frontend/src/locales/tw.ts | 3 ++- core/core-frontend/src/locales/zh-CN.ts | 3 ++- 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/core/core-frontend/src/locales/en.ts b/core/core-frontend/src/locales/en.ts index 4796dc0c7e..5d687cb69d 100644 --- a/core/core-frontend/src/locales/en.ts +++ b/core/core-frontend/src/locales/en.ts @@ -96,7 +96,8 @@ export default { filter: 'Filter', filter_condition: 'Filter condition', no_auth_tips: 'Missing menu permissions, please contact the administrator', - no_menu_tips: 'Resource not found 401 error' + no_menu_tips: 'Resource not found 401 error', + refresh_success: 'Refresh success' }, toolbox: { name: 'Toolbox', diff --git a/core/core-frontend/src/locales/tw.ts b/core/core-frontend/src/locales/tw.ts index 756371a25a..d1f9e7d670 100644 --- a/core/core-frontend/src/locales/tw.ts +++ b/core/core-frontend/src/locales/tw.ts @@ -93,7 +93,8 @@ export default { filter: '篩選', filter_condition: '篩選條件', no_auth_tips: '缺少選單權限,請聯絡管理員', - no_menu_tips: '未找到資源401錯誤' + no_menu_tips: '未找到資源401錯誤', + refresh_success: '刷新成功' }, toolbox: { name: '工具箱', diff --git a/core/core-frontend/src/locales/zh-CN.ts b/core/core-frontend/src/locales/zh-CN.ts index 38cc750690..3513747d56 100644 --- a/core/core-frontend/src/locales/zh-CN.ts +++ b/core/core-frontend/src/locales/zh-CN.ts @@ -94,7 +94,8 @@ export default { filter: '筛选', filter_condition: '筛选条件', no_auth_tips: '缺少菜单权限,请联系管理员', - no_menu_tips: '未找到资源 401错误' + no_menu_tips: '未找到资源 401错误', + refresh_success: '刷新成功' }, toolbox: { name: '工具箱',