A simple, universal public Statuspage.
https://status.sp-codes.de
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
24 lines
628 B
24 lines
628 B
{ |
|
"state": { |
|
"operational": "Funktionsfähig", |
|
"maintenance": "Wartung", |
|
"outage": "Ausfall" |
|
}, |
|
"uptime": { |
|
"title": "Verfügbarkeit", |
|
"last24hours": "Letzte 24 Stunden", |
|
"last7days": "Letzte 7 Tage", |
|
"last30days": "Letzte 30 Tage", |
|
"last90days": "Letzte 90 Tage" |
|
}, |
|
"recent-events": { |
|
"title": "Letzte Ereignisse", |
|
"operational": "Wieder funktionsfähig", |
|
"maintenance": "Wartung für {{time}}", |
|
"outage": "Ausfall für {{time}}" |
|
}, |
|
"last-updated": "Aktualisiert {{time}}", |
|
"loading": "Lade...", |
|
"show-all": "Alle anzeigen", |
|
"show-less": "Weniger anzeigen" |
|
}
|
|
|