fix(webui): simplify automation details

This commit is contained in:
chengyongru
2026-06-15 22:52:26 +08:00
parent 3aa90e539c
commit 87aaf8991a
12 changed files with 11 additions and 433 deletions
-17
View File
@@ -576,20 +576,6 @@
"never": "Nunca",
"unknown": "desconocido"
},
"history": {
"ok": "Sin errores",
"error": "Error",
"skipped": "Omitida",
"health": "Estado reciente",
"timeline": "Historial de ejecuciones",
"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",
"showLess": "Mostrar menos"
@@ -626,9 +612,6 @@
"cronRequired": "La expresión cron es obligatoria.",
"timeRequired": "La hora de ejecución es obligatoria.",
"futureRequired": "La hora de ejecución debe estar en el futuro."
},
"duration": {
"lessThanSecond": "menos de 1 segundo"
}
},
"oauth": {