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" => "利用可能な変数",
|
||||
"gotify" => "Gotify",
|
||||
"token" => "トークン",
|
||||
"discord" => "Discord",
|
||||
"discord_bot_username" => "Discordボットユーザー名",
|
||||
"discord_bot_avatar_url" => "DiscordボットアバターURL",
|
||||
"pushover" => "Pushover",
|
||||
"pushover_user_key" => "Pushoverユーザーキー",
|
||||
"categories" => "カテゴリ",
|
||||
"save_category" => "カテゴリを保存",
|
||||
"delete_category" => "カテゴリを削除",
|
||||
|
||||
Reference in New Issue
Block a user