Moving from Line to Table
This commit is contained in:
parent
ce32ab53f0
commit
d614ec4d18
4 changed files with 78 additions and 112 deletions
|
|
@ -3,6 +3,7 @@ missing_api_key = ❌ API key not provided. Use --api-key or environment variabl
|
|||
success = ✅ Metrics received successfully!
|
||||
metrics_preview = 📋 First 200 characters of metrics:
|
||||
Response = Response
|
||||
response = response
|
||||
invalid-json-status-page = ❌ Error parssing status page JSON
|
||||
invalid-json-heartbeat = ❌ Error parssing heartbeat JSON
|
||||
invalid-uptime-key-format = Invalid format for uptime key. Expected format "monitorID_period". Received key: {key}
|
||||
|
|
@ -20,3 +21,5 @@ never = Never
|
|||
auto-update-failed = Automatic update failed
|
||||
update-fail = Failed to update data
|
||||
now = Now
|
||||
uptime = Uptime
|
||||
history = History
|
||||
|
|
|
|||
|
|
@ -3,6 +3,7 @@ metrics_preview = 📋 Primeiras 200 caracteres das métricas:
|
|||
missing_api_key = ❌ API key não fornecida. Use --api-key ou a variável de ambiente UPTIME_API_KEY
|
||||
missing_url = ❌ URL não fornecida. Use --url ou a variável de ambiente UPTIME_URL
|
||||
Response = Resposta
|
||||
response = resposta
|
||||
invalid-json-status-page = ❌ Falha ao parsear JSON do status page
|
||||
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}
|
||||
|
|
@ -10,6 +11,7 @@ invalid-monitor-id = ID de monitor inválido: {id}
|
|||
invalid-period-hours = Período em horas inválido: {hours}
|
||||
loading = Carregando...
|
||||
monitors = Monitors
|
||||
monitor = Monitor
|
||||
unknown = Desconhecido
|
||||
services = Serviços
|
||||
monitor-not-found = Nenhum monitor encontrado
|
||||
|
|
@ -20,3 +22,4 @@ never = Nunca
|
|||
auto-update-failed = Falha na atualização automática
|
||||
update-fail = Falha ao atualizar dados
|
||||
now = Agora
|
||||
history = Historico
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue