umap-project 2.9.0b0__py3-none-any.whl → 2.9.2__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 (205) 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/base.js +11 -0
  64. umap/static/umap/js/modules/ui/contextmenu.js +9 -2
  65. umap/static/umap/js/modules/ui/panel.js +5 -1
  66. umap/static/umap/js/modules/umap.js +85 -44
  67. umap/static/umap/js/umap.controls.js +11 -341
  68. umap/static/umap/locale/am_ET.js +17 -5
  69. umap/static/umap/locale/am_ET.json +17 -5
  70. umap/static/umap/locale/ar.js +17 -5
  71. umap/static/umap/locale/ar.json +17 -5
  72. umap/static/umap/locale/ast.js +17 -5
  73. umap/static/umap/locale/ast.json +17 -5
  74. umap/static/umap/locale/bg.js +17 -5
  75. umap/static/umap/locale/bg.json +17 -5
  76. umap/static/umap/locale/br.js +20 -15
  77. umap/static/umap/locale/br.json +20 -15
  78. umap/static/umap/locale/ca.js +8 -4
  79. umap/static/umap/locale/ca.json +8 -4
  80. umap/static/umap/locale/cs_CZ.js +8 -4
  81. umap/static/umap/locale/cs_CZ.json +8 -4
  82. umap/static/umap/locale/da.js +17 -5
  83. umap/static/umap/locale/da.json +17 -5
  84. umap/static/umap/locale/de.js +8 -4
  85. umap/static/umap/locale/de.json +8 -4
  86. umap/static/umap/locale/el.js +54 -50
  87. umap/static/umap/locale/el.json +54 -50
  88. umap/static/umap/locale/en.js +9 -4
  89. umap/static/umap/locale/en.json +9 -4
  90. umap/static/umap/locale/en_US.json +17 -5
  91. umap/static/umap/locale/es.js +13 -9
  92. umap/static/umap/locale/es.json +13 -9
  93. umap/static/umap/locale/et.js +17 -5
  94. umap/static/umap/locale/et.json +17 -5
  95. umap/static/umap/locale/eu.js +8 -4
  96. umap/static/umap/locale/eu.json +8 -4
  97. umap/static/umap/locale/fa_IR.js +8 -4
  98. umap/static/umap/locale/fa_IR.json +8 -4
  99. umap/static/umap/locale/fi.js +17 -5
  100. umap/static/umap/locale/fi.json +17 -5
  101. umap/static/umap/locale/fr.js +9 -4
  102. umap/static/umap/locale/fr.json +9 -4
  103. umap/static/umap/locale/gl.js +13 -9
  104. umap/static/umap/locale/gl.json +13 -9
  105. umap/static/umap/locale/he.js +17 -5
  106. umap/static/umap/locale/he.json +17 -5
  107. umap/static/umap/locale/hr.js +17 -5
  108. umap/static/umap/locale/hr.json +17 -5
  109. umap/static/umap/locale/hu.js +8 -4
  110. umap/static/umap/locale/hu.json +8 -4
  111. umap/static/umap/locale/id.js +17 -5
  112. umap/static/umap/locale/id.json +17 -5
  113. umap/static/umap/locale/is.js +17 -5
  114. umap/static/umap/locale/is.json +17 -5
  115. umap/static/umap/locale/it.js +31 -27
  116. umap/static/umap/locale/it.json +31 -27
  117. umap/static/umap/locale/ja.js +17 -5
  118. umap/static/umap/locale/ja.json +17 -5
  119. umap/static/umap/locale/ko.js +17 -5
  120. umap/static/umap/locale/ko.json +17 -5
  121. umap/static/umap/locale/lt.js +17 -5
  122. umap/static/umap/locale/lt.json +17 -5
  123. umap/static/umap/locale/ms.js +8 -4
  124. umap/static/umap/locale/ms.json +8 -4
  125. umap/static/umap/locale/nl.js +132 -127
  126. umap/static/umap/locale/nl.json +132 -127
  127. umap/static/umap/locale/no.js +17 -5
  128. umap/static/umap/locale/no.json +17 -5
  129. umap/static/umap/locale/pl.js +8 -4
  130. umap/static/umap/locale/pl.json +8 -4
  131. umap/static/umap/locale/pl_PL.json +17 -5
  132. umap/static/umap/locale/pt.js +38 -33
  133. umap/static/umap/locale/pt.json +38 -33
  134. umap/static/umap/locale/pt_BR.js +17 -5
  135. umap/static/umap/locale/pt_BR.json +17 -5
  136. umap/static/umap/locale/pt_PT.js +8 -4
  137. umap/static/umap/locale/pt_PT.json +8 -4
  138. umap/static/umap/locale/ro.js +17 -5
  139. umap/static/umap/locale/ro.json +17 -5
  140. umap/static/umap/locale/ru.js +17 -5
  141. umap/static/umap/locale/ru.json +17 -5
  142. umap/static/umap/locale/sk_SK.js +17 -5
  143. umap/static/umap/locale/sk_SK.json +17 -5
  144. umap/static/umap/locale/sl.js +17 -5
  145. umap/static/umap/locale/sl.json +17 -5
  146. umap/static/umap/locale/sr.js +17 -5
  147. umap/static/umap/locale/sr.json +17 -5
  148. umap/static/umap/locale/sv.js +17 -5
  149. umap/static/umap/locale/sv.json +17 -5
  150. umap/static/umap/locale/th_TH.js +8 -4
  151. umap/static/umap/locale/th_TH.json +8 -4
  152. umap/static/umap/locale/tr.js +17 -5
  153. umap/static/umap/locale/tr.json +17 -5
  154. umap/static/umap/locale/uk_UA.js +17 -5
  155. umap/static/umap/locale/uk_UA.json +17 -5
  156. umap/static/umap/locale/vi.js +17 -5
  157. umap/static/umap/locale/vi.json +17 -5
  158. umap/static/umap/locale/vi_VN.json +17 -5
  159. umap/static/umap/locale/zh.js +17 -5
  160. umap/static/umap/locale/zh.json +17 -5
  161. umap/static/umap/locale/zh_CN.json +17 -5
  162. umap/static/umap/locale/zh_TW.Big5.json +17 -5
  163. umap/static/umap/locale/zh_TW.js +14 -10
  164. umap/static/umap/locale/zh_TW.json +14 -10
  165. umap/static/umap/map.css +17 -68
  166. umap/static/umap/nav.css +4 -0
  167. umap/static/umap/vars.css +1 -0
  168. umap/static/umap/vendors/dompurify/purify.es.js +138 -354
  169. umap/static/umap/vendors/dompurify/purify.es.mjs.map +1 -1
  170. umap/static/umap/vendors/editable/Leaflet.Editable.js +1 -0
  171. umap/sync/app.py +19 -13
  172. umap/sync/payloads.py +8 -1
  173. umap/templates/auth/user_form.html +2 -2
  174. umap/templates/umap/content_footer.html +1 -1
  175. umap/templates/umap/css.html +0 -2
  176. umap/templates/umap/js.html +0 -1
  177. umap/templates/umap/messages.html +5 -1
  178. umap/templates/umap/search_bar.html +1 -0
  179. umap/tests/integration/test_anonymous_owned_map.py +2 -2
  180. umap/tests/integration/test_basics.py +2 -5
  181. umap/tests/integration/test_categorized_layer.py +4 -8
  182. umap/tests/integration/test_choropleth.py +1 -1
  183. umap/tests/integration/test_conditional_rules.py +3 -3
  184. umap/tests/integration/test_draw_polygon.py +11 -19
  185. umap/tests/integration/test_draw_polyline.py +6 -14
  186. umap/tests/integration/test_edit_datalayer.py +10 -10
  187. umap/tests/integration/test_edit_map.py +27 -1
  188. umap/tests/integration/test_edit_marker.py +5 -5
  189. umap/tests/integration/test_edit_polygon.py +5 -5
  190. umap/tests/integration/test_features_id_generation.py +2 -6
  191. umap/tests/integration/test_import.py +93 -29
  192. umap/tests/integration/test_owned_map.py +1 -1
  193. umap/tests/integration/test_save.py +2 -2
  194. umap/tests/integration/test_tableeditor.py +7 -7
  195. umap/tests/integration/test_view_marker.py +10 -0
  196. umap/tests/integration/test_websocket_sync.py +128 -32
  197. umap/utils.py +4 -1
  198. umap/views.py +1 -10
  199. {umap_project-2.9.0b0.dist-info → umap_project-2.9.2.dist-info}/METADATA +13 -13
  200. {umap_project-2.9.0b0.dist-info → umap_project-2.9.2.dist-info}/RECORD +203 -205
  201. umap/static/umap/vendors/toolbar/leaflet.toolbar.css +0 -1
  202. umap/static/umap/vendors/toolbar/leaflet.toolbar.js +0 -1
  203. {umap_project-2.9.0b0.dist-info → umap_project-2.9.2.dist-info}/WHEEL +0 -0
  204. {umap_project-2.9.0b0.dist-info → umap_project-2.9.2.dist-info}/entry_points.txt +0 -0
  205. {umap_project-2.9.0b0.dist-info → umap_project-2.9.2.dist-info}/licenses/LICENSE +0 -0
Binary file
@@ -4,15 +4,15 @@
4
4
  #
5
5
  # Translators:
6
6
  # Joao Ponce de Leao Paulouro <joao.ponceleao@gmail.com>, 2014
7
- # lecalam, 2024
7
+ # lecalam, 2024-2025
8
8
  # Rui <xymarior@yandex.com>, 2016,2018-2019
9
9
  msgid ""
10
10
  msgstr ""
11
11
  "Project-Id-Version: uMap\n"
12
12
  "Report-Msgid-Bugs-To: \n"
13
- "POT-Creation-Date: 2024-12-24 08:39+0000\n"
13
+ "POT-Creation-Date: 2025-03-03 17:36+0000\n"
14
14
  "PO-Revision-Date: 2013-11-22 14:00+0000\n"
15
- "Last-Translator: lecalam, 2024\n"
15
+ "Last-Translator: lecalam, 2024-2025\n"
16
16
  "Language-Team: Portuguese (http://app.transifex.com/openstreetmap/umap/language/pt/)\n"
17
17
  "MIME-Version: 1.0\n"
18
18
  "Content-Type: text/plain; charset=UTF-8\n"
@@ -22,21 +22,29 @@ msgstr ""
22
22
 
23
23
  #: admin.py:16
24
24
  msgid "CSV Export"
25
- msgstr ""
25
+ msgstr "Exportação CSV"
26
26
 
27
27
  #: decorators.py:60
28
28
  msgid "This map is not publicly available"
29
- msgstr ""
29
+ msgstr "Este mapa não está disponível ao público"
30
30
 
31
- #: middleware.py:13
31
+ #: middleware.py:19
32
32
  msgid "Site is readonly for maintenance"
33
33
  msgstr "O site está em modo de leitura para manutenção"
34
34
 
35
+ #: middleware.py:34
36
+ #, python-format
37
+ msgid ""
38
+ "Using “%(name)s” to authenticate is deprecated and will be removed soon. "
39
+ "Please configure another provider below before losing access to your account"
40
+ " and maps."
41
+ msgstr ""
42
+
35
43
  #: models.py:60 models.py:79
36
44
  msgid "name"
37
45
  msgstr "nome"
38
46
 
39
- #: models.py:62 models.py:475
47
+ #: models.py:62 models.py:485
40
48
  msgid "description"
41
49
  msgstr "descrição"
42
50
 
@@ -56,29 +64,29 @@ msgstr "Modelo de URL no formato de mosaicos OSM"
56
64
  msgid "Order of the tilelayers in the edit box"
57
65
  msgstr "Ordem das camadas de mosaicos na caixa de edição"
58
66
 
59
- #: models.py:175 models.py:469
67
+ #: models.py:175 models.py:479
60
68
  msgid "Only editable with secret edit link"
61
69
  msgstr "Unicamente editável através de hiperligação secreta"
62
70
 
63
- #: models.py:176 models.py:470
71
+ #: models.py:176 models.py:480
64
72
  msgid "Everyone can edit"
65
73
  msgstr "Todos podem editar"
66
74
 
67
- #: models.py:179 models.py:463
75
+ #: models.py:179 models.py:473
68
76
  msgid "Everyone"
69
77
  msgstr "Todos"
70
78
 
71
- #: models.py:180 models.py:189 models.py:464
79
+ #: models.py:180 models.py:189 models.py:474
72
80
  msgid "Editors and team only"
73
81
  msgstr "Apenas editores e equipa"
74
82
 
75
- #: models.py:181 models.py:465
83
+ #: models.py:181 models.py:475
76
84
  msgid "Owner only"
77
85
  msgstr "Apenas o proprietário"
78
86
 
79
87
  #: models.py:184
80
88
  msgid "Draft (private)"
81
- msgstr ""
89
+ msgstr "Rascunho (privado)"
82
90
 
83
91
  #: models.py:185
84
92
  msgid "Everyone (public)"
@@ -92,9 +100,9 @@ msgstr "Quem tiver a hiperligação"
92
100
  msgid "Blocked"
93
101
  msgstr "Bloqueado"
94
102
 
95
- #: models.py:191
103
+ #: models.py:191 models.py:469
96
104
  msgid "Deleted"
97
- msgstr ""
105
+ msgstr "Eliminado"
98
106
 
99
107
  #: models.py:194
100
108
  msgid "center"
@@ -132,31 +140,31 @@ msgstr "editores"
132
140
  msgid "team"
133
141
  msgstr "equipa"
134
142
 
135
- #: models.py:229 models.py:491
143
+ #: models.py:229 models.py:501
136
144
  msgid "edit status"
137
145
  msgstr "editar estado"
138
146
 
139
- #: models.py:234
147
+ #: models.py:234 models.py:506
140
148
  msgid "share status"
141
149
  msgstr "partilhar estado"
142
150
 
143
- #: models.py:237 models.py:486
151
+ #: models.py:237 models.py:496
144
152
  msgid "settings"
145
153
  msgstr "parâmetros"
146
154
 
147
- #: models.py:402
155
+ #: models.py:407
148
156
  msgid "Clone of"
149
157
  msgstr "Clone de"
150
158
 
151
- #: models.py:462 models.py:468
159
+ #: models.py:468 models.py:472 models.py:478
152
160
  msgid "Inherit"
153
161
  msgstr "Herdado"
154
162
 
155
- #: models.py:481
163
+ #: models.py:491
156
164
  msgid "display on load"
157
165
  msgstr "mostrar no início"
158
166
 
159
- #: models.py:482
167
+ #: models.py:492
160
168
  msgid "Display this layer on load."
161
169
  msgstr "Mostrar esta camada ao carregar."
162
170
 
@@ -165,50 +173,64 @@ msgid ""
165
173
  "<a href=\"https://discover.umap-project.org/support/faq/#map-statuses\" "
166
174
  "target=\"_blank\">Find out here the documentation</a> on how to manage map’s"
167
175
  " permissions."
168
- msgstr ""
176
+ msgstr "<a href=\"https://discover.umap-project.org/support/faq/#map-statuses\" target=\"_blank\">Descubra aqui a documentação</a> sobre como gerir as permissões do mapa."
169
177
 
170
178
  #: templates/403.html:10 templates/404.html:8
171
179
  msgid "← Go to the homepage"
172
- msgstr ""
180
+ msgstr "← Ir para a página inicial"
173
181
 
174
182
  #: templates/404.html:7
175
183
  msgid "404 Page Not Found"
176
- msgstr ""
184
+ msgstr "Página 404 não encontrada"
177
185
 
178
- #: templates/auth/user_detail.html:8
186
+ #: templates/auth/user_detail.html:6
187
+ #, python-format
188
+ msgid "%(current_user)s’s maps"
189
+ msgstr "Mapas de %(current_user)s"
190
+
191
+ #: templates/auth/user_detail.html:12
179
192
  #, python-format
180
193
  msgid "Browse %(current_user)s's maps"
181
194
  msgstr "Ver mapas de %(current_user)s"
182
195
 
183
- #: templates/auth/user_detail.html:17
196
+ #: templates/auth/user_detail.html:21
184
197
  #, python-format
185
198
  msgid "%(current_user)s has no maps."
186
199
  msgstr "%(current_user)s não tem mapas."
187
200
 
188
- #: templates/auth/user_form.html:21 templates/umap/team_form.html:21
201
+ #: templates/auth/user_form.html:6
202
+ msgid "My Profile"
203
+ msgstr "Meu perfil"
204
+
205
+ #: templates/auth/user_form.html:24 templates/umap/team_form.html:25
189
206
  msgid "Save"
190
207
  msgstr "Guardar"
191
208
 
192
- #: templates/auth/user_form.html:27
209
+ #: templates/auth/user_form.html:30
193
210
  msgid "Your current providers"
194
211
  msgstr "Os seus fornecedores atuais"
195
212
 
196
- #: templates/auth/user_form.html:39
213
+ #: templates/auth/user_form.html:44
197
214
  msgid "Connect to another provider"
198
215
  msgstr "Conectar a outro fornecedor"
199
216
 
200
- #: templates/auth/user_form.html:42
217
+ #: templates/auth/user_form.html:47
201
218
  msgid ""
202
219
  "It's a good habit to connect your account to more than one provider, in case"
203
220
  " one provider becomes unavailable, temporarily or even permanently."
204
221
  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."
205
222
 
206
- #: templates/auth/user_stars.html:8
223
+ #: templates/auth/user_stars.html:6
224
+ #, python-format
225
+ msgid "%(current_user)s’s starred maps"
226
+ msgstr "Mapas com estrela de %(current_user)s"
227
+
228
+ #: templates/auth/user_stars.html:12
207
229
  #, python-format
208
230
  msgid "Browse %(current_user)s's starred maps"
209
231
  msgstr "Ver mapas com estrela de %(current_user)s's"
210
232
 
211
- #: templates/auth/user_stars.html:17
233
+ #: templates/auth/user_stars.html:21
212
234
  #, python-format
213
235
  msgid "%(current_user)s has no starred maps yet."
214
236
  msgstr "%(current_user)s não tem mapas com estrela."
@@ -225,11 +247,11 @@ msgstr "Entrar"
225
247
 
226
248
  #: templates/registration/login.html:22
227
249
  msgid "To save and easily find your maps, identify yourself."
228
- msgstr ""
250
+ msgstr "Para guardar e encontrar facilmente os seus mapas, identifique-se."
229
251
 
230
252
  #: templates/registration/login.html:25
231
253
  msgid "Please log in with your account:"
232
- msgstr ""
254
+ msgstr "Inicie sessão com a sua conta:"
233
255
 
234
256
  #: templates/registration/login.html:42
235
257
  msgid "Username"
@@ -241,7 +263,11 @@ msgstr "Palavra-passe"
241
263
 
242
264
  #: templates/registration/login.html:52
243
265
  msgid "Please choose a provider:"
244
- msgstr ""
266
+ msgstr "Escolha um fornecedor:"
267
+
268
+ #: templates/umap/about.html:5 templates/umap/navigation.html:22
269
+ msgid "About"
270
+ msgstr "Sobre"
245
271
 
246
272
  #: templates/umap/about_summary.html:12
247
273
  #, python-format
@@ -410,7 +436,7 @@ msgstr "por"
410
436
  msgid "More"
411
437
  msgstr "Mais"
412
438
 
413
- #: templates/umap/map_table.html:8 templates/umap/user_teams.html:14
439
+ #: templates/umap/map_table.html:8 templates/umap/user_teams.html:18
414
440
  msgid "Name"
415
441
  msgstr "Nome"
416
442
 
@@ -434,7 +460,7 @@ msgstr "Último guardar"
434
460
  msgid "Owner"
435
461
  msgstr "Proprietário"
436
462
 
437
- #: templates/umap/map_table.html:26 templates/umap/user_teams.html:20
463
+ #: templates/umap/map_table.html:26 templates/umap/user_teams.html:24
438
464
  msgid "Actions"
439
465
  msgstr "Ações"
440
466
 
@@ -447,7 +473,7 @@ msgid "Share"
447
473
  msgstr "Partilhar"
448
474
 
449
475
  #: templates/umap/map_table.html:78 templates/umap/map_table.html:80
450
- #: templates/umap/user_teams.html:38 templates/umap/user_teams.html:40
476
+ #: templates/umap/user_teams.html:42 templates/umap/user_teams.html:44
451
477
  msgid "Edit"
452
478
  msgstr "Editar"
453
479
 
@@ -510,10 +536,6 @@ msgstr "Entrar"
510
536
  msgid "Sign in"
511
537
  msgstr "Criar conta"
512
538
 
513
- #: templates/umap/navigation.html:22
514
- msgid "About"
515
- msgstr "Sobre"
516
-
517
539
  #: templates/umap/navigation.html:30
518
540
  msgid "Change password"
519
541
  msgstr "Alterar palavra-passe"
@@ -522,41 +544,47 @@ msgstr "Alterar palavra-passe"
522
544
  msgid "Log out"
523
545
  msgstr "Sair"
524
546
 
525
- #: templates/umap/password_change.html:7
547
+ #: templates/umap/password_change.html:6
548
+ #: templates/umap/password_change.html:11
526
549
  msgid "Password change"
527
550
  msgstr "Alterar palavra-passe"
528
551
 
529
- #: templates/umap/password_change.html:10
552
+ #: templates/umap/password_change.html:14
530
553
  msgid ""
531
554
  "Please enter your old password, for security's sake, and then enter your new"
532
555
  " password twice so we can verify you typed it in correctly."
533
556
  msgstr "Por favor introduza a sua palavra-passe antiga, por motivos de segurança, e então introduza a sua nova palavra-passe 2 vezes para que possamos verificar se a digitou corretamente."
534
557
 
535
- #: templates/umap/password_change.html:17
558
+ #: templates/umap/password_change.html:21
536
559
  msgid "Old password"
537
560
  msgstr "Palavra-passe antiga"
538
561
 
539
- #: templates/umap/password_change.html:22
562
+ #: templates/umap/password_change.html:26
540
563
  msgid "New password"
541
564
  msgstr "Nova palavra-passe"
542
565
 
543
- #: templates/umap/password_change.html:26
566
+ #: templates/umap/password_change.html:30
544
567
  msgid "New password confirmation"
545
568
  msgstr "Confirmação da palavra-passe"
546
569
 
547
- #: templates/umap/password_change.html:27
570
+ #: templates/umap/password_change.html:31
548
571
  msgid "Change my password"
549
572
  msgstr "Alterar a minha palavra-passe"
550
573
 
551
- #: templates/umap/password_change_done.html:7
574
+ #: templates/umap/password_change_done.html:6
575
+ #: templates/umap/password_change_done.html:11
552
576
  msgid "Password change successful"
553
577
  msgstr "Alteração da palavra-passe bem sucedida"
554
578
 
555
- #: templates/umap/password_change_done.html:10
579
+ #: templates/umap/password_change_done.html:14
556
580
  msgid "Your password was changed."
557
581
  msgstr "A sua palavra-passe foi alterada"
558
582
 
559
- #: templates/umap/search.html:15
583
+ #: templates/umap/search.html:6
584
+ msgid "Explore maps"
585
+ msgstr "Explorar mapas"
586
+
587
+ #: templates/umap/search.html:19
560
588
  #, python-format
561
589
  msgid "%(count)s map found:"
562
590
  msgid_plural "%(count)s maps found:"
@@ -564,11 +592,11 @@ msgstr[0] "%(count)s mapa encontrado:"
564
592
  msgstr[1] "%(count)s mapas encontrados:"
565
593
  msgstr[2] "%(count)s mapas encontrados:"
566
594
 
567
- #: templates/umap/search.html:24
595
+ #: templates/umap/search.html:28
568
596
  msgid "No map found."
569
597
  msgstr "Não foi encontrado nenhum mapa."
570
598
 
571
- #: templates/umap/search.html:29
599
+ #: templates/umap/search.html:33
572
600
  msgid "Latest created maps"
573
601
  msgstr "Últimos mapas criados"
574
602
 
@@ -576,25 +604,38 @@ msgstr "Últimos mapas criados"
576
604
  msgid "Search maps"
577
605
  msgstr "Procurar mapas"
578
606
 
579
- #: templates/umap/search_bar.html:15
607
+ #: templates/umap/search_bar.html:16
580
608
  msgid "Search"
581
609
  msgstr "Procurar"
582
610
 
583
- #: templates/umap/team_detail.html:10
611
+ #: templates/umap/team_confirm_delete.html:6
612
+ msgid "Team deletion"
613
+ msgstr "Eliminação de equipa"
614
+
615
+ #: templates/umap/team_detail.html:6
616
+ #, python-format
617
+ msgid "%(current_team)s’s maps"
618
+ msgstr "Mapas de %(current_team)s"
619
+
620
+ #: templates/umap/team_detail.html:14
584
621
  #, python-format
585
622
  msgid "Browse %(current_team)s's maps"
586
623
  msgstr "Ver mapas de %(current_team)s"
587
624
 
588
- #: templates/umap/team_detail.html:22
625
+ #: templates/umap/team_detail.html:26
589
626
  #, python-format
590
627
  msgid "%(current_team)s has no public maps."
591
628
  msgstr "%(current_team)s não tem mapas públicos."
592
629
 
593
- #: templates/umap/team_form.html:24
630
+ #: templates/umap/team_form.html:6
631
+ msgid "Create or edit a team"
632
+ msgstr "Criar ou editar uma equipa"
633
+
634
+ #: templates/umap/team_form.html:28
594
635
  msgid "Delete this team"
595
636
  msgstr "Eliminar esta equipa"
596
637
 
597
- #: templates/umap/team_form.html:47
638
+ #: templates/umap/team_form.html:51
598
639
  msgid "Add user"
599
640
  msgstr "Adicionar utilizador"
600
641
 
@@ -615,11 +656,15 @@ msgstr "Descarregar %(count)s mapas"
615
656
  msgid "You have no map yet."
616
657
  msgstr "Ainda não tem nenhum mapa."
617
658
 
618
- #: templates/umap/user_teams.html:17
659
+ #: templates/umap/user_teams.html:6
660
+ msgid "My Teams"
661
+ msgstr "As minhas equipas"
662
+
663
+ #: templates/umap/user_teams.html:21
619
664
  msgid "Users"
620
665
  msgstr "Utilizadores"
621
666
 
622
- #: templates/umap/user_teams.html:48
667
+ #: templates/umap/user_teams.html:52
623
668
  msgid "New team"
624
669
  msgstr "Nova equipa"
625
670
 
@@ -636,57 +681,57 @@ msgstr "A equipa “%(name)s” foi eliminada"
636
681
  msgid "View the map"
637
682
  msgstr "Ver o mapa"
638
683
 
639
- #: views.py:825
684
+ #: views.py:838
640
685
  msgid "See full screen"
641
686
  msgstr "Ver em ecrã inteiro"
642
687
 
643
- #: views.py:968
688
+ #: views.py:981
644
689
  msgid "Map editors updated with success!"
645
690
  msgstr "Os editores do mapa foram atualizados com sucesso!"
646
691
 
647
- #: views.py:1004
692
+ #: views.py:1017
648
693
  #, python-format
649
694
  msgid "The uMap edit link for your map: %(map_name)s"
650
695
  msgstr "A hiperligação de edição do uMap para o seu mapa: %(map_name)s"
651
696
 
652
- #: views.py:1007
697
+ #: views.py:1020
653
698
  #, python-format
654
699
  msgid "Here is your secret edit link: %(link)s"
655
700
  msgstr "Aqui está a hiperligação de edição secreta: %(link)s"
656
701
 
657
- #: views.py:1014
702
+ #: views.py:1027
658
703
  #, python-format
659
704
  msgid "Can't send email to %(email)s"
660
705
  msgstr "Não é possível enviar o email para %(email)s"
661
706
 
662
- #: views.py:1017
707
+ #: views.py:1030
663
708
  #, python-format
664
709
  msgid "Email sent to %(email)s"
665
710
  msgstr "Email enviado para %(email)s"
666
711
 
667
- #: views.py:1028
712
+ #: views.py:1041
668
713
  msgid "Only its owner can delete the map."
669
714
  msgstr "Só o proprietário pode eliminar o mapa."
670
715
 
671
- #: views.py:1031
716
+ #: views.py:1044
672
717
  msgid "Map successfully deleted."
673
718
  msgstr "Mapa eliminado com sucesso."
674
719
 
675
- #: views.py:1057
720
+ #: views.py:1070
676
721
  #, python-format
677
722
  msgid ""
678
723
  "Your map has been cloned! If you want to edit this map from another "
679
724
  "computer, please use this link: %(anonymous_url)s"
680
725
  msgstr "O seu mapa foi clonado! Se quiser editar este mapa noutro computador, por favor utilize esta hiperligação: %(anonymous_url)s"
681
726
 
682
- #: views.py:1062
727
+ #: views.py:1075
683
728
  msgid "Congratulations, your map has been cloned!"
684
729
  msgstr "Parabéns, o seu mapa foi clonado!"
685
730
 
686
- #: views.py:1313
731
+ #: views.py:1329
687
732
  msgid "Layer successfully deleted."
688
733
  msgstr "Camada eliminada com sucesso."
689
734
 
690
- #: views.py:1335
735
+ #: views.py:1351
691
736
  msgid "Permissions updated with success!"
692
737
  msgstr "Permissões atualizadas com sucesso!"
Binary file