Skip to content

Instantly share code, notes, and snippets.

@qistoph
Last active February 12, 2017 11:06
Show Gist options
  • Save qistoph/d30c044cb65f0b6eba79da9b7c8bdc9f to your computer and use it in GitHub Desktop.
Save qistoph/d30c044cb65f0b6eba79da9b7c8bdc9f to your computer and use it in GitHub Desktop.
{
"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