diff --git a/dolphinscheduler-ui-next/src/locales/modules/en_US.ts b/dolphinscheduler-ui-next/src/locales/modules/en_US.ts index a3c8fbbc3..91c87f533 100644 --- a/dolphinscheduler-ui-next/src/locales/modules/en_US.ts +++ b/dolphinscheduler-ui-next/src/locales/modules/en_US.ts @@ -1119,7 +1119,13 @@ const security = { botToken: 'Bot Token', chatId: 'Channel Chat Id', parseMode: 'Parse Mode', - IntegrationKey: 'Integration Key' + IntegrationKey: 'Integration Key', + BotAccessToken:'Bot Access Token', +    RoomId:'Room Id', +    ToPersonId:'To Person Id', +    ToPersonEmail:'To Person Email', +    AtSomeoneInRoom:'At Someone In Room', +    Destination:'Destination' }, k8s_namespace: { create_namespace: 'Create Namespace', diff --git a/dolphinscheduler-ui-next/src/locales/modules/zh_CN.ts b/dolphinscheduler-ui-next/src/locales/modules/zh_CN.ts index ff9cb7790..45f165926 100644 --- a/dolphinscheduler-ui-next/src/locales/modules/zh_CN.ts +++ b/dolphinscheduler-ui-next/src/locales/modules/zh_CN.ts @@ -1106,7 +1106,13 @@ const security = { botToken: '机器人Token', chatId: '频道ID', parseMode: '解析类型', - IntegrationKey: '集成密钥' + IntegrationKey: '集成密钥', + BotAccessToken:'访问令牌', +    RoomId:'房间', +    ToPersonId:'用户', +    ToPersonEmail:'用户邮箱', +    AtSomeoneInRoom:'@房间中的成员', +    Destination:'描述' }, k8s_namespace: { create_namespace: '创建命名空间',