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.
25 lines
628 B
25 lines
628 B
1 year ago
|
{
|
||
|
"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"
|
||
|
}
|