From 2c6431967c4ea6bfe92a0eae6094fc83018fa58d Mon Sep 17 00:00:00 2001 From: Antonino Natale Date: Tue, 10 Dec 2024 23:12:31 +0100 Subject: [PATCH] chore: add localization for handling empty result as error in English and Italian --- src/lang/en.json | 4 +++- src/lang/it-IT.json | 4 +++- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/src/lang/en.json b/src/lang/en.json index e215f103..701674b2 100644 --- a/src/lang/en.json +++ b/src/lang/en.json @@ -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." } diff --git a/src/lang/it-IT.json b/src/lang/it-IT.json index b446af20..91da62d7 100644 --- a/src/lang/it-IT.json +++ b/src/lang/it-IT.json @@ -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." }