From 51aff8ccdc050103cd011f1b592bcd089da0b740 Mon Sep 17 00:00:00 2001 From: iosonopersia Date: Fri, 13 May 2016 20:45:55 +0200 Subject: [PATCH] Italian translation --- translations/it.json | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 translations/it.json 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" +}