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:
@@ -132,6 +132,11 @@ $i18n = [
|
||||
"variables_available" => "Variables disponibles",
|
||||
"gotify" => "Gotify",
|
||||
"token" => "Jeton",
|
||||
"discord" => "Discord",
|
||||
"discord_bot_username" => "Nom d'utilisateur du bot Discord",
|
||||
"discord_bot_avatar_url" => "URL de l'avatar du bot Discord",
|
||||
"pushover" => "Pushover",
|
||||
"pushover_user_key" => "Clé utilisateur Pushover",
|
||||
"categories" => "Catégories",
|
||||
"save_category" => "Enregistrer la catégorie",
|
||||
"delete_category" => "Supprimer la catégorie",
|
||||
|
||||
Reference in New Issue
Block a user