fix(webui): simplify automation source display

This commit is contained in:
chengyongru
2026-06-14 00:32:53 +08:00
parent 5b10102629
commit 17e3183598
13 changed files with 255 additions and 36 deletions
+18 -1
View File
@@ -466,7 +466,7 @@
"automations": {
"kicker": "Workspace automations",
"title": "Automations",
"description": "Review cron reminders, recurring agent turns, one-time jobs, and protected system automations in one place.",
"description": "Review cron reminders, recurring agent turns, one-time jobs, and protected system jobs.",
"refresh": "Refresh",
"newInChat": "New in chat",
"stats": {
@@ -515,6 +515,23 @@
"unknown": "No linked chat",
"legacy": "Recreate in target chat"
},
"channels": {
"api": "API",
"cli": "CLI",
"dingtalk": "DingTalk",
"discord": "Discord",
"email": "Email",
"feishu": "Feishu",
"matrix": "Matrix",
"msteams": "Microsoft Teams",
"qq": "QQ",
"slack": "Slack",
"telegram": "Telegram",
"wechat": "WeChat",
"wecom": "WeCom",
"weixin": "WeChat",
"whatsapp": "WhatsApp"
},
"schedule": {
"at": "At {{time}}",
"every": "Every {{duration}}",