umap-project 3.4.0b3__py3-none-any.whl → 3.4.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.
- umap/__init__.py +1 -1
- umap/locale/da/LC_MESSAGES/django.mo +0 -0
- umap/locale/da/LC_MESSAGES/django.po +18 -14
- umap/locale/en/LC_MESSAGES/django.po +5 -1
- umap/locale/es/LC_MESSAGES/django.mo +0 -0
- umap/locale/es/LC_MESSAGES/django.po +20 -16
- umap/locale/fr/LC_MESSAGES/django.mo +0 -0
- umap/locale/fr/LC_MESSAGES/django.po +18 -14
- umap/locale/pl/LC_MESSAGES/django.mo +0 -0
- umap/locale/pl/LC_MESSAGES/django.po +72 -71
- umap/static/umap/content.css +0 -3
- umap/static/umap/css/bar.css +9 -6
- umap/static/umap/css/form.css +25 -9
- umap/static/umap/css/popup.css +1 -0
- umap/static/umap/js/components/copiable.js +47 -0
- umap/static/umap/js/modules/autocomplete.js +31 -58
- umap/static/umap/js/modules/browser.js +4 -4
- umap/static/umap/js/modules/data/features.js +32 -35
- umap/static/umap/js/modules/data/fields.js +189 -23
- umap/static/umap/js/modules/data/layer.js +72 -87
- umap/static/umap/js/modules/domutils.js +21 -1
- umap/static/umap/js/modules/filters.js +13 -40
- umap/static/umap/js/modules/form/fields.js +4 -4
- umap/static/umap/js/modules/formatter.js +9 -1
- umap/static/umap/js/modules/help.js +12 -13
- umap/static/umap/js/modules/importer.js +17 -26
- umap/static/umap/js/modules/importers/banfr.js +0 -1
- umap/static/umap/js/modules/importers/cadastrefr.js +19 -19
- umap/static/umap/js/modules/importers/communesfr.js +7 -8
- umap/static/umap/js/modules/importers/datasets.js +14 -14
- umap/static/umap/js/modules/importers/geodatamine.js +20 -22
- umap/static/umap/js/modules/importers/opendata.js +10 -0
- umap/static/umap/js/modules/importers/overpass.js +19 -18
- umap/static/umap/js/modules/managers.js +1 -1
- umap/static/umap/js/modules/permissions.js +5 -3
- umap/static/umap/js/modules/rendering/controls.js +2 -2
- umap/static/umap/js/modules/rendering/icon.js +5 -9
- umap/static/umap/js/modules/rendering/layers/base.js +1 -1
- umap/static/umap/js/modules/rendering/layers/classified.js +15 -10
- umap/static/umap/js/modules/rendering/layers/heat.js +1 -0
- umap/static/umap/js/modules/rendering/map.js +22 -22
- umap/static/umap/js/modules/rendering/popup.js +6 -3
- umap/static/umap/js/modules/rendering/template.js +28 -34
- umap/static/umap/js/modules/rendering/ui.js +1 -2
- umap/static/umap/js/modules/rules.js +34 -41
- umap/static/umap/js/modules/schema.js +0 -7
- umap/static/umap/js/modules/share.js +36 -69
- umap/static/umap/js/modules/slideshow.js +3 -3
- umap/static/umap/js/modules/tableeditor.js +0 -1
- umap/static/umap/js/modules/ui/bar.js +51 -32
- umap/static/umap/js/modules/ui/panel.js +26 -21
- umap/static/umap/js/modules/ui/tooltip.js +1 -1
- umap/static/umap/js/modules/umap.js +75 -80
- umap/static/umap/js/modules/utils.js +12 -3
- umap/static/umap/js/umap.controls.js +33 -14
- umap/static/umap/locale/am_ET.js +6 -4
- umap/static/umap/locale/am_ET.json +6 -4
- umap/static/umap/locale/ar.js +6 -4
- umap/static/umap/locale/ar.json +6 -4
- umap/static/umap/locale/ast.js +6 -4
- umap/static/umap/locale/ast.json +6 -4
- umap/static/umap/locale/bg.js +6 -4
- umap/static/umap/locale/bg.json +6 -4
- umap/static/umap/locale/br.js +19 -8
- umap/static/umap/locale/br.json +19 -8
- umap/static/umap/locale/ca.js +6 -4
- umap/static/umap/locale/ca.json +6 -4
- umap/static/umap/locale/cs_CZ.js +7 -5
- umap/static/umap/locale/cs_CZ.json +7 -5
- umap/static/umap/locale/da.js +8 -6
- umap/static/umap/locale/da.json +8 -6
- umap/static/umap/locale/de.js +38 -36
- umap/static/umap/locale/de.json +38 -36
- umap/static/umap/locale/el.js +7 -5
- umap/static/umap/locale/el.json +7 -5
- umap/static/umap/locale/en.js +7 -5
- umap/static/umap/locale/en.json +7 -5
- umap/static/umap/locale/en_US.json +6 -4
- umap/static/umap/locale/es.js +19 -17
- umap/static/umap/locale/es.json +19 -17
- umap/static/umap/locale/et.js +7 -5
- umap/static/umap/locale/et.json +7 -5
- umap/static/umap/locale/eu.js +23 -21
- umap/static/umap/locale/eu.json +23 -21
- umap/static/umap/locale/fa_IR.js +7 -5
- umap/static/umap/locale/fa_IR.json +7 -5
- umap/static/umap/locale/fi.js +6 -4
- umap/static/umap/locale/fi.json +6 -4
- umap/static/umap/locale/fr.js +8 -6
- umap/static/umap/locale/fr.json +8 -6
- umap/static/umap/locale/gl.js +147 -145
- umap/static/umap/locale/gl.json +147 -145
- umap/static/umap/locale/he.js +6 -4
- umap/static/umap/locale/he.json +6 -4
- umap/static/umap/locale/hr.js +6 -4
- umap/static/umap/locale/hr.json +6 -4
- umap/static/umap/locale/hu.js +7 -5
- umap/static/umap/locale/hu.json +7 -5
- umap/static/umap/locale/id.js +6 -4
- umap/static/umap/locale/id.json +6 -4
- umap/static/umap/locale/is.js +7 -5
- umap/static/umap/locale/is.json +7 -5
- umap/static/umap/locale/it.js +7 -5
- umap/static/umap/locale/it.json +7 -5
- umap/static/umap/locale/ja.js +6 -4
- umap/static/umap/locale/ja.json +6 -4
- umap/static/umap/locale/ko.js +6 -4
- umap/static/umap/locale/ko.json +6 -4
- umap/static/umap/locale/lt.js +6 -4
- umap/static/umap/locale/lt.json +6 -4
- umap/static/umap/locale/ms.js +7 -5
- umap/static/umap/locale/ms.json +7 -5
- umap/static/umap/locale/nl.js +7 -5
- umap/static/umap/locale/nl.json +7 -5
- umap/static/umap/locale/no.js +6 -4
- umap/static/umap/locale/no.json +6 -4
- umap/static/umap/locale/pl.js +53 -51
- umap/static/umap/locale/pl.json +53 -51
- umap/static/umap/locale/pl_PL.json +6 -4
- umap/static/umap/locale/pt.js +7 -5
- umap/static/umap/locale/pt.json +7 -5
- umap/static/umap/locale/pt_BR.js +6 -4
- umap/static/umap/locale/pt_BR.json +6 -4
- umap/static/umap/locale/pt_PT.js +6 -4
- umap/static/umap/locale/pt_PT.json +6 -4
- umap/static/umap/locale/ro.js +6 -4
- umap/static/umap/locale/ro.json +6 -4
- umap/static/umap/locale/ru.js +6 -4
- umap/static/umap/locale/ru.json +6 -4
- umap/static/umap/locale/sk_SK.js +6 -4
- umap/static/umap/locale/sk_SK.json +6 -4
- umap/static/umap/locale/sl.js +6 -4
- umap/static/umap/locale/sl.json +6 -4
- umap/static/umap/locale/sr.js +6 -4
- umap/static/umap/locale/sr.json +6 -4
- umap/static/umap/locale/sv.js +6 -4
- umap/static/umap/locale/sv.json +6 -4
- umap/static/umap/locale/th_TH.js +6 -4
- umap/static/umap/locale/th_TH.json +6 -4
- umap/static/umap/locale/tr.js +6 -4
- umap/static/umap/locale/tr.json +6 -4
- umap/static/umap/locale/uk_UA.js +6 -4
- umap/static/umap/locale/uk_UA.json +6 -4
- umap/static/umap/locale/vi.js +6 -4
- umap/static/umap/locale/vi.json +6 -4
- umap/static/umap/locale/vi_VN.json +6 -4
- umap/static/umap/locale/zh.js +6 -4
- umap/static/umap/locale/zh.json +6 -4
- umap/static/umap/locale/zh_CN.json +6 -4
- umap/static/umap/locale/zh_TW.Big5.json +6 -4
- umap/static/umap/locale/zh_TW.js +20 -18
- umap/static/umap/locale/zh_TW.json +20 -18
- umap/static/umap/map.css +5 -4
- umap/static/umap/unittests/utils.js +7 -7
- umap/templates/umap/content_footer.html +1 -0
- umap/templates/umap/css.html +0 -2
- umap/templates/umap/js.html +1 -3
- umap/tests/integration/conftest.py +3 -2
- umap/tests/integration/test_anonymous_owned_map.py +1 -1
- umap/tests/integration/test_conditional_rules.py +106 -51
- umap/tests/integration/test_draw_polygon.py +4 -0
- umap/tests/integration/test_draw_polyline.py +11 -0
- umap/tests/integration/test_edit_datalayer.py +1 -1
- umap/tests/integration/test_fields.py +19 -0
- umap/tests/integration/test_iframe.py +1 -1
- umap/tests/integration/test_import.py +23 -0
- umap/tests/integration/test_map.py +2 -2
- umap/tests/integration/test_owned_map.py +2 -2
- umap/tests/integration/test_popup.py +31 -0
- umap/tests/integration/test_remote_data.py +4 -4
- umap/tests/integration/test_search.py +41 -0
- umap/tests/integration/test_share.py +2 -2
- umap/tests/integration/test_team.py +1 -1
- umap/tests/integration/test_websocket_sync.py +6 -1
- umap/tests/test_utils.py +4 -1
- umap/utils.py +1 -0
- {umap_project-3.4.0b3.dist-info → umap_project-3.4.2.dist-info}/METADATA +15 -15
- {umap_project-3.4.0b3.dist-info → umap_project-3.4.2.dist-info}/RECORD +181 -183
- umap/static/umap/js/umap.core.js +0 -93
- umap/static/umap/vendors/editinosm/Leaflet.EditInOSM.css +0 -46
- umap/static/umap/vendors/editinosm/Leaflet.EditInOSM.js +0 -240
- umap/static/umap/vendors/editinosm/edit-in-osm.png +0 -0
- {umap_project-3.4.0b3.dist-info → umap_project-3.4.2.dist-info}/WHEEL +0 -0
- {umap_project-3.4.0b3.dist-info → umap_project-3.4.2.dist-info}/entry_points.txt +0 -0
- {umap_project-3.4.0b3.dist-info → umap_project-3.4.2.dist-info}/licenses/LICENSE +0 -0
umap/static/umap/locale/gl.json
CHANGED
|
@@ -70,7 +70,7 @@
|
|
|
70
70
|
"color": "cor",
|
|
71
71
|
"Comma separated list of numbers, including min and max values.": "Lista de números separados por comas, incluídos os valores mínimo e máximo.",
|
|
72
72
|
"Comma separated list of properties to use for sorting features. To reverse the sort, put a minus sign (-) before. Eg. mykey,-otherkey.": "Lista de propiedades separadas por comas a empregar para ordenar elementos. Para inverter a ordenación, pon un signo menos (-) antes. ex.: amiñaclave,-outraclave.",
|
|
73
|
-
"Comma, tab or semi-colon separated values. SRS WGS84 is implied. Only Point geometries are imported. The import will look at the column headers for any mention of «lat» and «lon» at the beginning of the header, case insensitive. All other column are imported as properties.": "
|
|
73
|
+
"Comma, tab or semi-colon separated values. SRS WGS84 is implied. Only Point geometries are imported. The import will look at the column headers for any mention of «lat» and «lon» at the beginning of the header, case insensitive. All other column are imported as properties.": "Valores separados por comas, tabulacións ou puntos e coma. SRS WGS84 está implícito. Só se importan xeometrías de puntos. A importación buscará nas cabeceiras das columnas calquera mención de «lat» e «lon» ao comezo da cabeceira, sen distinción entre maiúsculas e minúsculas. Todas as demais columnas impórtanse como propiedades.",
|
|
74
74
|
"Congratulations, your map has been created!": "Parabéns! O teu mapa foi creado!",
|
|
75
75
|
"Continue line": "Liña continua",
|
|
76
76
|
"Coordinates": "Coordenadas",
|
|
@@ -99,7 +99,6 @@
|
|
|
99
99
|
"Delete this vertex (Alt+Click)": "Eliminar este vértice (Alt+Premer)",
|
|
100
100
|
"Delete": "Eliminar",
|
|
101
101
|
"description": "descrición",
|
|
102
|
-
"Direct link": "Ligazón directa",
|
|
103
102
|
"Directions from here": "Direccións desde aquí",
|
|
104
103
|
"Display label": "Amosar a etiqueta",
|
|
105
104
|
"Display measure": "Amosar a medida",
|
|
@@ -135,7 +134,6 @@
|
|
|
135
134
|
"Edit this feature": "Editar este elemento",
|
|
136
135
|
"Edit": "Editar",
|
|
137
136
|
"Embed and link options": "Opcións de incrustación e ligazón",
|
|
138
|
-
"Embed the map": "Incrustar o mapa",
|
|
139
137
|
"Emoji & Character": "Emojis e personaxes",
|
|
140
138
|
"Empty": "Baleirar",
|
|
141
139
|
"Equidistant": "Equidistante",
|
|
@@ -239,7 +237,6 @@
|
|
|
239
237
|
"No licence has been set": "Non foi definida ningunha licenza",
|
|
240
238
|
"No results": "Sen resultados",
|
|
241
239
|
"no": "non",
|
|
242
|
-
"No.": "Núm.",
|
|
243
240
|
"None": "Ningún",
|
|
244
241
|
"Number of desired classes (default 5)": "Número de clases desexadas (predeterminado 5)",
|
|
245
242
|
"On the bottom": "Na parte de embaixo",
|
|
@@ -295,7 +292,6 @@
|
|
|
295
292
|
"settings": "axustes",
|
|
296
293
|
"Shape properties": "Propiedades da forma",
|
|
297
294
|
"Share and download": "Compartición e descarga",
|
|
298
|
-
"Share this link to open a customized map view": "Comparte esta ligazón para abrir unha vista de mapa personalizada",
|
|
299
295
|
"Short credits": "Recoñecementos breves",
|
|
300
296
|
"Short link": "Ligazón curta",
|
|
301
297
|
"Show this layer in the caption": "Amosar esta capa na lenda",
|
|
@@ -507,148 +503,154 @@
|
|
|
507
503
|
"Edit map default view": "Editar a vista predeterminada do mapa",
|
|
508
504
|
"Use current center and zoom": "Usar o centrado e o nivel de zoom actual",
|
|
509
505
|
"Layer permalink": "Ligazón permanente de capa",
|
|
510
|
-
"Back to home": "
|
|
511
|
-
"Home logo": "
|
|
512
|
-
"Add this geometry to my map": "
|
|
513
|
-
"Add this place to my map": "
|
|
514
|
-
"Cancel last edit": "
|
|
515
|
-
"Redo last edit": "
|
|
516
|
-
"Links": "
|
|
517
|
-
"Images": "
|
|
506
|
+
"Back to home": "Volver ao inicio",
|
|
507
|
+
"Home logo": "Logotipo do inicio",
|
|
508
|
+
"Add this geometry to my map": "Engadir esta xeometría ao meu mapa",
|
|
509
|
+
"Add this place to my map": "Engadir este lugar ao meu mapa",
|
|
510
|
+
"Cancel last edit": "Cancelar a última edición",
|
|
511
|
+
"Redo last edit": "Refacer a última edición",
|
|
512
|
+
"Links": "Ligazóns",
|
|
513
|
+
"Images": "Imaxes",
|
|
518
514
|
"Iframes": "Iframes",
|
|
519
|
-
"Tags": "
|
|
520
|
-
"Geocode": "
|
|
521
|
-
"Display the back to home icon": "
|
|
522
|
-
"Do you want to display layer switcher in caption bar?": "
|
|
523
|
-
"Simplify all geometries to points": "
|
|
524
|
-
"Back to list": "
|
|
525
|
-
"Toggle rule": "
|
|
526
|
-
"Delete rule": "
|
|
527
|
-
"Cannot save layer, please try again in a few minutes.": "
|
|
528
|
-
"Activate collaborative live editing on this map. Other users must reload the map after changing this setting.": "
|
|
529
|
-
"More help resources": "
|
|
530
|
-
"This map is a template": "
|
|
531
|
-
"Add text along path": "
|
|
532
|
-
"Text color": "
|
|
533
|
-
"Text offset": "
|
|
534
|
-
"Text position": "
|
|
535
|
-
"start": "
|
|
536
|
-
"center": "
|
|
537
|
-
"end": "
|
|
538
|
-
"Text repeat": "
|
|
539
|
-
"Text rotate": "
|
|
540
|
-
"Text size": "
|
|
541
|
-
"Load map template": "
|
|
542
|
-
"My templates": "
|
|
543
|
-
"From staff": "
|
|
544
|
-
"From community": "
|
|
545
|
-
"You must select a template.": "
|
|
546
|
-
"Line decoration": "
|
|
547
|
-
"Reuse this template": "
|
|
548
|
-
"Create a new map using this template": "
|
|
549
|
-
"Save template": "
|
|
550
|
-
"Load template": "
|
|
551
|
-
"Loading a template will apply predefined styles and settings to your map": "
|
|
552
|
-
"Load template with data": "
|
|
553
|
-
"You have no registered template yet. You can add one by creating a new map and flagging it as \"template\".": "
|
|
554
|
-
"There is no recommended template yet. Recommended templates are the ones starred by uMap administrators.": "
|
|
555
|
-
"There is no public template yet.": "
|
|
556
|
-
"Explore": "
|
|
557
|
-
"Import data from public open data portals": "
|
|
558
|
-
"Choose a portal": "
|
|
559
|
-
"Limit results to current map view": "
|
|
560
|
-
"Please choose an instance first.": "
|
|
561
|
-
"No geo column found: must be either `lat(itude)` and `lon(gitude)` or `geom(etry)`.": "
|
|
562
|
-
"Add a new field": "
|
|
563
|
-
"Cannot process MultiPoint": "
|
|
564
|
-
"Manage Fields": "
|
|
565
|
-
"Delete this field": "
|
|
566
|
-
"Double click to edit the name": "
|
|
567
|
-
"Print map": "
|
|
568
|
-
"Choose a format": "
|
|
569
|
-
"Scale map": "
|
|
570
|
-
"portrait": "
|
|
571
|
-
"landscape": "
|
|
572
|
-
"Print": "
|
|
573
|
-
"Preparing the print…": "
|
|
574
|
-
"Large Circle": "
|
|
575
|
-
"Icon size": "
|
|
576
|
-
"Will only affect raw and large circle icons.": "
|
|
577
|
-
"Route": "
|
|
578
|
-
"Display the print control": "
|
|
579
|
-
"Compute isochrone from here": "
|
|
580
|
-
"Route settings": "
|
|
581
|
-
"Transform to regular line": "
|
|
582
|
-
"Transform to route": "
|
|
583
|
-
"Restore route": "
|
|
584
|
-
"Profile": "
|
|
585
|
-
"Compute elevations": "
|
|
586
|
-
"Route preference": "
|
|
587
|
-
"Compute route": "
|
|
588
|
-
"Walking": "
|
|
589
|
-
"Hiking": "
|
|
590
|
-
"By car": "
|
|
591
|
-
"Cycling": "
|
|
592
|
-
"Wheelchair": "
|
|
593
|
-
"Recommended": "
|
|
594
|
-
"Fastest": "
|
|
595
|
-
"Shortest": "
|
|
596
|
-
"Max time (in minutes)": "
|
|
597
|
-
"Number of lines": "
|
|
598
|
-
"Distance:": "
|
|
599
|
-
"Gain:": "
|
|
600
|
-
"Loss:": "
|
|
515
|
+
"Tags": "Etiquetas",
|
|
516
|
+
"Geocode": "Geocodigo",
|
|
517
|
+
"Display the back to home icon": "Amosar a icona de volver ao inicio",
|
|
518
|
+
"Do you want to display layer switcher in caption bar?": "Queres amosar o conmutador de capas na barra de título?",
|
|
519
|
+
"Simplify all geometries to points": "Simplificar todas as xeometrías a puntos",
|
|
520
|
+
"Back to list": "Volver á lista",
|
|
521
|
+
"Toggle rule": "Alternar a regra",
|
|
522
|
+
"Delete rule": "Eliminar a regra",
|
|
523
|
+
"Cannot save layer, please try again in a few minutes.": "Non é posíbel gardar a capa, ténteo de novo dentro duns minutos.",
|
|
524
|
+
"Activate collaborative live editing on this map. Other users must reload the map after changing this setting.": "Activa a edición colaborativa en vivo neste mapa. O resto de usuarios deberán volver cargar o mapa após cambiar este axuste.",
|
|
525
|
+
"More help resources": "Máis recursos de axuda",
|
|
526
|
+
"This map is a template": "Este mapa é un modelo.",
|
|
527
|
+
"Add text along path": "Engadir texto ao longo da ruta",
|
|
528
|
+
"Text color": "Cor do texto",
|
|
529
|
+
"Text offset": "Desprazamento do texto",
|
|
530
|
+
"Text position": "Posición do texto",
|
|
531
|
+
"start": "inicio",
|
|
532
|
+
"center": "centro",
|
|
533
|
+
"end": "final",
|
|
534
|
+
"Text repeat": "Repetición do texto",
|
|
535
|
+
"Text rotate": "Rotación do texto",
|
|
536
|
+
"Text size": "Tamaño do texto",
|
|
537
|
+
"Load map template": "Cargar o modelo de mapa",
|
|
538
|
+
"My templates": "Os meus modelos",
|
|
539
|
+
"From staff": "Do persoal",
|
|
540
|
+
"From community": "Da comunidade",
|
|
541
|
+
"You must select a template.": "Tes que seleccionar un modelo.",
|
|
542
|
+
"Line decoration": "Decoración de liñas",
|
|
543
|
+
"Reuse this template": "Reutilizar este modelo",
|
|
544
|
+
"Create a new map using this template": "Crear un novo mapa usando este modelo",
|
|
545
|
+
"Save template": "Gardar o modelo",
|
|
546
|
+
"Load template": "Cargar o modelo",
|
|
547
|
+
"Loading a template will apply predefined styles and settings to your map": "Cargar un modelo aplicará estilos e configuracións predefinidos ao mapa",
|
|
548
|
+
"Load template with data": "Cargar o modelo con datos",
|
|
549
|
+
"You have no registered template yet. You can add one by creating a new map and flagging it as \"template\".": "Aínda non tes un modelo rexistrado. Podes engadir un creando un novo mapa e marcándoo como «modelo».",
|
|
550
|
+
"There is no recommended template yet. Recommended templates are the ones starred by uMap administrators.": "Aínda non hai modelo recomendado. Os modelos recomendados son os marcados cunha estrela pola administración de uMap.",
|
|
551
|
+
"There is no public template yet.": "Aínda non existe un modelo público.",
|
|
552
|
+
"Explore": "Examinar",
|
|
553
|
+
"Import data from public open data portals": "Importar datos de portais públicos de datos abertos",
|
|
554
|
+
"Choose a portal": "Escolle un portal",
|
|
555
|
+
"Limit results to current map view": "Limitar os resultados á vista actual do mapa",
|
|
556
|
+
"Please choose an instance first.": "Escolle antes unha instancia.",
|
|
557
|
+
"No geo column found: must be either `lat(itude)` and `lon(gitude)` or `geom(etry)`.": "Non se atopou ningunha columna «geo»: debe ser «lat(itude)» e «lon(xitude)» ou \"geom(etry)\".\n\n\nNo se ha encontrado ninguna columna geo: debe ser `lat(itude)` e `lon(xitude)` ou `xeom(etría)`.",
|
|
558
|
+
"Add a new field": "Engadir un novo campo",
|
|
559
|
+
"Cannot process MultiPoint": "Non é posíbel procesar MultiPunto",
|
|
560
|
+
"Manage Fields": "Xestionar os campos",
|
|
561
|
+
"Delete this field": "Eliminar este campo",
|
|
562
|
+
"Double click to edit the name": "Prema dúas veces para editar o nome",
|
|
563
|
+
"Print map": "Imprimir o mapa",
|
|
564
|
+
"Choose a format": "Escolle un formato",
|
|
565
|
+
"Scale map": "Escala do mapa",
|
|
566
|
+
"portrait": "retrato",
|
|
567
|
+
"landscape": "apaisado",
|
|
568
|
+
"Print": "Imprimir",
|
|
569
|
+
"Preparing the print…": "Preparando a impresión…",
|
|
570
|
+
"Large Circle": "Círculo grande",
|
|
571
|
+
"Icon size": "Tamaño da icona",
|
|
572
|
+
"Will only affect raw and large circle icons.": "Só afectará ás iconas de círculos grandes e en bruto.",
|
|
573
|
+
"Route": "Ruta",
|
|
574
|
+
"Display the print control": "Amosar o control de impresión",
|
|
575
|
+
"Compute isochrone from here": "Calcula a isócrona desde aquí",
|
|
576
|
+
"Route settings": "Axustes da ruta",
|
|
577
|
+
"Transform to regular line": "Transformar en liña regular",
|
|
578
|
+
"Transform to route": "Transformar en ruta",
|
|
579
|
+
"Restore route": "Recuperar a ruta",
|
|
580
|
+
"Profile": "Perfil",
|
|
581
|
+
"Compute elevations": "Calcular as elevacións",
|
|
582
|
+
"Route preference": "Preferencia de ruta",
|
|
583
|
+
"Compute route": "Calcular a ruta",
|
|
584
|
+
"Walking": "Camiñando",
|
|
585
|
+
"Hiking": "Paseando",
|
|
586
|
+
"By car": "En coche",
|
|
587
|
+
"Cycling": "En bicicleta",
|
|
588
|
+
"Wheelchair": "Cadeira de rodas",
|
|
589
|
+
"Recommended": "Recomendado",
|
|
590
|
+
"Fastest": "Máis rápido",
|
|
591
|
+
"Shortest": "Máis curto",
|
|
592
|
+
"Max time (in minutes)": "Tempo máximo (en minutos)",
|
|
593
|
+
"Number of lines": "Número de liñas",
|
|
594
|
+
"Distance:": "Distancia:",
|
|
595
|
+
"Gain:": "Ganancia:",
|
|
596
|
+
"Loss:": "Perda:",
|
|
601
597
|
"Altitude:": "Altitude:",
|
|
602
|
-
"Right-click to edit": "
|
|
603
|
-
"Draw along routes": "
|
|
604
|
-
"Skipping invalid geometry": "
|
|
605
|
-
"Add filter": "
|
|
606
|
-
"Min/Max": "
|
|
607
|
-
"Multiple choices": "
|
|
608
|
-
"Exclusive choice": "
|
|
609
|
-
"Yes/No": "
|
|
610
|
-
"Add a field prior to create a filter.": "
|
|
611
|
-
"Edit this filter": "
|
|
612
|
-
"Remove this filter": "
|
|
613
|
-
"Apply filter to": "
|
|
614
|
-
"Filter on": "
|
|
615
|
-
"Human readable name of the filter": "
|
|
616
|
-
"Widget for the filter": "
|
|
617
|
-
"Edit filter": "
|
|
618
|
-
"Edit this field": "
|
|
619
|
-
"all layers": "
|
|
620
|
-
"single layer": "
|
|
621
|
-
"unset": "
|
|
622
|
-
"Filters will be displayed in the data browser to ease data selection.": "
|
|
623
|
-
"[key=\"value\"][key2=\"value2\"] (eg. [boundary=\"educational\"][name=\"Académie de Lyon\"])": "[key=\"
|
|
624
|
-
"Field Name": "
|
|
625
|
-
"Field Type": "
|
|
626
|
-
"Manage field": "
|
|
627
|
-
"Add filter for this field": "
|
|
628
|
-
"Name cannot be empty.": "
|
|
629
|
-
"Are you sure you want to delete this field on all the data?": "
|
|
630
|
-
"Anonymous map": "
|
|
631
|
-
"Edit filter for this field": "
|
|
632
|
-
"Hey, you created a map without an account!": "
|
|
633
|
-
"This map is anonymous, do you want to attach it to your account?": "
|
|
634
|
-
"The map has been upgraded to latest version, please save it.": "
|
|
635
|
-
"Elevation has been added!": "
|
|
598
|
+
"Right-click to edit": "Prema co botón dereito para editar",
|
|
599
|
+
"Draw along routes": "Debuxar ao longo de rutas",
|
|
600
|
+
"Skipping invalid geometry": "Omitir a xeometría non válida",
|
|
601
|
+
"Add filter": "Engadir filtro",
|
|
602
|
+
"Min/Max": "Mín/Máx",
|
|
603
|
+
"Multiple choices": "Escolla múltiple",
|
|
604
|
+
"Exclusive choice": "Escolla única",
|
|
605
|
+
"Yes/No": "Si/Non",
|
|
606
|
+
"Add a field prior to create a filter.": "Engadir un campo antes de crear un filtro.",
|
|
607
|
+
"Edit this filter": "Editar este filtro",
|
|
608
|
+
"Remove this filter": "Retirar este filtro",
|
|
609
|
+
"Apply filter to": "Aplicar o filtro a",
|
|
610
|
+
"Filter on": "Filtrar en",
|
|
611
|
+
"Human readable name of the filter": "Nome lexíbel do filtro",
|
|
612
|
+
"Widget for the filter": "Trebello para o filtro",
|
|
613
|
+
"Edit filter": "Editar o filtro",
|
|
614
|
+
"Edit this field": "Editar este campo",
|
|
615
|
+
"all layers": "todas as capas",
|
|
616
|
+
"single layer": "capa única",
|
|
617
|
+
"unset": "desmarcar",
|
|
618
|
+
"Filters will be displayed in the data browser to ease data selection.": "Os filtros amosaranse no navegador de datos para facilitar a selección de datos.",
|
|
619
|
+
"[key=\"value\"][key2=\"value2\"] (eg. [boundary=\"educational\"][name=\"Académie de Lyon\"])": "[key=\"valor\"][key2=\"valor2\"] (eg. [boundary=\"educativo\"][name=\"Academia Galega de Ciencias\"])",
|
|
620
|
+
"Field Name": "Nome do campo",
|
|
621
|
+
"Field Type": "Tipo de campo",
|
|
622
|
+
"Manage field": "Xestionar o campo",
|
|
623
|
+
"Add filter for this field": "Engadir un filtro para este campo",
|
|
624
|
+
"Name cannot be empty.": "O nome non pode estar baleiro.",
|
|
625
|
+
"Are you sure you want to delete this field on all the data?": "Confirmas que queres eliminar este campo en todos os datos?",
|
|
626
|
+
"Anonymous map": "Mapa anónimo",
|
|
627
|
+
"Edit filter for this field": "Editar o filtro para este campo",
|
|
628
|
+
"Hey, you created a map without an account!": "Oi, creaches un mapa sen conta!",
|
|
629
|
+
"This map is anonymous, do you want to attach it to your account?": "Este mapa é anónimo, queres axuntalo á túa conta?",
|
|
630
|
+
"The map has been upgraded to latest version, please save it.": "O mapa foi actualizado á última versión, gárdao.",
|
|
631
|
+
"Elevation has been added!": "A elevación foi engadida!",
|
|
636
632
|
"Mapillary": "Mapillary",
|
|
637
633
|
"Wikidata": "Wikidata",
|
|
638
|
-
"Wikipedia contributors": "Wikipedia
|
|
639
|
-
"See on Wikipedia": "
|
|
640
|
-
"Anonymous map: update who can see and edit it": "
|
|
641
|
-
"Login": "
|
|
642
|
-
"Manage filters": "
|
|
643
|
-
"Map (all layers)": "
|
|
644
|
-
"Add a filter for this field": "
|
|
645
|
-
"Short text": "
|
|
646
|
-
"Text": "
|
|
647
|
-
"Number": "
|
|
648
|
-
"Date": "
|
|
649
|
-
"Date and time": "
|
|
650
|
-
"List of values": "
|
|
651
|
-
"Yes / No": "
|
|
652
|
-
"Select field to compute intensity": "
|
|
653
|
-
"Optional intensity field to compute heatmap": "
|
|
634
|
+
"Wikipedia contributors": "Colaboradores da Wikipedia",
|
|
635
|
+
"See on Wikipedia": "Ver na Wikipedia",
|
|
636
|
+
"Anonymous map: update who can see and edit it": "Mapa anónimo: actualiza quen pode velo e editalo",
|
|
637
|
+
"Login": "Acceder",
|
|
638
|
+
"Manage filters": "Xestionar os filtros",
|
|
639
|
+
"Map (all layers)": "Mapa (todas as capas)",
|
|
640
|
+
"Add a filter for this field": "Engadir un filtro para este campo",
|
|
641
|
+
"Short text": "Texto breve",
|
|
642
|
+
"Text": "Texto",
|
|
643
|
+
"Number": "Número",
|
|
644
|
+
"Date": "Data",
|
|
645
|
+
"Date and time": "Data e hora",
|
|
646
|
+
"List of values": "Lista de valores",
|
|
647
|
+
"Yes / No": "Si / Non",
|
|
648
|
+
"Select field to compute intensity": "Seleccionar o campo para calcular a intensidade",
|
|
649
|
+
"Optional intensity field to compute heatmap": "Campo de intensidade opcional para calcular o mapa de calor",
|
|
650
|
+
"All layers": "Todas as capas",
|
|
651
|
+
"Comma separated list of values": "Lista de valores separados por comas",
|
|
652
|
+
"Share": "Share",
|
|
653
|
+
"Customized link": "Customized link",
|
|
654
|
+
"Iframe": "Iframe",
|
|
655
|
+
"№": "№"
|
|
654
656
|
}
|
umap/static/umap/locale/he.js
CHANGED
|
@@ -99,7 +99,6 @@ const locale = {
|
|
|
99
99
|
"Delete this vertex (Alt+Click)": "מחיקת הקודקוד הזה (Alt+לחיצה)",
|
|
100
100
|
"Delete": "מחיקה",
|
|
101
101
|
"description": "תיאור",
|
|
102
|
-
"Direct link": "Direct link",
|
|
103
102
|
"Directions from here": "הכוונה מכאן",
|
|
104
103
|
"Display label": "הצגת תווית",
|
|
105
104
|
"Display measure": "הצגת מדידה",
|
|
@@ -135,7 +134,6 @@ const locale = {
|
|
|
135
134
|
"Edit this feature": "עריכת תכונה זו",
|
|
136
135
|
"Edit": "עריכה",
|
|
137
136
|
"Embed and link options": "Embed and link options",
|
|
138
|
-
"Embed the map": "הטמעת המפה",
|
|
139
137
|
"Emoji & Character": "Emoji & Character",
|
|
140
138
|
"Empty": "לרוקן",
|
|
141
139
|
"Equidistant": "Equidistant",
|
|
@@ -295,7 +293,6 @@ const locale = {
|
|
|
295
293
|
"settings": "settings",
|
|
296
294
|
"Shape properties": "מאפייני צורה",
|
|
297
295
|
"Share and download": "Share and download",
|
|
298
|
-
"Share this link to open a customized map view": "Share this link to open a customized map view",
|
|
299
296
|
"Short credits": "תודות מקוצרות",
|
|
300
297
|
"Short link": "Short link",
|
|
301
298
|
"Show this layer in the caption": "Show this layer in the caption",
|
|
@@ -650,7 +647,12 @@ const locale = {
|
|
|
650
647
|
"List of values": "List of values",
|
|
651
648
|
"Yes / No": "Yes / No",
|
|
652
649
|
"Select field to compute intensity": "Select field to compute intensity",
|
|
653
|
-
"Optional intensity field to compute heatmap": "Optional intensity field to compute heatmap"
|
|
650
|
+
"Optional intensity field to compute heatmap": "Optional intensity field to compute heatmap",
|
|
651
|
+
"All layers": "All layers",
|
|
652
|
+
"Comma separated list of values": "Comma separated list of values",
|
|
653
|
+
"Share": "Share",
|
|
654
|
+
"Customized link": "Customized link",
|
|
655
|
+
"Iframe": "Iframe"
|
|
654
656
|
}
|
|
655
657
|
L.registerLocale("he", locale)
|
|
656
658
|
L.setLocale("he")
|
umap/static/umap/locale/he.json
CHANGED
|
@@ -99,7 +99,6 @@
|
|
|
99
99
|
"Delete this vertex (Alt+Click)": "מחיקת הקודקוד הזה (Alt+לחיצה)",
|
|
100
100
|
"Delete": "מחיקה",
|
|
101
101
|
"description": "תיאור",
|
|
102
|
-
"Direct link": "Direct link",
|
|
103
102
|
"Directions from here": "הכוונה מכאן",
|
|
104
103
|
"Display label": "הצגת תווית",
|
|
105
104
|
"Display measure": "הצגת מדידה",
|
|
@@ -135,7 +134,6 @@
|
|
|
135
134
|
"Edit this feature": "עריכת תכונה זו",
|
|
136
135
|
"Edit": "עריכה",
|
|
137
136
|
"Embed and link options": "Embed and link options",
|
|
138
|
-
"Embed the map": "הטמעת המפה",
|
|
139
137
|
"Emoji & Character": "Emoji & Character",
|
|
140
138
|
"Empty": "לרוקן",
|
|
141
139
|
"Equidistant": "Equidistant",
|
|
@@ -295,7 +293,6 @@
|
|
|
295
293
|
"settings": "settings",
|
|
296
294
|
"Shape properties": "מאפייני צורה",
|
|
297
295
|
"Share and download": "Share and download",
|
|
298
|
-
"Share this link to open a customized map view": "Share this link to open a customized map view",
|
|
299
296
|
"Short credits": "תודות מקוצרות",
|
|
300
297
|
"Short link": "Short link",
|
|
301
298
|
"Show this layer in the caption": "Show this layer in the caption",
|
|
@@ -650,5 +647,10 @@
|
|
|
650
647
|
"List of values": "List of values",
|
|
651
648
|
"Yes / No": "Yes / No",
|
|
652
649
|
"Select field to compute intensity": "Select field to compute intensity",
|
|
653
|
-
"Optional intensity field to compute heatmap": "Optional intensity field to compute heatmap"
|
|
650
|
+
"Optional intensity field to compute heatmap": "Optional intensity field to compute heatmap",
|
|
651
|
+
"All layers": "All layers",
|
|
652
|
+
"Comma separated list of values": "Comma separated list of values",
|
|
653
|
+
"Share": "Share",
|
|
654
|
+
"Customized link": "Customized link",
|
|
655
|
+
"Iframe": "Iframe"
|
|
654
656
|
}
|
umap/static/umap/locale/hr.js
CHANGED
|
@@ -99,7 +99,6 @@ const locale = {
|
|
|
99
99
|
"Delete this vertex (Alt+Click)": "Delete this vertex (Alt+Click)",
|
|
100
100
|
"Delete": "Obriši",
|
|
101
101
|
"description": "opis",
|
|
102
|
-
"Direct link": "Direct link",
|
|
103
102
|
"Directions from here": "Directions from here",
|
|
104
103
|
"Display label": "Display label",
|
|
105
104
|
"Display measure": "Display measure",
|
|
@@ -135,7 +134,6 @@ const locale = {
|
|
|
135
134
|
"Edit this feature": "Edit this feature",
|
|
136
135
|
"Edit": "Urediti",
|
|
137
136
|
"Embed and link options": "Embed and link options",
|
|
138
|
-
"Embed the map": "Ugradi kartu",
|
|
139
137
|
"Emoji & Character": "Emoji & Character",
|
|
140
138
|
"Empty": "Empty",
|
|
141
139
|
"Equidistant": "Equidistant",
|
|
@@ -295,7 +293,6 @@ const locale = {
|
|
|
295
293
|
"settings": "settings",
|
|
296
294
|
"Shape properties": "Shape properties",
|
|
297
295
|
"Share and download": "Share and download",
|
|
298
|
-
"Share this link to open a customized map view": "Share this link to open a customized map view",
|
|
299
296
|
"Short credits": "Short credits",
|
|
300
297
|
"Short link": "Short link",
|
|
301
298
|
"Show this layer in the caption": "Show this layer in the caption",
|
|
@@ -650,7 +647,12 @@ const locale = {
|
|
|
650
647
|
"List of values": "List of values",
|
|
651
648
|
"Yes / No": "Yes / No",
|
|
652
649
|
"Select field to compute intensity": "Select field to compute intensity",
|
|
653
|
-
"Optional intensity field to compute heatmap": "Optional intensity field to compute heatmap"
|
|
650
|
+
"Optional intensity field to compute heatmap": "Optional intensity field to compute heatmap",
|
|
651
|
+
"All layers": "All layers",
|
|
652
|
+
"Comma separated list of values": "Comma separated list of values",
|
|
653
|
+
"Share": "Share",
|
|
654
|
+
"Customized link": "Customized link",
|
|
655
|
+
"Iframe": "Iframe"
|
|
654
656
|
}
|
|
655
657
|
L.registerLocale("hr", locale)
|
|
656
658
|
L.setLocale("hr")
|
umap/static/umap/locale/hr.json
CHANGED
|
@@ -99,7 +99,6 @@
|
|
|
99
99
|
"Delete this vertex (Alt+Click)": "Delete this vertex (Alt+Click)",
|
|
100
100
|
"Delete": "Obriši",
|
|
101
101
|
"description": "opis",
|
|
102
|
-
"Direct link": "Direct link",
|
|
103
102
|
"Directions from here": "Directions from here",
|
|
104
103
|
"Display label": "Display label",
|
|
105
104
|
"Display measure": "Display measure",
|
|
@@ -135,7 +134,6 @@
|
|
|
135
134
|
"Edit this feature": "Edit this feature",
|
|
136
135
|
"Edit": "Urediti",
|
|
137
136
|
"Embed and link options": "Embed and link options",
|
|
138
|
-
"Embed the map": "Ugradi kartu",
|
|
139
137
|
"Emoji & Character": "Emoji & Character",
|
|
140
138
|
"Empty": "Empty",
|
|
141
139
|
"Equidistant": "Equidistant",
|
|
@@ -295,7 +293,6 @@
|
|
|
295
293
|
"settings": "settings",
|
|
296
294
|
"Shape properties": "Shape properties",
|
|
297
295
|
"Share and download": "Share and download",
|
|
298
|
-
"Share this link to open a customized map view": "Share this link to open a customized map view",
|
|
299
296
|
"Short credits": "Short credits",
|
|
300
297
|
"Short link": "Short link",
|
|
301
298
|
"Show this layer in the caption": "Show this layer in the caption",
|
|
@@ -650,5 +647,10 @@
|
|
|
650
647
|
"List of values": "List of values",
|
|
651
648
|
"Yes / No": "Yes / No",
|
|
652
649
|
"Select field to compute intensity": "Select field to compute intensity",
|
|
653
|
-
"Optional intensity field to compute heatmap": "Optional intensity field to compute heatmap"
|
|
650
|
+
"Optional intensity field to compute heatmap": "Optional intensity field to compute heatmap",
|
|
651
|
+
"All layers": "All layers",
|
|
652
|
+
"Comma separated list of values": "Comma separated list of values",
|
|
653
|
+
"Share": "Share",
|
|
654
|
+
"Customized link": "Customized link",
|
|
655
|
+
"Iframe": "Iframe"
|
|
654
656
|
}
|
umap/static/umap/locale/hu.js
CHANGED
|
@@ -99,7 +99,6 @@ const locale = {
|
|
|
99
99
|
"Delete this vertex (Alt+Click)": "Sarokpont törlése (Alt+Klikk)",
|
|
100
100
|
"Delete": "Törlés",
|
|
101
101
|
"description": "leírás",
|
|
102
|
-
"Direct link": "Közvetlen link",
|
|
103
102
|
"Directions from here": "Irányok innen",
|
|
104
103
|
"Display label": "Felirat megjelenítése",
|
|
105
104
|
"Display measure": "Távolságmérő megjelenítése",
|
|
@@ -135,7 +134,6 @@ const locale = {
|
|
|
135
134
|
"Edit this feature": "Objektum szerkesztése",
|
|
136
135
|
"Edit": "Szerkesztés",
|
|
137
136
|
"Embed and link options": "Beágyazási és linkelési beállítások",
|
|
138
|
-
"Embed the map": "Térkép beágyazása",
|
|
139
137
|
"Emoji & Character": "Emoji vagy karakter",
|
|
140
138
|
"Empty": "Kiürítés",
|
|
141
139
|
"Equidistant": "Azonos távolságok",
|
|
@@ -239,7 +237,6 @@ const locale = {
|
|
|
239
237
|
"No licence has been set": "Licenc még nincs megadva",
|
|
240
238
|
"No results": "Nincs eredmény",
|
|
241
239
|
"no": "nincs",
|
|
242
|
-
"No.": "sz.",
|
|
243
240
|
"None": "Semmi",
|
|
244
241
|
"Number of desired classes (default 5)": "Kívánt kategóriák száma (alapértelmezés: 5)",
|
|
245
242
|
"On the bottom": "Lent",
|
|
@@ -295,7 +292,6 @@ const locale = {
|
|
|
295
292
|
"settings": "beállítások",
|
|
296
293
|
"Shape properties": "Alakzat tulajdonságai",
|
|
297
294
|
"Share and download": "Megosztás és letöltés",
|
|
298
|
-
"Share this link to open a customized map view": "Link megosztása testreszabott térképnézet megnyitásához",
|
|
299
295
|
"Short credits": "Alkotók röviden",
|
|
300
296
|
"Short link": "Rövid link",
|
|
301
297
|
"Show this layer in the caption": "Réteg megjelenítése a címsávban",
|
|
@@ -650,7 +646,13 @@ const locale = {
|
|
|
650
646
|
"List of values": "Értékek felsorolása",
|
|
651
647
|
"Yes / No": "igen / nem",
|
|
652
648
|
"Select field to compute intensity": "Select field to compute intensity",
|
|
653
|
-
"Optional intensity field to compute heatmap": "Optional intensity field to compute heatmap"
|
|
649
|
+
"Optional intensity field to compute heatmap": "Optional intensity field to compute heatmap",
|
|
650
|
+
"All layers": "All layers",
|
|
651
|
+
"Comma separated list of values": "Comma separated list of values",
|
|
652
|
+
"Share": "Share",
|
|
653
|
+
"Customized link": "Customized link",
|
|
654
|
+
"Iframe": "Iframe",
|
|
655
|
+
"№": "№"
|
|
654
656
|
}
|
|
655
657
|
L.registerLocale("hu", locale)
|
|
656
658
|
L.setLocale("hu")
|
umap/static/umap/locale/hu.json
CHANGED
|
@@ -99,7 +99,6 @@
|
|
|
99
99
|
"Delete this vertex (Alt+Click)": "Sarokpont törlése (Alt+Klikk)",
|
|
100
100
|
"Delete": "Törlés",
|
|
101
101
|
"description": "leírás",
|
|
102
|
-
"Direct link": "Közvetlen link",
|
|
103
102
|
"Directions from here": "Irányok innen",
|
|
104
103
|
"Display label": "Felirat megjelenítése",
|
|
105
104
|
"Display measure": "Távolságmérő megjelenítése",
|
|
@@ -135,7 +134,6 @@
|
|
|
135
134
|
"Edit this feature": "Objektum szerkesztése",
|
|
136
135
|
"Edit": "Szerkesztés",
|
|
137
136
|
"Embed and link options": "Beágyazási és linkelési beállítások",
|
|
138
|
-
"Embed the map": "Térkép beágyazása",
|
|
139
137
|
"Emoji & Character": "Emoji vagy karakter",
|
|
140
138
|
"Empty": "Kiürítés",
|
|
141
139
|
"Equidistant": "Azonos távolságok",
|
|
@@ -239,7 +237,6 @@
|
|
|
239
237
|
"No licence has been set": "Licenc még nincs megadva",
|
|
240
238
|
"No results": "Nincs eredmény",
|
|
241
239
|
"no": "nincs",
|
|
242
|
-
"No.": "sz.",
|
|
243
240
|
"None": "Semmi",
|
|
244
241
|
"Number of desired classes (default 5)": "Kívánt kategóriák száma (alapértelmezés: 5)",
|
|
245
242
|
"On the bottom": "Lent",
|
|
@@ -295,7 +292,6 @@
|
|
|
295
292
|
"settings": "beállítások",
|
|
296
293
|
"Shape properties": "Alakzat tulajdonságai",
|
|
297
294
|
"Share and download": "Megosztás és letöltés",
|
|
298
|
-
"Share this link to open a customized map view": "Link megosztása testreszabott térképnézet megnyitásához",
|
|
299
295
|
"Short credits": "Alkotók röviden",
|
|
300
296
|
"Short link": "Rövid link",
|
|
301
297
|
"Show this layer in the caption": "Réteg megjelenítése a címsávban",
|
|
@@ -650,5 +646,11 @@
|
|
|
650
646
|
"List of values": "Értékek felsorolása",
|
|
651
647
|
"Yes / No": "igen / nem",
|
|
652
648
|
"Select field to compute intensity": "Select field to compute intensity",
|
|
653
|
-
"Optional intensity field to compute heatmap": "Optional intensity field to compute heatmap"
|
|
649
|
+
"Optional intensity field to compute heatmap": "Optional intensity field to compute heatmap",
|
|
650
|
+
"All layers": "All layers",
|
|
651
|
+
"Comma separated list of values": "Comma separated list of values",
|
|
652
|
+
"Share": "Share",
|
|
653
|
+
"Customized link": "Customized link",
|
|
654
|
+
"Iframe": "Iframe",
|
|
655
|
+
"№": "№"
|
|
654
656
|
}
|