From eeb682541fed1861551019e0f178d98b5ec71154 Mon Sep 17 00:00:00 2001 From: fit2cloud-chenyw Date: Tue, 18 Feb 2025 14:04:47 +0800 Subject: [PATCH] =?UTF-8?q?perf:=20=E5=9B=BD=E9=99=85=E9=A3=9E=E4=B9=A6?= =?UTF-8?q?=E5=9B=BD=E9=99=85=E5=8C=96=E6=96=87=E6=A1=88?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- core/core-frontend/src/locales/en.ts | 1 + core/core-frontend/src/locales/tw.ts | 2 ++ core/core-frontend/src/locales/zh-CN.ts | 1 + 3 files changed, 4 insertions(+) diff --git a/core/core-frontend/src/locales/en.ts b/core/core-frontend/src/locales/en.ts index 0260798d3b..b32deb73c3 100644 --- a/core/core-frontend/src/locales/en.ts +++ b/core/core-frontend/src/locales/en.ts @@ -4395,6 +4395,7 @@ Scatter chart (bubble) chart: {a} (series name), {b} (data name), {c} (value arr wecom: 'WeCom', dingtalk: 'DingTalk', lark: 'Lark', + larksuite: 'Larksuite', notification_setting: 'Alarm notification', notification_method: 'Notification method', notification_user: 'Notifier', diff --git a/core/core-frontend/src/locales/tw.ts b/core/core-frontend/src/locales/tw.ts index 388168cfe0..a331390339 100644 --- a/core/core-frontend/src/locales/tw.ts +++ b/core/core-frontend/src/locales/tw.ts @@ -4272,6 +4272,8 @@ export default { email: '郵件', wecom: '企業微信', dingtalk: '釘釘', + lark: '飛書', + larksuite: '國際飛書', notification_setting: '告警通知', notification_method: '通知方式', notification_user: '通知人', diff --git a/core/core-frontend/src/locales/zh-CN.ts b/core/core-frontend/src/locales/zh-CN.ts index f109071dac..5e4ce9c7e9 100644 --- a/core/core-frontend/src/locales/zh-CN.ts +++ b/core/core-frontend/src/locales/zh-CN.ts @@ -4277,6 +4277,7 @@ export default { wecom: '企业微信', dingtalk: '钉钉', lark: '飞书', + larksuite: '国际飞书', notification_setting: '告警通知', notification_method: '通知方式', notification_user: '通知人',