fix(webui): make automation history diagnostic
This commit is contained in:
@@ -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": "查看完整訊息",
|
||||
|
||||
Reference in New Issue
Block a user