feat: add discord and pushover as notification agents (#300)
fix: most error messages of the notifications endpoints would not reach the frontend
This commit is contained in:
@@ -137,6 +137,11 @@ $i18n = [
|
||||
"variables_available" => "Variabili disponibili",
|
||||
"gotify" => "Gotify",
|
||||
"token" => "Token",
|
||||
"discord" => "Discord",
|
||||
"discord_bot_username" => "Nome utente del bot",
|
||||
"discord_bot_avatar_url" => "URL dell'avatar del bot",
|
||||
"pushover" => "Pushover",
|
||||
"pushover_user_key" => "Chiave utente",
|
||||
'categories' => 'Categorie',
|
||||
'save_category' => 'Salva categoria',
|
||||
'delete_category' => 'Elimina categoria',
|
||||
|
||||
Reference in New Issue
Block a user