Testing ratatui
This commit is contained in:
parent
843d05bec9
commit
ae9065a1e0
7 changed files with 25 additions and 47 deletions
|
|
@ -8,3 +8,7 @@ invalid-json-heartbeat = ❌ Error parssing heartbeat JSON
|
|||
invalid-uptime-key-format = Invalid format for uptime key. Expected format "monitorID_period". Received key: {key}
|
||||
invalid-monitor-id = Invalid monitor ID: {id}
|
||||
invalid-period-hours = Invalid period in hours: {hours}
|
||||
loading = Loading
|
||||
dashboard-header = Dashboard
|
||||
monitors = Monitors
|
||||
unknown = Unknown
|
||||
|
|
|
|||
|
|
@ -8,3 +8,7 @@ invalid-json-heartbeat = ❌ Falha ao parsear JSON do heartbeat
|
|||
invalid-uptime-key-format = Formato inválido na chave de uptime. Chave esperada no formato "monitorID_periodo". Chave recebida: {key}
|
||||
invalid-monitor-id = ID de monitor inválido: {id}
|
||||
invalid-period-hours = Período em horas inválido: {hours}
|
||||
loading = Carregando
|
||||
dashboard-header = Dashboard
|
||||
monitors = Monitors
|
||||
unknown = Desconhecido
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue