Fix translation error

This commit is contained in:
Marco De Araujo 2026-01-03 08:45:13 -04:00
parent 6e94081db2
commit 5a77198344
4 changed files with 22 additions and 23 deletions

View file

@ -6,9 +6,9 @@ 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}
invalid-monitor-id = Invalid monitor ID: {id}
invalid-period-hours = Invalid period in hours: {hours}
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...
monitors = Monitors
unknown = Unknown
@ -18,11 +18,11 @@ status = Status
error = Error
dashboard-header = Status Dashboard
never = Never
auto-update-failed = Automatic update failed: {error}
update-fail = Failed to update data: {error}
auto-update-failed = Automatic update failed: {$error}
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}
auto-update-enabled = Auto-update enabled ({$interval} min)
update-failed = Update failed: {$error}
key-to-exit = Press 'q' to exit