mirror of
https://github.com/louislam/uptime-kuma.git
synced 2024-11-23 14:54:05 +00:00
Add translation for RabbitMQ monitor type
This commit is contained in:
parent
685043e55b
commit
7961ebb43b
2 changed files with 2 additions and 1 deletions
|
@ -1058,6 +1058,7 @@
|
|||
"rabbitmqNodesInvalid": "Please use a complete URL for RabbitMQ nodes.",
|
||||
"RabbitMQ Username": "RabbitMQ Username",
|
||||
"RabbitMQ Password": "RabbitMQ Password",
|
||||
"RabbitMQ (using Management Plugin)": "RabbitMQ (using Management Plugin)",
|
||||
"SendGrid API Key": "SendGrid API Key",
|
||||
"Separate multiple email addresses with commas": "Separate multiple email addresses with commas"
|
||||
}
|
||||
|
|
|
@ -65,7 +65,7 @@
|
|||
MQTT
|
||||
</option>
|
||||
<option value="rabbitmq">
|
||||
RabbitMQ (using Management Plugin)
|
||||
{{ $t("RabbitMQ (using Management Plugin)") }}
|
||||
</option>
|
||||
<option value="kafka-producer">
|
||||
Kafka Producer
|
||||
|
|
Loading…
Reference in a new issue