mirror of
https://github.com/MichMich/MagicMirror.git
synced 2025-07-22 19:42:58 +00:00
This change it done in commit c80e04fe8d389a438a4d1676037408b745630a9c and this patch revert to old status for this file.
37 lines
826 B
JSON
37 lines
826 B
JSON
{
|
|
"LOADING": "Loading …",
|
|
|
|
"TODAY": "Today",
|
|
"TOMORROW": "Tomorrow",
|
|
"DAYAFTERTOMORROW": "In 2 days",
|
|
"RUNNING": "Ends in",
|
|
"EMPTY": "No upcoming events.",
|
|
|
|
"WEEK": "Week {weekNumber}",
|
|
|
|
"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_NOTIFICATION": "MagicMirror² update available.",
|
|
"UPDATE_NOTIFICATION_MODULE": "Update available for {MODULE_NAME} module.",
|
|
"UPDATE_INFO_SINGLE": "The current installation is {COMMIT_COUNT} commit behind on the {BRANCH_NAME} branch.",
|
|
"UPDATE_INFO_MULTIPLE": "The current installation is {COMMIT_COUNT} commits behind on the {BRANCH_NAME} branch.",
|
|
|
|
"FEELS": "Feels like",
|
|
"PRECIP": "PoP"
|
|
}
|