Software zum Installieren eines Smart-Mirror Frameworks , zum Nutzen von hochschulrelevanten Informationen, auf einem Raspberry-Pi.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

TranslationTest.json 772B

123456789101112131415161718192021222324252627282930313233
  1. {
  2. "LOADING": "Loading …",
  3. "TODAY": "Today",
  4. "TOMORROW": "Tomorrow",
  5. "DAYAFTERTOMORROW": "In 2 days",
  6. "RUNNING": "Ends in",
  7. "EMPTY": "No upcoming events.",
  8. "WEEK": "Week {weekNumber}",
  9. "N": "N",
  10. "NNE": "NNE",
  11. "NE": "NE",
  12. "ENE": "ENE",
  13. "E": "E",
  14. "ESE": "ESE",
  15. "SE": "SE",
  16. "SSE": "SSE",
  17. "S": "S",
  18. "SSW": "SSW",
  19. "SW": "SW",
  20. "WSW": "WSW",
  21. "W": "W",
  22. "WNW": "WNW",
  23. "NW": "NW",
  24. "NNW": "NNW",
  25. "UPDATE_NOTIFICATION": "MagicMirror² update available.",
  26. "UPDATE_NOTIFICATION_MODULE": "Update available for MODULE_NAME module.",
  27. "UPDATE_INFO_SINGLE": "The current installation is COMMIT_COUNT commit behind on the BRANCH_NAME branch.",
  28. "UPDATE_INFO_MULTIPLE": "The current installation is COMMIT_COUNT commits behind on the BRANCH_NAME branch."
  29. }