fix(webui): make automation history diagnostic

This commit is contained in:
chengyongru
2026-06-15 21:54:09 +08:00
parent acf408ced2
commit 3aa90e539c
12 changed files with 189 additions and 76 deletions
+9 -3
View File
@@ -577,12 +577,18 @@
"unknown": "未知"
},
"history": {
"ok": "完成",
"ok": "正常",
"error": "錯誤",
"skipped": "已略過",
"recent": "最近結果",
"health": "最近健康狀態",
"timeline": "執行記錄",
"statusWithDuration": "{{status}} · {{duration}}"
"summary": "執行:{{total}} · 問題:{{issues}}",
"issueCount": "問題:{{count}}",
"noRecentIssues": "近期無問題",
"lastRan": "最後執行於 {{time}}",
"lastRanWithDuration": "最後執行於 {{time}} · {{duration}}",
"runMetaWithDuration": "{{time}} · {{duration}}",
"noError": "未記錄錯誤"
},
"message": {
"showMore": "查看完整訊息",