chore: add localization for handling empty result as error in English and Italian

pull/5429/head
Antonino Natale 1 month ago
parent 443cc68a17
commit 2c6431967c

@ -1051,5 +1051,7 @@
"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",
"Handle empty result as error": "Handle empty result as error",
"handleEmptyResultDescription": "If the query returns no results, the monitor will be treated as down."
}

@ -737,5 +737,7 @@
"whatHappensAtForumPost": "Crea un nuovo post sul forum. Questo NON pubblica messaggi in post esistenti. Per pubblicare in un post esistente utilizzare \"{option}\"",
"invertKeywordDescription": "Cerca la parola chiave essere assente anziché presente.",
"octopushAPIKey": "\"API Key\" dalle credenziali API HTTP nel pannello di controllo",
"Enable TLS": "Abilita TLS"
"Enable TLS": "Abilita TLS",
"Handle empty result as error": "Gestisci il risultato vuoto come errore",
"handleEmptyResultDescription": "Se abilitato, il monitoraggio verrà considerato come fallimento se non viene restituito alcun risultato."
}

Loading…
Cancel
Save