From b3d149b70121626aa288982d3cf35a757fff41cf Mon Sep 17 00:00:00 2001 From: "Pargorn.Ru" Date: Fri, 17 Jan 2025 19:47:37 +0700 Subject: [PATCH] add English translations for OneChat Notification Provider --- src/lang/en.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src/lang/en.json b/src/lang/en.json index e215f1031..991b122e5 100644 --- a/src/lang/en.json +++ b/src/lang/en.json @@ -1051,5 +1051,8 @@ "RabbitMQ Password": "RabbitMQ Password", "rabbitmqHelpText": "To use the monitor, you will need to enable the Management Plugin in your RabbitMQ setup. For more information, please consult the {rabitmq_documentation}.", "SendGrid API Key": "SendGrid API Key", - "Separate multiple email addresses with commas": "Separate multiple email addresses with commas" + "Separate multiple email addresses with commas": "Separate multiple email addresses with commas", + "OneChatAccessToken": "OneChat Access Token", + "OneChatUserIdOrGroupId": "OneChat User ID or Group ID", + "OneChatBotId": "OneChat Bot ID" }