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": "desconocido"
},
"history": {
"ok": "Completada",
"ok": "Sin errores",
"error": "Error",
"skipped": "Omitida",
"recent": "Último resultado",
"health": "Estado reciente",
"timeline": "Historial de ejecuciones",
"statusWithDuration": "{{status}} · {{duration}}"
"summary": "Ejecuciones: {{total}} · Problemas: {{issues}}",
"issueCount": "Problemas: {{count}}",
"noRecentIssues": "Sin problemas recientes",
"lastRan": "Última ejecución: {{time}}",
"lastRanWithDuration": "Última ejecución: {{time}} · {{duration}}",
"runMetaWithDuration": "{{time}} · {{duration}}",
"noError": "No se registraron errores"
},
"message": {
"showMore": "Mostrar mensaje completo",