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": "tidak dikenal"
},
"history": {
"ok": "Selesai",
"ok": "Tanpa error",
"error": "Error",
"skipped": "Dilewati",
"recent": "Hasil terakhir",
"health": "Status terbaru",
"timeline": "Riwayat eksekusi",
"statusWithDuration": "{{status}} · {{duration}}"
"summary": "Eksekusi: {{total}} · Masalah: {{issues}}",
"issueCount": "Masalah: {{count}}",
"noRecentIssues": "Tidak ada masalah terbaru",
"lastRan": "Terakhir berjalan {{time}}",
"lastRanWithDuration": "Terakhir berjalan {{time}} · {{duration}}",
"runMetaWithDuration": "{{time}} · {{duration}}",
"noError": "Tidak ada error tercatat"
},
"message": {
"showMore": "Tampilkan pesan lengkap",