Implementing auto refresh

This commit is contained in:
Marco De Araujo 2025-12-24 19:05:20 -04:00
parent 4f9ced3e29
commit 2819df185e
7 changed files with 27 additions and 23 deletions

View file

@ -23,3 +23,5 @@ update-fail = Failed to update data: {error}
now = Now
uptime = Uptime
history = History
auto-update-enabled = Auto-update enabled ({interval} min)
update-failed = Update failed: {error}

View file

@ -23,3 +23,5 @@ auto-update-failed = Falha na atualização automática
update-fail = Falha ao atualizar dados
now = Agora
history = Historico
auto-update-enabled = Auto-atualização ativada ({interval} min)
update-failed = Falha na atualização: {error}