From cb57da334e15dc97ca8074eea65fefc22d01f8d3 Mon Sep 17 00:00:00 2001 From: Roby Date: Sun, 19 Apr 2026 19:51:07 +0200 Subject: [PATCH] update index.html & README.md --- README.md | 4 ++-- templates/index.html | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index c50da8d..968bf41 100644 --- a/README.md +++ b/README.md @@ -23,7 +23,7 @@ The ecosystem consists of three main parts: * **Smart Auto-Healing:** The agent automatically detects crashed services and attempts to revive them before raising critical alerts (includes Telegram notifications). * **Hardware Reset (GPIO):** Physically reboot the MMDVM radio HAT via GPIO pins directly from the dashboard, automatically restarting the host daemon for a fail-proof serial connection recovery. * **Remote Configuration:** Built-in web editor for `.ini` filesβ€”no SSH required. -* **Live Transit Log:** Unified view of radio traffic across the entire network. +* **Live Heard Log:** Unified view of radio traffic across the entire network. * **Global Operations:** Switch profiles (e.g., Profile A/B) or force network-wide configuration updates instantly on all repeaters with one click. * **PWA Ready (Mobile App):** Fully responsive design that can be installed directly on Android/iOS as a Progressive Web App for a native, full-screen mobile experience. @@ -63,7 +63,7 @@ L'ecosistema si compone di tre parti principali: * **Auto-Healing Intelligente:** L'agente rileva automaticamente i servizi andati in blocco e tenta di rianimarli prima di inviare allarmi critici (include notifiche Telegram). * **Reset Hardware (GPIO):** Invia un impulso di reset fisico alla scheda radio MMDVM tramite i pin GPIO direttamente dalla dashboard, riavviando automaticamente il demone host per ripristinare la comunicazione seriale. * **Configurazione Remota:** Editor web integrato per i file `.ini`: modifica i parametri senza accedere in SSH. -* **Log Transiti Live:** Vista unificata del traffico radio di tutta la rete. +* **Log Ascolti Live:** Vista unificata del traffico radio di tutta la rete. * **Operazioni Globali:** Commuta tra diversi assetti (es. Profilo A/B) o forza l'aggiornamento dei dati contemporaneamente su tutta la rete con un solo clic. * **PWA Ready (App Mobile):** Design completamente responsivo, installabile su smartphone Android e iOS come Progressive Web App per un'esperienza fluida e nativa a schermo intero. diff --git a/templates/index.html b/templates/index.html index 6b17cfe..5fc35b2 100644 --- a/templates/index.html +++ b/templates/index.html @@ -172,7 +172,7 @@

- πŸ“‘ Latest Radio Transits + πŸ“‘ Lastheard

@@ -368,7 +368,7 @@ const i18n = { en: { themeLight: "β˜€οΈ LIGHT", themeDark: "πŸŒ™ DARK", - lastTransits: "Latest Radio Transits", loginTitle: "πŸ”’ System Login", + lastTransits: "Lastheard", loginTitle: "πŸ”’ System Login", thTime: "Time", thRep: "Repeater", thMode: "Mode", thCall: "Callsign", thDur: "Duration", thUser: "User", thRole: "Role", thNodes: "Nodes", thActs: "Actions", btnReqCfg: "πŸ”„ REQ CONFIG", btnGlobal: "🚨 GLOBAL OVERRIDE", btnAdmin: "πŸ› οΈ ADMIN", btnPass: "πŸ”‘ PASS", btnLogout: "LOGOUT", @@ -396,7 +396,7 @@ }, it: { themeLight: "β˜€οΈ CHIARO", themeDark: "πŸŒ™ SCURO", - lastTransits: "Ultimi Transiti Radio", loginTitle: "πŸ”’ Login di Sistema", + lastTransits: "Ultimi ascolti", loginTitle: "πŸ”’ Login di Sistema", thTime: "Ora", thRep: "Ripetitore", thMode: "Modo", thCall: "Nominativo", thDur: "Durata", thUser: "Utente", thRole: "Ruolo", thNodes: "Nodi", thActs: "Azioni", btnReqCfg: "πŸ”„ RICHIEDI CONFIG", btnGlobal: "🚨 OVERRIDE GLOBALE", btnAdmin: "πŸ› οΈ ADMIN", btnPass: "πŸ”‘ PASS", btnLogout: "LOGOUT",