umap-project 1.14.0a4__py3-none-any.whl → 2.0.0a0__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Potentially problematic release.
This version of umap-project might be problematic. Click here for more details.
- umap/__init__.py +1 -1
- umap/decorators.py +0 -14
- umap/locale/br/LC_MESSAGES/django.mo +0 -0
- umap/locale/br/LC_MESSAGES/django.po +137 -85
- umap/locale/cs_CZ/LC_MESSAGES/django.mo +0 -0
- umap/locale/cs_CZ/LC_MESSAGES/django.po +136 -84
- umap/locale/el/LC_MESSAGES/django.mo +0 -0
- umap/locale/el/LC_MESSAGES/django.po +136 -84
- umap/locale/en/LC_MESSAGES/django.po +128 -88
- umap/locale/es/LC_MESSAGES/django.mo +0 -0
- umap/locale/es/LC_MESSAGES/django.po +136 -84
- umap/locale/fr/LC_MESSAGES/django.mo +0 -0
- umap/locale/fr/LC_MESSAGES/django.po +131 -91
- umap/locale/hu/LC_MESSAGES/django.mo +0 -0
- umap/locale/hu/LC_MESSAGES/django.po +137 -85
- umap/locale/it/LC_MESSAGES/django.mo +0 -0
- umap/locale/it/LC_MESSAGES/django.po +136 -84
- umap/locale/ms/LC_MESSAGES/django.mo +0 -0
- umap/locale/ms/LC_MESSAGES/django.po +136 -84
- umap/locale/pl/LC_MESSAGES/django.mo +0 -0
- umap/locale/pl/LC_MESSAGES/django.po +136 -84
- umap/locale/sv/LC_MESSAGES/django.mo +0 -0
- umap/locale/sv/LC_MESSAGES/django.po +135 -83
- umap/locale/zh_TW/LC_MESSAGES/django.mo +0 -0
- umap/locale/zh_TW/LC_MESSAGES/django.po +143 -91
- umap/models.py +23 -1
- umap/settings/__init__.py +1 -4
- umap/settings/base.py +1 -0
- umap/static/umap/base.css +5 -0
- umap/static/umap/content.css +185 -13
- umap/static/umap/favicons/icon.svg +2 -2
- umap/static/umap/img/edit.svg +3 -3
- umap/static/umap/img/icon-delete.svg +4 -0
- umap/static/umap/img/icon-download.svg +13 -0
- umap/static/umap/img/icon-duplicate.svg +5 -0
- umap/static/umap/img/icon-edit.svg +12 -0
- umap/static/umap/img/icon-share.svg +11 -0
- umap/static/umap/img/icon-view.svg +12 -0
- umap/static/umap/img/logo.svg +2 -2
- umap/static/umap/img/logo_small.svg +2 -2
- umap/static/umap/img/marker.svg +4 -0
- umap/static/umap/img/opensource.svg +2 -2
- umap/static/umap/img/osm.svg +2 -2
- umap/static/umap/js/components/fragment.js +1 -1
- umap/static/umap/js/modules/browser.js +159 -0
- umap/static/umap/js/modules/global.js +3 -1
- umap/static/umap/js/modules/request.js +155 -0
- umap/static/umap/js/umap.autocomplete.js +28 -38
- umap/static/umap/js/umap.controls.js +73 -58
- umap/static/umap/js/umap.core.js +4 -9
- umap/static/umap/js/umap.datalayer.permissions.js +13 -12
- umap/static/umap/js/umap.features.js +51 -49
- umap/static/umap/js/umap.forms.js +19 -19
- umap/static/umap/js/umap.icon.js +17 -17
- umap/static/umap/js/umap.importer.js +2 -1
- umap/static/umap/js/umap.js +242 -291
- umap/static/umap/js/umap.layer.js +173 -140
- umap/static/umap/js/umap.permissions.js +24 -25
- umap/static/umap/js/umap.popup.js +14 -14
- umap/static/umap/js/umap.share.js +4 -4
- umap/static/umap/js/umap.slideshow.js +4 -4
- umap/static/umap/js/umap.tableeditor.js +2 -2
- umap/static/umap/js/umap.ui.js +1 -1
- umap/static/umap/locale/am_ET.js +1 -11
- umap/static/umap/locale/am_ET.json +1 -11
- umap/static/umap/locale/ar.js +1 -11
- umap/static/umap/locale/ar.json +1 -11
- umap/static/umap/locale/ast.js +1 -11
- umap/static/umap/locale/ast.json +1 -11
- umap/static/umap/locale/bg.js +1 -11
- umap/static/umap/locale/bg.json +1 -11
- umap/static/umap/locale/br.js +1 -11
- umap/static/umap/locale/br.json +1 -11
- umap/static/umap/locale/ca.js +1 -11
- umap/static/umap/locale/ca.json +1 -11
- umap/static/umap/locale/cs_CZ.js +1 -11
- umap/static/umap/locale/cs_CZ.json +1 -11
- umap/static/umap/locale/da.js +1 -11
- umap/static/umap/locale/da.json +1 -11
- umap/static/umap/locale/de.js +1 -11
- umap/static/umap/locale/de.json +1 -11
- umap/static/umap/locale/el.js +1 -11
- umap/static/umap/locale/el.json +1 -11
- umap/static/umap/locale/en.js +1 -11
- umap/static/umap/locale/en.json +1 -11
- umap/static/umap/locale/en_US.json +1 -11
- umap/static/umap/locale/es.js +1 -11
- umap/static/umap/locale/es.json +1 -11
- umap/static/umap/locale/et.js +1 -11
- umap/static/umap/locale/et.json +1 -11
- umap/static/umap/locale/fa_IR.js +6 -16
- umap/static/umap/locale/fa_IR.json +6 -16
- umap/static/umap/locale/fi.js +1 -11
- umap/static/umap/locale/fi.json +1 -11
- umap/static/umap/locale/fr.js +1 -11
- umap/static/umap/locale/fr.json +1 -11
- umap/static/umap/locale/gl.js +1 -11
- umap/static/umap/locale/gl.json +1 -11
- umap/static/umap/locale/he.js +1 -11
- umap/static/umap/locale/he.json +1 -11
- umap/static/umap/locale/hr.js +1 -11
- umap/static/umap/locale/hr.json +1 -11
- umap/static/umap/locale/hu.js +1 -11
- umap/static/umap/locale/hu.json +1 -11
- umap/static/umap/locale/id.js +1 -11
- umap/static/umap/locale/id.json +1 -11
- umap/static/umap/locale/is.js +1 -11
- umap/static/umap/locale/is.json +1 -11
- umap/static/umap/locale/it.js +1 -11
- umap/static/umap/locale/it.json +1 -11
- umap/static/umap/locale/ja.js +1 -11
- umap/static/umap/locale/ja.json +1 -11
- umap/static/umap/locale/ko.js +1 -11
- umap/static/umap/locale/ko.json +1 -11
- umap/static/umap/locale/lt.js +1 -11
- umap/static/umap/locale/lt.json +1 -11
- umap/static/umap/locale/ms.js +1 -11
- umap/static/umap/locale/ms.json +1 -11
- umap/static/umap/locale/nl.js +1 -11
- umap/static/umap/locale/nl.json +1 -11
- umap/static/umap/locale/no.js +1 -11
- umap/static/umap/locale/no.json +1 -11
- umap/static/umap/locale/pl.js +1 -11
- umap/static/umap/locale/pl.json +1 -11
- umap/static/umap/locale/pl_PL.json +1 -11
- umap/static/umap/locale/pt.js +1 -11
- umap/static/umap/locale/pt.json +1 -11
- umap/static/umap/locale/pt_BR.js +1 -11
- umap/static/umap/locale/pt_BR.json +1 -11
- umap/static/umap/locale/pt_PT.js +1 -11
- umap/static/umap/locale/pt_PT.json +1 -11
- umap/static/umap/locale/ro.js +1 -11
- umap/static/umap/locale/ro.json +1 -11
- umap/static/umap/locale/ru.js +1 -11
- umap/static/umap/locale/ru.json +1 -11
- umap/static/umap/locale/sk_SK.js +1 -11
- umap/static/umap/locale/sk_SK.json +1 -11
- umap/static/umap/locale/sl.js +1 -11
- umap/static/umap/locale/sl.json +1 -11
- umap/static/umap/locale/sr.js +1 -11
- umap/static/umap/locale/sr.json +1 -11
- umap/static/umap/locale/sv.js +1 -11
- umap/static/umap/locale/sv.json +1 -11
- umap/static/umap/locale/th_TH.js +1 -11
- umap/static/umap/locale/th_TH.json +1 -11
- umap/static/umap/locale/tr.js +1 -11
- umap/static/umap/locale/tr.json +1 -11
- umap/static/umap/locale/uk_UA.js +1 -11
- umap/static/umap/locale/uk_UA.json +1 -11
- umap/static/umap/locale/vi.js +1 -11
- umap/static/umap/locale/vi.json +1 -11
- umap/static/umap/locale/vi_VN.json +1 -11
- umap/static/umap/locale/zh.js +1 -11
- umap/static/umap/locale/zh.json +1 -11
- umap/static/umap/locale/zh_CN.json +1 -11
- umap/static/umap/locale/zh_TW.Big5.json +1 -11
- umap/static/umap/locale/zh_TW.js +17 -27
- umap/static/umap/locale/zh_TW.json +17 -27
- umap/static/umap/map.css +2 -2
- umap/static/umap/nav.css +2 -1
- umap/static/umap/test/.eslintrc +0 -1
- umap/static/umap/test/Choropleth.js +29 -27
- umap/static/umap/test/DataLayer.js +207 -239
- umap/static/umap/test/Feature.js +33 -58
- umap/static/umap/test/Map.Export.js +11 -11
- umap/static/umap/test/Map.js +66 -67
- umap/static/umap/test/Marker.js +36 -32
- umap/static/umap/test/Polygon.js +95 -95
- umap/static/umap/test/Polyline.js +31 -31
- umap/static/umap/test/TableEditor.js +29 -25
- umap/static/umap/test/_pre.js +2 -7
- umap/static/umap/test/index.html +4 -4
- umap/static/umap/vendors/contextmenu/leaflet.contextmenu.css +54 -0
- umap/static/umap/vendors/contextmenu/leaflet.contextmenu.js +586 -0
- umap/static/umap/vendors/csv2geojson/index.js +259 -0
- umap/static/umap/vendors/dompurify/purify.js +1633 -0
- umap/static/umap/vendors/locatecontrol/L.Control.Locate.css +63 -0
- umap/static/umap/vendors/locatecontrol/L.Control.Locate.js +950 -0
- umap/static/umap/vendors/minimap/Control.MiniMap.css +88 -0
- umap/static/umap/vendors/minimap/Control.MiniMap.js +352 -0
- umap/static/umap/vendors/togeojson/togeojson.js +2 -0
- umap/templates/auth/user_form.html +3 -2
- umap/templates/base.html +1 -0
- umap/templates/registration/login.html +51 -36
- umap/templates/umap/about_summary.html +1 -1
- umap/templates/umap/branding.html +3 -0
- umap/templates/umap/content.html +15 -39
- umap/templates/umap/header.html +0 -0
- umap/templates/umap/home.html +4 -2
- umap/templates/umap/js.html +0 -1
- umap/templates/umap/map_detail.html +9 -0
- umap/templates/umap/map_init.html +1 -1
- umap/templates/umap/map_messages.html +4 -2
- umap/templates/umap/map_table.html +130 -69
- umap/templates/umap/navigation.html +2 -4
- umap/templates/umap/user_dashboard.html +29 -6
- umap/tests/base.py +1 -1
- umap/tests/integration/conftest.py +18 -0
- umap/tests/integration/test_anonymous_owned_map.py +6 -3
- umap/tests/integration/test_browser.py +166 -6
- umap/tests/integration/test_collaborative_editing.py +142 -0
- umap/tests/integration/test_dashboard.py +17 -0
- umap/tests/integration/test_edit_datalayer.py +4 -3
- umap/tests/integration/test_export_map.py +1 -1
- umap/tests/integration/test_import.py +9 -4
- umap/tests/integration/test_map.py +64 -0
- umap/tests/integration/test_map_preview.py +75 -0
- umap/tests/integration/test_owned_map.py +11 -25
- umap/tests/integration/test_picto.py +3 -3
- umap/tests/integration/test_querystring.py +52 -0
- umap/tests/integration/test_share.py +22 -0
- umap/tests/test_map_views.py +157 -14
- umap/tests/test_merge_features.py +5 -5
- umap/tests/test_views.py +50 -11
- umap/urls.py +6 -12
- umap/utils.py +1 -1
- umap/views.py +170 -47
- {umap_project-1.14.0a4.dist-info → umap_project-2.0.0a0.dist-info}/METADATA +13 -15
- {umap_project-1.14.0a4.dist-info → umap_project-2.0.0a0.dist-info}/RECORD +222 -200
- umap/static/umap/js/umap.browser.js +0 -148
- umap/static/umap/js/umap.xhr.js +0 -304
- umap/static/umap/test/Controls.js +0 -100
- umap/static/umap/test/Map.Init.js +0 -46
- {umap_project-1.14.0a4.dist-info → umap_project-2.0.0a0.dist-info}/WHEEL +0 -0
- {umap_project-1.14.0a4.dist-info → umap_project-2.0.0a0.dist-info}/entry_points.txt +0 -0
- {umap_project-1.14.0a4.dist-info → umap_project-2.0.0a0.dist-info}/licenses/LICENSE +0 -0
|
@@ -20,7 +20,7 @@ msgid ""
|
|
|
20
20
|
msgstr ""
|
|
21
21
|
"Project-Id-Version: uMap\n"
|
|
22
22
|
"Report-Msgid-Bugs-To: \n"
|
|
23
|
-
"POT-Creation-Date: 2024-
|
|
23
|
+
"POT-Creation-Date: 2024-02-09 10:52+0000\n"
|
|
24
24
|
"PO-Revision-Date: 2013-11-22 14:00+0000\n"
|
|
25
25
|
"Last-Translator: Francesco Piero Paolicelli <piersoft2@gmail.com>, 2023\n"
|
|
26
26
|
"Language-Team: Italian (http://app.transifex.com/openstreetmap/umap/language/it/)\n"
|
|
@@ -38,7 +38,7 @@ msgstr "Modificabile solo con il link segreto"
|
|
|
38
38
|
msgid "Everyone can edit"
|
|
39
39
|
msgstr "Chiunque può modificare"
|
|
40
40
|
|
|
41
|
-
#: forms.py:69 models.py:
|
|
41
|
+
#: forms.py:69 models.py:371
|
|
42
42
|
msgid "Inherit"
|
|
43
43
|
msgstr "Inherit"
|
|
44
44
|
|
|
@@ -46,107 +46,107 @@ msgstr "Inherit"
|
|
|
46
46
|
msgid "Site is readonly for maintenance"
|
|
47
47
|
msgstr "Il sito in sola lettura per manutenzione"
|
|
48
48
|
|
|
49
|
-
#: models.py:
|
|
49
|
+
#: models.py:50
|
|
50
50
|
msgid "name"
|
|
51
51
|
msgstr "nome"
|
|
52
52
|
|
|
53
|
-
#: models.py:
|
|
53
|
+
#: models.py:81
|
|
54
54
|
msgid "details"
|
|
55
55
|
msgstr "dettagli"
|
|
56
56
|
|
|
57
|
-
#: models.py:
|
|
57
|
+
#: models.py:82
|
|
58
58
|
msgid "Link to a page where the licence is detailed."
|
|
59
59
|
msgstr "Link alla pagina con i dettagli della licenza"
|
|
60
60
|
|
|
61
|
-
#: models.py:
|
|
61
|
+
#: models.py:92
|
|
62
62
|
msgid "URL template using OSM tile format"
|
|
63
63
|
msgstr "Modello dell'URL usando il formato delle tile OSM"
|
|
64
64
|
|
|
65
|
-
#: models.py:
|
|
65
|
+
#: models.py:98
|
|
66
66
|
msgid "Order of the tilelayers in the edit box"
|
|
67
67
|
msgstr "Ordine degli sfondi (tilelayers) nel box di modifica"
|
|
68
68
|
|
|
69
|
-
#: models.py:
|
|
69
|
+
#: models.py:144 models.py:372
|
|
70
70
|
msgid "Everyone"
|
|
71
71
|
msgstr "Chiunque"
|
|
72
72
|
|
|
73
|
-
#: models.py:
|
|
73
|
+
#: models.py:145 models.py:151 models.py:373
|
|
74
74
|
msgid "Editors only"
|
|
75
75
|
msgstr "Solamente chi contribuisce"
|
|
76
76
|
|
|
77
|
-
#: models.py:
|
|
77
|
+
#: models.py:146 models.py:374
|
|
78
78
|
msgid "Owner only"
|
|
79
79
|
msgstr "Solo chi ha la proprietà"
|
|
80
80
|
|
|
81
|
-
#: models.py:
|
|
81
|
+
#: models.py:149
|
|
82
82
|
msgid "Everyone (public)"
|
|
83
83
|
msgstr "Chiunque (pubblico)"
|
|
84
84
|
|
|
85
|
-
#: models.py:
|
|
85
|
+
#: models.py:150
|
|
86
86
|
msgid "Anyone with link"
|
|
87
87
|
msgstr "Chiunque abbia il link"
|
|
88
88
|
|
|
89
|
-
#: models.py:
|
|
89
|
+
#: models.py:152
|
|
90
90
|
msgid "Blocked"
|
|
91
91
|
msgstr "Bloccata"
|
|
92
92
|
|
|
93
|
-
#: models.py:
|
|
93
|
+
#: models.py:155 models.py:378
|
|
94
94
|
msgid "description"
|
|
95
95
|
msgstr "descrizione"
|
|
96
96
|
|
|
97
|
-
#: models.py:
|
|
97
|
+
#: models.py:156
|
|
98
98
|
msgid "center"
|
|
99
99
|
msgstr "centra"
|
|
100
100
|
|
|
101
|
-
#: models.py:
|
|
101
|
+
#: models.py:157
|
|
102
102
|
msgid "zoom"
|
|
103
103
|
msgstr "zoom"
|
|
104
104
|
|
|
105
|
-
#: models.py:
|
|
105
|
+
#: models.py:159
|
|
106
106
|
msgid "locate"
|
|
107
107
|
msgstr "localizza"
|
|
108
108
|
|
|
109
|
-
#: models.py:
|
|
109
|
+
#: models.py:159
|
|
110
110
|
msgid "Locate user on load?"
|
|
111
111
|
msgstr "Geolocalizzare l'utente al caricamento?"
|
|
112
112
|
|
|
113
|
-
#: models.py:
|
|
113
|
+
#: models.py:163
|
|
114
114
|
msgid "Choose the map licence."
|
|
115
115
|
msgstr "Scegliere una licenza per la mappa."
|
|
116
116
|
|
|
117
|
-
#: models.py:
|
|
117
|
+
#: models.py:164
|
|
118
118
|
msgid "licence"
|
|
119
119
|
msgstr "licenza"
|
|
120
120
|
|
|
121
|
-
#: models.py:
|
|
121
|
+
#: models.py:175
|
|
122
122
|
msgid "owner"
|
|
123
123
|
msgstr "proprietario"
|
|
124
124
|
|
|
125
|
-
#: models.py:
|
|
125
|
+
#: models.py:179
|
|
126
126
|
msgid "editors"
|
|
127
127
|
msgstr "contributore"
|
|
128
128
|
|
|
129
|
-
#: models.py:
|
|
129
|
+
#: models.py:184 models.py:392
|
|
130
130
|
msgid "edit status"
|
|
131
131
|
msgstr "stato della modifica"
|
|
132
132
|
|
|
133
|
-
#: models.py:
|
|
133
|
+
#: models.py:189
|
|
134
134
|
msgid "share status"
|
|
135
135
|
msgstr "stato condivisione"
|
|
136
136
|
|
|
137
|
-
#: models.py:
|
|
137
|
+
#: models.py:192 models.py:387
|
|
138
138
|
msgid "settings"
|
|
139
139
|
msgstr "impostazioni"
|
|
140
140
|
|
|
141
|
-
#: models.py:
|
|
141
|
+
#: models.py:320
|
|
142
142
|
msgid "Clone of"
|
|
143
143
|
msgstr "Duplicata da "
|
|
144
144
|
|
|
145
|
-
#: models.py:
|
|
145
|
+
#: models.py:382
|
|
146
146
|
msgid "display on load"
|
|
147
147
|
msgstr "mostra al caricamento"
|
|
148
148
|
|
|
149
|
-
#: models.py:
|
|
149
|
+
#: models.py:383
|
|
150
150
|
msgid "Display this layer on load."
|
|
151
151
|
msgstr "Visualizza questo layer al caricamento."
|
|
152
152
|
|
|
@@ -164,28 +164,27 @@ msgstr "Vedi le mappe di %(current_user)s"
|
|
|
164
164
|
msgid "%(current_user)s has no maps."
|
|
165
165
|
msgstr "%(current_user)s non ha mappe."
|
|
166
166
|
|
|
167
|
-
#: templates/auth/user_form.html:6 templates/umap/navigation.html:12
|
|
168
|
-
#: templates/umap/user_dashboard.html:4 templates/umap/user_dashboard.html:10
|
|
169
|
-
msgid "My Dashboard"
|
|
170
|
-
msgstr "Mia Dashboard"
|
|
171
|
-
|
|
172
167
|
#: templates/auth/user_form.html:6
|
|
168
|
+
msgid "My Maps"
|
|
169
|
+
msgstr ""
|
|
170
|
+
|
|
171
|
+
#: templates/auth/user_form.html:7
|
|
173
172
|
msgid "My Profile"
|
|
174
173
|
msgstr "Mio Profilo"
|
|
175
174
|
|
|
176
|
-
#: templates/auth/user_form.html:
|
|
175
|
+
#: templates/auth/user_form.html:20
|
|
177
176
|
msgid "Save"
|
|
178
177
|
msgstr "Salva"
|
|
179
178
|
|
|
180
|
-
#: templates/auth/user_form.html:
|
|
179
|
+
#: templates/auth/user_form.html:25
|
|
181
180
|
msgid "Your current providers"
|
|
182
181
|
msgstr "I tuoi fornitori attuali"
|
|
183
182
|
|
|
184
|
-
#: templates/auth/user_form.html:
|
|
183
|
+
#: templates/auth/user_form.html:31
|
|
185
184
|
msgid "Connect to another provider"
|
|
186
185
|
msgstr "Collegati ad un altro fornitore"
|
|
187
186
|
|
|
188
|
-
#: templates/auth/user_form.html:
|
|
187
|
+
#: templates/auth/user_form.html:33
|
|
189
188
|
msgid ""
|
|
190
189
|
"It's a good habit to connect your account to more than one provider, in case"
|
|
191
190
|
" one provider becomes unavailable, temporarily or even permanently."
|
|
@@ -207,23 +206,23 @@ msgid ""
|
|
|
207
206
|
"them in your site."
|
|
208
207
|
msgstr "uMap ti permette di creare mappe con OpenStreetMap come sfondo in un minuto e di integrarle nel tuo sito."
|
|
209
208
|
|
|
210
|
-
#: templates/registration/login.html:
|
|
209
|
+
#: templates/registration/login.html:16
|
|
211
210
|
msgid "Please log in with your account"
|
|
212
211
|
msgstr "Accedi con il tuo account"
|
|
213
212
|
|
|
214
|
-
#: templates/registration/login.html:
|
|
213
|
+
#: templates/registration/login.html:28
|
|
215
214
|
msgid "Username"
|
|
216
215
|
msgstr "Nome utente"
|
|
217
216
|
|
|
218
|
-
#: templates/registration/login.html:
|
|
217
|
+
#: templates/registration/login.html:31
|
|
219
218
|
msgid "Password"
|
|
220
219
|
msgstr "Password"
|
|
221
220
|
|
|
222
|
-
#: templates/registration/login.html:
|
|
221
|
+
#: templates/registration/login.html:32
|
|
223
222
|
msgid "Login"
|
|
224
223
|
msgstr "Login"
|
|
225
224
|
|
|
226
|
-
#: templates/registration/login.html:
|
|
225
|
+
#: templates/registration/login.html:37
|
|
227
226
|
msgid "Please choose a provider"
|
|
228
227
|
msgstr "Scegli un fornitore"
|
|
229
228
|
|
|
@@ -267,8 +266,8 @@ msgstr "Includi nel suo sito e condividi la mappa creata"
|
|
|
267
266
|
msgid "And it's <a href=\"%(repo_url)s\">open source</a>!"
|
|
268
267
|
msgstr "Ed è <a href=\"%(repo_url)s\">software libero</a>!"
|
|
269
268
|
|
|
270
|
-
#: templates/umap/about_summary.html:48 templates/umap/navigation.html:
|
|
271
|
-
#: templates/umap/user_dashboard.html:
|
|
269
|
+
#: templates/umap/about_summary.html:48 templates/umap/navigation.html:40
|
|
270
|
+
#: templates/umap/user_dashboard.html:41
|
|
272
271
|
msgid "Create a map"
|
|
273
272
|
msgstr "Crea una mappa"
|
|
274
273
|
|
|
@@ -276,13 +275,13 @@ msgstr "Crea una mappa"
|
|
|
276
275
|
msgid "Play with the demo"
|
|
277
276
|
msgstr "Gioca con la demo"
|
|
278
277
|
|
|
279
|
-
#: templates/umap/content.html:
|
|
278
|
+
#: templates/umap/content.html:22
|
|
280
279
|
msgid ""
|
|
281
280
|
"This instance of uMap is currently in read only mode, no creation/edit is "
|
|
282
281
|
"allowed."
|
|
283
282
|
msgstr "Questa istanza di uMap è attualmente in modalità di sola lettura, non è consentita alcuna creazione/modifica."
|
|
284
283
|
|
|
285
|
-
#: templates/umap/content.html:
|
|
284
|
+
#: templates/umap/content.html:30
|
|
286
285
|
#, python-format
|
|
287
286
|
msgid ""
|
|
288
287
|
"This is a demo instance, used for tests and pre-rolling releases. If you "
|
|
@@ -295,7 +294,7 @@ msgstr "Questa è una demo da utilizzare solo per test e prototipi. Qualora sia
|
|
|
295
294
|
msgid "Map of the uMaps"
|
|
296
295
|
msgstr "Mappe create con uMap"
|
|
297
296
|
|
|
298
|
-
#: templates/umap/home.html:
|
|
297
|
+
#: templates/umap/home.html:14
|
|
299
298
|
msgid "Get inspired, browse maps"
|
|
300
299
|
msgstr "Prendi ispirazione, visualizza mappe"
|
|
301
300
|
|
|
@@ -303,7 +302,7 @@ msgstr "Prendi ispirazione, visualizza mappe"
|
|
|
303
302
|
msgid "You are logged in. Continuing..."
|
|
304
303
|
msgstr "Utente loggato. Continuare..."
|
|
305
304
|
|
|
306
|
-
#: templates/umap/map_list.html:9 views.py:
|
|
305
|
+
#: templates/umap/map_list.html:9 views.py:341
|
|
307
306
|
msgid "by"
|
|
308
307
|
msgstr "di"
|
|
309
308
|
|
|
@@ -320,86 +319,118 @@ msgid "Preview"
|
|
|
320
319
|
msgstr ""
|
|
321
320
|
|
|
322
321
|
#: templates/umap/map_table.html:7
|
|
323
|
-
msgid "Who can see
|
|
324
|
-
msgstr "
|
|
322
|
+
msgid "Who can see"
|
|
323
|
+
msgstr ""
|
|
325
324
|
|
|
326
325
|
#: templates/umap/map_table.html:8
|
|
326
|
+
msgid "Who can edit"
|
|
327
|
+
msgstr ""
|
|
328
|
+
|
|
329
|
+
#: templates/umap/map_table.html:9
|
|
327
330
|
msgid "Last save"
|
|
328
331
|
msgstr "Ultimo salvataggio"
|
|
329
332
|
|
|
330
|
-
#: templates/umap/map_table.html:
|
|
333
|
+
#: templates/umap/map_table.html:10
|
|
331
334
|
msgid "Owner"
|
|
332
335
|
msgstr "Proprietario"
|
|
333
336
|
|
|
334
|
-
#: templates/umap/map_table.html:
|
|
337
|
+
#: templates/umap/map_table.html:11
|
|
335
338
|
msgid "Actions"
|
|
336
339
|
msgstr "Azioni"
|
|
337
340
|
|
|
338
|
-
#: templates/umap/map_table.html:
|
|
341
|
+
#: templates/umap/map_table.html:24 templates/umap/map_table.html:26
|
|
339
342
|
msgid "Open preview"
|
|
340
343
|
msgstr ""
|
|
341
344
|
|
|
342
|
-
#: templates/umap/map_table.html:
|
|
345
|
+
#: templates/umap/map_table.html:45 templates/umap/map_table.html:47
|
|
343
346
|
msgid "Share"
|
|
344
347
|
msgstr "Condividi"
|
|
345
348
|
|
|
346
|
-
#: templates/umap/map_table.html:
|
|
349
|
+
#: templates/umap/map_table.html:50 templates/umap/map_table.html:52
|
|
347
350
|
msgid "Edit"
|
|
348
351
|
msgstr "Modifica"
|
|
349
352
|
|
|
350
|
-
#: templates/umap/map_table.html:
|
|
353
|
+
#: templates/umap/map_table.html:55 templates/umap/map_table.html:57
|
|
351
354
|
msgid "Download"
|
|
352
355
|
msgstr "Download"
|
|
353
356
|
|
|
354
|
-
#: templates/umap/map_table.html:
|
|
357
|
+
#: templates/umap/map_table.html:62 templates/umap/map_table.html:64
|
|
358
|
+
msgid "Clone"
|
|
359
|
+
msgstr ""
|
|
360
|
+
|
|
361
|
+
#: templates/umap/map_table.html:72 templates/umap/map_table.html:74
|
|
362
|
+
msgid "Delete"
|
|
363
|
+
msgstr ""
|
|
364
|
+
|
|
365
|
+
#: templates/umap/map_table.html:86
|
|
355
366
|
msgid "first"
|
|
356
367
|
msgstr ""
|
|
357
368
|
|
|
358
|
-
#: templates/umap/map_table.html:
|
|
369
|
+
#: templates/umap/map_table.html:87
|
|
359
370
|
msgid "previous"
|
|
360
371
|
msgstr ""
|
|
361
372
|
|
|
362
|
-
#: templates/umap/map_table.html:
|
|
373
|
+
#: templates/umap/map_table.html:96
|
|
363
374
|
#, python-format
|
|
364
375
|
msgid ""
|
|
365
376
|
"\n"
|
|
366
|
-
"
|
|
367
|
-
"
|
|
377
|
+
" Page %(maps_number)s of %(num_pages)s\n"
|
|
378
|
+
" "
|
|
368
379
|
msgstr ""
|
|
369
380
|
|
|
370
|
-
#: templates/umap/map_table.html:
|
|
381
|
+
#: templates/umap/map_table.html:102
|
|
371
382
|
msgid "next"
|
|
372
383
|
msgstr ""
|
|
373
384
|
|
|
374
|
-
#: templates/umap/map_table.html:
|
|
385
|
+
#: templates/umap/map_table.html:103
|
|
375
386
|
msgid "last"
|
|
376
387
|
msgstr ""
|
|
377
388
|
|
|
378
|
-
#: templates/umap/
|
|
389
|
+
#: templates/umap/map_table.html:111
|
|
390
|
+
#, python-format
|
|
391
|
+
msgid ""
|
|
392
|
+
"\n"
|
|
393
|
+
" Lines per page: %(per_page)s\n"
|
|
394
|
+
" "
|
|
395
|
+
msgstr ""
|
|
396
|
+
|
|
397
|
+
#: templates/umap/map_table.html:116
|
|
398
|
+
#, python-format
|
|
399
|
+
msgid ""
|
|
400
|
+
"\n"
|
|
401
|
+
" %(count)s maps\n"
|
|
402
|
+
" "
|
|
403
|
+
msgstr ""
|
|
404
|
+
|
|
405
|
+
#: templates/umap/navigation.html:10 templates/umap/user_dashboard.html:4
|
|
406
|
+
msgid "My Dashboard"
|
|
407
|
+
msgstr "Mia Dashboard"
|
|
408
|
+
|
|
409
|
+
#: templates/umap/navigation.html:13
|
|
379
410
|
msgid "Starred maps"
|
|
380
411
|
msgstr "Mappe selezionate"
|
|
381
412
|
|
|
382
|
-
#: templates/umap/navigation.html:
|
|
413
|
+
#: templates/umap/navigation.html:17
|
|
383
414
|
msgid "Log in"
|
|
384
415
|
msgstr "Accedi"
|
|
385
416
|
|
|
386
|
-
#: templates/umap/navigation.html:
|
|
417
|
+
#: templates/umap/navigation.html:17
|
|
387
418
|
msgid "Sign in"
|
|
388
419
|
msgstr "Registrati"
|
|
389
420
|
|
|
390
|
-
#: templates/umap/navigation.html:
|
|
421
|
+
#: templates/umap/navigation.html:21
|
|
391
422
|
msgid "About"
|
|
392
423
|
msgstr "Informazioni"
|
|
393
424
|
|
|
394
|
-
#: templates/umap/navigation.html:
|
|
425
|
+
#: templates/umap/navigation.html:24
|
|
395
426
|
msgid "Help"
|
|
396
427
|
msgstr "Aiuto"
|
|
397
428
|
|
|
398
|
-
#: templates/umap/navigation.html:
|
|
429
|
+
#: templates/umap/navigation.html:29
|
|
399
430
|
msgid "Change password"
|
|
400
431
|
msgstr "Cambia password"
|
|
401
432
|
|
|
402
|
-
#: templates/umap/navigation.html:
|
|
433
|
+
#: templates/umap/navigation.html:33
|
|
403
434
|
msgid "Log out"
|
|
404
435
|
msgstr "Esci"
|
|
405
436
|
|
|
@@ -457,7 +488,7 @@ msgstr "Ultime mappe create"
|
|
|
457
488
|
msgid "Search maps"
|
|
458
489
|
msgstr "Cerca mappe"
|
|
459
490
|
|
|
460
|
-
#: templates/umap/search_bar.html:14
|
|
491
|
+
#: templates/umap/search_bar.html:14 templates/umap/user_dashboard.html:25
|
|
461
492
|
msgid "Search"
|
|
462
493
|
msgstr "Cerca"
|
|
463
494
|
|
|
@@ -465,60 +496,81 @@ msgstr "Cerca"
|
|
|
465
496
|
msgid "Search my maps"
|
|
466
497
|
msgstr "Cerca nelle mie mappe"
|
|
467
498
|
|
|
468
|
-
#: templates/umap/user_dashboard.html:
|
|
499
|
+
#: templates/umap/user_dashboard.html:11
|
|
500
|
+
#, python-format
|
|
501
|
+
msgid "My Maps (%(count)s)"
|
|
502
|
+
msgstr ""
|
|
503
|
+
|
|
504
|
+
#: templates/umap/user_dashboard.html:13
|
|
469
505
|
msgid "My profile"
|
|
470
506
|
msgstr "Mio profilo"
|
|
471
507
|
|
|
472
|
-
#: templates/umap/user_dashboard.html:
|
|
508
|
+
#: templates/umap/user_dashboard.html:21
|
|
509
|
+
msgid "Map’s title"
|
|
510
|
+
msgstr ""
|
|
511
|
+
|
|
512
|
+
#: templates/umap/user_dashboard.html:31
|
|
513
|
+
#, python-format
|
|
514
|
+
msgid ""
|
|
515
|
+
"\n"
|
|
516
|
+
" Download %(count)s maps\n"
|
|
517
|
+
" "
|
|
518
|
+
msgstr ""
|
|
519
|
+
|
|
520
|
+
#: templates/umap/user_dashboard.html:41
|
|
473
521
|
msgid "You have no map yet."
|
|
474
522
|
msgstr "Non hai ancora alcuna mappa."
|
|
475
523
|
|
|
476
|
-
#: views.py:
|
|
524
|
+
#: views.py:346
|
|
477
525
|
msgid "View the map"
|
|
478
526
|
msgstr "Visualizza la mappa"
|
|
479
527
|
|
|
480
|
-
#: views.py:
|
|
528
|
+
#: views.py:704
|
|
529
|
+
msgid "See full screen"
|
|
530
|
+
msgstr ""
|
|
531
|
+
|
|
532
|
+
#: views.py:779
|
|
481
533
|
msgid "Map has been updated!"
|
|
482
534
|
msgstr "La mappa è stata aggiornata!"
|
|
483
535
|
|
|
484
|
-
#: views.py:
|
|
536
|
+
#: views.py:804
|
|
485
537
|
msgid "Map editors updated with success!"
|
|
486
538
|
msgstr "Aggiornato l'elenco degli editor abilitati alla modifica della mappa!"
|
|
487
539
|
|
|
488
|
-
#: views.py:
|
|
540
|
+
#: views.py:842
|
|
489
541
|
#, python-format
|
|
490
542
|
msgid "The uMap edit link for your map: %(map_name)s"
|
|
491
543
|
msgstr "Link uMap per la modifica della tua mappa: %(map_name)s"
|
|
492
544
|
|
|
493
|
-
#: views.py:
|
|
545
|
+
#: views.py:845
|
|
494
546
|
#, python-format
|
|
495
547
|
msgid "Here is your secret edit link: %(link)s"
|
|
496
548
|
msgstr "Qui il tuo link segreto: %(link)s"
|
|
497
549
|
|
|
498
|
-
#: views.py:
|
|
550
|
+
#: views.py:851
|
|
499
551
|
#, python-format
|
|
500
552
|
msgid "Email sent to %(email)s"
|
|
501
553
|
msgstr "Email inviata a %(email)s"
|
|
502
554
|
|
|
503
|
-
#: views.py:
|
|
555
|
+
#: views.py:862
|
|
504
556
|
msgid "Only its owner can delete the map."
|
|
505
557
|
msgstr "Solo il proprietario può eliminare la mappa."
|
|
506
558
|
|
|
507
|
-
#: views.py:
|
|
559
|
+
#: views.py:890
|
|
508
560
|
#, python-format
|
|
509
561
|
msgid ""
|
|
510
562
|
"Your map has been cloned! If you want to edit this map from another "
|
|
511
563
|
"computer, please use this link: %(anonymous_url)s"
|
|
512
564
|
msgstr "La mappa è stata clonata! Per modificarla usando un altro computer, si deve utilizzare questo link: %(anonymous_url)s"
|
|
513
565
|
|
|
514
|
-
#: views.py:
|
|
566
|
+
#: views.py:895
|
|
515
567
|
msgid "Congratulations, your map has been cloned!"
|
|
516
568
|
msgstr "Perfetto, la tua mappa è stata clonata!"
|
|
517
569
|
|
|
518
|
-
#: views.py:
|
|
570
|
+
#: views.py:1131
|
|
519
571
|
msgid "Layer successfully deleted."
|
|
520
572
|
msgstr "Layer eliminato correttamente"
|
|
521
573
|
|
|
522
|
-
#: views.py:
|
|
574
|
+
#: views.py:1153
|
|
523
575
|
msgid "Permissions updated with success!"
|
|
524
576
|
msgstr "Autorizzazioni aggiornate con successo!"
|
|
Binary file
|