diff --git a/umap/locale/it/LC_MESSAGES/django.mo b/umap/locale/it/LC_MESSAGES/django.mo index a64f98e8..65e224c0 100644 Binary files a/umap/locale/it/LC_MESSAGES/django.mo and b/umap/locale/it/LC_MESSAGES/django.mo differ diff --git a/umap/locale/it/LC_MESSAGES/django.po b/umap/locale/it/LC_MESSAGES/django.po index 2530a376..e97e4a10 100644 --- a/umap/locale/it/LC_MESSAGES/django.po +++ b/umap/locale/it/LC_MESSAGES/django.po @@ -9,6 +9,7 @@ # Marco , 2019 # Marco , 2018 # Maurizio Napolitano , 2013,2017 +# MIrco Zorzo , 2020 # claudiamocci , 2013 # Simone Cortesi , 2014 # YOHAN BONIFACE , 2012 @@ -17,8 +18,8 @@ msgstr "" "Project-Id-Version: uMap\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2019-04-07 14:28+0000\n" -"PO-Revision-Date: 2019-04-07 14:28+0000\n" -"Last-Translator: yohanboniface \n" +"PO-Revision-Date: 2020-02-19 08:35+0000\n" +"Last-Translator: MIrco Zorzo \n" "Language-Team: Italian (http://www.transifex.com/yohanboniface/umap/language/it/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -33,7 +34,7 @@ msgid "" "need a stable instance, please use %(stable_url)s. You can also host your own " "instance, it's open source!" -msgstr "Questa è una demo da utilizzare solo per test e prototipi. Qualora sia necessaria una versione stabile si deve utilizzare l'indirizzo a href=\"%(stable_url)s\">%(stable_url)s. Chiunque inoltre può crearsi una propria istanza, uMap è software libero!" +msgstr "Questa è una demo da utilizzare solo per test e prototipi. Qualora sia necessaria una versione stabile si deve utilizzare l'indirizzo %(stable_url)s. Chiunque inoltre può crearsi una propria istanza, uMap è software libero!" #: tmp/framacarte/templates/umap/home.html:83 #: tmp/framacarte/templates/umap/navigation.html:14 @@ -132,7 +133,7 @@ msgstr "solo autori" #: umap/models.py:123 msgid "blocked" -msgstr "" +msgstr "bloccato" #: umap/models.py:126 umap/models.py:256 msgid "description" @@ -233,7 +234,7 @@ msgstr "Seleziona un fornitore" msgid "" "uMap lets you create maps with OpenStreetMap " "layers in a minute and embed them in your site." -msgstr "" +msgstr "uMap ti permette di creare mappe con livelli OpenStreetMap in un minuto e inserirle nel tuo sito." #: umap/templates/umap/about_summary.html:11 msgid "Choose the layers of your map" diff --git a/umap/static/umap/locale/it.js b/umap/static/umap/locale/it.js index 5c7c0c28..3c3e1b7f 100644 --- a/umap/static/umap/locale/it.js +++ b/umap/static/umap/locale/it.js @@ -303,7 +303,7 @@ var locale = { "User content credits": "Riconoscimenti ai contenuti utente", "User interface options": "Opzioni interfaccia utente", "Versions": "Versioni", - "View Fullscreen": "View Fullscreen", + "View Fullscreen": "Visualizza a schermo intero", "Where do we go from here?": "Da dove ci spostiamo da qui?", "Whether to display or not polygons paths.": "Whether to display or not polygons paths.", "Whether to fill polygons with color.": "Whether to fill polygons with color.", @@ -362,10 +362,10 @@ var locale = { "Popup (large)": "Popup (grande)", "Popup content style": "Stile del contenuto del Popup", "Popup shape": "Forma del Popup", - "Skipping unknown geometry.type: {type}": "Skipping unknown geometry.type: {type}", - "Optional.": "Optional.", - "Paste your data here": "Paste your data here", - "Please save the map first": "Please save the map first" + "Skipping unknown geometry.type: {type}": "Salta le geometrie sconosciute.type: {type}", + "Optional.": "Opzionale.", + "Paste your data here": "Incolla i tuoi dati qui", + "Please save the map first": "Per favore prima salva la mappa " }; L.registerLocale("it", locale); L.setLocale("it"); \ No newline at end of file diff --git a/umap/static/umap/locale/it.json b/umap/static/umap/locale/it.json index fc0c9e52..f8a17f59 100644 --- a/umap/static/umap/locale/it.json +++ b/umap/static/umap/locale/it.json @@ -303,7 +303,7 @@ "User content credits": "Riconoscimenti ai contenuti utente", "User interface options": "Opzioni interfaccia utente", "Versions": "Versioni", - "View Fullscreen": "View Fullscreen", + "View Fullscreen": "Visualizza a schermo intero", "Where do we go from here?": "Da dove ci spostiamo da qui?", "Whether to display or not polygons paths.": "Whether to display or not polygons paths.", "Whether to fill polygons with color.": "Whether to fill polygons with color.", @@ -362,8 +362,8 @@ "Popup (large)": "Popup (grande)", "Popup content style": "Stile del contenuto del Popup", "Popup shape": "Forma del Popup", - "Skipping unknown geometry.type: {type}": "Skipping unknown geometry.type: {type}", - "Optional.": "Optional.", - "Paste your data here": "Paste your data here", - "Please save the map first": "Please save the map first" + "Skipping unknown geometry.type: {type}": "Salta le geometrie sconosciute.type: {type}", + "Optional.": "Opzionale.", + "Paste your data here": "Incolla i tuoi dati qui", + "Please save the map first": "Per favore prima salva la mappa " } \ No newline at end of file