Translate to pt, fix some ui details, add proper icon and logo

This commit is contained in:
litoral05
2026-05-11 17:17:50 +01:00
parent c1e9aeb386
commit 12358327c9
73 changed files with 529 additions and 598 deletions
@@ -84,16 +84,16 @@ export function NetworkTrafficChart() {
<div className="mb-4 flex items-center justify-between">
<div>
<h3 className="font-semibold text-white">
Network Traffic
Tráfego de Rede
</h3>
<p className="text-xs text-slate-500">
Live wg0 RX/TX throughput
Débito RX/TX wg0 em direto
</p>
</div>
<span className="rounded-lg border border-white/10 bg-slate-900 px-3 py-1 text-xs text-slate-400">
3s refresh
Atualização 3s
</span>
</div>