diff --git a/translations/it.json b/translations/it.json new file mode 100644 index 00000000..828d0f95 --- /dev/null +++ b/translations/it.json @@ -0,0 +1,27 @@ +{ + /* GENERAL */ + "LOADING": "Caricamento in corso …", + + /* CALENDAR */ + "TODAY": "Oggi", + "TOMORROW": "Domani", + "RUNNING": "Termina entro", + "EMPTY": "Nessun evento in arrivo.", + + /* WEATHER */ + "N": "N", + "NNE": "NNE", + "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" +} diff --git a/translations/translations.js b/translations/translations.js index 870fb909..25ad77d5 100644 --- a/translations/translations.js +++ b/translations/translations.js @@ -12,4 +12,5 @@ var translations = { "fr" : "translations/fr.json", "fy" : "translations/fy.json", "es" : "translations/es.json", + "it" : "translations/it.json", };