fix(webui): clarify automation anomaly labels

This commit is contained in:
chengyongru 2026-06-15 15:17:38 +08:00
parent f8bf6aea51
commit 140c4fb49f
2 changed files with 4 additions and 4 deletions

View File

@ -469,14 +469,14 @@
"stats": { "stats": {
"active": "运行中", "active": "运行中",
"paused": "已暂停", "paused": "已暂停",
"failed": "需处理", "failed": "异常",
"system": "系统" "system": "系统"
}, },
"filters": { "filters": {
"all": "全部", "all": "全部",
"active": "运行中", "active": "运行中",
"paused": "已暂停", "paused": "已暂停",
"failed": "需处理", "failed": "异常",
"system": "系统" "system": "系统"
}, },
"sort": { "sort": {

View File

@ -469,14 +469,14 @@
"stats": { "stats": {
"active": "執行中", "active": "執行中",
"paused": "已暫停", "paused": "已暫停",
"failed": "需處理", "failed": "異常",
"system": "系統" "system": "系統"
}, },
"filters": { "filters": {
"all": "全部", "all": "全部",
"active": "執行中", "active": "執行中",
"paused": "已暫停", "paused": "已暫停",
"failed": "需處理", "failed": "異常",
"system": "系統" "system": "系統"
}, },
"sort": { "sort": {