Last active
February 12, 2017 11:06
-
-
Save qistoph/d30c044cb65f0b6eba79da9b7c8bdc9f to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"GENERAL": { | |
"LOADING": "Loading …" | |
}, | |
"CALENDAR": { | |
"TODAY": "Today", | |
"TOMORROW": "Tomorrow", | |
"DAYAFTERTOMORROW": "The day after tomorrow", | |
"RUNNING": "Ends in", | |
"EMPTY": "No upcoming events." | |
}, | |
"WEATHER": { | |
"N": "N", | |
"NNE": "NNE", | |
"NE": "NE", | |
"ENE": "ENE", | |
"E": "E", | |
"ESE": "ESE", | |
"SE": "SE", | |
"SSE": "SSE", | |
"S": "S", | |
"SSW": "SSW", | |
"SW": "SW", | |
"WSW": "WSW", | |
"W": "W", | |
"WNW": "WNW", | |
"NW": "NW", | |
"NNW": "NNW" | |
}, | |
"UPDATE INFO": { | |
"UPDATE_NOTIFICATION": "MagicMirror² update available.", | |
"UPDATE_NOTIFICATION_MODULE": "Update available for MODULE_NAME module.", | |
"UPDATE_INFO": "The current installation is COMMIT_COUNT behind on the BRANCH_NAME branch." | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment