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: '通知人',