Adds a London Underground status widget

This commit is contained in:
Alicia Sykes
2021-12-10 13:17:48 +00:00
parent c38a094a63
commit cf7e021a82
5 changed files with 231 additions and 15 deletions

View File

@@ -1,7 +1,8 @@
{
"home": {
"no-results": "No Search Results",
"no-data": "No Data Configured"
"no-data": "No Data Configured",
"no-items-section": "No Items to Show Yet"
},
"search": {
"search-label": "Search",
@@ -243,5 +244,19 @@
"download-file-tooltip": "Download all app config to your device, in a YAML file",
"view-title": "View Config"
}
},
"widgets": {
"general": {
"loading": "Loading...",
"show-more": "Expand Details",
"show-less": "Show Less"
},
"clock": {},
"weather": {},
"weather-forecast": {},
"tfl-status": {
"good-service-all": "Good Service on all Lines",
"good-service-rest": "Good Service on all other Lines"
}
}
}