From 046e8f1a83b3821acc4b6c455940e2d0ffa80176 Mon Sep 17 00:00:00 2001 From: cyril59310 Date: Fri, 26 Dec 2025 01:45:57 +0100 Subject: [PATCH] add key --- src/lang/en.json | 7 +++++++ src/pages/EditMonitor.vue | 6 +++--- 2 files changed, 10 insertions(+), 3 deletions(-) diff --git a/src/lang/en.json b/src/lang/en.json index 960647c1d..8c5e17c34 100644 --- a/src/lang/en.json +++ b/src/lang/en.json @@ -93,6 +93,7 @@ "wsSubprotocolDescription": "For more information on subprotocols, please consult the {documentation}", "WebSocket Application Messaging Protocol": "WAMP (The WebSocket Application Messaging Protocol)", "Session Initiation Protocol": "WebSocket Transport for SIP (Session Initiation Protocol)", + "Subprotocol": "Subprotocol", "Network API for Notification Channel": "OMA RESTful Network API for Notification Channel", "Web Process Control Protocol": "Web Process Control Protocol (WPCP)", "Advanced Message Queuing Protocol": "Advanced Message Queuing Protocol (AMQP) 1.0+", @@ -510,6 +511,7 @@ "endDateTime": "End Date/Time", "cronExpression": "Cron Expression", "cronSchedule": "Schedule: ", + "Duration (Minutes)": "Duration (Minutes)", "invalidCronExpression": "Invalid Cron Expression: {0}", "recurringInterval": "Interval", "Recurring": "Recurring", @@ -573,6 +575,9 @@ "Clone": "Clone", "cloneOf": "Clone of {0}", "smtp": "Email (SMTP)", + "SMTP Security": "SMTP Security", + "Ignore STARTTLS": "Ignore STARTTLS", + "Use STARTTLS": "Use STARTTLS", "Use HTML for custom E-mail body": "Use HTML for custom E-mail body", "secureOptionNone": "None / STARTTLS (25, 587)", "secureOptionTLS": "TLS (465)", @@ -1155,6 +1160,8 @@ "The phone number of the recipient in E.164 format.": "The phone number of the recipient in E.164 format.", "Either a text sender ID or a phone number in E.164 format if you want to be able to receive replies.": "Either a text sender ID or a phone number in E.164 format if you want to be able to receive replies.", "RabbitMQ Nodes": "RabbitMQ Management Nodes", + "Enter the list of nodes": "Enter the list of RabbitMQ management nodes", + "Press Enter to add node": "Press Enter to add node", "rabbitmqNodesDescription": "Enter the URL for the RabbitMQ management nodes including protocol and port. Example: {0}", "rabbitmqNodesRequired": "Please set the nodes for this monitor.", "rabbitmqNodesInvalid": "Please use a fully qualified (starting with 'http') URL for RabbitMQ nodes.", diff --git a/src/pages/EditMonitor.vue b/src/pages/EditMonitor.vue index 7522608c4..975a12fa7 100644 --- a/src/pages/EditMonitor.vue +++ b/src/pages/EditMonitor.vue @@ -438,8 +438,8 @@
{{ $t("smtpHelpText") }} @@ -449,7 +449,7 @@