From bdd3ea45af147c39e7d2f9c59ffe1ad963ac91f4 Mon Sep 17 00:00:00 2001 From: iosonopersia Date: Fri, 13 May 2016 20:42:56 +0200 Subject: [PATCH 1/2] Added italian language --- translations/translations.js | 1 + 1 file changed, 1 insertion(+) 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", }; From 51aff8ccdc050103cd011f1b592bcd089da0b740 Mon Sep 17 00:00:00 2001 From: iosonopersia Date: Fri, 13 May 2016 20:45:55 +0200 Subject: [PATCH 2/2] 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" +}