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" => "Variáveis Disponíveis",
|
||||
"gotify" => "Gotify",
|
||||
"token" => "Token",
|
||||
"discord" => "Discord",
|
||||
"discord_bot_username" => "Nome de Utilizador do Bot",
|
||||
"discord_bot_avatar_url" => "URL do Avatar do Bot",
|
||||
"pushover" => "Pushover",
|
||||
"pushover_user_key" => "Chave de Utilizador Pushover",
|
||||
"categories" => "Categorias",
|
||||
"save_category" => "Guardar Categoria",
|
||||
"delete_category" => "Apagar Categoria",
|
||||
|
||||
Reference in New Issue
Block a user