Merge pull request #325 from iosonopersia/master

Italian translation
This commit is contained in:
Michael Teeuw 2016-05-13 21:54:48 +02:00
commit 9317e2a36b
2 changed files with 28 additions and 0 deletions

27
translations/it.json Normal file
View File

@ -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"
}

View File

@ -12,4 +12,5 @@ var translations = {
"fr" : "translations/fr.json",
"fy" : "translations/fy.json",
"es" : "translations/es.json",
"it" : "translations/it.json",
};