added last downtime log (closes #55)
added uptime statistics (closes #56) added german translations (closes #57)
This commit is contained in:
parent
acb39f6b2a
commit
e9599373ec
27 changed files with 819 additions and 265 deletions
24
src/assets/i18n/en.json
Normal file
24
src/assets/i18n/en.json
Normal file
|
@ -0,0 +1,24 @@
|
|||
{
|
||||
"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"
|
||||
}
|
Reference in a new issue