umap-project 2.2.2__py3-none-any.whl → 2.3.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.

Potentially problematic release.


This version of umap-project might be problematic. Click here for more details.

Files changed (156) hide show
  1. umap/__init__.py +1 -1
  2. umap/locale/pl/LC_MESSAGES/django.mo +0 -0
  3. umap/locale/pl/LC_MESSAGES/django.po +83 -78
  4. umap/locale/pt/LC_MESSAGES/django.mo +0 -0
  5. umap/locale/pt/LC_MESSAGES/django.po +129 -123
  6. umap/static/umap/base.css +85 -44
  7. umap/static/umap/css/icon.css +6 -0
  8. umap/static/umap/css/panel.css +9 -4
  9. umap/static/umap/img/16.svg +2 -2
  10. umap/static/umap/img/source/16.svg +3 -3
  11. umap/static/umap/js/modules/browser.js +58 -24
  12. umap/static/umap/js/modules/caption.js +118 -0
  13. umap/static/umap/js/modules/facets.js +14 -39
  14. umap/static/umap/js/modules/global.js +2 -0
  15. umap/static/umap/js/modules/orderable.js +1 -1
  16. umap/static/umap/js/modules/panel.js +13 -7
  17. umap/static/umap/js/modules/schema.js +4 -4
  18. umap/static/umap/js/modules/urls.js +1 -1
  19. umap/static/umap/js/modules/utils.js +9 -1
  20. umap/static/umap/js/umap.controls.js +40 -110
  21. umap/static/umap/js/umap.core.js +19 -20
  22. umap/static/umap/js/umap.features.js +8 -2
  23. umap/static/umap/js/umap.forms.js +95 -34
  24. umap/static/umap/js/umap.js +47 -54
  25. umap/static/umap/js/umap.layer.js +5 -8
  26. umap/static/umap/js/umap.popup.js +1 -0
  27. umap/static/umap/locale/am_ET.js +11 -12
  28. umap/static/umap/locale/am_ET.json +11 -12
  29. umap/static/umap/locale/ar.js +11 -12
  30. umap/static/umap/locale/ar.json +11 -12
  31. umap/static/umap/locale/ast.js +11 -12
  32. umap/static/umap/locale/ast.json +11 -12
  33. umap/static/umap/locale/bg.js +11 -12
  34. umap/static/umap/locale/bg.json +11 -12
  35. umap/static/umap/locale/br.js +11 -12
  36. umap/static/umap/locale/br.json +11 -12
  37. umap/static/umap/locale/ca.js +11 -12
  38. umap/static/umap/locale/ca.json +11 -12
  39. umap/static/umap/locale/cs_CZ.js +11 -12
  40. umap/static/umap/locale/cs_CZ.json +11 -12
  41. umap/static/umap/locale/da.js +11 -12
  42. umap/static/umap/locale/da.json +11 -12
  43. umap/static/umap/locale/de.js +11 -12
  44. umap/static/umap/locale/de.json +11 -12
  45. umap/static/umap/locale/el.js +11 -12
  46. umap/static/umap/locale/el.json +11 -12
  47. umap/static/umap/locale/en.js +11 -12
  48. umap/static/umap/locale/en.json +11 -12
  49. umap/static/umap/locale/en_US.json +11 -12
  50. umap/static/umap/locale/es.js +11 -12
  51. umap/static/umap/locale/es.json +11 -12
  52. umap/static/umap/locale/et.js +11 -12
  53. umap/static/umap/locale/et.json +11 -12
  54. umap/static/umap/locale/eu.js +27 -16
  55. umap/static/umap/locale/eu.json +27 -16
  56. umap/static/umap/locale/fa_IR.js +11 -12
  57. umap/static/umap/locale/fa_IR.json +11 -12
  58. umap/static/umap/locale/fi.js +11 -12
  59. umap/static/umap/locale/fi.json +11 -12
  60. umap/static/umap/locale/fr.js +11 -12
  61. umap/static/umap/locale/fr.json +11 -12
  62. umap/static/umap/locale/gl.js +11 -12
  63. umap/static/umap/locale/gl.json +11 -12
  64. umap/static/umap/locale/he.js +11 -12
  65. umap/static/umap/locale/he.json +11 -12
  66. umap/static/umap/locale/hr.js +11 -12
  67. umap/static/umap/locale/hr.json +11 -12
  68. umap/static/umap/locale/hu.js +29 -30
  69. umap/static/umap/locale/hu.json +29 -30
  70. umap/static/umap/locale/id.js +11 -12
  71. umap/static/umap/locale/id.json +11 -12
  72. umap/static/umap/locale/is.js +11 -12
  73. umap/static/umap/locale/is.json +11 -12
  74. umap/static/umap/locale/it.js +11 -12
  75. umap/static/umap/locale/it.json +11 -12
  76. umap/static/umap/locale/ja.js +11 -12
  77. umap/static/umap/locale/ja.json +11 -12
  78. umap/static/umap/locale/ko.js +11 -12
  79. umap/static/umap/locale/ko.json +11 -12
  80. umap/static/umap/locale/lt.js +11 -12
  81. umap/static/umap/locale/lt.json +11 -12
  82. umap/static/umap/locale/ms.js +20 -21
  83. umap/static/umap/locale/ms.json +20 -21
  84. umap/static/umap/locale/nl.js +11 -12
  85. umap/static/umap/locale/nl.json +11 -12
  86. umap/static/umap/locale/no.js +11 -12
  87. umap/static/umap/locale/no.json +11 -12
  88. umap/static/umap/locale/pl.js +11 -12
  89. umap/static/umap/locale/pl.json +11 -12
  90. umap/static/umap/locale/pl_PL.json +11 -12
  91. umap/static/umap/locale/pt.js +11 -12
  92. umap/static/umap/locale/pt.json +11 -12
  93. umap/static/umap/locale/pt_BR.js +11 -12
  94. umap/static/umap/locale/pt_BR.json +11 -12
  95. umap/static/umap/locale/pt_PT.js +11 -12
  96. umap/static/umap/locale/pt_PT.json +11 -12
  97. umap/static/umap/locale/ro.js +11 -12
  98. umap/static/umap/locale/ro.json +11 -12
  99. umap/static/umap/locale/ru.js +11 -12
  100. umap/static/umap/locale/ru.json +11 -12
  101. umap/static/umap/locale/si.js +240 -227
  102. umap/static/umap/locale/si.json +240 -227
  103. umap/static/umap/locale/sk_SK.js +11 -12
  104. umap/static/umap/locale/sk_SK.json +11 -12
  105. umap/static/umap/locale/sl.js +11 -12
  106. umap/static/umap/locale/sl.json +11 -12
  107. umap/static/umap/locale/sr.js +11 -12
  108. umap/static/umap/locale/sr.json +11 -12
  109. umap/static/umap/locale/sv.js +11 -12
  110. umap/static/umap/locale/sv.json +11 -12
  111. umap/static/umap/locale/th_TH.js +11 -12
  112. umap/static/umap/locale/th_TH.json +11 -12
  113. umap/static/umap/locale/tr.js +11 -12
  114. umap/static/umap/locale/tr.json +11 -12
  115. umap/static/umap/locale/uk_UA.js +11 -12
  116. umap/static/umap/locale/uk_UA.json +11 -12
  117. umap/static/umap/locale/vi.js +11 -12
  118. umap/static/umap/locale/vi.json +11 -12
  119. umap/static/umap/locale/vi_VN.json +11 -12
  120. umap/static/umap/locale/zh.js +11 -12
  121. umap/static/umap/locale/zh.json +11 -12
  122. umap/static/umap/locale/zh_CN.json +11 -12
  123. umap/static/umap/locale/zh_TW.Big5.json +11 -12
  124. umap/static/umap/locale/zh_TW.js +11 -12
  125. umap/static/umap/locale/zh_TW.json +11 -12
  126. umap/static/umap/map.css +17 -2
  127. umap/static/umap/unittests/utils.js +7 -0
  128. umap/static/umap/vars.css +10 -0
  129. umap/static/umap/vendors/dompurify/purify.es.js +96 -12
  130. umap/static/umap/vendors/dompurify/purify.es.mjs.map +1 -1
  131. umap/tests/base.py +1 -0
  132. umap/tests/integration/conftest.py +5 -4
  133. umap/tests/integration/test_browser.py +11 -2
  134. umap/tests/integration/test_caption.py +27 -0
  135. umap/tests/integration/test_choropleth.py +1 -1
  136. umap/tests/integration/test_draw_polygon.py +6 -0
  137. umap/tests/integration/test_draw_polyline.py +6 -0
  138. umap/tests/integration/test_edit_datalayer.py +34 -5
  139. umap/tests/integration/test_edit_map.py +4 -4
  140. umap/tests/integration/test_edit_marker.py +6 -6
  141. umap/tests/integration/test_edit_polygon.py +6 -6
  142. umap/tests/integration/test_facets_browser.py +85 -13
  143. umap/tests/integration/test_map.py +0 -15
  144. umap/tests/integration/test_view_marker.py +17 -0
  145. {umap_project-2.2.2.dist-info → umap_project-2.3.1.dist-info}/METADATA +9 -8
  146. {umap_project-2.2.2.dist-info → umap_project-2.3.1.dist-info}/RECORD +149 -154
  147. {umap_project-2.2.2.dist-info → umap_project-2.3.1.dist-info}/WHEEL +1 -1
  148. umap/.DS_Store +0 -0
  149. umap/static/.DS_Store +0 -0
  150. umap/static/umap/.DS_Store +0 -0
  151. umap/static/umap/favicons/.DS_Store +0 -0
  152. umap/static/umap/fonts/.DS_Store +0 -0
  153. umap/tests/.DS_Store +0 -0
  154. umap/tests/integration/.DS_Store +0 -0
  155. {umap_project-2.2.2.dist-info → umap_project-2.3.1.dist-info}/entry_points.txt +0 -0
  156. {umap_project-2.2.2.dist-info → umap_project-2.3.1.dist-info}/licenses/LICENSE +0 -0
@@ -4,14 +4,15 @@
4
4
  #
5
5
  # Translators:
6
6
  # Joao Ponce de Leao Paulouro <joao.ponceleao@gmail.com>, 2014
7
+ # lecalam, 2024
7
8
  # Rui <xymarior@yandex.com>, 2016,2018-2019
8
9
  msgid ""
9
10
  msgstr ""
10
11
  "Project-Id-Version: uMap\n"
11
12
  "Report-Msgid-Bugs-To: \n"
12
- "POT-Creation-Date: 2024-02-15 13:53+0000\n"
13
+ "POT-Creation-Date: 2024-04-24 19:16+0000\n"
13
14
  "PO-Revision-Date: 2013-11-22 14:00+0000\n"
14
- "Last-Translator: Joao Ponce de Leao Paulouro <joao.ponceleao@gmail.com>, 2014\n"
15
+ "Last-Translator: lecalam, 2024\n"
15
16
  "Language-Team: Portuguese (http://app.transifex.com/openstreetmap/umap/language/pt/)\n"
16
17
  "MIME-Version: 1.0\n"
17
18
  "Content-Type: text/plain; charset=UTF-8\n"
@@ -21,121 +22,121 @@ msgstr ""
21
22
 
22
23
  #: forms.py:44 forms.py:70
23
24
  msgid "Only editable with secret edit link"
24
- msgstr "Unicamente editável através de link secreto"
25
+ msgstr "Unicamente editável através de hiperligação secreta"
25
26
 
26
27
  #: forms.py:45 forms.py:71
27
28
  msgid "Everyone can edit"
28
29
  msgstr "Todos podem editar"
29
30
 
30
- #: forms.py:69 models.py:371
31
+ #: forms.py:69 models.py:384
31
32
  msgid "Inherit"
32
- msgstr ""
33
+ msgstr "Herdado"
33
34
 
34
35
  #: middleware.py:13
35
36
  msgid "Site is readonly for maintenance"
36
37
  msgstr "O site está em modo de leitura para manutenção"
37
38
 
38
- #: models.py:50
39
+ #: models.py:53
39
40
  msgid "name"
40
41
  msgstr "nome"
41
42
 
42
- #: models.py:81
43
+ #: models.py:84
43
44
  msgid "details"
44
45
  msgstr "detalhes"
45
46
 
46
- #: models.py:82
47
+ #: models.py:85
47
48
  msgid "Link to a page where the licence is detailed."
48
- msgstr "Link para uma página detalhando a licença."
49
+ msgstr "Hiperligação para uma página detalhando a licença."
49
50
 
50
- #: models.py:92
51
+ #: models.py:95
51
52
  msgid "URL template using OSM tile format"
52
- msgstr "Modelo de URL no formato de telas OSM"
53
+ msgstr "Modelo de URL no formato de mosaicos OSM"
53
54
 
54
- #: models.py:98
55
+ #: models.py:101
55
56
  msgid "Order of the tilelayers in the edit box"
56
- msgstr "Ordem das camadas na caixa de edição"
57
+ msgstr "Ordem das camadas de mosaicos na caixa de edição"
57
58
 
58
- #: models.py:144 models.py:372
59
+ #: models.py:147 models.py:385
59
60
  msgid "Everyone"
60
- msgstr ""
61
+ msgstr "Todos"
61
62
 
62
- #: models.py:145 models.py:151 models.py:373
63
+ #: models.py:148 models.py:154 models.py:386
63
64
  msgid "Editors only"
64
- msgstr ""
65
+ msgstr "Apenas editores"
65
66
 
66
- #: models.py:146 models.py:374
67
+ #: models.py:149 models.py:387
67
68
  msgid "Owner only"
68
- msgstr ""
69
+ msgstr "Apenas o proprietário"
69
70
 
70
- #: models.py:149
71
+ #: models.py:152
71
72
  msgid "Everyone (public)"
72
- msgstr ""
73
+ msgstr "Todos (público)"
73
74
 
74
- #: models.py:150
75
+ #: models.py:153
75
76
  msgid "Anyone with link"
76
- msgstr ""
77
+ msgstr "Quem tiver a hiperligação"
77
78
 
78
- #: models.py:152
79
+ #: models.py:155
79
80
  msgid "Blocked"
80
- msgstr ""
81
+ msgstr "Bloqueado"
81
82
 
82
- #: models.py:155 models.py:378
83
- msgid "description"
84
- msgstr "descrição"
85
-
86
- #: models.py:156
83
+ #: models.py:158
87
84
  msgid "center"
88
85
  msgstr "centro"
89
86
 
90
- #: models.py:157
87
+ #: models.py:159
91
88
  msgid "zoom"
92
89
  msgstr "zoom"
93
90
 
94
- #: models.py:159
91
+ #: models.py:161
95
92
  msgid "locate"
96
93
  msgstr "localizar"
97
94
 
98
- #: models.py:159
95
+ #: models.py:161
99
96
  msgid "Locate user on load?"
100
97
  msgstr "Localizar utilizador no início?"
101
98
 
102
- #: models.py:163
99
+ #: models.py:165
103
100
  msgid "Choose the map licence."
104
101
  msgstr "Escolha uma licença para o mapa."
105
102
 
106
- #: models.py:164
103
+ #: models.py:166
107
104
  msgid "licence"
108
105
  msgstr "licença"
109
106
 
110
- #: models.py:175
107
+ #: models.py:177
111
108
  msgid "owner"
112
109
  msgstr "proprietário"
113
110
 
114
- #: models.py:179
111
+ #: models.py:181
115
112
  msgid "editors"
116
113
  msgstr "editores"
117
114
 
118
- #: models.py:184 models.py:392
115
+ #: models.py:186 models.py:408
119
116
  msgid "edit status"
120
117
  msgstr "editar estado"
121
118
 
122
- #: models.py:189
119
+ #: models.py:191
123
120
  msgid "share status"
124
121
  msgstr "partilhar estado"
125
122
 
126
- #: models.py:192 models.py:387
123
+ #: models.py:194 models.py:403
127
124
  msgid "settings"
128
125
  msgstr "parâmetros"
129
126
 
130
- #: models.py:320
127
+ #: models.py:325
131
128
  msgid "Clone of"
132
129
  msgstr "Clone de"
133
130
 
134
- #: models.py:382
131
+ #: models.py:394
132
+ msgid "description"
133
+ msgstr "descrição"
134
+
135
+ #: models.py:398
135
136
  msgid "display on load"
136
137
  msgstr "mostrar no início"
137
138
 
138
- #: models.py:383
139
+ #: models.py:399
139
140
  msgid "Display this layer on load."
140
141
  msgstr "Apresentar esta camada ao carregar."
141
142
 
@@ -146,7 +147,7 @@ msgstr "Ir para a página principal"
146
147
  #: templates/auth/user_detail.html:5
147
148
  #, python-format
148
149
  msgid "Browse %(current_user)s's maps"
149
- msgstr "Consulte os mapas de %(current_user)s"
150
+ msgstr "Ver mapas de %(current_user)s"
150
151
 
151
152
  #: templates/auth/user_detail.html:12
152
153
  #, python-format
@@ -155,45 +156,45 @@ msgstr "%(current_user)s não tem mapas."
155
156
 
156
157
  #: templates/auth/user_form.html:6
157
158
  msgid "My Maps"
158
- msgstr ""
159
+ msgstr "Meus mapas"
159
160
 
160
161
  #: templates/auth/user_form.html:7
161
162
  msgid "My Profile"
162
- msgstr ""
163
+ msgstr "Meu perfil"
163
164
 
164
165
  #: templates/auth/user_form.html:20
165
166
  msgid "Save"
166
- msgstr ""
167
+ msgstr "Guardar"
167
168
 
168
169
  #: templates/auth/user_form.html:25
169
170
  msgid "Your current providers"
170
- msgstr ""
171
+ msgstr "Os seus fornecedores atuais"
171
172
 
172
173
  #: templates/auth/user_form.html:31
173
174
  msgid "Connect to another provider"
174
- msgstr ""
175
+ msgstr "Conectar a outro fornecedor"
175
176
 
176
177
  #: templates/auth/user_form.html:33
177
178
  msgid ""
178
179
  "It's a good habit to connect your account to more than one provider, in case"
179
180
  " one provider becomes unavailable, temporarily or even permanently."
180
- msgstr ""
181
+ msgstr "É um bom hábito conectar a sua conta a mais do que um fornecedor, no caso de um fornecedor ficar indisponível, temporariamente ou mesmo permanentemente."
181
182
 
182
183
  #: templates/auth/user_stars.html:5
183
184
  #, python-format
184
185
  msgid "Browse %(current_user)s's starred maps"
185
- msgstr ""
186
+ msgstr "Ver mapas com estrela de %(current_user)s's"
186
187
 
187
188
  #: templates/auth/user_stars.html:12
188
189
  #, python-format
189
190
  msgid "%(current_user)s has no starred maps yet."
190
- msgstr ""
191
+ msgstr "%(current_user)s não tem mapas com estrela."
191
192
 
192
193
  #: templates/base.html:12
193
194
  msgid ""
194
195
  "uMap lets you create maps with OpenStreetMap layers in a minute and embed "
195
196
  "them in your site."
196
- msgstr ""
197
+ msgstr "uMap permite-lhe criar mapas com camadas do OpenStreetMap num minuto e incorporá-los no seu site."
197
198
 
198
199
  #: templates/registration/login.html:16
199
200
  msgid "Please log in with your account"
@@ -268,7 +269,7 @@ msgstr "Testar a demo"
268
269
  msgid ""
269
270
  "This instance of uMap is currently in read only mode, no creation/edit is "
270
271
  "allowed."
271
- msgstr ""
272
+ msgstr "Esta instância do uMap está atualmente em modo só de leitura, não sendo permitida a criação/edição."
272
273
 
273
274
  #: templates/umap/content.html:30
274
275
  #, python-format
@@ -291,7 +292,7 @@ msgstr "Inspire-se, explore os mapas"
291
292
  msgid "You are logged in. Continuing..."
292
293
  msgstr "Sucesso na identificação. Continuando..."
293
294
 
294
- #: templates/umap/map_list.html:9 views.py:341
295
+ #: templates/umap/map_list.html:9 views.py:349
295
296
  msgid "by"
296
297
  msgstr "por"
297
298
 
@@ -301,94 +302,94 @@ msgstr "Mais"
301
302
 
302
303
  #: templates/umap/map_table.html:6
303
304
  msgid "Name"
304
- msgstr ""
305
+ msgstr "Nome"
305
306
 
306
307
  #: templates/umap/map_table.html:7
307
308
  msgid "Preview"
308
- msgstr ""
309
+ msgstr "Pré-visualizar"
309
310
 
310
311
  #: templates/umap/map_table.html:8
311
312
  msgid "Who can see"
312
- msgstr ""
313
+ msgstr "Quem pode ver"
313
314
 
314
315
  #: templates/umap/map_table.html:9
315
316
  msgid "Who can edit"
316
- msgstr ""
317
+ msgstr "Quem pode editar"
317
318
 
318
319
  #: templates/umap/map_table.html:10
319
320
  msgid "Last save"
320
- msgstr ""
321
+ msgstr "Último guardar"
321
322
 
322
323
  #: templates/umap/map_table.html:11
323
324
  msgid "Owner"
324
- msgstr ""
325
+ msgstr "Proprietário"
325
326
 
326
327
  #: templates/umap/map_table.html:12
327
328
  msgid "Actions"
328
- msgstr ""
329
+ msgstr "Ações"
329
330
 
330
- #: templates/umap/map_table.html:25 templates/umap/map_table.html:27
331
+ #: templates/umap/map_table.html:26 templates/umap/map_table.html:28
331
332
  msgid "Open preview"
332
- msgstr ""
333
+ msgstr "Abrir pré-visualização"
333
334
 
334
- #: templates/umap/map_table.html:46 templates/umap/map_table.html:48
335
+ #: templates/umap/map_table.html:48 templates/umap/map_table.html:50
335
336
  msgid "Share"
336
- msgstr ""
337
+ msgstr "Partilhar"
337
338
 
338
- #: templates/umap/map_table.html:51 templates/umap/map_table.html:53
339
+ #: templates/umap/map_table.html:54 templates/umap/map_table.html:56
339
340
  msgid "Edit"
340
- msgstr ""
341
+ msgstr "Editar"
341
342
 
342
- #: templates/umap/map_table.html:56 templates/umap/map_table.html:58
343
+ #: templates/umap/map_table.html:60 templates/umap/map_table.html:62
343
344
  msgid "Download"
344
- msgstr ""
345
+ msgstr "Descarregar"
345
346
 
346
- #: templates/umap/map_table.html:63 templates/umap/map_table.html:65
347
+ #: templates/umap/map_table.html:66 templates/umap/map_table.html:68
347
348
  msgid "Clone"
348
- msgstr ""
349
+ msgstr "Clonar"
349
350
 
350
- #: templates/umap/map_table.html:73 templates/umap/map_table.html:75
351
+ #: templates/umap/map_table.html:77 templates/umap/map_table.html:79
351
352
  msgid "Delete"
352
- msgstr ""
353
+ msgstr "Eliminar"
353
354
 
354
- #: templates/umap/map_table.html:88
355
+ #: templates/umap/map_table.html:93
355
356
  msgid "first"
356
- msgstr ""
357
+ msgstr "primeiro"
357
358
 
358
- #: templates/umap/map_table.html:89
359
+ #: templates/umap/map_table.html:94
359
360
  msgid "previous"
360
- msgstr ""
361
+ msgstr "anterior"
361
362
 
362
- #: templates/umap/map_table.html:98
363
+ #: templates/umap/map_table.html:102
363
364
  #, python-format
364
365
  msgid "Page %(maps_number)s of %(num_pages)s"
365
- msgstr ""
366
+ msgstr "Página %(maps_number)s de %(num_pages)s"
366
367
 
367
- #: templates/umap/map_table.html:104
368
+ #: templates/umap/map_table.html:107
368
369
  msgid "next"
369
- msgstr ""
370
+ msgstr "seguinte"
370
371
 
371
- #: templates/umap/map_table.html:105
372
+ #: templates/umap/map_table.html:108
372
373
  msgid "last"
373
- msgstr ""
374
+ msgstr "+ultimo"
374
375
 
375
- #: templates/umap/map_table.html:113
376
+ #: templates/umap/map_table.html:116
376
377
  #, python-format
377
378
  msgid "Lines per page: %(per_page)s"
378
- msgstr ""
379
+ msgstr "Linhas por página: %(per_page)s"
379
380
 
380
- #: templates/umap/map_table.html:118
381
+ #: templates/umap/map_table.html:121
381
382
  #, python-format
382
383
  msgid "%(count)s maps"
383
- msgstr ""
384
+ msgstr "%(count)s mapas"
384
385
 
385
386
  #: templates/umap/navigation.html:10 templates/umap/user_dashboard.html:4
386
387
  msgid "My Dashboard"
387
- msgstr ""
388
+ msgstr "O meu painel de controlo"
388
389
 
389
390
  #: templates/umap/navigation.html:13
390
391
  msgid "Starred maps"
391
- msgstr ""
392
+ msgstr "Mapas com estrela"
392
393
 
393
394
  #: templates/umap/navigation.html:17
394
395
  msgid "Log in"
@@ -404,7 +405,7 @@ msgstr "Sobre"
404
405
 
405
406
  #: templates/umap/navigation.html:24
406
407
  msgid "Help"
407
- msgstr ""
408
+ msgstr "Ajuda"
408
409
 
409
410
  #: templates/umap/navigation.html:29
410
411
  msgid "Change password"
@@ -452,17 +453,17 @@ msgstr "A sua palavra-passe foi alterada"
452
453
  #, python-format
453
454
  msgid "%(count)s map found:"
454
455
  msgid_plural "%(count)s maps found:"
455
- msgstr[0] ""
456
- msgstr[1] ""
457
- msgstr[2] ""
456
+ msgstr[0] "%(count)s mapa encontrado:"
457
+ msgstr[1] "%(count)s mapas encontrados:"
458
+ msgstr[2] "%(count)s mapas encontrados:"
458
459
 
459
460
  #: templates/umap/search.html:18
460
461
  msgid "No map found."
461
- msgstr ""
462
+ msgstr "Não foi encontrado nenhum mapa."
462
463
 
463
464
  #: templates/umap/search.html:21
464
465
  msgid "Latest created maps"
465
- msgstr ""
466
+ msgstr "Últimos mapas criados"
466
467
 
467
468
  #: templates/umap/search_bar.html:3
468
469
  msgid "Search maps"
@@ -472,78 +473,83 @@ msgstr "Procurar mapas"
472
473
  msgid "Search"
473
474
  msgstr "Procurar"
474
475
 
475
- #: templates/umap/user_dashboard.html:7 templates/umap/user_dashboard.html:26
476
+ #: templates/umap/user_dashboard.html:7 templates/umap/user_dashboard.html:27
476
477
  msgid "Search my maps"
477
- msgstr ""
478
+ msgstr "Procurar os meus mapas"
478
479
 
479
- #: templates/umap/user_dashboard.html:11
480
+ #: templates/umap/user_dashboard.html:10
480
481
  #, python-format
481
482
  msgid "My Maps (%(count)s)"
482
- msgstr ""
483
+ msgstr "Meus mapas (%(count)s)"
483
484
 
484
- #: templates/umap/user_dashboard.html:13
485
+ #: templates/umap/user_dashboard.html:12
485
486
  msgid "My profile"
486
- msgstr ""
487
+ msgstr "Meu perfil"
487
488
 
488
- #: templates/umap/user_dashboard.html:21 templates/umap/user_dashboard.html:23
489
+ #: templates/umap/user_dashboard.html:20 templates/umap/user_dashboard.html:24
489
490
  msgid "Map’s title"
490
- msgstr ""
491
+ msgstr "Título do mapa"
491
492
 
492
493
  #: templates/umap/user_dashboard.html:32
493
494
  #, python-format
494
495
  msgid "Download %(count)s maps"
495
- msgstr ""
496
+ msgstr "Descarregar %(count)s mapas"
496
497
 
497
498
  #: templates/umap/user_dashboard.html:42
498
499
  msgid "You have no map yet."
499
- msgstr ""
500
+ msgstr "Ainda não tem nenhum mapa."
500
501
 
501
- #: views.py:346
502
+ #: views.py:354
502
503
  msgid "View the map"
503
504
  msgstr "Ver o mapa"
504
505
 
505
- #: views.py:704
506
+ #: views.py:716
506
507
  msgid "See full screen"
507
- msgstr ""
508
+ msgstr "Ver em ecrã inteiro"
508
509
 
509
- #: views.py:803
510
+ #: views.py:817
510
511
  msgid "Map editors updated with success!"
511
512
  msgstr "Os editores do mapa foram atualizados com sucesso!"
512
513
 
513
- #: views.py:841
514
+ #: views.py:854
514
515
  #, python-format
515
516
  msgid "The uMap edit link for your map: %(map_name)s"
516
- msgstr ""
517
+ msgstr "A hiperligação de edição do uMap para o seu mapa: %(map_name)s"
517
518
 
518
- #: views.py:844
519
+ #: views.py:857
519
520
  #, python-format
520
521
  msgid "Here is your secret edit link: %(link)s"
521
- msgstr ""
522
+ msgstr "Aqui está a hiperligação de edição secreta: %(link)s"
522
523
 
523
- #: views.py:850
524
+ #: views.py:864
525
+ #, python-format
526
+ msgid "Can't send email to %(email)s"
527
+ msgstr "Não é possível enviar o email para %(email)s"
528
+
529
+ #: views.py:867
524
530
  #, python-format
525
531
  msgid "Email sent to %(email)s"
526
- msgstr ""
532
+ msgstr "Email enviado para %(email)s"
527
533
 
528
- #: views.py:861
534
+ #: views.py:878
529
535
  msgid "Only its owner can delete the map."
530
536
  msgstr "Só o proprietário pode eliminar o mapa."
531
537
 
532
- #: views.py:889
538
+ #: views.py:906
533
539
  #, python-format
534
540
  msgid ""
535
541
  "Your map has been cloned! If you want to edit this map from another "
536
542
  "computer, please use this link: %(anonymous_url)s"
537
- msgstr "O seu mapa foi clonado! Se quiser editar este mapa noutro computador, por favor utilize este link: %(anonymous_url)s"
543
+ msgstr "O seu mapa foi clonado! Se quiser editar este mapa noutro computador, por favor utilize esta hiperligação: %(anonymous_url)s"
538
544
 
539
- #: views.py:894
545
+ #: views.py:911
540
546
  msgid "Congratulations, your map has been cloned!"
541
547
  msgstr "Parabéns, o seu mapa foi clonado!"
542
548
 
543
- #: views.py:1130
549
+ #: views.py:1146
544
550
  msgid "Layer successfully deleted."
545
551
  msgstr "Camada eliminada com sucesso."
546
552
 
547
- #: views.py:1152
553
+ #: views.py:1168
548
554
  msgid "Permissions updated with success!"
549
- msgstr ""
555
+ msgstr "Permissões atualizadas com sucesso!"