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" => "Dostupne promenljive",
|
||||
"gotify" => "Gotify",
|
||||
"token" => "Token",
|
||||
"discord" => "Discord",
|
||||
"discord_bot_username" => "Discord bot korisničko ime",
|
||||
"discord_bot_avatar_url" => "Discord bot URL avatara",
|
||||
"pushover" => "Pushover",
|
||||
"pushover_user_key" => "Pushover korisnički ključ",
|
||||
"categories" => "Kategorije",
|
||||
"save_category" => "Sačuvaj kategoriju",
|
||||
"delete_category" => "Izbriši kategoriju",
|
||||
|
||||
Reference in New Issue
Block a user