mirror of
https://github.com/louislam/uptime-kuma.git
synced 2025-01-26 03:52:28 +02:00
chore: add localization for handling empty result as error in English and Italian
This commit is contained in:
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…
x
Reference in New Issue
Block a user