mirror of
https://github.com/koichixD/uptime-kuma.git
synced 2026-09-04 17:23:21 +00:00
feat: Add Brevo notification provider (#6150)
Co-authored-by: Frank Elsinga <frank@elsinga.de>
This commit is contained in:
co-authored by
Frank Elsinga
parent
023079733a
commit
f3bbddc287
@@ -1100,6 +1100,17 @@
|
||||
"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",
|
||||
"brevoApiKey": "Brevo API Key",
|
||||
"brevoApiHelp": "Create an API key here: {0}",
|
||||
"brevoFromEmail": "From Email",
|
||||
"brevoFromName": "From Name",
|
||||
"brevoLeaveBlankForDefaultName": "leave blank for default name",
|
||||
"brevoToEmail": "To Email",
|
||||
"brevoCcEmail": "CC Email",
|
||||
"brevoBccEmail": "BCC Email",
|
||||
"brevoSeparateMultipleEmails": "Separate multiple email addresses with commas",
|
||||
"brevoSubject": "Subject",
|
||||
"brevoLeaveBlankForDefaultSubject": "leave blank for default subject",
|
||||
"pingCountLabel": "Max Packets",
|
||||
"pingCountDescription": "Number of packets to send before stopping",
|
||||
"pingNumericLabel": "Numeric Output",
|
||||
|
||||
Reference in New Issue
Block a user