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:
@@ -139,6 +139,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