umap-project 2.8.2__py3-none-any.whl → 2.9.0__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/admin.py +15 -2
- umap/asgi.py +12 -7
- umap/context_processors.py +1 -0
- umap/locale/br/LC_MESSAGES/django.mo +0 -0
- umap/locale/br/LC_MESSAGES/django.po +111 -67
- umap/locale/cs_CZ/LC_MESSAGES/django.mo +0 -0
- umap/locale/cs_CZ/LC_MESSAGES/django.po +110 -66
- umap/locale/el/LC_MESSAGES/django.mo +0 -0
- umap/locale/el/LC_MESSAGES/django.po +129 -85
- umap/locale/en/LC_MESSAGES/django.po +103 -60
- umap/locale/es/LC_MESSAGES/django.mo +0 -0
- umap/locale/es/LC_MESSAGES/django.po +114 -69
- umap/locale/fr/LC_MESSAGES/django.mo +0 -0
- umap/locale/fr/LC_MESSAGES/django.po +105 -61
- umap/locale/gl/LC_MESSAGES/django.mo +0 -0
- umap/locale/gl/LC_MESSAGES/django.po +216 -171
- umap/locale/it/LC_MESSAGES/django.mo +0 -0
- umap/locale/it/LC_MESSAGES/django.po +142 -98
- umap/locale/nl/LC_MESSAGES/django.mo +0 -0
- umap/locale/nl/LC_MESSAGES/django.po +196 -151
- umap/locale/pt/LC_MESSAGES/django.mo +0 -0
- umap/locale/pt/LC_MESSAGES/django.po +115 -71
- umap/locale/zh_TW/LC_MESSAGES/django.mo +0 -0
- umap/locale/zh_TW/LC_MESSAGES/django.po +109 -65
- umap/management/commands/empty_trash.py +12 -1
- umap/migrations/0026_datalayer_modified_at_datalayer_share_status.py +26 -0
- umap/models.py +43 -13
- umap/settings/base.py +5 -2
- umap/static/umap/base.css +5 -2
- umap/static/umap/content.css +2 -22
- umap/static/umap/css/bar.css +39 -10
- umap/static/umap/css/contextmenu.css +14 -2
- umap/static/umap/css/form.css +33 -39
- umap/static/umap/css/icon.css +47 -5
- umap/static/umap/css/panel.css +20 -2
- umap/static/umap/css/popup.css +0 -1
- umap/static/umap/css/tooltip.css +33 -31
- umap/static/umap/img/16-white.svg +5 -3
- umap/static/umap/img/16.svg +1 -1
- umap/static/umap/img/24-white.svg +17 -16
- umap/static/umap/img/24.svg +29 -18
- umap/static/umap/img/providers/bitbucket.png +0 -0
- umap/static/umap/img/providers/github.png +0 -0
- umap/static/umap/img/providers/keycloak.png +0 -0
- umap/static/umap/img/providers/openstreetmap-oauth2.png +0 -0
- umap/static/umap/img/providers/twitter-oauth2.png +0 -0
- umap/static/umap/img/source/16-white.svg +6 -4
- umap/static/umap/img/source/16.svg +1 -1
- umap/static/umap/img/source/24-white.svg +20 -18
- umap/static/umap/img/source/24.svg +30 -19
- umap/static/umap/js/components/alerts/alert.js +4 -1
- umap/static/umap/js/modules/browser.js +8 -8
- umap/static/umap/js/modules/caption.js +30 -7
- umap/static/umap/js/modules/data/features.js +101 -56
- umap/static/umap/js/modules/data/layer.js +108 -83
- umap/static/umap/js/modules/form/builder.js +242 -0
- umap/static/umap/js/modules/form/fields.js +1346 -0
- umap/static/umap/js/modules/formatter.js +9 -8
- umap/static/umap/js/modules/help.js +20 -24
- umap/static/umap/js/modules/importer.js +6 -3
- umap/static/umap/js/modules/permissions.js +11 -6
- umap/static/umap/js/modules/rendering/icon.js +5 -1
- umap/static/umap/js/modules/rendering/layers/classified.js +12 -8
- umap/static/umap/js/modules/rendering/layers/cluster.js +11 -1
- umap/static/umap/js/modules/rendering/map.js +1 -23
- umap/static/umap/js/modules/rendering/ui.js +20 -38
- umap/static/umap/js/modules/rules.js +3 -2
- umap/static/umap/js/modules/saving.js +5 -0
- umap/static/umap/js/modules/schema.js +8 -6
- umap/static/umap/js/modules/share.js +3 -3
- umap/static/umap/js/modules/sync/engine.js +56 -26
- umap/static/umap/js/modules/sync/updaters.js +15 -6
- umap/static/umap/js/modules/sync/websocket.js +50 -37
- umap/static/umap/js/modules/tableeditor.js +3 -2
- umap/static/umap/js/modules/ui/bar.js +101 -9
- umap/static/umap/js/modules/ui/base.js +7 -24
- umap/static/umap/js/modules/ui/contextmenu.js +9 -2
- umap/static/umap/js/modules/ui/panel.js +5 -1
- umap/static/umap/js/modules/ui/tooltip.js +19 -11
- umap/static/umap/js/modules/umap.js +121 -68
- umap/static/umap/js/modules/utils.js +196 -12
- umap/static/umap/js/umap.controls.js +11 -353
- umap/static/umap/locale/am_ET.js +17 -5
- umap/static/umap/locale/am_ET.json +17 -5
- umap/static/umap/locale/ar.js +17 -5
- umap/static/umap/locale/ar.json +17 -5
- umap/static/umap/locale/ast.js +17 -5
- umap/static/umap/locale/ast.json +17 -5
- umap/static/umap/locale/bg.js +17 -5
- umap/static/umap/locale/bg.json +17 -5
- umap/static/umap/locale/br.js +33 -20
- umap/static/umap/locale/br.json +33 -20
- umap/static/umap/locale/ca.js +17 -5
- umap/static/umap/locale/ca.json +17 -5
- umap/static/umap/locale/cs_CZ.js +15 -5
- umap/static/umap/locale/cs_CZ.json +15 -5
- umap/static/umap/locale/da.js +17 -5
- umap/static/umap/locale/da.json +17 -5
- umap/static/umap/locale/de.js +17 -5
- umap/static/umap/locale/de.json +17 -5
- umap/static/umap/locale/el.js +63 -51
- umap/static/umap/locale/el.json +63 -51
- umap/static/umap/locale/en.js +15 -5
- umap/static/umap/locale/en.json +15 -5
- umap/static/umap/locale/en_US.json +17 -5
- umap/static/umap/locale/es.js +25 -13
- umap/static/umap/locale/es.json +25 -13
- umap/static/umap/locale/et.js +17 -5
- umap/static/umap/locale/et.json +17 -5
- umap/static/umap/locale/eu.js +17 -5
- umap/static/umap/locale/eu.json +17 -5
- umap/static/umap/locale/fa_IR.js +17 -5
- umap/static/umap/locale/fa_IR.json +17 -5
- umap/static/umap/locale/fi.js +17 -5
- umap/static/umap/locale/fi.json +17 -5
- umap/static/umap/locale/fr.js +16 -6
- umap/static/umap/locale/fr.json +16 -6
- umap/static/umap/locale/gl.js +357 -345
- umap/static/umap/locale/gl.json +357 -345
- umap/static/umap/locale/he.js +17 -5
- umap/static/umap/locale/he.json +17 -5
- umap/static/umap/locale/hr.js +17 -5
- umap/static/umap/locale/hr.json +17 -5
- umap/static/umap/locale/hu.js +14 -5
- umap/static/umap/locale/hu.json +14 -5
- umap/static/umap/locale/id.js +17 -5
- umap/static/umap/locale/id.json +17 -5
- umap/static/umap/locale/is.js +17 -5
- umap/static/umap/locale/is.json +17 -5
- umap/static/umap/locale/it.js +125 -113
- umap/static/umap/locale/it.json +125 -113
- umap/static/umap/locale/ja.js +17 -5
- umap/static/umap/locale/ja.json +17 -5
- umap/static/umap/locale/ko.js +17 -5
- umap/static/umap/locale/ko.json +17 -5
- umap/static/umap/locale/lt.js +17 -5
- umap/static/umap/locale/lt.json +17 -5
- umap/static/umap/locale/ms.js +17 -5
- umap/static/umap/locale/ms.json +17 -5
- umap/static/umap/locale/nl.js +132 -119
- umap/static/umap/locale/nl.json +132 -119
- umap/static/umap/locale/no.js +17 -5
- umap/static/umap/locale/no.json +17 -5
- umap/static/umap/locale/pl.js +17 -5
- umap/static/umap/locale/pl.json +17 -5
- umap/static/umap/locale/pl_PL.json +17 -5
- umap/static/umap/locale/pt.js +38 -25
- umap/static/umap/locale/pt.json +38 -25
- umap/static/umap/locale/pt_BR.js +17 -5
- umap/static/umap/locale/pt_BR.json +17 -5
- umap/static/umap/locale/pt_PT.js +17 -5
- umap/static/umap/locale/pt_PT.json +17 -5
- umap/static/umap/locale/ro.js +17 -5
- umap/static/umap/locale/ro.json +17 -5
- umap/static/umap/locale/ru.js +17 -5
- umap/static/umap/locale/ru.json +17 -5
- umap/static/umap/locale/sk_SK.js +17 -5
- umap/static/umap/locale/sk_SK.json +17 -5
- umap/static/umap/locale/sl.js +17 -5
- umap/static/umap/locale/sl.json +17 -5
- umap/static/umap/locale/sr.js +17 -5
- umap/static/umap/locale/sr.json +17 -5
- umap/static/umap/locale/sv.js +17 -5
- umap/static/umap/locale/sv.json +17 -5
- umap/static/umap/locale/th_TH.js +17 -5
- umap/static/umap/locale/th_TH.json +17 -5
- umap/static/umap/locale/tr.js +17 -5
- umap/static/umap/locale/tr.json +17 -5
- umap/static/umap/locale/uk_UA.js +17 -5
- umap/static/umap/locale/uk_UA.json +17 -5
- umap/static/umap/locale/vi.js +17 -5
- umap/static/umap/locale/vi.json +17 -5
- umap/static/umap/locale/vi_VN.json +17 -5
- umap/static/umap/locale/zh.js +17 -5
- umap/static/umap/locale/zh.json +17 -5
- umap/static/umap/locale/zh_CN.json +17 -5
- umap/static/umap/locale/zh_TW.Big5.json +17 -5
- umap/static/umap/locale/zh_TW.js +15 -5
- umap/static/umap/locale/zh_TW.json +15 -5
- umap/static/umap/map.css +29 -76
- umap/static/umap/nav.css +6 -3
- umap/static/umap/unittests/utils.js +14 -0
- umap/static/umap/vars.css +3 -0
- umap/static/umap/vendors/dompurify/purify.es.js +138 -354
- umap/static/umap/vendors/dompurify/purify.es.mjs.map +1 -1
- umap/static/umap/vendors/editable/Leaflet.Editable.js +1 -0
- umap/sync/__init__.py +0 -0
- umap/sync/app.py +187 -0
- umap/sync/payloads.py +56 -0
- umap/templates/auth/user_detail.html +4 -0
- umap/templates/auth/user_form.html +9 -6
- umap/templates/auth/user_stars.html +4 -0
- umap/templates/base.html +1 -1
- umap/templates/registration/login.html +2 -5
- umap/templates/umap/about.html +5 -0
- umap/templates/umap/about_summary.html +2 -2
- umap/templates/umap/components/provider.html +8 -0
- umap/templates/umap/content_footer.html +1 -1
- umap/templates/umap/css.html +0 -2
- umap/templates/umap/js.html +0 -4
- umap/templates/umap/map_detail.html +1 -1
- umap/templates/umap/password_change.html +4 -0
- umap/templates/umap/password_change_done.html +4 -0
- umap/templates/umap/search.html +4 -0
- umap/templates/umap/search_bar.html +1 -0
- umap/templates/umap/team_confirm_delete.html +4 -0
- umap/templates/umap/team_detail.html +4 -0
- umap/templates/umap/team_form.html +4 -0
- umap/templates/umap/user_dashboard.html +1 -1
- umap/templates/umap/user_teams.html +4 -0
- umap/tests/base.py +3 -1
- umap/tests/integration/conftest.py +16 -23
- umap/tests/integration/test_anonymous_owned_map.py +2 -2
- umap/tests/integration/test_basics.py +4 -7
- umap/tests/integration/test_caption.py +1 -0
- umap/tests/integration/test_categorized_layer.py +4 -8
- umap/tests/integration/test_choropleth.py +1 -1
- umap/tests/integration/test_conditional_rules.py +3 -3
- umap/tests/integration/test_draw_polygon.py +14 -22
- umap/tests/integration/test_draw_polyline.py +6 -14
- umap/tests/integration/test_edit_datalayer.py +11 -11
- umap/tests/integration/test_edit_map.py +30 -4
- umap/tests/integration/test_edit_marker.py +5 -5
- umap/tests/integration/test_edit_polygon.py +6 -6
- umap/tests/integration/test_features_id_generation.py +2 -6
- umap/tests/integration/test_import.py +115 -29
- umap/tests/integration/test_optimistic_merge.py +1 -0
- umap/tests/integration/test_owned_map.py +1 -1
- umap/tests/integration/test_picto.py +8 -8
- umap/tests/integration/test_save.py +3 -2
- umap/tests/integration/test_star.py +13 -9
- umap/tests/integration/test_tableeditor.py +8 -7
- umap/tests/integration/test_view_marker.py +10 -0
- umap/tests/integration/test_websocket_sync.py +239 -64
- umap/tests/settings.py +2 -0
- umap/tests/test_datalayer.py +2 -3
- umap/tests/test_datalayer_views.py +20 -1
- umap/tests/test_empty_trash.py +10 -3
- umap/tests/test_map_views.py +11 -0
- umap/utils.py +27 -11
- umap/views.py +37 -6
- {umap_project-2.8.2.dist-info → umap_project-2.9.0.dist-info}/METADATA +22 -22
- {umap_project-2.8.2.dist-info → umap_project-2.9.0.dist-info}/RECORD +247 -248
- {umap_project-2.8.2.dist-info → umap_project-2.9.0.dist-info}/WHEEL +1 -1
- umap/management/commands/run_websocket_server.py +0 -23
- umap/settings/local_s3.py +0 -45
- umap/static/umap/bitbucket.png +0 -0
- umap/static/umap/github.png +0 -0
- umap/static/umap/js/umap.forms.js +0 -1242
- umap/static/umap/keycloak.png +0 -0
- umap/static/umap/openstreetmap.png +0 -0
- umap/static/umap/twitter.png +0 -0
- umap/static/umap/vendors/formbuilder/Leaflet.FormBuilder.js +0 -468
- umap/static/umap/vendors/toolbar/leaflet.toolbar.css +0 -1
- umap/static/umap/vendors/toolbar/leaflet.toolbar.js +0 -1
- umap/tests/test_websocket_server.py +0 -22
- umap/websocket_server.py +0 -202
- {umap_project-2.8.2.dist-info → umap_project-2.9.0.dist-info}/entry_points.txt +0 -0
- {umap_project-2.8.2.dist-info → umap_project-2.9.0.dist-info}/licenses/LICENSE +0 -0
umap/static/umap/locale/pt.js
CHANGED
|
@@ -19,7 +19,6 @@ const locale = {
|
|
|
19
19
|
"Add a new property": "Adicionar uma nova propriedade",
|
|
20
20
|
"Add a polygon to the current multi": "Adicionar um polígono ao multipolígono atual",
|
|
21
21
|
"Add image URL": "Adicionar URL de imagem",
|
|
22
|
-
"Add": "Adicionar",
|
|
23
22
|
"Advanced actions": "Ações avançadas",
|
|
24
23
|
"Advanced properties": "Propriedades avançadas",
|
|
25
24
|
"All data and settings of the map": "Todos os dados e definições do mapa",
|
|
@@ -120,7 +119,6 @@ const locale = {
|
|
|
120
119
|
"Display the locate control": "Mostrar o botão de localização GPS",
|
|
121
120
|
"Display the measure control": "Mostrar o botão de medir",
|
|
122
121
|
"Display the search control": "Mostrar o botão de pesquisa",
|
|
123
|
-
"Display the star map button": "Mostrar o botão de estrela do mapa",
|
|
124
122
|
"Display the tile layers control": "Mostrar o botão de camadas de mosaicos",
|
|
125
123
|
"Display the zoom control": "Mostrar os botões de aproximar e afastar (zoom)",
|
|
126
124
|
"Do you want to display a caption bar?": "Mostrar uma barra de legenda?",
|
|
@@ -183,12 +181,12 @@ const locale = {
|
|
|
183
181
|
"Icon shape": "Forma do ícone",
|
|
184
182
|
"Icon symbol": "Símbolo do ícone",
|
|
185
183
|
"If false, the polygon or line will act as a part of the underlying map.": "Se for falso, o polígono ou a linha atuará como parte do mapa subjacente.",
|
|
186
|
-
"Iframe with custom height (in px): {{{https://iframe.url.com|height}}}": "Iframe
|
|
187
|
-
"Iframe with custom height and width (in px): {{{https://iframe.url.com|height*width}}}": "Iframe
|
|
184
|
+
"Iframe with custom height (in px): {{{https://iframe.url.com|height}}}": "Iframe com altura personalizada (em px): {{{https://iframe.url.com|height}}}",
|
|
185
|
+
"Iframe with custom height and width (in px): {{{https://iframe.url.com|height*width}}}": "Iframe com altura e largura personalizadas (em px): {{{https://iframe.url.com|height*width}}}",
|
|
188
186
|
"iframe": "iframe",
|
|
189
187
|
"Iframe: {{{https://iframe.url.com}}}": "Iframe: {{{https://iframe.url.com}}}",
|
|
190
|
-
"Image with custom width (in px): {{https://image.url.com|width}}": "
|
|
191
|
-
"Image: {{https://image.url.com}}": "
|
|
188
|
+
"Image with custom width (in px): {{https://image.url.com|width}}": "Imagem com largura personalizada (em px): {{https://image.url.com|width}}",
|
|
189
|
+
"Image: {{https://image.url.com}}": "Imagem: {{https://image.url.com}}",
|
|
192
190
|
"Import data": "Importar dados",
|
|
193
191
|
"Import in a new layer": "Importar uma nova camada",
|
|
194
192
|
"Imports all umap data, including layers and settings.": "Importa todos os dados uMap, incluindo camadas e definições.",
|
|
@@ -216,7 +214,7 @@ const locale = {
|
|
|
216
214
|
"Limit bounds": "Extremos dos limites",
|
|
217
215
|
"Link to view the map": "Hiperligação para ver o mapa",
|
|
218
216
|
"Link to…": "Hiperligação para…",
|
|
219
|
-
"Link with text: [[https://example.com|text of the link]]": "
|
|
217
|
+
"Link with text: [[https://example.com|text of the link]]": "Hiperligação com texto: [[https://exemplo.com|texto da hiperligação]]",
|
|
220
218
|
"Long credits": "Créditos por extenso",
|
|
221
219
|
"Longitude": "Longitude",
|
|
222
220
|
"Make main shape": "Fazer forma geométrica principal",
|
|
@@ -301,7 +299,6 @@ const locale = {
|
|
|
301
299
|
"Restore this version": "Restaurar esta versão",
|
|
302
300
|
"Save current edits": "Guardar edições atuais",
|
|
303
301
|
"Save map": "Guardar mapa",
|
|
304
|
-
"Save this center and zoom": "Guardar este zoom e centro",
|
|
305
302
|
"Save this location as new feature": "Guardar esta localização como novo elemento",
|
|
306
303
|
"Save": "Guardar",
|
|
307
304
|
"Saved center and zoom": "Centro e zoom guardados",
|
|
@@ -320,7 +317,7 @@ const locale = {
|
|
|
320
317
|
"Show this layer in the caption": "Mostrar esta camada na legenda",
|
|
321
318
|
"Show/hide layer": "Mostrar / ocultar camada",
|
|
322
319
|
"Side panel": "Painel lateral",
|
|
323
|
-
"Simple link: [[https://example.com]]": "
|
|
320
|
+
"Simple link: [[https://example.com]]": "Hiperligação simples: [[https://exemplo.com]]",
|
|
324
321
|
"Simplify": "Simplificar",
|
|
325
322
|
"Skipping unknown geometry.type: {type}": "A ignorar tipo de geometria desconhecido: {type}",
|
|
326
323
|
"Slideshow": "Apresentação",
|
|
@@ -505,22 +502,38 @@ const locale = {
|
|
|
505
502
|
"Display the open browser control": "Mostrar o controlo do navegador aberto",
|
|
506
503
|
"Copy as GeoJSON": "Copiar como GeoJSON",
|
|
507
504
|
"Please zoom in to edit the geometry": "Amplie para editar a geometria",
|
|
508
|
-
"New map": "
|
|
509
|
-
"My maps": "
|
|
510
|
-
"My teams": "
|
|
511
|
-
"My profile": "
|
|
512
|
-
"Type new owner's username": "
|
|
513
|
-
"Type editor's username": "
|
|
514
|
-
"Map": "
|
|
515
|
-
"Manage collaborators": "
|
|
516
|
-
"show/hide all layers": "
|
|
517
|
-
"zoom to data extent": "zoom
|
|
518
|
-
"download visible data": "
|
|
519
|
-
"
|
|
520
|
-
"Import helpers": "
|
|
521
|
-
"
|
|
522
|
-
"
|
|
523
|
-
"
|
|
505
|
+
"New map": "Novo mapa",
|
|
506
|
+
"My maps": "Meus mapas",
|
|
507
|
+
"My teams": "Minhas equipas",
|
|
508
|
+
"My profile": "Meu perfil",
|
|
509
|
+
"Type new owner's username": "Digite o nome de utilizador do novo proprietário",
|
|
510
|
+
"Type editor's username": "Digite o nome de utilizador do editor",
|
|
511
|
+
"Map": "Mapa",
|
|
512
|
+
"Manage collaborators": "Gerir colaboradores",
|
|
513
|
+
"show/hide all layers": "mostrar/ocultar todas as camadas",
|
|
514
|
+
"zoom to data extent": "zoom na extensão dos dados",
|
|
515
|
+
"download visible data": "descarregar dados visíveis",
|
|
516
|
+
"Import helpers": "Assistentes de importação",
|
|
517
|
+
"Import helpers will fill the URL field for you.": "Os assistentes de importação preencherão o campo URL por si.",
|
|
518
|
+
"Wikipedia": "Wikipédia",
|
|
519
|
+
"Save draft": "Guardar rascunho",
|
|
520
|
+
"No data has been found for import": "Não foram encontrados dados para a importação",
|
|
521
|
+
"Successfully imported {count} feature(s)": "Importado com êxito {count} elemento(s)",
|
|
522
|
+
"Disconnected": "Desconectado",
|
|
523
|
+
"You must be logged in": "Tem de ter sessão iniciada",
|
|
524
|
+
"on hover": "ao passar o rato",
|
|
525
|
+
"Cannot load remote data for layer \"{layer}\" with url \"{url}\"": "Não é possível carregar dados remotos na camada \"{layer}\" com o URL \"{url}\"",
|
|
526
|
+
"Cannot parse remote data for layer \"{layer}\" with url \"{url}\"": "Não é possível processar os dados remotos na camada \"{layer}\" com o URL \"{url}\"",
|
|
527
|
+
"Import failed: invalid data": "A importação falhou: dados inválidos",
|
|
528
|
+
"Anonymous": "Anonymous",
|
|
529
|
+
"created at {date}": "criado em {date}",
|
|
530
|
+
"modified at {date}": "alterado em {date}",
|
|
531
|
+
"Default zoom": "Ampliação predefinida",
|
|
532
|
+
"Default latitude": "Latitude predefinida",
|
|
533
|
+
"Default longitude": "Longitude predefinida",
|
|
534
|
+
"Edit map default view": "Editar vista predefinida do mapa",
|
|
535
|
+
"Use current center and zoom": "Usar o centro e ampliação atuais",
|
|
536
|
+
"Layer permalink": "Layer permalink"
|
|
524
537
|
}
|
|
525
538
|
L.registerLocale("pt", locale)
|
|
526
539
|
L.setLocale("pt")
|
umap/static/umap/locale/pt.json
CHANGED
|
@@ -19,7 +19,6 @@
|
|
|
19
19
|
"Add a new property": "Adicionar uma nova propriedade",
|
|
20
20
|
"Add a polygon to the current multi": "Adicionar um polígono ao multipolígono atual",
|
|
21
21
|
"Add image URL": "Adicionar URL de imagem",
|
|
22
|
-
"Add": "Adicionar",
|
|
23
22
|
"Advanced actions": "Ações avançadas",
|
|
24
23
|
"Advanced properties": "Propriedades avançadas",
|
|
25
24
|
"All data and settings of the map": "Todos os dados e definições do mapa",
|
|
@@ -120,7 +119,6 @@
|
|
|
120
119
|
"Display the locate control": "Mostrar o botão de localização GPS",
|
|
121
120
|
"Display the measure control": "Mostrar o botão de medir",
|
|
122
121
|
"Display the search control": "Mostrar o botão de pesquisa",
|
|
123
|
-
"Display the star map button": "Mostrar o botão de estrela do mapa",
|
|
124
122
|
"Display the tile layers control": "Mostrar o botão de camadas de mosaicos",
|
|
125
123
|
"Display the zoom control": "Mostrar os botões de aproximar e afastar (zoom)",
|
|
126
124
|
"Do you want to display a caption bar?": "Mostrar uma barra de legenda?",
|
|
@@ -183,12 +181,12 @@
|
|
|
183
181
|
"Icon shape": "Forma do ícone",
|
|
184
182
|
"Icon symbol": "Símbolo do ícone",
|
|
185
183
|
"If false, the polygon or line will act as a part of the underlying map.": "Se for falso, o polígono ou a linha atuará como parte do mapa subjacente.",
|
|
186
|
-
"Iframe with custom height (in px): {{{https://iframe.url.com|height}}}": "Iframe
|
|
187
|
-
"Iframe with custom height and width (in px): {{{https://iframe.url.com|height*width}}}": "Iframe
|
|
184
|
+
"Iframe with custom height (in px): {{{https://iframe.url.com|height}}}": "Iframe com altura personalizada (em px): {{{https://iframe.url.com|height}}}",
|
|
185
|
+
"Iframe with custom height and width (in px): {{{https://iframe.url.com|height*width}}}": "Iframe com altura e largura personalizadas (em px): {{{https://iframe.url.com|height*width}}}",
|
|
188
186
|
"iframe": "iframe",
|
|
189
187
|
"Iframe: {{{https://iframe.url.com}}}": "Iframe: {{{https://iframe.url.com}}}",
|
|
190
|
-
"Image with custom width (in px): {{https://image.url.com|width}}": "
|
|
191
|
-
"Image: {{https://image.url.com}}": "
|
|
188
|
+
"Image with custom width (in px): {{https://image.url.com|width}}": "Imagem com largura personalizada (em px): {{https://image.url.com|width}}",
|
|
189
|
+
"Image: {{https://image.url.com}}": "Imagem: {{https://image.url.com}}",
|
|
192
190
|
"Import data": "Importar dados",
|
|
193
191
|
"Import in a new layer": "Importar uma nova camada",
|
|
194
192
|
"Imports all umap data, including layers and settings.": "Importa todos os dados uMap, incluindo camadas e definições.",
|
|
@@ -216,7 +214,7 @@
|
|
|
216
214
|
"Limit bounds": "Extremos dos limites",
|
|
217
215
|
"Link to view the map": "Hiperligação para ver o mapa",
|
|
218
216
|
"Link to…": "Hiperligação para…",
|
|
219
|
-
"Link with text: [[https://example.com|text of the link]]": "
|
|
217
|
+
"Link with text: [[https://example.com|text of the link]]": "Hiperligação com texto: [[https://exemplo.com|texto da hiperligação]]",
|
|
220
218
|
"Long credits": "Créditos por extenso",
|
|
221
219
|
"Longitude": "Longitude",
|
|
222
220
|
"Make main shape": "Fazer forma geométrica principal",
|
|
@@ -301,7 +299,6 @@
|
|
|
301
299
|
"Restore this version": "Restaurar esta versão",
|
|
302
300
|
"Save current edits": "Guardar edições atuais",
|
|
303
301
|
"Save map": "Guardar mapa",
|
|
304
|
-
"Save this center and zoom": "Guardar este zoom e centro",
|
|
305
302
|
"Save this location as new feature": "Guardar esta localização como novo elemento",
|
|
306
303
|
"Save": "Guardar",
|
|
307
304
|
"Saved center and zoom": "Centro e zoom guardados",
|
|
@@ -320,7 +317,7 @@
|
|
|
320
317
|
"Show this layer in the caption": "Mostrar esta camada na legenda",
|
|
321
318
|
"Show/hide layer": "Mostrar / ocultar camada",
|
|
322
319
|
"Side panel": "Painel lateral",
|
|
323
|
-
"Simple link: [[https://example.com]]": "
|
|
320
|
+
"Simple link: [[https://example.com]]": "Hiperligação simples: [[https://exemplo.com]]",
|
|
324
321
|
"Simplify": "Simplificar",
|
|
325
322
|
"Skipping unknown geometry.type: {type}": "A ignorar tipo de geometria desconhecido: {type}",
|
|
326
323
|
"Slideshow": "Apresentação",
|
|
@@ -505,20 +502,36 @@
|
|
|
505
502
|
"Display the open browser control": "Mostrar o controlo do navegador aberto",
|
|
506
503
|
"Copy as GeoJSON": "Copiar como GeoJSON",
|
|
507
504
|
"Please zoom in to edit the geometry": "Amplie para editar a geometria",
|
|
508
|
-
"New map": "
|
|
509
|
-
"My maps": "
|
|
510
|
-
"My teams": "
|
|
511
|
-
"My profile": "
|
|
512
|
-
"Type new owner's username": "
|
|
513
|
-
"Type editor's username": "
|
|
514
|
-
"Map": "
|
|
515
|
-
"Manage collaborators": "
|
|
516
|
-
"show/hide all layers": "
|
|
517
|
-
"zoom to data extent": "zoom
|
|
518
|
-
"download visible data": "
|
|
519
|
-
"
|
|
520
|
-
"Import helpers": "
|
|
521
|
-
"
|
|
522
|
-
"
|
|
523
|
-
"
|
|
505
|
+
"New map": "Novo mapa",
|
|
506
|
+
"My maps": "Meus mapas",
|
|
507
|
+
"My teams": "Minhas equipas",
|
|
508
|
+
"My profile": "Meu perfil",
|
|
509
|
+
"Type new owner's username": "Digite o nome de utilizador do novo proprietário",
|
|
510
|
+
"Type editor's username": "Digite o nome de utilizador do editor",
|
|
511
|
+
"Map": "Mapa",
|
|
512
|
+
"Manage collaborators": "Gerir colaboradores",
|
|
513
|
+
"show/hide all layers": "mostrar/ocultar todas as camadas",
|
|
514
|
+
"zoom to data extent": "zoom na extensão dos dados",
|
|
515
|
+
"download visible data": "descarregar dados visíveis",
|
|
516
|
+
"Import helpers": "Assistentes de importação",
|
|
517
|
+
"Import helpers will fill the URL field for you.": "Os assistentes de importação preencherão o campo URL por si.",
|
|
518
|
+
"Wikipedia": "Wikipédia",
|
|
519
|
+
"Save draft": "Guardar rascunho",
|
|
520
|
+
"No data has been found for import": "Não foram encontrados dados para a importação",
|
|
521
|
+
"Successfully imported {count} feature(s)": "Importado com êxito {count} elemento(s)",
|
|
522
|
+
"Disconnected": "Desconectado",
|
|
523
|
+
"You must be logged in": "Tem de ter sessão iniciada",
|
|
524
|
+
"on hover": "ao passar o rato",
|
|
525
|
+
"Cannot load remote data for layer \"{layer}\" with url \"{url}\"": "Não é possível carregar dados remotos na camada \"{layer}\" com o URL \"{url}\"",
|
|
526
|
+
"Cannot parse remote data for layer \"{layer}\" with url \"{url}\"": "Não é possível processar os dados remotos na camada \"{layer}\" com o URL \"{url}\"",
|
|
527
|
+
"Import failed: invalid data": "A importação falhou: dados inválidos",
|
|
528
|
+
"Anonymous": "Anonymous",
|
|
529
|
+
"created at {date}": "criado em {date}",
|
|
530
|
+
"modified at {date}": "alterado em {date}",
|
|
531
|
+
"Default zoom": "Ampliação predefinida",
|
|
532
|
+
"Default latitude": "Latitude predefinida",
|
|
533
|
+
"Default longitude": "Longitude predefinida",
|
|
534
|
+
"Edit map default view": "Editar vista predefinida do mapa",
|
|
535
|
+
"Use current center and zoom": "Usar o centro e ampliação atuais",
|
|
536
|
+
"Layer permalink": "Layer permalink"
|
|
524
537
|
}
|
umap/static/umap/locale/pt_BR.js
CHANGED
|
@@ -19,7 +19,6 @@ const locale = {
|
|
|
19
19
|
"Add a new property": "Adicionar uma nova propriedade",
|
|
20
20
|
"Add a polygon to the current multi": "Adicionar um polígono para o multi atual",
|
|
21
21
|
"Add image URL": "Add image URL",
|
|
22
|
-
"Add": "Add",
|
|
23
22
|
"Advanced actions": "Ações avançadas",
|
|
24
23
|
"Advanced properties": "Propriedades avançadas",
|
|
25
24
|
"All data and settings of the map": "All data and settings of the map",
|
|
@@ -120,7 +119,6 @@ const locale = {
|
|
|
120
119
|
"Display the locate control": "Mostrar o controle de localizar",
|
|
121
120
|
"Display the measure control": "Mostrar o controle de medição",
|
|
122
121
|
"Display the search control": "Mostrar o controle de procura",
|
|
123
|
-
"Display the star map button": "Display the star map button",
|
|
124
122
|
"Display the tile layers control": "Mostrar o controle de camadas de telas",
|
|
125
123
|
"Display the zoom control": "Mostrar o controle de aproximar e afastar (zoom)",
|
|
126
124
|
"Do you want to display a caption bar?": "Mostrar uma barra de cabeçalho?",
|
|
@@ -301,7 +299,6 @@ const locale = {
|
|
|
301
299
|
"Restore this version": "Restaurar esta versão",
|
|
302
300
|
"Save current edits": "Gravar edições atuais",
|
|
303
301
|
"Save map": "Save map",
|
|
304
|
-
"Save this center and zoom": "Gravar este centro e aproximar",
|
|
305
302
|
"Save this location as new feature": "Gravar esta localização como novo elemento",
|
|
306
303
|
"Save": "Gravar",
|
|
307
304
|
"Saved center and zoom": "Saved center and zoom",
|
|
@@ -516,11 +513,26 @@ const locale = {
|
|
|
516
513
|
"show/hide all layers": "show/hide all layers",
|
|
517
514
|
"zoom to data extent": "zoom to data extent",
|
|
518
515
|
"download visible data": "download visible data",
|
|
519
|
-
"{connectedPeers} peer(s) currently connected to this map": "{connectedPeers} peer(s) currently connected to this map",
|
|
520
516
|
"Import helpers": "Import helpers",
|
|
521
517
|
"Import helpers will fill the URL field for you.": "Import helpers will fill the URL field for you.",
|
|
522
518
|
"Wikipedia": "Wikipedia",
|
|
523
|
-
"Save draft": "Save draft"
|
|
519
|
+
"Save draft": "Save draft",
|
|
520
|
+
"No data has been found for import": "No data has been found for import",
|
|
521
|
+
"Successfully imported {count} feature(s)": "Successfully imported {count} feature(s)",
|
|
522
|
+
"Disconnected": "Disconnected",
|
|
523
|
+
"You must be logged in": "You must be logged in",
|
|
524
|
+
"on hover": "on hover",
|
|
525
|
+
"Cannot load remote data for layer \"{layer}\" with url \"{url}\"": "Cannot load remote data for layer \"{layer}\" with url \"{url}\"",
|
|
526
|
+
"Cannot parse remote data for layer \"{layer}\" with url \"{url}\"": "Cannot parse remote data for layer \"{layer}\" with url \"{url}\"",
|
|
527
|
+
"Import failed: invalid data": "Import failed: invalid data",
|
|
528
|
+
"Anonymous": "Anonymous",
|
|
529
|
+
"created at {date}": "created at {date}",
|
|
530
|
+
"modified at {date}": "modified at {date}",
|
|
531
|
+
"Default zoom": "Default zoom",
|
|
532
|
+
"Default latitude": "Default latitude",
|
|
533
|
+
"Default longitude": "Default longitude",
|
|
534
|
+
"Edit map default view": "Edit map default view",
|
|
535
|
+
"Use current center and zoom": "Use current center and zoom"
|
|
524
536
|
}
|
|
525
537
|
L.registerLocale("pt_BR", locale)
|
|
526
538
|
L.setLocale("pt_BR")
|
|
@@ -19,7 +19,6 @@
|
|
|
19
19
|
"Add a new property": "Adicionar uma nova propriedade",
|
|
20
20
|
"Add a polygon to the current multi": "Adicionar um polígono para o multi atual",
|
|
21
21
|
"Add image URL": "Add image URL",
|
|
22
|
-
"Add": "Add",
|
|
23
22
|
"Advanced actions": "Ações avançadas",
|
|
24
23
|
"Advanced properties": "Propriedades avançadas",
|
|
25
24
|
"All data and settings of the map": "All data and settings of the map",
|
|
@@ -120,7 +119,6 @@
|
|
|
120
119
|
"Display the locate control": "Mostrar o controle de localizar",
|
|
121
120
|
"Display the measure control": "Mostrar o controle de medição",
|
|
122
121
|
"Display the search control": "Mostrar o controle de procura",
|
|
123
|
-
"Display the star map button": "Display the star map button",
|
|
124
122
|
"Display the tile layers control": "Mostrar o controle de camadas de telas",
|
|
125
123
|
"Display the zoom control": "Mostrar o controle de aproximar e afastar (zoom)",
|
|
126
124
|
"Do you want to display a caption bar?": "Mostrar uma barra de cabeçalho?",
|
|
@@ -301,7 +299,6 @@
|
|
|
301
299
|
"Restore this version": "Restaurar esta versão",
|
|
302
300
|
"Save current edits": "Gravar edições atuais",
|
|
303
301
|
"Save map": "Save map",
|
|
304
|
-
"Save this center and zoom": "Gravar este centro e aproximar",
|
|
305
302
|
"Save this location as new feature": "Gravar esta localização como novo elemento",
|
|
306
303
|
"Save": "Gravar",
|
|
307
304
|
"Saved center and zoom": "Saved center and zoom",
|
|
@@ -516,9 +513,24 @@
|
|
|
516
513
|
"show/hide all layers": "show/hide all layers",
|
|
517
514
|
"zoom to data extent": "zoom to data extent",
|
|
518
515
|
"download visible data": "download visible data",
|
|
519
|
-
"{connectedPeers} peer(s) currently connected to this map": "{connectedPeers} peer(s) currently connected to this map",
|
|
520
516
|
"Import helpers": "Import helpers",
|
|
521
517
|
"Import helpers will fill the URL field for you.": "Import helpers will fill the URL field for you.",
|
|
522
518
|
"Wikipedia": "Wikipedia",
|
|
523
|
-
"Save draft": "Save draft"
|
|
519
|
+
"Save draft": "Save draft",
|
|
520
|
+
"No data has been found for import": "No data has been found for import",
|
|
521
|
+
"Successfully imported {count} feature(s)": "Successfully imported {count} feature(s)",
|
|
522
|
+
"Disconnected": "Disconnected",
|
|
523
|
+
"You must be logged in": "You must be logged in",
|
|
524
|
+
"on hover": "on hover",
|
|
525
|
+
"Cannot load remote data for layer \"{layer}\" with url \"{url}\"": "Cannot load remote data for layer \"{layer}\" with url \"{url}\"",
|
|
526
|
+
"Cannot parse remote data for layer \"{layer}\" with url \"{url}\"": "Cannot parse remote data for layer \"{layer}\" with url \"{url}\"",
|
|
527
|
+
"Import failed: invalid data": "Import failed: invalid data",
|
|
528
|
+
"Anonymous": "Anonymous",
|
|
529
|
+
"created at {date}": "created at {date}",
|
|
530
|
+
"modified at {date}": "modified at {date}",
|
|
531
|
+
"Default zoom": "Default zoom",
|
|
532
|
+
"Default latitude": "Default latitude",
|
|
533
|
+
"Default longitude": "Default longitude",
|
|
534
|
+
"Edit map default view": "Edit map default view",
|
|
535
|
+
"Use current center and zoom": "Use current center and zoom"
|
|
524
536
|
}
|
umap/static/umap/locale/pt_PT.js
CHANGED
|
@@ -19,7 +19,6 @@ const locale = {
|
|
|
19
19
|
"Add a new property": "Adicionar uma nova propriedade",
|
|
20
20
|
"Add a polygon to the current multi": "Adicionar um polígono para o multi atual",
|
|
21
21
|
"Add image URL": "Adicionar URL da imagem",
|
|
22
|
-
"Add": "Adicionar",
|
|
23
22
|
"Advanced actions": "Ações avançadas",
|
|
24
23
|
"Advanced properties": "Propriedades avançadas",
|
|
25
24
|
"All data and settings of the map": "Todos os dados e definições do mapa",
|
|
@@ -120,7 +119,6 @@ const locale = {
|
|
|
120
119
|
"Display the locate control": "Mostrar o controlo de localizar",
|
|
121
120
|
"Display the measure control": "Mostrar o controlo de medição",
|
|
122
121
|
"Display the search control": "Mostrar o controlo de pesquisa",
|
|
123
|
-
"Display the star map button": "Mostrar o botão de marcar como favorito",
|
|
124
122
|
"Display the tile layers control": "Mostrar o controlo de camadas de telas",
|
|
125
123
|
"Display the zoom control": "Mostrar o controlo de aproximar e afastar (zoom)",
|
|
126
124
|
"Do you want to display a caption bar?": "Mostrar uma barra de cabeçalho?",
|
|
@@ -301,7 +299,6 @@ const locale = {
|
|
|
301
299
|
"Restore this version": "Restaurar esta versão",
|
|
302
300
|
"Save current edits": "Guardar edições atuais",
|
|
303
301
|
"Save map": "Guardar mapa",
|
|
304
|
-
"Save this center and zoom": "Guardar este centro e aproximar",
|
|
305
302
|
"Save this location as new feature": "Guardar esta localização como novo elemento",
|
|
306
303
|
"Save": "Guardar",
|
|
307
304
|
"Saved center and zoom": "Guardar centro e aproximar",
|
|
@@ -516,11 +513,26 @@ const locale = {
|
|
|
516
513
|
"show/hide all layers": "show/hide all layers",
|
|
517
514
|
"zoom to data extent": "zoom to data extent",
|
|
518
515
|
"download visible data": "download visible data",
|
|
519
|
-
"{connectedPeers} peer(s) currently connected to this map": "{connectedPeers} peer(s) currently connected to this map",
|
|
520
516
|
"Import helpers": "Import helpers",
|
|
521
517
|
"Import helpers will fill the URL field for you.": "Import helpers will fill the URL field for you.",
|
|
522
518
|
"Wikipedia": "Wikipedia",
|
|
523
|
-
"Save draft": "Save draft"
|
|
519
|
+
"Save draft": "Save draft",
|
|
520
|
+
"No data has been found for import": "No data has been found for import",
|
|
521
|
+
"Successfully imported {count} feature(s)": "Successfully imported {count} feature(s)",
|
|
522
|
+
"Disconnected": "Disconnected",
|
|
523
|
+
"You must be logged in": "You must be logged in",
|
|
524
|
+
"on hover": "on hover",
|
|
525
|
+
"Cannot load remote data for layer \"{layer}\" with url \"{url}\"": "Cannot load remote data for layer \"{layer}\" with url \"{url}\"",
|
|
526
|
+
"Cannot parse remote data for layer \"{layer}\" with url \"{url}\"": "Cannot parse remote data for layer \"{layer}\" with url \"{url}\"",
|
|
527
|
+
"Import failed: invalid data": "Import failed: invalid data",
|
|
528
|
+
"Anonymous": "Anonymous",
|
|
529
|
+
"created at {date}": "created at {date}",
|
|
530
|
+
"modified at {date}": "modified at {date}",
|
|
531
|
+
"Default zoom": "Default zoom",
|
|
532
|
+
"Default latitude": "Default latitude",
|
|
533
|
+
"Default longitude": "Default longitude",
|
|
534
|
+
"Edit map default view": "Edit map default view",
|
|
535
|
+
"Use current center and zoom": "Use current center and zoom"
|
|
524
536
|
}
|
|
525
537
|
L.registerLocale("pt_PT", locale)
|
|
526
538
|
L.setLocale("pt_PT")
|
|
@@ -19,7 +19,6 @@
|
|
|
19
19
|
"Add a new property": "Adicionar uma nova propriedade",
|
|
20
20
|
"Add a polygon to the current multi": "Adicionar um polígono para o multi atual",
|
|
21
21
|
"Add image URL": "Adicionar URL da imagem",
|
|
22
|
-
"Add": "Adicionar",
|
|
23
22
|
"Advanced actions": "Ações avançadas",
|
|
24
23
|
"Advanced properties": "Propriedades avançadas",
|
|
25
24
|
"All data and settings of the map": "Todos os dados e definições do mapa",
|
|
@@ -120,7 +119,6 @@
|
|
|
120
119
|
"Display the locate control": "Mostrar o controlo de localizar",
|
|
121
120
|
"Display the measure control": "Mostrar o controlo de medição",
|
|
122
121
|
"Display the search control": "Mostrar o controlo de pesquisa",
|
|
123
|
-
"Display the star map button": "Mostrar o botão de marcar como favorito",
|
|
124
122
|
"Display the tile layers control": "Mostrar o controlo de camadas de telas",
|
|
125
123
|
"Display the zoom control": "Mostrar o controlo de aproximar e afastar (zoom)",
|
|
126
124
|
"Do you want to display a caption bar?": "Mostrar uma barra de cabeçalho?",
|
|
@@ -301,7 +299,6 @@
|
|
|
301
299
|
"Restore this version": "Restaurar esta versão",
|
|
302
300
|
"Save current edits": "Guardar edições atuais",
|
|
303
301
|
"Save map": "Guardar mapa",
|
|
304
|
-
"Save this center and zoom": "Guardar este centro e aproximar",
|
|
305
302
|
"Save this location as new feature": "Guardar esta localização como novo elemento",
|
|
306
303
|
"Save": "Guardar",
|
|
307
304
|
"Saved center and zoom": "Guardar centro e aproximar",
|
|
@@ -516,9 +513,24 @@
|
|
|
516
513
|
"show/hide all layers": "show/hide all layers",
|
|
517
514
|
"zoom to data extent": "zoom to data extent",
|
|
518
515
|
"download visible data": "download visible data",
|
|
519
|
-
"{connectedPeers} peer(s) currently connected to this map": "{connectedPeers} peer(s) currently connected to this map",
|
|
520
516
|
"Import helpers": "Import helpers",
|
|
521
517
|
"Import helpers will fill the URL field for you.": "Import helpers will fill the URL field for you.",
|
|
522
518
|
"Wikipedia": "Wikipedia",
|
|
523
|
-
"Save draft": "Save draft"
|
|
519
|
+
"Save draft": "Save draft",
|
|
520
|
+
"No data has been found for import": "No data has been found for import",
|
|
521
|
+
"Successfully imported {count} feature(s)": "Successfully imported {count} feature(s)",
|
|
522
|
+
"Disconnected": "Disconnected",
|
|
523
|
+
"You must be logged in": "You must be logged in",
|
|
524
|
+
"on hover": "on hover",
|
|
525
|
+
"Cannot load remote data for layer \"{layer}\" with url \"{url}\"": "Cannot load remote data for layer \"{layer}\" with url \"{url}\"",
|
|
526
|
+
"Cannot parse remote data for layer \"{layer}\" with url \"{url}\"": "Cannot parse remote data for layer \"{layer}\" with url \"{url}\"",
|
|
527
|
+
"Import failed: invalid data": "Import failed: invalid data",
|
|
528
|
+
"Anonymous": "Anonymous",
|
|
529
|
+
"created at {date}": "created at {date}",
|
|
530
|
+
"modified at {date}": "modified at {date}",
|
|
531
|
+
"Default zoom": "Default zoom",
|
|
532
|
+
"Default latitude": "Default latitude",
|
|
533
|
+
"Default longitude": "Default longitude",
|
|
534
|
+
"Edit map default view": "Edit map default view",
|
|
535
|
+
"Use current center and zoom": "Use current center and zoom"
|
|
524
536
|
}
|
umap/static/umap/locale/ro.js
CHANGED
|
@@ -19,7 +19,6 @@ const locale = {
|
|
|
19
19
|
"Add a new property": "Add a new property",
|
|
20
20
|
"Add a polygon to the current multi": "Add a polygon to the current multi",
|
|
21
21
|
"Add image URL": "Add image URL",
|
|
22
|
-
"Add": "Add",
|
|
23
22
|
"Advanced actions": "Advanced actions",
|
|
24
23
|
"Advanced properties": "Advanced properties",
|
|
25
24
|
"All data and settings of the map": "All data and settings of the map",
|
|
@@ -120,7 +119,6 @@ const locale = {
|
|
|
120
119
|
"Display the locate control": "Display the locate control",
|
|
121
120
|
"Display the measure control": "Display the measure control",
|
|
122
121
|
"Display the search control": "Display the search control",
|
|
123
|
-
"Display the star map button": "Display the star map button",
|
|
124
122
|
"Display the tile layers control": "Display the tile layers control",
|
|
125
123
|
"Display the zoom control": "Display the zoom control",
|
|
126
124
|
"Do you want to display a caption bar?": "Do you want to display a caption bar?",
|
|
@@ -301,7 +299,6 @@ const locale = {
|
|
|
301
299
|
"Restore this version": "Restore this version",
|
|
302
300
|
"Save current edits": "Save current edits",
|
|
303
301
|
"Save map": "Save map",
|
|
304
|
-
"Save this center and zoom": "Save this center and zoom",
|
|
305
302
|
"Save this location as new feature": "Save this location as new feature",
|
|
306
303
|
"Save": "Salvează",
|
|
307
304
|
"Saved center and zoom": "Saved center and zoom",
|
|
@@ -516,11 +513,26 @@ const locale = {
|
|
|
516
513
|
"show/hide all layers": "show/hide all layers",
|
|
517
514
|
"zoom to data extent": "zoom to data extent",
|
|
518
515
|
"download visible data": "download visible data",
|
|
519
|
-
"{connectedPeers} peer(s) currently connected to this map": "{connectedPeers} peer(s) currently connected to this map",
|
|
520
516
|
"Import helpers": "Import helpers",
|
|
521
517
|
"Import helpers will fill the URL field for you.": "Import helpers will fill the URL field for you.",
|
|
522
518
|
"Wikipedia": "Wikipedia",
|
|
523
|
-
"Save draft": "Save draft"
|
|
519
|
+
"Save draft": "Save draft",
|
|
520
|
+
"No data has been found for import": "No data has been found for import",
|
|
521
|
+
"Successfully imported {count} feature(s)": "Successfully imported {count} feature(s)",
|
|
522
|
+
"Disconnected": "Disconnected",
|
|
523
|
+
"You must be logged in": "You must be logged in",
|
|
524
|
+
"on hover": "on hover",
|
|
525
|
+
"Cannot load remote data for layer \"{layer}\" with url \"{url}\"": "Cannot load remote data for layer \"{layer}\" with url \"{url}\"",
|
|
526
|
+
"Cannot parse remote data for layer \"{layer}\" with url \"{url}\"": "Cannot parse remote data for layer \"{layer}\" with url \"{url}\"",
|
|
527
|
+
"Import failed: invalid data": "Import failed: invalid data",
|
|
528
|
+
"Anonymous": "Anonymous",
|
|
529
|
+
"created at {date}": "created at {date}",
|
|
530
|
+
"modified at {date}": "modified at {date}",
|
|
531
|
+
"Default zoom": "Default zoom",
|
|
532
|
+
"Default latitude": "Default latitude",
|
|
533
|
+
"Default longitude": "Default longitude",
|
|
534
|
+
"Edit map default view": "Edit map default view",
|
|
535
|
+
"Use current center and zoom": "Use current center and zoom"
|
|
524
536
|
}
|
|
525
537
|
L.registerLocale("ro", locale)
|
|
526
538
|
L.setLocale("ro")
|
umap/static/umap/locale/ro.json
CHANGED
|
@@ -19,7 +19,6 @@
|
|
|
19
19
|
"Add a new property": "Add a new property",
|
|
20
20
|
"Add a polygon to the current multi": "Add a polygon to the current multi",
|
|
21
21
|
"Add image URL": "Add image URL",
|
|
22
|
-
"Add": "Add",
|
|
23
22
|
"Advanced actions": "Advanced actions",
|
|
24
23
|
"Advanced properties": "Advanced properties",
|
|
25
24
|
"All data and settings of the map": "All data and settings of the map",
|
|
@@ -120,7 +119,6 @@
|
|
|
120
119
|
"Display the locate control": "Display the locate control",
|
|
121
120
|
"Display the measure control": "Display the measure control",
|
|
122
121
|
"Display the search control": "Display the search control",
|
|
123
|
-
"Display the star map button": "Display the star map button",
|
|
124
122
|
"Display the tile layers control": "Display the tile layers control",
|
|
125
123
|
"Display the zoom control": "Display the zoom control",
|
|
126
124
|
"Do you want to display a caption bar?": "Do you want to display a caption bar?",
|
|
@@ -301,7 +299,6 @@
|
|
|
301
299
|
"Restore this version": "Restore this version",
|
|
302
300
|
"Save current edits": "Save current edits",
|
|
303
301
|
"Save map": "Save map",
|
|
304
|
-
"Save this center and zoom": "Save this center and zoom",
|
|
305
302
|
"Save this location as new feature": "Save this location as new feature",
|
|
306
303
|
"Save": "Salvează",
|
|
307
304
|
"Saved center and zoom": "Saved center and zoom",
|
|
@@ -516,9 +513,24 @@
|
|
|
516
513
|
"show/hide all layers": "show/hide all layers",
|
|
517
514
|
"zoom to data extent": "zoom to data extent",
|
|
518
515
|
"download visible data": "download visible data",
|
|
519
|
-
"{connectedPeers} peer(s) currently connected to this map": "{connectedPeers} peer(s) currently connected to this map",
|
|
520
516
|
"Import helpers": "Import helpers",
|
|
521
517
|
"Import helpers will fill the URL field for you.": "Import helpers will fill the URL field for you.",
|
|
522
518
|
"Wikipedia": "Wikipedia",
|
|
523
|
-
"Save draft": "Save draft"
|
|
519
|
+
"Save draft": "Save draft",
|
|
520
|
+
"No data has been found for import": "No data has been found for import",
|
|
521
|
+
"Successfully imported {count} feature(s)": "Successfully imported {count} feature(s)",
|
|
522
|
+
"Disconnected": "Disconnected",
|
|
523
|
+
"You must be logged in": "You must be logged in",
|
|
524
|
+
"on hover": "on hover",
|
|
525
|
+
"Cannot load remote data for layer \"{layer}\" with url \"{url}\"": "Cannot load remote data for layer \"{layer}\" with url \"{url}\"",
|
|
526
|
+
"Cannot parse remote data for layer \"{layer}\" with url \"{url}\"": "Cannot parse remote data for layer \"{layer}\" with url \"{url}\"",
|
|
527
|
+
"Import failed: invalid data": "Import failed: invalid data",
|
|
528
|
+
"Anonymous": "Anonymous",
|
|
529
|
+
"created at {date}": "created at {date}",
|
|
530
|
+
"modified at {date}": "modified at {date}",
|
|
531
|
+
"Default zoom": "Default zoom",
|
|
532
|
+
"Default latitude": "Default latitude",
|
|
533
|
+
"Default longitude": "Default longitude",
|
|
534
|
+
"Edit map default view": "Edit map default view",
|
|
535
|
+
"Use current center and zoom": "Use current center and zoom"
|
|
524
536
|
}
|
umap/static/umap/locale/ru.js
CHANGED
|
@@ -19,7 +19,6 @@ const locale = {
|
|
|
19
19
|
"Add a new property": "Добавить новое свойство",
|
|
20
20
|
"Add a polygon to the current multi": "Добавить полигон к текущему мультиполигону",
|
|
21
21
|
"Add image URL": "Add image URL",
|
|
22
|
-
"Add": "Add",
|
|
23
22
|
"Advanced actions": "Дополнительные действия",
|
|
24
23
|
"Advanced properties": "Дополнительные свойства",
|
|
25
24
|
"All data and settings of the map": "All data and settings of the map",
|
|
@@ -120,7 +119,6 @@ const locale = {
|
|
|
120
119
|
"Display the locate control": "Отображать кнопку определения местоположения",
|
|
121
120
|
"Display the measure control": "Отображать линейку",
|
|
122
121
|
"Display the search control": "Отображать строку поиска",
|
|
123
|
-
"Display the star map button": "Display the star map button",
|
|
124
122
|
"Display the tile layers control": "Отображать кнопку управления слоями подложки",
|
|
125
123
|
"Display the zoom control": "Отображать кнопку масштабирования",
|
|
126
124
|
"Do you want to display a caption bar?": "Показывать строку заголовка?",
|
|
@@ -301,7 +299,6 @@ const locale = {
|
|
|
301
299
|
"Restore this version": "Восстановить эту версию",
|
|
302
300
|
"Save current edits": "Сохранить текущие правки",
|
|
303
301
|
"Save map": "Save map",
|
|
304
|
-
"Save this center and zoom": "Сохранить это положение и масштаб",
|
|
305
302
|
"Save this location as new feature": "Сохранить это местоположение как новый объект",
|
|
306
303
|
"Save": "Сохранить",
|
|
307
304
|
"Saved center and zoom": "Saved center and zoom",
|
|
@@ -516,11 +513,26 @@ const locale = {
|
|
|
516
513
|
"show/hide all layers": "show/hide all layers",
|
|
517
514
|
"zoom to data extent": "zoom to data extent",
|
|
518
515
|
"download visible data": "download visible data",
|
|
519
|
-
"{connectedPeers} peer(s) currently connected to this map": "{connectedPeers} peer(s) currently connected to this map",
|
|
520
516
|
"Import helpers": "Import helpers",
|
|
521
517
|
"Import helpers will fill the URL field for you.": "Import helpers will fill the URL field for you.",
|
|
522
518
|
"Wikipedia": "Wikipedia",
|
|
523
|
-
"Save draft": "Save draft"
|
|
519
|
+
"Save draft": "Save draft",
|
|
520
|
+
"No data has been found for import": "No data has been found for import",
|
|
521
|
+
"Successfully imported {count} feature(s)": "Successfully imported {count} feature(s)",
|
|
522
|
+
"Disconnected": "Disconnected",
|
|
523
|
+
"You must be logged in": "You must be logged in",
|
|
524
|
+
"on hover": "on hover",
|
|
525
|
+
"Cannot load remote data for layer \"{layer}\" with url \"{url}\"": "Cannot load remote data for layer \"{layer}\" with url \"{url}\"",
|
|
526
|
+
"Cannot parse remote data for layer \"{layer}\" with url \"{url}\"": "Cannot parse remote data for layer \"{layer}\" with url \"{url}\"",
|
|
527
|
+
"Import failed: invalid data": "Import failed: invalid data",
|
|
528
|
+
"Anonymous": "Anonymous",
|
|
529
|
+
"created at {date}": "created at {date}",
|
|
530
|
+
"modified at {date}": "modified at {date}",
|
|
531
|
+
"Default zoom": "Default zoom",
|
|
532
|
+
"Default latitude": "Default latitude",
|
|
533
|
+
"Default longitude": "Default longitude",
|
|
534
|
+
"Edit map default view": "Edit map default view",
|
|
535
|
+
"Use current center and zoom": "Use current center and zoom"
|
|
524
536
|
}
|
|
525
537
|
L.registerLocale("ru", locale)
|
|
526
538
|
L.setLocale("ru")
|