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": "inconnu"
},
"history": {
"ok": "Terminée",
"ok": "Sans erreur",
"error": "Erreur",
"skipped": "Ignorée",
"recent": "Dernier résultat",
"health": "État récent",
"timeline": "Historique dexécution",
"statusWithDuration": "{{status}} · {{duration}}"
"summary": "Exécutions : {{total}} · Problèmes : {{issues}}",
"issueCount": "Problèmes : {{count}}",
"noRecentIssues": "Aucun problème récent",
"lastRan": "Dernière exécution : {{time}}",
"lastRanWithDuration": "Dernière exécution : {{time}} · {{duration}}",
"runMetaWithDuration": "{{time}} · {{duration}}",
"noError": "Aucune erreur enregistrée"
},
"message": {
"showMore": "Afficher le message complet",