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
592 B
25 lines
592 B
1 year ago
|
{
|
||
|
"state": {
|
||
|
"operational": "Operational",
|
||
|
"maintenance": "Maintenance",
|
||
|
"outage": "Outage"
|
||
|
},
|
||
|
"uptime": {
|
||
|
"title": "Uptime",
|
||
|
"last24hours": "Last 24 hours",
|
||
|
"last7days": "Last 7 days",
|
||
|
"last30days": "Last 30 days",
|
||
|
"last90days": "Last 90 days"
|
||
|
},
|
||
|
"recent-events": {
|
||
|
"title": "Recent events",
|
||
|
"operational": "Operational again",
|
||
|
"maintenance": "Maintenance for {{time}}",
|
||
|
"outage": "Outage for {{time}}"
|
||
|
},
|
||
|
"last-updated": "Last updated {{time}}",
|
||
|
"loading": "Loading...",
|
||
|
"show-all": "Show all",
|
||
|
"show-less": "Show less"
|
||
|
}
|