Fix
This commit is contained in:
parent
ae9065a1e0
commit
f2296ec82d
7 changed files with 196 additions and 25 deletions
|
|
@ -8,7 +8,15 @@ 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
|
||||
loading = Loading...
|
||||
monitors = Monitors
|
||||
unknown = Unknown
|
||||
services = Services
|
||||
monitor-not-found = No monitors found
|
||||
status = Status
|
||||
error = Error
|
||||
dashboard-header = Status Dashboard
|
||||
never = Never
|
||||
auto-update-failed = Automatic update failed
|
||||
update-fail = Failed to update data
|
||||
now = Now
|
||||
|
|
|
|||
|
|
@ -8,7 +8,15 @@ 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
|
||||
loading = Carregando...
|
||||
monitors = Monitors
|
||||
unknown = Desconhecido
|
||||
services = Serviços
|
||||
monitor-not-found = Nenhum monitor encontrado
|
||||
status = Status
|
||||
error = Erro
|
||||
dashboard-header = Dashboard de Status
|
||||
never = Nunca
|
||||
auto-update-failed = Falha na atualização automática
|
||||
update-fail = Falha ao atualizar dados
|
||||
now = Agora
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue