umap-project 2.9.0b0__py3-none-any.whl → 2.9.1__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.
Files changed (204) hide show
  1. umap/__init__.py +1 -1
  2. umap/admin.py +15 -2
  3. umap/locale/br/LC_MESSAGES/django.mo +0 -0
  4. umap/locale/br/LC_MESSAGES/django.po +111 -67
  5. umap/locale/cs_CZ/LC_MESSAGES/django.mo +0 -0
  6. umap/locale/cs_CZ/LC_MESSAGES/django.po +112 -67
  7. umap/locale/el/LC_MESSAGES/django.mo +0 -0
  8. umap/locale/el/LC_MESSAGES/django.po +132 -87
  9. umap/locale/en/LC_MESSAGES/django.po +11 -10
  10. umap/locale/es/LC_MESSAGES/django.mo +0 -0
  11. umap/locale/es/LC_MESSAGES/django.po +117 -71
  12. umap/locale/fr/LC_MESSAGES/django.mo +0 -0
  13. umap/locale/fr/LC_MESSAGES/django.po +11 -10
  14. umap/locale/gl/LC_MESSAGES/django.mo +0 -0
  15. umap/locale/gl/LC_MESSAGES/django.po +219 -173
  16. umap/locale/it/LC_MESSAGES/django.mo +0 -0
  17. umap/locale/it/LC_MESSAGES/django.po +145 -100
  18. umap/locale/nl/LC_MESSAGES/django.mo +0 -0
  19. umap/locale/nl/LC_MESSAGES/django.po +198 -152
  20. umap/locale/pt/LC_MESSAGES/django.mo +0 -0
  21. umap/locale/pt/LC_MESSAGES/django.po +118 -73
  22. umap/locale/zh_TW/LC_MESSAGES/django.mo +0 -0
  23. umap/locale/zh_TW/LC_MESSAGES/django.po +112 -67
  24. umap/middleware.py +30 -1
  25. umap/models.py +20 -10
  26. umap/settings/base.py +2 -1
  27. umap/static/umap/base.css +4 -1
  28. umap/static/umap/css/bar.css +32 -0
  29. umap/static/umap/css/contextmenu.css +14 -2
  30. umap/static/umap/css/form.css +5 -10
  31. umap/static/umap/css/icon.css +39 -3
  32. umap/static/umap/css/panel.css +18 -1
  33. umap/static/umap/css/popup.css +0 -1
  34. umap/static/umap/img/16-white.svg +3 -3
  35. umap/static/umap/img/16.svg +1 -1
  36. umap/static/umap/img/24-white.svg +17 -16
  37. umap/static/umap/img/24.svg +29 -18
  38. umap/static/umap/img/providers/twitter-oauth2.png +0 -0
  39. umap/static/umap/img/source/16-white.svg +4 -4
  40. umap/static/umap/img/source/16.svg +1 -1
  41. umap/static/umap/img/source/24-white.svg +20 -18
  42. umap/static/umap/img/source/24.svg +30 -19
  43. umap/static/umap/js/modules/browser.js +2 -2
  44. umap/static/umap/js/modules/caption.js +4 -4
  45. umap/static/umap/js/modules/data/features.js +80 -32
  46. umap/static/umap/js/modules/data/layer.js +37 -50
  47. umap/static/umap/js/modules/form/builder.js +23 -22
  48. umap/static/umap/js/modules/form/fields.js +13 -5
  49. umap/static/umap/js/modules/formatter.js +6 -2
  50. umap/static/umap/js/modules/help.js +17 -23
  51. umap/static/umap/js/modules/importer.js +5 -2
  52. umap/static/umap/js/modules/permissions.js +6 -2
  53. umap/static/umap/js/modules/rendering/layers/classified.js +1 -1
  54. umap/static/umap/js/modules/rendering/map.js +1 -21
  55. umap/static/umap/js/modules/rendering/ui.js +20 -38
  56. umap/static/umap/js/modules/rules.js +1 -1
  57. umap/static/umap/js/modules/saving.js +5 -0
  58. umap/static/umap/js/modules/schema.js +4 -1
  59. umap/static/umap/js/modules/sync/engine.js +39 -14
  60. umap/static/umap/js/modules/sync/updaters.js +7 -6
  61. umap/static/umap/js/modules/sync/websocket.js +48 -40
  62. umap/static/umap/js/modules/ui/bar.js +84 -0
  63. umap/static/umap/js/modules/ui/contextmenu.js +9 -2
  64. umap/static/umap/js/modules/ui/panel.js +5 -1
  65. umap/static/umap/js/modules/umap.js +85 -44
  66. umap/static/umap/js/umap.controls.js +11 -341
  67. umap/static/umap/locale/am_ET.js +17 -5
  68. umap/static/umap/locale/am_ET.json +17 -5
  69. umap/static/umap/locale/ar.js +17 -5
  70. umap/static/umap/locale/ar.json +17 -5
  71. umap/static/umap/locale/ast.js +17 -5
  72. umap/static/umap/locale/ast.json +17 -5
  73. umap/static/umap/locale/bg.js +17 -5
  74. umap/static/umap/locale/bg.json +17 -5
  75. umap/static/umap/locale/br.js +20 -15
  76. umap/static/umap/locale/br.json +20 -15
  77. umap/static/umap/locale/ca.js +8 -4
  78. umap/static/umap/locale/ca.json +8 -4
  79. umap/static/umap/locale/cs_CZ.js +8 -4
  80. umap/static/umap/locale/cs_CZ.json +8 -4
  81. umap/static/umap/locale/da.js +17 -5
  82. umap/static/umap/locale/da.json +17 -5
  83. umap/static/umap/locale/de.js +8 -4
  84. umap/static/umap/locale/de.json +8 -4
  85. umap/static/umap/locale/el.js +54 -50
  86. umap/static/umap/locale/el.json +54 -50
  87. umap/static/umap/locale/en.js +9 -4
  88. umap/static/umap/locale/en.json +9 -4
  89. umap/static/umap/locale/en_US.json +17 -5
  90. umap/static/umap/locale/es.js +13 -9
  91. umap/static/umap/locale/es.json +13 -9
  92. umap/static/umap/locale/et.js +17 -5
  93. umap/static/umap/locale/et.json +17 -5
  94. umap/static/umap/locale/eu.js +8 -4
  95. umap/static/umap/locale/eu.json +8 -4
  96. umap/static/umap/locale/fa_IR.js +8 -4
  97. umap/static/umap/locale/fa_IR.json +8 -4
  98. umap/static/umap/locale/fi.js +17 -5
  99. umap/static/umap/locale/fi.json +17 -5
  100. umap/static/umap/locale/fr.js +9 -4
  101. umap/static/umap/locale/fr.json +9 -4
  102. umap/static/umap/locale/gl.js +13 -9
  103. umap/static/umap/locale/gl.json +13 -9
  104. umap/static/umap/locale/he.js +17 -5
  105. umap/static/umap/locale/he.json +17 -5
  106. umap/static/umap/locale/hr.js +17 -5
  107. umap/static/umap/locale/hr.json +17 -5
  108. umap/static/umap/locale/hu.js +8 -4
  109. umap/static/umap/locale/hu.json +8 -4
  110. umap/static/umap/locale/id.js +17 -5
  111. umap/static/umap/locale/id.json +17 -5
  112. umap/static/umap/locale/is.js +17 -5
  113. umap/static/umap/locale/is.json +17 -5
  114. umap/static/umap/locale/it.js +31 -27
  115. umap/static/umap/locale/it.json +31 -27
  116. umap/static/umap/locale/ja.js +17 -5
  117. umap/static/umap/locale/ja.json +17 -5
  118. umap/static/umap/locale/ko.js +17 -5
  119. umap/static/umap/locale/ko.json +17 -5
  120. umap/static/umap/locale/lt.js +17 -5
  121. umap/static/umap/locale/lt.json +17 -5
  122. umap/static/umap/locale/ms.js +8 -4
  123. umap/static/umap/locale/ms.json +8 -4
  124. umap/static/umap/locale/nl.js +132 -127
  125. umap/static/umap/locale/nl.json +132 -127
  126. umap/static/umap/locale/no.js +17 -5
  127. umap/static/umap/locale/no.json +17 -5
  128. umap/static/umap/locale/pl.js +8 -4
  129. umap/static/umap/locale/pl.json +8 -4
  130. umap/static/umap/locale/pl_PL.json +17 -5
  131. umap/static/umap/locale/pt.js +38 -33
  132. umap/static/umap/locale/pt.json +38 -33
  133. umap/static/umap/locale/pt_BR.js +17 -5
  134. umap/static/umap/locale/pt_BR.json +17 -5
  135. umap/static/umap/locale/pt_PT.js +8 -4
  136. umap/static/umap/locale/pt_PT.json +8 -4
  137. umap/static/umap/locale/ro.js +17 -5
  138. umap/static/umap/locale/ro.json +17 -5
  139. umap/static/umap/locale/ru.js +17 -5
  140. umap/static/umap/locale/ru.json +17 -5
  141. umap/static/umap/locale/sk_SK.js +17 -5
  142. umap/static/umap/locale/sk_SK.json +17 -5
  143. umap/static/umap/locale/sl.js +17 -5
  144. umap/static/umap/locale/sl.json +17 -5
  145. umap/static/umap/locale/sr.js +17 -5
  146. umap/static/umap/locale/sr.json +17 -5
  147. umap/static/umap/locale/sv.js +17 -5
  148. umap/static/umap/locale/sv.json +17 -5
  149. umap/static/umap/locale/th_TH.js +8 -4
  150. umap/static/umap/locale/th_TH.json +8 -4
  151. umap/static/umap/locale/tr.js +17 -5
  152. umap/static/umap/locale/tr.json +17 -5
  153. umap/static/umap/locale/uk_UA.js +17 -5
  154. umap/static/umap/locale/uk_UA.json +17 -5
  155. umap/static/umap/locale/vi.js +17 -5
  156. umap/static/umap/locale/vi.json +17 -5
  157. umap/static/umap/locale/vi_VN.json +17 -5
  158. umap/static/umap/locale/zh.js +17 -5
  159. umap/static/umap/locale/zh.json +17 -5
  160. umap/static/umap/locale/zh_CN.json +17 -5
  161. umap/static/umap/locale/zh_TW.Big5.json +17 -5
  162. umap/static/umap/locale/zh_TW.js +14 -10
  163. umap/static/umap/locale/zh_TW.json +14 -10
  164. umap/static/umap/map.css +17 -68
  165. umap/static/umap/nav.css +4 -0
  166. umap/static/umap/vars.css +1 -0
  167. umap/static/umap/vendors/dompurify/purify.es.js +138 -354
  168. umap/static/umap/vendors/dompurify/purify.es.mjs.map +1 -1
  169. umap/static/umap/vendors/editable/Leaflet.Editable.js +1 -0
  170. umap/sync/app.py +19 -13
  171. umap/sync/payloads.py +8 -1
  172. umap/templates/auth/user_form.html +2 -2
  173. umap/templates/umap/content_footer.html +1 -1
  174. umap/templates/umap/css.html +0 -2
  175. umap/templates/umap/js.html +0 -1
  176. umap/templates/umap/messages.html +5 -1
  177. umap/templates/umap/search_bar.html +1 -0
  178. umap/tests/integration/test_anonymous_owned_map.py +2 -2
  179. umap/tests/integration/test_basics.py +2 -5
  180. umap/tests/integration/test_categorized_layer.py +4 -8
  181. umap/tests/integration/test_choropleth.py +1 -1
  182. umap/tests/integration/test_conditional_rules.py +3 -3
  183. umap/tests/integration/test_draw_polygon.py +11 -19
  184. umap/tests/integration/test_draw_polyline.py +6 -14
  185. umap/tests/integration/test_edit_datalayer.py +10 -10
  186. umap/tests/integration/test_edit_map.py +27 -1
  187. umap/tests/integration/test_edit_marker.py +5 -5
  188. umap/tests/integration/test_edit_polygon.py +5 -5
  189. umap/tests/integration/test_features_id_generation.py +2 -6
  190. umap/tests/integration/test_import.py +93 -29
  191. umap/tests/integration/test_owned_map.py +1 -1
  192. umap/tests/integration/test_save.py +2 -2
  193. umap/tests/integration/test_tableeditor.py +7 -7
  194. umap/tests/integration/test_view_marker.py +10 -0
  195. umap/tests/integration/test_websocket_sync.py +128 -32
  196. umap/utils.py +4 -1
  197. umap/views.py +0 -9
  198. {umap_project-2.9.0b0.dist-info → umap_project-2.9.1.dist-info}/METADATA +13 -13
  199. {umap_project-2.9.0b0.dist-info → umap_project-2.9.1.dist-info}/RECORD +202 -204
  200. umap/static/umap/vendors/toolbar/leaflet.toolbar.css +0 -1
  201. umap/static/umap/vendors/toolbar/leaflet.toolbar.js +0 -1
  202. {umap_project-2.9.0b0.dist-info → umap_project-2.9.1.dist-info}/WHEEL +0 -0
  203. {umap_project-2.9.0b0.dist-info → umap_project-2.9.1.dist-info}/entry_points.txt +0 -0
  204. {umap_project-2.9.0b0.dist-info → umap_project-2.9.1.dist-info}/licenses/LICENSE +0 -0
Binary file
@@ -8,10 +8,10 @@
8
8
  # Marco <marcxosm@gmail.com>, 2017
9
9
  # lucacorsato <lucors@gmail.com>, 2014
10
10
  # lucacorsato <lucors@gmail.com>, 2014
11
- # Marco <marcxosm@gmail.com>, 2017-2019,2024
11
+ # Marco <marcxosm@gmail.com>, 2017-2019,2024-2025
12
12
  # Marco <marcxosm@gmail.com>, 2018
13
13
  # Maurizio Napolitano <maurizio.napolitano@okfn.org>, 2013,2017,2023
14
- # Maurizio Napolitano <napo@fbk.eu>, 2024
14
+ # Maurizio Napolitano <napo@fbk.eu>, 2024-2025
15
15
  # Mirco Zorzo <mircozorzo@gmail.com>, 2020
16
16
  # Mirco Zorzo <mircozorzo@gmail.com>, 2020
17
17
  # claudiamocci <moccicm@gmail.com>, 2013
@@ -21,9 +21,9 @@ msgid ""
21
21
  msgstr ""
22
22
  "Project-Id-Version: uMap\n"
23
23
  "Report-Msgid-Bugs-To: \n"
24
- "POT-Creation-Date: 2024-12-24 08:39+0000\n"
24
+ "POT-Creation-Date: 2025-03-03 17:36+0000\n"
25
25
  "PO-Revision-Date: 2013-11-22 14:00+0000\n"
26
- "Last-Translator: Maurizio Napolitano <napo@fbk.eu>, 2024\n"
26
+ "Last-Translator: Marco <marcxosm@gmail.com>, 2017-2019,2024-2025\n"
27
27
  "Language-Team: Italian (http://app.transifex.com/openstreetmap/umap/language/it/)\n"
28
28
  "MIME-Version: 1.0\n"
29
29
  "Content-Type: text/plain; charset=UTF-8\n"
@@ -33,21 +33,29 @@ msgstr ""
33
33
 
34
34
  #: admin.py:16
35
35
  msgid "CSV Export"
36
- msgstr ""
36
+ msgstr "Esporta CSV"
37
37
 
38
38
  #: decorators.py:60
39
39
  msgid "This map is not publicly available"
40
- msgstr ""
40
+ msgstr "La mappa non è disponibile pubblicamente"
41
41
 
42
- #: middleware.py:13
42
+ #: middleware.py:19
43
43
  msgid "Site is readonly for maintenance"
44
44
  msgstr "Il sito in sola lettura per manutenzione"
45
45
 
46
+ #: middleware.py:34
47
+ #, python-format
48
+ msgid ""
49
+ "Using “%(name)s” to authenticate is deprecated and will be removed soon. "
50
+ "Please configure another provider below before losing access to your account"
51
+ " and maps."
52
+ msgstr ""
53
+
46
54
  #: models.py:60 models.py:79
47
55
  msgid "name"
48
56
  msgstr "nome"
49
57
 
50
- #: models.py:62 models.py:475
58
+ #: models.py:62 models.py:485
51
59
  msgid "description"
52
60
  msgstr "descrizione"
53
61
 
@@ -67,29 +75,29 @@ msgstr "Modello dell'URL usando il formato delle tile OSM"
67
75
  msgid "Order of the tilelayers in the edit box"
68
76
  msgstr "Ordine degli sfondi (tilelayers) nel box di modifica"
69
77
 
70
- #: models.py:175 models.py:469
78
+ #: models.py:175 models.py:479
71
79
  msgid "Only editable with secret edit link"
72
80
  msgstr "Modificabile solo con il link segreto"
73
81
 
74
- #: models.py:176 models.py:470
82
+ #: models.py:176 models.py:480
75
83
  msgid "Everyone can edit"
76
84
  msgstr "Chiunque può modificare"
77
85
 
78
- #: models.py:179 models.py:463
86
+ #: models.py:179 models.py:473
79
87
  msgid "Everyone"
80
88
  msgstr "Chiunque"
81
89
 
82
- #: models.py:180 models.py:189 models.py:464
90
+ #: models.py:180 models.py:189 models.py:474
83
91
  msgid "Editors and team only"
84
- msgstr ""
92
+ msgstr "Soltanto editor e team"
85
93
 
86
- #: models.py:181 models.py:465
94
+ #: models.py:181 models.py:475
87
95
  msgid "Owner only"
88
96
  msgstr "Solo chi ha la proprietà"
89
97
 
90
98
  #: models.py:184
91
99
  msgid "Draft (private)"
92
- msgstr ""
100
+ msgstr "Bozza (privata)"
93
101
 
94
102
  #: models.py:185
95
103
  msgid "Everyone (public)"
@@ -103,9 +111,9 @@ msgstr "Chiunque abbia il link"
103
111
  msgid "Blocked"
104
112
  msgstr "Bloccata"
105
113
 
106
- #: models.py:191
114
+ #: models.py:191 models.py:469
107
115
  msgid "Deleted"
108
- msgstr ""
116
+ msgstr "Eliminato"
109
117
 
110
118
  #: models.py:194
111
119
  msgid "center"
@@ -141,33 +149,33 @@ msgstr "contributore"
141
149
 
142
150
  #: models.py:223
143
151
  msgid "team"
144
- msgstr ""
152
+ msgstr "team"
145
153
 
146
- #: models.py:229 models.py:491
154
+ #: models.py:229 models.py:501
147
155
  msgid "edit status"
148
156
  msgstr "stato della modifica"
149
157
 
150
- #: models.py:234
158
+ #: models.py:234 models.py:506
151
159
  msgid "share status"
152
160
  msgstr "stato condivisione"
153
161
 
154
- #: models.py:237 models.py:486
162
+ #: models.py:237 models.py:496
155
163
  msgid "settings"
156
164
  msgstr "impostazioni"
157
165
 
158
- #: models.py:402
166
+ #: models.py:407
159
167
  msgid "Clone of"
160
168
  msgstr "Duplicata da "
161
169
 
162
- #: models.py:462 models.py:468
170
+ #: models.py:468 models.py:472 models.py:478
163
171
  msgid "Inherit"
164
172
  msgstr "Inherit"
165
173
 
166
- #: models.py:481
174
+ #: models.py:491
167
175
  msgid "display on load"
168
176
  msgstr "mostra al caricamento"
169
177
 
170
- #: models.py:482
178
+ #: models.py:492
171
179
  msgid "Display this layer on load."
172
180
  msgstr "Visualizza questo layer al caricamento."
173
181
 
@@ -176,50 +184,64 @@ msgid ""
176
184
  "<a href=\"https://discover.umap-project.org/support/faq/#map-statuses\" "
177
185
  "target=\"_blank\">Find out here the documentation</a> on how to manage map’s"
178
186
  " permissions."
179
- msgstr ""
187
+ msgstr "<a href=\"https://discover.umap-project.org/support/faq/#map-statuses\" target=\"_blank\">Qui si trova la documentazione</a>su come gestire i permessi delle mappe."
180
188
 
181
189
  #: templates/403.html:10 templates/404.html:8
182
190
  msgid "← Go to the homepage"
183
- msgstr ""
191
+ msgstr "← Torna alla pagina principale"
184
192
 
185
193
  #: templates/404.html:7
186
194
  msgid "404 Page Not Found"
187
- msgstr ""
195
+ msgstr "404 Pagina Non Trovata"
196
+
197
+ #: templates/auth/user_detail.html:6
198
+ #, python-format
199
+ msgid "%(current_user)s’s maps"
200
+ msgstr "Mappe di %(current_user)s"
188
201
 
189
- #: templates/auth/user_detail.html:8
202
+ #: templates/auth/user_detail.html:12
190
203
  #, python-format
191
204
  msgid "Browse %(current_user)s's maps"
192
205
  msgstr "Vedi le mappe di %(current_user)s"
193
206
 
194
- #: templates/auth/user_detail.html:17
207
+ #: templates/auth/user_detail.html:21
195
208
  #, python-format
196
209
  msgid "%(current_user)s has no maps."
197
210
  msgstr "%(current_user)s non ha mappe."
198
211
 
199
- #: templates/auth/user_form.html:21 templates/umap/team_form.html:21
212
+ #: templates/auth/user_form.html:6
213
+ msgid "My Profile"
214
+ msgstr "Il mio profilo"
215
+
216
+ #: templates/auth/user_form.html:24 templates/umap/team_form.html:25
200
217
  msgid "Save"
201
218
  msgstr "Salva"
202
219
 
203
- #: templates/auth/user_form.html:27
220
+ #: templates/auth/user_form.html:30
204
221
  msgid "Your current providers"
205
222
  msgstr "I tuoi fornitori attuali"
206
223
 
207
- #: templates/auth/user_form.html:39
224
+ #: templates/auth/user_form.html:44
208
225
  msgid "Connect to another provider"
209
226
  msgstr "Collegati ad un altro fornitore"
210
227
 
211
- #: templates/auth/user_form.html:42
228
+ #: templates/auth/user_form.html:47
212
229
  msgid ""
213
230
  "It's a good habit to connect your account to more than one provider, in case"
214
231
  " one provider becomes unavailable, temporarily or even permanently."
215
232
  msgstr "È una buona abitudine connettere il tuo account a più di un fornitore, nel caso in cui un fornitore diventi non disponibile, temporaneamente o addirittura permanentemente."
216
233
 
217
- #: templates/auth/user_stars.html:8
234
+ #: templates/auth/user_stars.html:6
235
+ #, python-format
236
+ msgid "%(current_user)s’s starred maps"
237
+ msgstr ""
238
+
239
+ #: templates/auth/user_stars.html:12
218
240
  #, python-format
219
241
  msgid "Browse %(current_user)s's starred maps"
220
242
  msgstr "Sfoglia le mappe selezionate da %(current_user)s"
221
243
 
222
- #: templates/auth/user_stars.html:17
244
+ #: templates/auth/user_stars.html:21
223
245
  #, python-format
224
246
  msgid "%(current_user)s has no starred maps yet."
225
247
  msgstr "%(current_user)snon ha ancora selezionato mappe"
@@ -236,11 +258,11 @@ msgstr "Login"
236
258
 
237
259
  #: templates/registration/login.html:22
238
260
  msgid "To save and easily find your maps, identify yourself."
239
- msgstr ""
261
+ msgstr "Identificati per salva re e trovare facilmente le tue mappe"
240
262
 
241
263
  #: templates/registration/login.html:25
242
264
  msgid "Please log in with your account:"
243
- msgstr ""
265
+ msgstr "Accedi al sito con il tuo account:"
244
266
 
245
267
  #: templates/registration/login.html:42
246
268
  msgid "Username"
@@ -252,7 +274,11 @@ msgstr "Password"
252
274
 
253
275
  #: templates/registration/login.html:52
254
276
  msgid "Please choose a provider:"
255
- msgstr ""
277
+ msgstr "Scegli un fornitore"
278
+
279
+ #: templates/umap/about.html:5 templates/umap/navigation.html:22
280
+ msgid "About"
281
+ msgstr "Informazioni"
256
282
 
257
283
  #: templates/umap/about_summary.html:12
258
284
  #, python-format
@@ -307,7 +333,7 @@ msgstr "Gioca con la demo"
307
333
  #: templates/umap/components/alerts/alert.html:66
308
334
  #: templates/umap/components/alerts/alert.html:94
309
335
  msgid "Close"
310
- msgstr ""
336
+ msgstr "Chiudi"
311
337
 
312
338
  #: templates/umap/components/alerts/alert.html:32
313
339
  #, python-format
@@ -315,39 +341,39 @@ msgid ""
315
341
  "Pro-tip: to easily find back your maps, <a href=\"%(login_url)s\" "
316
342
  "target=\"_blank\">create an account</a> or <a href=\"%(login_url)s\" "
317
343
  "target=\"_blank\">log in</a>."
318
- msgstr ""
344
+ msgstr "Pro-tip: per trovare facilmente le tue mappe, <a href=\"%(login_url)s\" target=\"_blank\">crea un account</a> o <a href=\"%(login_url)s\" target=\"_blank\">effettua il log in</a>."
319
345
 
320
346
  #: templates/umap/components/alerts/alert.html:37
321
347
  msgid "Here is your secret link to edit the map, please keep it safe:"
322
- msgstr ""
348
+ msgstr "Ecco il tuo link segreto per modificare la mappa, fa attenzione a tenerlo al sicuro:"
323
349
 
324
350
  #: templates/umap/components/alerts/alert.html:41
325
351
  msgid "Copy link"
326
- msgstr ""
352
+ msgstr "Copia link"
327
353
 
328
354
  #: templates/umap/components/alerts/alert.html:48
329
355
  msgid "Enter your email address to receive the secret link:"
330
- msgstr ""
356
+ msgstr "Fornisci la tua email per ricevere il link segreto:"
331
357
 
332
358
  #: templates/umap/components/alerts/alert.html:54
333
359
  msgid "Email"
334
- msgstr ""
360
+ msgstr "Email"
335
361
 
336
362
  #: templates/umap/components/alerts/alert.html:57
337
363
  msgid "Send me the link"
338
- msgstr ""
364
+ msgstr "Inviami il link"
339
365
 
340
366
  #: templates/umap/components/alerts/alert.html:81
341
367
  msgid "See their edits in another tab"
342
- msgstr ""
368
+ msgstr "Vedi le loro modifiche in un'altra scheda"
343
369
 
344
370
  #: templates/umap/components/alerts/alert.html:84
345
371
  msgid "Keep your changes and loose theirs"
346
- msgstr ""
372
+ msgstr "Mantieni i tuoi cambiamenti e perdi i precedenti"
347
373
 
348
374
  #: templates/umap/components/alerts/alert.html:87
349
375
  msgid "Keep their changes and loose yours"
350
- msgstr ""
376
+ msgstr "Mantieni i loro cambiamenti e perdi i tuoi"
351
377
 
352
378
  #: templates/umap/content.html:26
353
379
  msgid ""
@@ -366,19 +392,19 @@ msgstr "Questa è una demo da utilizzare solo per test e prototipi. Qualora sia
366
392
 
367
393
  #: templates/umap/content_footer.html:5
368
394
  msgid "An OpenStreetMap project"
369
- msgstr ""
395
+ msgstr "Un progetto OpenStreetMap"
370
396
 
371
397
  #: templates/umap/content_footer.html:6
372
398
  msgid "version"
373
- msgstr ""
399
+ msgstr "versione"
374
400
 
375
401
  #: templates/umap/content_footer.html:7
376
402
  msgid "Hosted by"
377
- msgstr ""
403
+ msgstr "Ospitato da"
378
404
 
379
405
  #: templates/umap/content_footer.html:8
380
406
  msgid "Contact"
381
- msgstr ""
407
+ msgstr "Contatto"
382
408
 
383
409
  #: templates/umap/content_footer.html:9 templates/umap/navigation.html:25
384
410
  msgid "Help"
@@ -399,7 +425,7 @@ msgstr "Mio profilo"
399
425
 
400
426
  #: templates/umap/dashboard_menu.html:15
401
427
  msgid "My teams"
402
- msgstr ""
428
+ msgstr "I miei team"
403
429
 
404
430
  #: templates/umap/home.html:14
405
431
  msgid "Map of the uMaps"
@@ -421,7 +447,7 @@ msgstr "di"
421
447
  msgid "More"
422
448
  msgstr "Altre mappe"
423
449
 
424
- #: templates/umap/map_table.html:8 templates/umap/user_teams.html:14
450
+ #: templates/umap/map_table.html:8 templates/umap/user_teams.html:18
425
451
  msgid "Name"
426
452
  msgstr "Nome"
427
453
 
@@ -445,7 +471,7 @@ msgstr "Ultimo salvataggio"
445
471
  msgid "Owner"
446
472
  msgstr "Proprietario"
447
473
 
448
- #: templates/umap/map_table.html:26 templates/umap/user_teams.html:20
474
+ #: templates/umap/map_table.html:26 templates/umap/user_teams.html:24
449
475
  msgid "Actions"
450
476
  msgstr "Azioni"
451
477
 
@@ -458,7 +484,7 @@ msgid "Share"
458
484
  msgstr "Condividi"
459
485
 
460
486
  #: templates/umap/map_table.html:78 templates/umap/map_table.html:80
461
- #: templates/umap/user_teams.html:38 templates/umap/user_teams.html:40
487
+ #: templates/umap/user_teams.html:42 templates/umap/user_teams.html:44
462
488
  msgid "Edit"
463
489
  msgstr "Modifica"
464
490
 
@@ -521,10 +547,6 @@ msgstr "Accedi"
521
547
  msgid "Sign in"
522
548
  msgstr "Registrati"
523
549
 
524
- #: templates/umap/navigation.html:22
525
- msgid "About"
526
- msgstr "Informazioni"
527
-
528
550
  #: templates/umap/navigation.html:30
529
551
  msgid "Change password"
530
552
  msgstr "Cambia password"
@@ -533,41 +555,47 @@ msgstr "Cambia password"
533
555
  msgid "Log out"
534
556
  msgstr "Esci"
535
557
 
536
- #: templates/umap/password_change.html:7
558
+ #: templates/umap/password_change.html:6
559
+ #: templates/umap/password_change.html:11
537
560
  msgid "Password change"
538
561
  msgstr "Cambia password"
539
562
 
540
- #: templates/umap/password_change.html:10
563
+ #: templates/umap/password_change.html:14
541
564
  msgid ""
542
565
  "Please enter your old password, for security's sake, and then enter your new"
543
566
  " password twice so we can verify you typed it in correctly."
544
567
  msgstr "Per motivi di sicurezza inserire la vecchia password, poi inserire quella nuova due volte così da verificare che sia stata scritta correttamente"
545
568
 
546
- #: templates/umap/password_change.html:17
569
+ #: templates/umap/password_change.html:21
547
570
  msgid "Old password"
548
571
  msgstr "Password vecchia"
549
572
 
550
- #: templates/umap/password_change.html:22
573
+ #: templates/umap/password_change.html:26
551
574
  msgid "New password"
552
575
  msgstr "Nuova password"
553
576
 
554
- #: templates/umap/password_change.html:26
577
+ #: templates/umap/password_change.html:30
555
578
  msgid "New password confirmation"
556
579
  msgstr "Conferma della nuova password"
557
580
 
558
- #: templates/umap/password_change.html:27
581
+ #: templates/umap/password_change.html:31
559
582
  msgid "Change my password"
560
583
  msgstr "Cambia la mia password"
561
584
 
562
- #: templates/umap/password_change_done.html:7
585
+ #: templates/umap/password_change_done.html:6
586
+ #: templates/umap/password_change_done.html:11
563
587
  msgid "Password change successful"
564
588
  msgstr "Cambio della password effettuato con successo!"
565
589
 
566
- #: templates/umap/password_change_done.html:10
590
+ #: templates/umap/password_change_done.html:14
567
591
  msgid "Your password was changed."
568
592
  msgstr "La tua password è stata cambiata."
569
593
 
570
- #: templates/umap/search.html:15
594
+ #: templates/umap/search.html:6
595
+ msgid "Explore maps"
596
+ msgstr "Esplora mappe"
597
+
598
+ #: templates/umap/search.html:19
571
599
  #, python-format
572
600
  msgid "%(count)s map found:"
573
601
  msgid_plural "%(count)s maps found:"
@@ -575,11 +603,11 @@ msgstr[0] "%(count)s mappa trovata"
575
603
  msgstr[1] "%(count)s mappe trovate"
576
604
  msgstr[2] "%(count)s mappe trovate:"
577
605
 
578
- #: templates/umap/search.html:24
606
+ #: templates/umap/search.html:28
579
607
  msgid "No map found."
580
608
  msgstr "Nessuna mappa trovata."
581
609
 
582
- #: templates/umap/search.html:29
610
+ #: templates/umap/search.html:33
583
611
  msgid "Latest created maps"
584
612
  msgstr "Ultime mappe create"
585
613
 
@@ -587,27 +615,40 @@ msgstr "Ultime mappe create"
587
615
  msgid "Search maps"
588
616
  msgstr "Cerca mappe"
589
617
 
590
- #: templates/umap/search_bar.html:15
618
+ #: templates/umap/search_bar.html:16
591
619
  msgid "Search"
592
620
  msgstr "Cerca"
593
621
 
594
- #: templates/umap/team_detail.html:10
622
+ #: templates/umap/team_confirm_delete.html:6
623
+ msgid "Team deletion"
624
+ msgstr ""
625
+
626
+ #: templates/umap/team_detail.html:6
595
627
  #, python-format
596
- msgid "Browse %(current_team)s's maps"
628
+ msgid "%(current_team)ss maps"
597
629
  msgstr ""
598
630
 
599
- #: templates/umap/team_detail.html:22
631
+ #: templates/umap/team_detail.html:14
632
+ #, python-format
633
+ msgid "Browse %(current_team)s's maps"
634
+ msgstr "Sfoglia mappe team %(current_team)s"
635
+
636
+ #: templates/umap/team_detail.html:26
600
637
  #, python-format
601
638
  msgid "%(current_team)s has no public maps."
602
- msgstr ""
639
+ msgstr "%(current_team)snon ha mappe pubbliche"
640
+
641
+ #: templates/umap/team_form.html:6
642
+ msgid "Create or edit a team"
643
+ msgstr "Crea o modifica un team"
603
644
 
604
- #: templates/umap/team_form.html:24
645
+ #: templates/umap/team_form.html:28
605
646
  msgid "Delete this team"
606
- msgstr ""
647
+ msgstr "Elimina questo team"
607
648
 
608
- #: templates/umap/team_form.html:47
649
+ #: templates/umap/team_form.html:51
609
650
  msgid "Add user"
610
- msgstr ""
651
+ msgstr "Aggiungi utente"
611
652
 
612
653
  #: templates/umap/user_dashboard.html:9 templates/umap/user_dashboard.html:25
613
654
  msgid "Search my maps"
@@ -626,78 +667,82 @@ msgstr "Scarica %(count)s mappe"
626
667
  msgid "You have no map yet."
627
668
  msgstr "Non hai ancora alcuna mappa."
628
669
 
629
- #: templates/umap/user_teams.html:17
670
+ #: templates/umap/user_teams.html:6
671
+ msgid "My Teams"
672
+ msgstr "I miei team"
673
+
674
+ #: templates/umap/user_teams.html:21
630
675
  msgid "Users"
631
- msgstr ""
676
+ msgstr "Utenti"
632
677
 
633
- #: templates/umap/user_teams.html:48
678
+ #: templates/umap/user_teams.html:52
634
679
  msgid "New team"
635
- msgstr ""
680
+ msgstr "Nuovo team"
636
681
 
637
682
  #: views.py:234
638
683
  msgid "Cannot delete a team with more than one member"
639
- msgstr ""
684
+ msgstr "Non si può eliminare un team con più di un membro"
640
685
 
641
686
  #: views.py:238
642
687
  #, python-format
643
688
  msgid "Team “%(name)s” has been deleted"
644
- msgstr ""
689
+ msgstr "il team \"%(name)s\" è stato cancellato"
645
690
 
646
691
  #: views.py:442
647
692
  msgid "View the map"
648
693
  msgstr "Visualizza la mappa"
649
694
 
650
- #: views.py:825
695
+ #: views.py:838
651
696
  msgid "See full screen"
652
697
  msgstr "Vedi a schermo interno"
653
698
 
654
- #: views.py:968
699
+ #: views.py:981
655
700
  msgid "Map editors updated with success!"
656
701
  msgstr "Aggiornato l'elenco degli editor abilitati alla modifica della mappa!"
657
702
 
658
- #: views.py:1004
703
+ #: views.py:1017
659
704
  #, python-format
660
705
  msgid "The uMap edit link for your map: %(map_name)s"
661
706
  msgstr "Link uMap per la modifica della tua mappa: %(map_name)s"
662
707
 
663
- #: views.py:1007
708
+ #: views.py:1020
664
709
  #, python-format
665
710
  msgid "Here is your secret edit link: %(link)s"
666
711
  msgstr "Qui il tuo link segreto: %(link)s"
667
712
 
668
- #: views.py:1014
713
+ #: views.py:1027
669
714
  #, python-format
670
715
  msgid "Can't send email to %(email)s"
671
716
  msgstr "Non riesco ad inviare email a 1%(email)s"
672
717
 
673
- #: views.py:1017
718
+ #: views.py:1030
674
719
  #, python-format
675
720
  msgid "Email sent to %(email)s"
676
721
  msgstr "Email inviata a %(email)s"
677
722
 
678
- #: views.py:1028
723
+ #: views.py:1041
679
724
  msgid "Only its owner can delete the map."
680
725
  msgstr "Solo il proprietario può eliminare la mappa."
681
726
 
682
- #: views.py:1031
727
+ #: views.py:1044
683
728
  msgid "Map successfully deleted."
684
- msgstr ""
729
+ msgstr "La mappa è stata eliminata definitivamente."
685
730
 
686
- #: views.py:1057
731
+ #: views.py:1070
687
732
  #, python-format
688
733
  msgid ""
689
734
  "Your map has been cloned! If you want to edit this map from another "
690
735
  "computer, please use this link: %(anonymous_url)s"
691
736
  msgstr "La mappa è stata clonata! Per modificarla usando un altro computer, si deve utilizzare questo link: %(anonymous_url)s"
692
737
 
693
- #: views.py:1062
738
+ #: views.py:1075
694
739
  msgid "Congratulations, your map has been cloned!"
695
740
  msgstr "Perfetto, la tua mappa è stata clonata!"
696
741
 
697
- #: views.py:1313
742
+ #: views.py:1329
698
743
  msgid "Layer successfully deleted."
699
744
  msgstr "Layer eliminato correttamente"
700
745
 
701
- #: views.py:1335
746
+ #: views.py:1351
702
747
  msgid "Permissions updated with success!"
703
748
  msgstr "Autorizzazioni aggiornate con successo!"
Binary file