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.

it.json 888B

12345678910111213141516171819202122232425262728293031323334
  1. {
  2. "LOADING": "Caricamento in corso …",
  3. "TODAY": "Oggi",
  4. "TOMORROW": "Domani",
  5. "DAYAFTERTOMORROW": "Dopodomani",
  6. "RUNNING": "Termina entro",
  7. "EMPTY": "Nessun evento imminente.",
  8. "WEEK": "Settimana {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": "SSO",
  19. "SW": "SO",
  20. "WSW": "OSO",
  21. "W": "O",
  22. "WNW": "ONO",
  23. "NW": "NO",
  24. "NNW": "NNO",
  25. "FEELS": "Percepiti {DEGREE}",
  26. "UPDATE_NOTIFICATION": "E' disponibile un aggiornamento di MagicMirror².",
  27. "UPDATE_NOTIFICATION_MODULE": "E' disponibile un aggiornamento del modulo {MODULE_NAME}.",
  28. "UPDATE_INFO_SINGLE": "L'installazione è {COMMIT_COUNT} commit indietro rispetto all'attuale branch {BRANCH_NAME}.",
  29. "UPDATE_INFO_MULTIPLE": "L'installazione è {COMMIT_COUNT} commits indietro rispetto all'attuale branch {BRANCH_NAME}."
  30. }