umap-project 3.4.2__py3-none-any.whl → 3.6.1__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- umap/__init__.py +1 -1
- umap/locale/br/LC_MESSAGES/django.mo +0 -0
- umap/locale/br/LC_MESSAGES/django.po +71 -57
- umap/locale/de/LC_MESSAGES/django.mo +0 -0
- umap/locale/de/LC_MESSAGES/django.po +20 -16
- umap/locale/en/LC_MESSAGES/django.po +14 -14
- umap/locale/hu/LC_MESSAGES/django.mo +0 -0
- umap/locale/hu/LC_MESSAGES/django.po +20 -16
- umap/locale/pl/LC_MESSAGES/django.mo +0 -0
- umap/locale/pl/LC_MESSAGES/django.po +32 -27
- umap/locale/zh_TW/LC_MESSAGES/django.mo +0 -0
- umap/locale/zh_TW/LC_MESSAGES/django.po +20 -16
- umap/management/commands/clean_tilelayer.py +0 -1
- umap/management/commands/search_maps.py +95 -0
- umap/settings/__init__.py +9 -1
- umap/settings/base.py +7 -6
- umap/static/umap/css/icon.css +8 -0
- umap/static/umap/img/16-white.svg +5 -2
- umap/static/umap/img/16.svg +1 -1
- umap/static/umap/img/source/16-white.svg +7 -4
- umap/static/umap/img/source/16.svg +1 -1
- umap/static/umap/js/modules/autocomplete.js +1 -9
- umap/static/umap/js/modules/browser.js +27 -10
- umap/static/umap/js/modules/data/features.js +3 -2
- umap/static/umap/js/modules/data/fields.js +12 -2
- umap/static/umap/js/modules/data/layer.js +13 -9
- umap/static/umap/js/modules/domutils.js +4 -0
- umap/static/umap/js/modules/filters.js +11 -10
- umap/static/umap/js/modules/form/builder.js +17 -16
- umap/static/umap/js/modules/form/fields.js +16 -16
- umap/static/umap/js/modules/permissions.js +10 -2
- umap/static/umap/js/modules/rendering/controls.js +202 -9
- umap/static/umap/js/modules/rendering/layers/classified.js +1 -1
- umap/static/umap/js/modules/rendering/map.js +45 -35
- umap/static/umap/js/modules/rendering/template.js +12 -6
- umap/static/umap/js/modules/rules.js +1 -1
- umap/static/umap/js/modules/ui/bar.js +2 -1
- umap/static/umap/js/modules/ui/hash.js +36 -0
- umap/static/umap/js/modules/ui/loader.js +26 -0
- umap/static/umap/js/modules/ui/panel.js +7 -0
- umap/static/umap/js/modules/umap.js +6 -0
- umap/static/umap/js/modules/utils.js +5 -4
- umap/static/umap/js/umap.controls.js +0 -182
- umap/static/umap/locale/am_ET.js +2 -5
- umap/static/umap/locale/am_ET.json +2 -5
- umap/static/umap/locale/ar.js +2 -5
- umap/static/umap/locale/ar.json +2 -5
- umap/static/umap/locale/ast.js +2 -5
- umap/static/umap/locale/ast.json +2 -5
- umap/static/umap/locale/bg.js +2 -5
- umap/static/umap/locale/bg.json +2 -5
- umap/static/umap/locale/br.js +40 -43
- umap/static/umap/locale/br.json +40 -43
- umap/static/umap/locale/ca.js +2 -5
- umap/static/umap/locale/ca.json +2 -5
- umap/static/umap/locale/cs_CZ.js +0 -3
- umap/static/umap/locale/cs_CZ.json +0 -3
- umap/static/umap/locale/da.js +1 -4
- umap/static/umap/locale/da.json +1 -4
- umap/static/umap/locale/de.js +27 -30
- umap/static/umap/locale/de.json +27 -30
- umap/static/umap/locale/el.js +0 -3
- umap/static/umap/locale/el.json +0 -3
- umap/static/umap/locale/en.js +0 -3
- umap/static/umap/locale/en.json +0 -3
- umap/static/umap/locale/en_US.json +2 -5
- umap/static/umap/locale/es.js +0 -3
- umap/static/umap/locale/es.json +0 -3
- umap/static/umap/locale/et.js +0 -3
- umap/static/umap/locale/et.json +0 -3
- umap/static/umap/locale/eu.js +0 -3
- umap/static/umap/locale/eu.json +0 -3
- umap/static/umap/locale/fa_IR.js +0 -3
- umap/static/umap/locale/fa_IR.json +0 -3
- umap/static/umap/locale/fi.js +2 -5
- umap/static/umap/locale/fi.json +2 -5
- umap/static/umap/locale/fr.js +3 -6
- umap/static/umap/locale/fr.json +3 -6
- umap/static/umap/locale/gl.js +0 -3
- umap/static/umap/locale/gl.json +0 -3
- umap/static/umap/locale/he.js +2 -5
- umap/static/umap/locale/he.json +2 -5
- umap/static/umap/locale/hr.js +2 -5
- umap/static/umap/locale/hr.json +2 -5
- umap/static/umap/locale/hu.js +7 -10
- umap/static/umap/locale/hu.json +7 -10
- umap/static/umap/locale/id.js +2 -5
- umap/static/umap/locale/id.json +2 -5
- umap/static/umap/locale/is.js +0 -3
- umap/static/umap/locale/is.json +0 -3
- umap/static/umap/locale/it.js +0 -3
- umap/static/umap/locale/it.json +0 -3
- umap/static/umap/locale/ja.js +2 -5
- umap/static/umap/locale/ja.json +2 -5
- umap/static/umap/locale/ko.js +2 -5
- umap/static/umap/locale/ko.json +2 -5
- umap/static/umap/locale/lt.js +2 -5
- umap/static/umap/locale/lt.json +2 -5
- umap/static/umap/locale/ms.js +0 -3
- umap/static/umap/locale/ms.json +0 -3
- umap/static/umap/locale/nl.js +0 -3
- umap/static/umap/locale/nl.json +0 -3
- umap/static/umap/locale/no.js +2 -5
- umap/static/umap/locale/no.json +2 -5
- umap/static/umap/locale/pl.js +2 -5
- umap/static/umap/locale/pl.json +2 -5
- umap/static/umap/locale/pl_PL.json +2 -5
- umap/static/umap/locale/pt.js +0 -3
- umap/static/umap/locale/pt.json +0 -3
- umap/static/umap/locale/pt_BR.js +2 -5
- umap/static/umap/locale/pt_BR.json +2 -5
- umap/static/umap/locale/pt_PT.js +2 -5
- umap/static/umap/locale/pt_PT.json +2 -5
- umap/static/umap/locale/ro.js +2 -5
- umap/static/umap/locale/ro.json +2 -5
- umap/static/umap/locale/ru.js +2 -5
- umap/static/umap/locale/ru.json +2 -5
- umap/static/umap/locale/sk_SK.js +2 -5
- umap/static/umap/locale/sk_SK.json +2 -5
- umap/static/umap/locale/sl.js +2 -5
- umap/static/umap/locale/sl.json +2 -5
- umap/static/umap/locale/sr.js +2 -5
- umap/static/umap/locale/sr.json +2 -5
- umap/static/umap/locale/sv.js +2 -5
- umap/static/umap/locale/sv.json +2 -5
- umap/static/umap/locale/th_TH.js +2 -5
- umap/static/umap/locale/th_TH.json +2 -5
- umap/static/umap/locale/tr.js +2 -5
- umap/static/umap/locale/tr.json +2 -5
- umap/static/umap/locale/uk_UA.js +2 -5
- umap/static/umap/locale/uk_UA.json +2 -5
- umap/static/umap/locale/vi.js +2 -5
- umap/static/umap/locale/vi.json +2 -5
- umap/static/umap/locale/vi_VN.json +2 -5
- umap/static/umap/locale/zh.js +2 -5
- umap/static/umap/locale/zh.json +2 -5
- umap/static/umap/locale/zh_CN.json +2 -5
- umap/static/umap/locale/zh_TW.Big5.json +2 -5
- umap/static/umap/locale/zh_TW.js +1 -4
- umap/static/umap/locale/zh_TW.json +1 -4
- umap/static/umap/map.css +1 -17
- umap/static/umap/vendors/locatecontrol/L.Control.Locate.esm.js +942 -0
- umap/static/umap/vendors/photon/leaflet.photon.esm.js +472 -0
- umap/sync/app.py +4 -1
- umap/templates/umap/css.html +0 -2
- umap/templates/umap/js.html +0 -5
- umap/templates/umap/team_form.html +2 -1
- umap/tests/fixtures/test_upload_data_with_enum.umap +151 -0
- umap/tests/integration/test_edit_map.py +2 -0
- umap/tests/integration/test_filters.py +24 -0
- umap/tests/integration/test_import.py +40 -23
- umap/tests/integration/test_map.py +1 -1
- umap/tests/integration/test_optimistic_merge.py +7 -1
- umap/tests/integration/test_remote_data.py +1 -1
- umap/tests/test_search_maps_command.py +44 -0
- umap/utils.py +9 -3
- umap/views.py +17 -4
- {umap_project-3.4.2.dist-info → umap_project-3.6.1.dist-info}/METADATA +24 -18
- {umap_project-3.4.2.dist-info → umap_project-3.6.1.dist-info}/RECORD +162 -163
- {umap_project-3.4.2.dist-info → umap_project-3.6.1.dist-info}/WHEEL +1 -1
- umap/static/umap/vendors/hash/leaflet-hash.js +0 -162
- umap/static/umap/vendors/loading/Control.Loading.css +0 -26
- umap/static/umap/vendors/loading/Control.Loading.js +0 -351
- umap/static/umap/vendors/locatecontrol/L.Control.Locate.min.css +0 -1
- umap/static/umap/vendors/locatecontrol/L.Control.Locate.min.css.map +0 -1
- umap/static/umap/vendors/locatecontrol/L.Control.Locate.min.js +0 -4
- umap/static/umap/vendors/locatecontrol/L.Control.Locate.min.js.map +0 -1
- umap/static/umap/vendors/photon/leaflet.photon.js +0 -487
- {umap_project-3.4.2.dist-info → umap_project-3.6.1.dist-info}/entry_points.txt +0 -0
- {umap_project-3.4.2.dist-info → umap_project-3.6.1.dist-info}/licenses/LICENSE +0 -0
umap/static/umap/locale/de.js
CHANGED
|
@@ -104,7 +104,6 @@ const locale = {
|
|
|
104
104
|
"Display measure": "Display measure",
|
|
105
105
|
"display name": "Namen anzeigen",
|
|
106
106
|
"Display on load": "Beim Seitenaufruf anzeigen.",
|
|
107
|
-
"Display the control to open OpenStreetMap editor": "Den Button zum OpenStreetMap-Editor anzeigen",
|
|
108
107
|
"Display the embed control": "Eingebettete Steuerung anzeigen",
|
|
109
108
|
"Display the fullscreen control": "Vollbildsteuerung anzeigen",
|
|
110
109
|
"Display the locate control": "Den Ortungsbutton anzeigen.",
|
|
@@ -163,7 +162,6 @@ const locale = {
|
|
|
163
162
|
"Help": "Hilfe",
|
|
164
163
|
"hidden": "ausgeblendet",
|
|
165
164
|
"Hide controls": "Schaltflächen ausblenden",
|
|
166
|
-
"Home": "Startseite",
|
|
167
165
|
"How much to simplify the polyline on each zoom level (more = better performance and smoother look, less = more accurate)": "Wie stark Linien mit jeder Zoomstufe vereinfacht werden (mehr = bessere Performance und glatteres Aussehen, weniger = präziser)",
|
|
168
166
|
"icon opacity": "Symbol-Deckkraft",
|
|
169
167
|
"Icon shape": "Bildzeichenform",
|
|
@@ -249,7 +247,6 @@ const locale = {
|
|
|
249
247
|
"Open current feature on load": "Open current feature on load",
|
|
250
248
|
"Open link in…": "Link öffnen in…",
|
|
251
249
|
"Open share & download panel": "Teilen & Herunterladen anzeigen",
|
|
252
|
-
"Open this map extent in a map editor to provide more accurate data to OpenStreetMap": "Diesen Kartenauschnitt in einem Karten-Editor öffnen, um genauere Daten für OpenStreetMap bereitzustellen.",
|
|
253
250
|
"OpenStreetMap": "OpenStreetMap",
|
|
254
251
|
"Optional. Same as color if not set.": "Optional. Gleich wie Farbe, falls nicht ausgefüllt.",
|
|
255
252
|
"Optional.": "Optional.",
|
|
@@ -505,8 +502,8 @@ const locale = {
|
|
|
505
502
|
"Layer permalink": "Permalink für Ebene",
|
|
506
503
|
"Back to home": "Zurück zur Startseite",
|
|
507
504
|
"Home logo": "Logo der Startseite",
|
|
508
|
-
"Add this geometry to my map": "
|
|
509
|
-
"Add this place to my map": "
|
|
505
|
+
"Add this geometry to my map": "Diese Geometrie der Karte hinzufügen",
|
|
506
|
+
"Add this place to my map": "Diesen Ort der Karte hinzufügen",
|
|
510
507
|
"Cancel last edit": "Letzte Bearbeitung abbrechen",
|
|
511
508
|
"Redo last edit": "Letzte Bearbeitung wiederholen",
|
|
512
509
|
"Links": "Links",
|
|
@@ -515,18 +512,18 @@ const locale = {
|
|
|
515
512
|
"Tags": "Tags",
|
|
516
513
|
"Geocode": "Geocode",
|
|
517
514
|
"Display the back to home icon": "Das Symbol \"Zurück zur Startseite\" anzeigen",
|
|
518
|
-
"Do you want to display layer switcher in caption bar?": "
|
|
519
|
-
"Simplify all geometries to points": "
|
|
515
|
+
"Do you want to display layer switcher in caption bar?": "Möchtest du die Ebenenauswahlschaltfläche im Überschriftbereich (Fußzeile) anzeigen?",
|
|
516
|
+
"Simplify all geometries to points": "Alle Geometrien zu Punkten vereinfachen",
|
|
520
517
|
"Back to list": "Zurück zur Liste",
|
|
521
518
|
"Toggle rule": "Regel umschalten",
|
|
522
519
|
"Delete rule": "Regel löschen",
|
|
523
520
|
"Cannot save layer, please try again in a few minutes.": "Ebene konnte nicht gespeichert werden. Bitte versuche es in ein paar Minuten erneut.",
|
|
524
|
-
"Activate collaborative live editing on this map. Other users must reload the map after changing this setting.": "
|
|
525
|
-
"More help resources": "
|
|
521
|
+
"Activate collaborative live editing on this map. Other users must reload the map after changing this setting.": "Aktiviere gleichzeitiges, kollaboratives Bearbeiten der Karte. Andere Nutzende müssen die Karte neu laden, wenn diese Einstellung geändert wurde.",
|
|
522
|
+
"More help resources": "Weitere Anleitungen",
|
|
526
523
|
"This map is a template": "Die Karte ist eine Vorlage",
|
|
527
|
-
"Add text along path": "
|
|
524
|
+
"Add text along path": "Füge Text entlang des Pfades hinzu",
|
|
528
525
|
"Text color": "Textfarbe",
|
|
529
|
-
"Text offset": "
|
|
526
|
+
"Text offset": "Textabstand",
|
|
530
527
|
"Text position": "Textposition",
|
|
531
528
|
"start": "Start",
|
|
532
529
|
"center": "Mitte",
|
|
@@ -539,7 +536,7 @@ const locale = {
|
|
|
539
536
|
"From staff": "Von Mitarbeitern",
|
|
540
537
|
"From community": "Von der Community",
|
|
541
538
|
"You must select a template.": "Du musst eine Vorlage auswählen.",
|
|
542
|
-
"Line decoration": "
|
|
539
|
+
"Line decoration": "Linienverzierung",
|
|
543
540
|
"Reuse this template": "Vorlage wiederverwenden",
|
|
544
541
|
"Create a new map using this template": "Erstelle eine neue Karte aus dieser Vorlage.",
|
|
545
542
|
"Save template": "Vorlage speichern",
|
|
@@ -550,7 +547,7 @@ const locale = {
|
|
|
550
547
|
"There is no recommended template yet. Recommended templates are the ones starred by uMap administrators.": "Es gibt noch keine empfohlene Vorlage. Empfohlene Vorlagen werden von uMap Adminstratoren markiert.",
|
|
551
548
|
"There is no public template yet.": "Es gibt noch keine öffentliche Vorlage",
|
|
552
549
|
"Explore": "Erkunden",
|
|
553
|
-
"Import data from public open data portals": "
|
|
550
|
+
"Import data from public open data portals": "Importiere Daten aus öffentlich verfügbaren Quellen",
|
|
554
551
|
"Choose a portal": "Choose a portal",
|
|
555
552
|
"Limit results to current map view": "Treffer auf aktuelle Ansicht einschränken",
|
|
556
553
|
"Please choose an instance first.": "Bitte zuerst eine Instanz wählen",
|
|
@@ -572,13 +569,13 @@ const locale = {
|
|
|
572
569
|
"Will only affect raw and large circle icons.": "Das wird nur ursprüngliche- und große Kreisicons beinflussen.",
|
|
573
570
|
"Route": "Strecke",
|
|
574
571
|
"Display the print control": "Druckeinstellungen anzeigen",
|
|
575
|
-
"Compute isochrone from here": "
|
|
572
|
+
"Compute isochrone from here": "Berechne Isochronen um diesen Punkt",
|
|
576
573
|
"Route settings": "Strecken Einstellungen",
|
|
577
|
-
"Transform to regular line": "
|
|
574
|
+
"Transform to regular line": "In normale Linien umwandeln",
|
|
578
575
|
"Transform to route": "In Strecke umwandeln",
|
|
579
576
|
"Restore route": "Strecke wiederherstellen",
|
|
580
577
|
"Profile": "Profil",
|
|
581
|
-
"Compute elevations": "
|
|
578
|
+
"Compute elevations": "Höhen berechnen",
|
|
582
579
|
"Route preference": "Streckenvoreinstellung",
|
|
583
580
|
"Compute route": "Strecke berechnen",
|
|
584
581
|
"Walking": "Gehen",
|
|
@@ -596,14 +593,14 @@ const locale = {
|
|
|
596
593
|
"Loss:": "Abstieg:",
|
|
597
594
|
"Altitude:": "Höhe:",
|
|
598
595
|
"Right-click to edit": "Rechts-Klick zum editieren",
|
|
599
|
-
"Draw along routes": "
|
|
600
|
-
"Skipping invalid geometry": "
|
|
596
|
+
"Draw along routes": "Zeichne entlang der Route",
|
|
597
|
+
"Skipping invalid geometry": "Überspringe ungültige Geometrien",
|
|
601
598
|
"Add filter": "Filter hinzufügen",
|
|
602
599
|
"Min/Max": "Min/Max",
|
|
603
600
|
"Multiple choices": "Mehrfachauswahl",
|
|
604
601
|
"Exclusive choice": "Exklusive Auswahl",
|
|
605
602
|
"Yes/No": "Ja/Nein",
|
|
606
|
-
"Add a field prior to create a filter.": "
|
|
603
|
+
"Add a field prior to create a filter.": "Füge ein Feld hinzu bevor du den Filter erstellst",
|
|
607
604
|
"Edit this filter": "Diesen Filter bearbeiten",
|
|
608
605
|
"Remove this filter": "Diesen Filter entfernen",
|
|
609
606
|
"Apply filter to": "Filter anwenden auf",
|
|
@@ -615,14 +612,14 @@ const locale = {
|
|
|
615
612
|
"all layers": "alle Ebenen",
|
|
616
613
|
"single layer": "eine Ebene",
|
|
617
614
|
"unset": "unset",
|
|
618
|
-
"Filters will be displayed in the data browser to ease data selection.": "
|
|
615
|
+
"Filters will be displayed in the data browser to ease data selection.": "Filter werden im Datenbrowser angezeigt, um das Auswählen der Daten zu vereinfachen.",
|
|
619
616
|
"[key=\"value\"][key2=\"value2\"] (eg. [boundary=\"educational\"][name=\"Académie de Lyon\"])": "[key=\"value\"][key2=\"value2\"] (eg. [boundary=\"educational\"][name=\"Académie de Lyon\"])",
|
|
620
617
|
"Field Name": "Feldname",
|
|
621
618
|
"Field Type": "Feld-Typ",
|
|
622
619
|
"Manage field": "Feld bearbeiten",
|
|
623
620
|
"Add filter for this field": "Füge Filter für dieses Feld hinzu",
|
|
624
621
|
"Name cannot be empty.": "Der Name darf nicht leer sein.",
|
|
625
|
-
"Are you sure you want to delete this field on all the data?": "
|
|
622
|
+
"Are you sure you want to delete this field on all the data?": "Bist du sicher, dass du dieses Feld aus den Daten löschen willst?",
|
|
626
623
|
"Anonymous map": "Anonyme Karte",
|
|
627
624
|
"Edit filter for this field": "Bearbeite Filter für dieses Feld",
|
|
628
625
|
"Hey, you created a map without an account!": "Hey, du hast eine Karte ohne einen Account erstellt!",
|
|
@@ -631,14 +628,14 @@ const locale = {
|
|
|
631
628
|
"Elevation has been added!": "Elevation has been added!",
|
|
632
629
|
"Mapillary": "Mapillary",
|
|
633
630
|
"Wikidata": "Wikidata",
|
|
634
|
-
"Wikipedia contributors": "Wikipedia
|
|
635
|
-
"See on Wikipedia": "
|
|
636
|
-
"Anonymous map: update who can see and edit it": "
|
|
637
|
-
"Login": "
|
|
631
|
+
"Wikipedia contributors": "Wikipedia-Beitragende",
|
|
632
|
+
"See on Wikipedia": "Siehe Wikipedia",
|
|
633
|
+
"Anonymous map: update who can see and edit it": "Anonyme Karte: aktualisiere, wer diese sehen und editieren kann",
|
|
634
|
+
"Login": "Anmeldung",
|
|
638
635
|
"Manage filters": "Filter bearbeiten",
|
|
639
636
|
"Map (all layers)": "Karte (alle Ebenen)",
|
|
640
|
-
"Add a filter for this field": "
|
|
641
|
-
"Short text": "
|
|
637
|
+
"Add a filter for this field": "Füge Filter für dieses Feld hinzu",
|
|
638
|
+
"Short text": "Kurzer Text",
|
|
642
639
|
"Text": "Text",
|
|
643
640
|
"Number": "Zahl",
|
|
644
641
|
"Date": "Datum",
|
|
@@ -648,9 +645,9 @@ const locale = {
|
|
|
648
645
|
"Select field to compute intensity": "Select field to compute intensity",
|
|
649
646
|
"Optional intensity field to compute heatmap": "Optional intensity field to compute heatmap",
|
|
650
647
|
"All layers": "Alle Ebenen",
|
|
651
|
-
"Comma separated list of values": "
|
|
652
|
-
"Share": "
|
|
653
|
-
"Customized link": "
|
|
648
|
+
"Comma separated list of values": "Kommagetrennte Liste von Werten.",
|
|
649
|
+
"Share": "Teilen",
|
|
650
|
+
"Customized link": "Benutzerdefinierte Verknüpfung",
|
|
654
651
|
"Iframe": "Iframe",
|
|
655
652
|
"№": "№"
|
|
656
653
|
}
|
umap/static/umap/locale/de.json
CHANGED
|
@@ -104,7 +104,6 @@
|
|
|
104
104
|
"Display measure": "Display measure",
|
|
105
105
|
"display name": "Namen anzeigen",
|
|
106
106
|
"Display on load": "Beim Seitenaufruf anzeigen.",
|
|
107
|
-
"Display the control to open OpenStreetMap editor": "Den Button zum OpenStreetMap-Editor anzeigen",
|
|
108
107
|
"Display the embed control": "Eingebettete Steuerung anzeigen",
|
|
109
108
|
"Display the fullscreen control": "Vollbildsteuerung anzeigen",
|
|
110
109
|
"Display the locate control": "Den Ortungsbutton anzeigen.",
|
|
@@ -163,7 +162,6 @@
|
|
|
163
162
|
"Help": "Hilfe",
|
|
164
163
|
"hidden": "ausgeblendet",
|
|
165
164
|
"Hide controls": "Schaltflächen ausblenden",
|
|
166
|
-
"Home": "Startseite",
|
|
167
165
|
"How much to simplify the polyline on each zoom level (more = better performance and smoother look, less = more accurate)": "Wie stark Linien mit jeder Zoomstufe vereinfacht werden (mehr = bessere Performance und glatteres Aussehen, weniger = präziser)",
|
|
168
166
|
"icon opacity": "Symbol-Deckkraft",
|
|
169
167
|
"Icon shape": "Bildzeichenform",
|
|
@@ -249,7 +247,6 @@
|
|
|
249
247
|
"Open current feature on load": "Open current feature on load",
|
|
250
248
|
"Open link in…": "Link öffnen in…",
|
|
251
249
|
"Open share & download panel": "Teilen & Herunterladen anzeigen",
|
|
252
|
-
"Open this map extent in a map editor to provide more accurate data to OpenStreetMap": "Diesen Kartenauschnitt in einem Karten-Editor öffnen, um genauere Daten für OpenStreetMap bereitzustellen.",
|
|
253
250
|
"OpenStreetMap": "OpenStreetMap",
|
|
254
251
|
"Optional. Same as color if not set.": "Optional. Gleich wie Farbe, falls nicht ausgefüllt.",
|
|
255
252
|
"Optional.": "Optional.",
|
|
@@ -505,8 +502,8 @@
|
|
|
505
502
|
"Layer permalink": "Permalink für Ebene",
|
|
506
503
|
"Back to home": "Zurück zur Startseite",
|
|
507
504
|
"Home logo": "Logo der Startseite",
|
|
508
|
-
"Add this geometry to my map": "
|
|
509
|
-
"Add this place to my map": "
|
|
505
|
+
"Add this geometry to my map": "Diese Geometrie der Karte hinzufügen",
|
|
506
|
+
"Add this place to my map": "Diesen Ort der Karte hinzufügen",
|
|
510
507
|
"Cancel last edit": "Letzte Bearbeitung abbrechen",
|
|
511
508
|
"Redo last edit": "Letzte Bearbeitung wiederholen",
|
|
512
509
|
"Links": "Links",
|
|
@@ -515,18 +512,18 @@
|
|
|
515
512
|
"Tags": "Tags",
|
|
516
513
|
"Geocode": "Geocode",
|
|
517
514
|
"Display the back to home icon": "Das Symbol \"Zurück zur Startseite\" anzeigen",
|
|
518
|
-
"Do you want to display layer switcher in caption bar?": "
|
|
519
|
-
"Simplify all geometries to points": "
|
|
515
|
+
"Do you want to display layer switcher in caption bar?": "Möchtest du die Ebenenauswahlschaltfläche im Überschriftbereich (Fußzeile) anzeigen?",
|
|
516
|
+
"Simplify all geometries to points": "Alle Geometrien zu Punkten vereinfachen",
|
|
520
517
|
"Back to list": "Zurück zur Liste",
|
|
521
518
|
"Toggle rule": "Regel umschalten",
|
|
522
519
|
"Delete rule": "Regel löschen",
|
|
523
520
|
"Cannot save layer, please try again in a few minutes.": "Ebene konnte nicht gespeichert werden. Bitte versuche es in ein paar Minuten erneut.",
|
|
524
|
-
"Activate collaborative live editing on this map. Other users must reload the map after changing this setting.": "
|
|
525
|
-
"More help resources": "
|
|
521
|
+
"Activate collaborative live editing on this map. Other users must reload the map after changing this setting.": "Aktiviere gleichzeitiges, kollaboratives Bearbeiten der Karte. Andere Nutzende müssen die Karte neu laden, wenn diese Einstellung geändert wurde.",
|
|
522
|
+
"More help resources": "Weitere Anleitungen",
|
|
526
523
|
"This map is a template": "Die Karte ist eine Vorlage",
|
|
527
|
-
"Add text along path": "
|
|
524
|
+
"Add text along path": "Füge Text entlang des Pfades hinzu",
|
|
528
525
|
"Text color": "Textfarbe",
|
|
529
|
-
"Text offset": "
|
|
526
|
+
"Text offset": "Textabstand",
|
|
530
527
|
"Text position": "Textposition",
|
|
531
528
|
"start": "Start",
|
|
532
529
|
"center": "Mitte",
|
|
@@ -539,7 +536,7 @@
|
|
|
539
536
|
"From staff": "Von Mitarbeitern",
|
|
540
537
|
"From community": "Von der Community",
|
|
541
538
|
"You must select a template.": "Du musst eine Vorlage auswählen.",
|
|
542
|
-
"Line decoration": "
|
|
539
|
+
"Line decoration": "Linienverzierung",
|
|
543
540
|
"Reuse this template": "Vorlage wiederverwenden",
|
|
544
541
|
"Create a new map using this template": "Erstelle eine neue Karte aus dieser Vorlage.",
|
|
545
542
|
"Save template": "Vorlage speichern",
|
|
@@ -550,7 +547,7 @@
|
|
|
550
547
|
"There is no recommended template yet. Recommended templates are the ones starred by uMap administrators.": "Es gibt noch keine empfohlene Vorlage. Empfohlene Vorlagen werden von uMap Adminstratoren markiert.",
|
|
551
548
|
"There is no public template yet.": "Es gibt noch keine öffentliche Vorlage",
|
|
552
549
|
"Explore": "Erkunden",
|
|
553
|
-
"Import data from public open data portals": "
|
|
550
|
+
"Import data from public open data portals": "Importiere Daten aus öffentlich verfügbaren Quellen",
|
|
554
551
|
"Choose a portal": "Choose a portal",
|
|
555
552
|
"Limit results to current map view": "Treffer auf aktuelle Ansicht einschränken",
|
|
556
553
|
"Please choose an instance first.": "Bitte zuerst eine Instanz wählen",
|
|
@@ -572,13 +569,13 @@
|
|
|
572
569
|
"Will only affect raw and large circle icons.": "Das wird nur ursprüngliche- und große Kreisicons beinflussen.",
|
|
573
570
|
"Route": "Strecke",
|
|
574
571
|
"Display the print control": "Druckeinstellungen anzeigen",
|
|
575
|
-
"Compute isochrone from here": "
|
|
572
|
+
"Compute isochrone from here": "Berechne Isochronen um diesen Punkt",
|
|
576
573
|
"Route settings": "Strecken Einstellungen",
|
|
577
|
-
"Transform to regular line": "
|
|
574
|
+
"Transform to regular line": "In normale Linien umwandeln",
|
|
578
575
|
"Transform to route": "In Strecke umwandeln",
|
|
579
576
|
"Restore route": "Strecke wiederherstellen",
|
|
580
577
|
"Profile": "Profil",
|
|
581
|
-
"Compute elevations": "
|
|
578
|
+
"Compute elevations": "Höhen berechnen",
|
|
582
579
|
"Route preference": "Streckenvoreinstellung",
|
|
583
580
|
"Compute route": "Strecke berechnen",
|
|
584
581
|
"Walking": "Gehen",
|
|
@@ -596,14 +593,14 @@
|
|
|
596
593
|
"Loss:": "Abstieg:",
|
|
597
594
|
"Altitude:": "Höhe:",
|
|
598
595
|
"Right-click to edit": "Rechts-Klick zum editieren",
|
|
599
|
-
"Draw along routes": "
|
|
600
|
-
"Skipping invalid geometry": "
|
|
596
|
+
"Draw along routes": "Zeichne entlang der Route",
|
|
597
|
+
"Skipping invalid geometry": "Überspringe ungültige Geometrien",
|
|
601
598
|
"Add filter": "Filter hinzufügen",
|
|
602
599
|
"Min/Max": "Min/Max",
|
|
603
600
|
"Multiple choices": "Mehrfachauswahl",
|
|
604
601
|
"Exclusive choice": "Exklusive Auswahl",
|
|
605
602
|
"Yes/No": "Ja/Nein",
|
|
606
|
-
"Add a field prior to create a filter.": "
|
|
603
|
+
"Add a field prior to create a filter.": "Füge ein Feld hinzu bevor du den Filter erstellst",
|
|
607
604
|
"Edit this filter": "Diesen Filter bearbeiten",
|
|
608
605
|
"Remove this filter": "Diesen Filter entfernen",
|
|
609
606
|
"Apply filter to": "Filter anwenden auf",
|
|
@@ -615,14 +612,14 @@
|
|
|
615
612
|
"all layers": "alle Ebenen",
|
|
616
613
|
"single layer": "eine Ebene",
|
|
617
614
|
"unset": "unset",
|
|
618
|
-
"Filters will be displayed in the data browser to ease data selection.": "
|
|
615
|
+
"Filters will be displayed in the data browser to ease data selection.": "Filter werden im Datenbrowser angezeigt, um das Auswählen der Daten zu vereinfachen.",
|
|
619
616
|
"[key=\"value\"][key2=\"value2\"] (eg. [boundary=\"educational\"][name=\"Académie de Lyon\"])": "[key=\"value\"][key2=\"value2\"] (eg. [boundary=\"educational\"][name=\"Académie de Lyon\"])",
|
|
620
617
|
"Field Name": "Feldname",
|
|
621
618
|
"Field Type": "Feld-Typ",
|
|
622
619
|
"Manage field": "Feld bearbeiten",
|
|
623
620
|
"Add filter for this field": "Füge Filter für dieses Feld hinzu",
|
|
624
621
|
"Name cannot be empty.": "Der Name darf nicht leer sein.",
|
|
625
|
-
"Are you sure you want to delete this field on all the data?": "
|
|
622
|
+
"Are you sure you want to delete this field on all the data?": "Bist du sicher, dass du dieses Feld aus den Daten löschen willst?",
|
|
626
623
|
"Anonymous map": "Anonyme Karte",
|
|
627
624
|
"Edit filter for this field": "Bearbeite Filter für dieses Feld",
|
|
628
625
|
"Hey, you created a map without an account!": "Hey, du hast eine Karte ohne einen Account erstellt!",
|
|
@@ -631,14 +628,14 @@
|
|
|
631
628
|
"Elevation has been added!": "Elevation has been added!",
|
|
632
629
|
"Mapillary": "Mapillary",
|
|
633
630
|
"Wikidata": "Wikidata",
|
|
634
|
-
"Wikipedia contributors": "Wikipedia
|
|
635
|
-
"See on Wikipedia": "
|
|
636
|
-
"Anonymous map: update who can see and edit it": "
|
|
637
|
-
"Login": "
|
|
631
|
+
"Wikipedia contributors": "Wikipedia-Beitragende",
|
|
632
|
+
"See on Wikipedia": "Siehe Wikipedia",
|
|
633
|
+
"Anonymous map: update who can see and edit it": "Anonyme Karte: aktualisiere, wer diese sehen und editieren kann",
|
|
634
|
+
"Login": "Anmeldung",
|
|
638
635
|
"Manage filters": "Filter bearbeiten",
|
|
639
636
|
"Map (all layers)": "Karte (alle Ebenen)",
|
|
640
|
-
"Add a filter for this field": "
|
|
641
|
-
"Short text": "
|
|
637
|
+
"Add a filter for this field": "Füge Filter für dieses Feld hinzu",
|
|
638
|
+
"Short text": "Kurzer Text",
|
|
642
639
|
"Text": "Text",
|
|
643
640
|
"Number": "Zahl",
|
|
644
641
|
"Date": "Datum",
|
|
@@ -648,9 +645,9 @@
|
|
|
648
645
|
"Select field to compute intensity": "Select field to compute intensity",
|
|
649
646
|
"Optional intensity field to compute heatmap": "Optional intensity field to compute heatmap",
|
|
650
647
|
"All layers": "Alle Ebenen",
|
|
651
|
-
"Comma separated list of values": "
|
|
652
|
-
"Share": "
|
|
653
|
-
"Customized link": "
|
|
648
|
+
"Comma separated list of values": "Kommagetrennte Liste von Werten.",
|
|
649
|
+
"Share": "Teilen",
|
|
650
|
+
"Customized link": "Benutzerdefinierte Verknüpfung",
|
|
654
651
|
"Iframe": "Iframe",
|
|
655
652
|
"№": "№"
|
|
656
653
|
}
|
umap/static/umap/locale/el.js
CHANGED
|
@@ -104,7 +104,6 @@ const locale = {
|
|
|
104
104
|
"Display measure": "Εμφάνιση μέτρησης",
|
|
105
105
|
"display name": "Όνομα που εμφανίζεται",
|
|
106
106
|
"Display on load": "Εμφάνιση κατά την φόρτωση",
|
|
107
|
-
"Display the control to open OpenStreetMap editor": "Εμφάνιση εικονιδίου επεξεργασίας OpenStreetMap",
|
|
108
107
|
"Display the embed control": "Εμφάνιση εικονιδίου διαμοιρασμού",
|
|
109
108
|
"Display the fullscreen control": "Εμφάνιση εικονιδίου πλήρους οθόνης",
|
|
110
109
|
"Display the locate control": "Εμφάνιση εικονιδίου γεωεντοπισμού",
|
|
@@ -163,7 +162,6 @@ const locale = {
|
|
|
163
162
|
"Help": "Βοήθεια",
|
|
164
163
|
"hidden": "Απόκρυψη",
|
|
165
164
|
"Hide controls": "Απόκρυψη εργαλείων ελέγχου",
|
|
166
|
-
"Home": "Αρχική",
|
|
167
165
|
"How much to simplify the polyline on each zoom level (more = better performance and smoother look, less = more accurate)": "Πόσο απλοποιείται η συνθέτη γραμμή σε κάθε επίπεδο εστίασης (περισσότερο = καλύτερη απόδοση και ομαλότερη εμφάνιση, λιγότερο = περισσότερη ακρίβεια)",
|
|
168
166
|
"icon opacity": "icon opacity",
|
|
169
167
|
"Icon shape": "Μορφή εικονιδίου",
|
|
@@ -249,7 +247,6 @@ const locale = {
|
|
|
249
247
|
"Open current feature on load": "Άνοιγμα τρέχοντος στοιχείου κατά τη φόρτωση",
|
|
250
248
|
"Open link in…": "Άνοιγμα συνδέσμου σε…",
|
|
251
249
|
"Open share & download panel": "Άνοιγμα πλαισίου διαμοιρασμού και λήψης",
|
|
252
|
-
"Open this map extent in a map editor to provide more accurate data to OpenStreetMap": "Ανοίξτε τον χάρτη σε έναν επεξεργαστή χαρτών για να παρέχετε πιο ακριβή δεδομένα στο OpenStreetMap",
|
|
253
250
|
"OpenStreetMap": "OpenStreetMap",
|
|
254
251
|
"Optional. Same as color if not set.": "Προαιρετικό. Ίδιο με το χρώμα αν δεν οριστεί.",
|
|
255
252
|
"Optional.": "Προαιρετικό",
|
umap/static/umap/locale/el.json
CHANGED
|
@@ -104,7 +104,6 @@
|
|
|
104
104
|
"Display measure": "Εμφάνιση μέτρησης",
|
|
105
105
|
"display name": "Όνομα που εμφανίζεται",
|
|
106
106
|
"Display on load": "Εμφάνιση κατά την φόρτωση",
|
|
107
|
-
"Display the control to open OpenStreetMap editor": "Εμφάνιση εικονιδίου επεξεργασίας OpenStreetMap",
|
|
108
107
|
"Display the embed control": "Εμφάνιση εικονιδίου διαμοιρασμού",
|
|
109
108
|
"Display the fullscreen control": "Εμφάνιση εικονιδίου πλήρους οθόνης",
|
|
110
109
|
"Display the locate control": "Εμφάνιση εικονιδίου γεωεντοπισμού",
|
|
@@ -163,7 +162,6 @@
|
|
|
163
162
|
"Help": "Βοήθεια",
|
|
164
163
|
"hidden": "Απόκρυψη",
|
|
165
164
|
"Hide controls": "Απόκρυψη εργαλείων ελέγχου",
|
|
166
|
-
"Home": "Αρχική",
|
|
167
165
|
"How much to simplify the polyline on each zoom level (more = better performance and smoother look, less = more accurate)": "Πόσο απλοποιείται η συνθέτη γραμμή σε κάθε επίπεδο εστίασης (περισσότερο = καλύτερη απόδοση και ομαλότερη εμφάνιση, λιγότερο = περισσότερη ακρίβεια)",
|
|
168
166
|
"icon opacity": "icon opacity",
|
|
169
167
|
"Icon shape": "Μορφή εικονιδίου",
|
|
@@ -249,7 +247,6 @@
|
|
|
249
247
|
"Open current feature on load": "Άνοιγμα τρέχοντος στοιχείου κατά τη φόρτωση",
|
|
250
248
|
"Open link in…": "Άνοιγμα συνδέσμου σε…",
|
|
251
249
|
"Open share & download panel": "Άνοιγμα πλαισίου διαμοιρασμού και λήψης",
|
|
252
|
-
"Open this map extent in a map editor to provide more accurate data to OpenStreetMap": "Ανοίξτε τον χάρτη σε έναν επεξεργαστή χαρτών για να παρέχετε πιο ακριβή δεδομένα στο OpenStreetMap",
|
|
253
250
|
"OpenStreetMap": "OpenStreetMap",
|
|
254
251
|
"Optional. Same as color if not set.": "Προαιρετικό. Ίδιο με το χρώμα αν δεν οριστεί.",
|
|
255
252
|
"Optional.": "Προαιρετικό",
|
umap/static/umap/locale/en.js
CHANGED
|
@@ -104,7 +104,6 @@ const locale = {
|
|
|
104
104
|
"Display measure": "Display measure",
|
|
105
105
|
"display name": "display name",
|
|
106
106
|
"Display on load": "Display on load",
|
|
107
|
-
"Display the control to open OpenStreetMap editor": "Display the control to open OpenStreetMap editor",
|
|
108
107
|
"Display the embed control": "Display the embed control",
|
|
109
108
|
"Display the fullscreen control": "Display the fullscreen control",
|
|
110
109
|
"Display the locate control": "Display the locate control",
|
|
@@ -163,7 +162,6 @@ const locale = {
|
|
|
163
162
|
"Help": "Help",
|
|
164
163
|
"hidden": "hidden",
|
|
165
164
|
"Hide controls": "Hide controls",
|
|
166
|
-
"Home": "Home",
|
|
167
165
|
"How much to simplify the polyline on each zoom level (more = better performance and smoother look, less = more accurate)": "How much to simplify the polyline on each zoom level (more = better performance and smoother look, less = more accurate)",
|
|
168
166
|
"icon opacity": "icon opacity",
|
|
169
167
|
"Icon shape": "Icon shape",
|
|
@@ -249,7 +247,6 @@ const locale = {
|
|
|
249
247
|
"Open current feature on load": "Open current feature on load",
|
|
250
248
|
"Open link in…": "Open link in…",
|
|
251
249
|
"Open share & download panel": "Open share & download panel",
|
|
252
|
-
"Open this map extent in a map editor to provide more accurate data to OpenStreetMap": "Open this map extent in a map editor to provide more accurate data to OpenStreetMap",
|
|
253
250
|
"OpenStreetMap": "OpenStreetMap",
|
|
254
251
|
"Optional. Same as color if not set.": "Optional. Same as color if not set.",
|
|
255
252
|
"Optional.": "Optional.",
|
umap/static/umap/locale/en.json
CHANGED
|
@@ -104,7 +104,6 @@
|
|
|
104
104
|
"Display measure": "Display measure",
|
|
105
105
|
"display name": "display name",
|
|
106
106
|
"Display on load": "Display on load",
|
|
107
|
-
"Display the control to open OpenStreetMap editor": "Display the control to open OpenStreetMap editor",
|
|
108
107
|
"Display the embed control": "Display the embed control",
|
|
109
108
|
"Display the fullscreen control": "Display the fullscreen control",
|
|
110
109
|
"Display the locate control": "Display the locate control",
|
|
@@ -163,7 +162,6 @@
|
|
|
163
162
|
"Help": "Help",
|
|
164
163
|
"hidden": "hidden",
|
|
165
164
|
"Hide controls": "Hide controls",
|
|
166
|
-
"Home": "Home",
|
|
167
165
|
"How much to simplify the polyline on each zoom level (more = better performance and smoother look, less = more accurate)": "How much to simplify the polyline on each zoom level (more = better performance and smoother look, less = more accurate)",
|
|
168
166
|
"icon opacity": "icon opacity",
|
|
169
167
|
"Icon shape": "Icon shape",
|
|
@@ -249,7 +247,6 @@
|
|
|
249
247
|
"Open current feature on load": "Open current feature on load",
|
|
250
248
|
"Open link in…": "Open link in…",
|
|
251
249
|
"Open share & download panel": "Open share & download panel",
|
|
252
|
-
"Open this map extent in a map editor to provide more accurate data to OpenStreetMap": "Open this map extent in a map editor to provide more accurate data to OpenStreetMap",
|
|
253
250
|
"OpenStreetMap": "OpenStreetMap",
|
|
254
251
|
"Optional. Same as color if not set.": "Optional. Same as color if not set.",
|
|
255
252
|
"Optional.": "Optional.",
|
|
@@ -104,7 +104,6 @@
|
|
|
104
104
|
"Display measure": "Display measure",
|
|
105
105
|
"display name": "display name",
|
|
106
106
|
"Display on load": "Display on load",
|
|
107
|
-
"Display the control to open OpenStreetMap editor": "Display the control to open OpenStreetMap editor",
|
|
108
107
|
"Display the embed control": "Display the embed control",
|
|
109
108
|
"Display the fullscreen control": "Display the fullscreen control",
|
|
110
109
|
"Display the locate control": "Display the locate control",
|
|
@@ -163,7 +162,6 @@
|
|
|
163
162
|
"Help": "Help",
|
|
164
163
|
"hidden": "hidden",
|
|
165
164
|
"Hide controls": "Hide controls",
|
|
166
|
-
"Home": "Home",
|
|
167
165
|
"How much to simplify the polyline on each zoom level (more = better performance and smoother look, less = more accurate)": "How much to simplify the polyline on each zoom level (more = better performance and smoother look, less = more accurate)",
|
|
168
166
|
"icon opacity": "icon opacity",
|
|
169
167
|
"Icon shape": "Icon shape",
|
|
@@ -237,7 +235,6 @@
|
|
|
237
235
|
"No licence has been set": "No licence has been set",
|
|
238
236
|
"No results": "No results",
|
|
239
237
|
"no": "no",
|
|
240
|
-
"No.": "No.",
|
|
241
238
|
"None": "None",
|
|
242
239
|
"Number of desired classes (default 5)": "Number of desired classes (default 5)",
|
|
243
240
|
"On the bottom": "On the bottom",
|
|
@@ -250,7 +247,6 @@
|
|
|
250
247
|
"Open current feature on load": "Open current feature on load",
|
|
251
248
|
"Open link in…": "Open link in…",
|
|
252
249
|
"Open share & download panel": "Open share & download panel",
|
|
253
|
-
"Open this map extent in a map editor to provide more accurate data to OpenStreetMap": "Open this map extent in a map editor to provide more accurate data to OpenStreetMap",
|
|
254
250
|
"OpenStreetMap": "OpenStreetMap",
|
|
255
251
|
"Optional. Same as color if not set.": "Optional. Same as color if not set.",
|
|
256
252
|
"Optional.": "Optional.",
|
|
@@ -652,5 +648,6 @@
|
|
|
652
648
|
"Comma separated list of values": "Comma separated list of values",
|
|
653
649
|
"Share": "Share",
|
|
654
650
|
"Customized link": "Customized link",
|
|
655
|
-
"Iframe": "Iframe"
|
|
651
|
+
"Iframe": "Iframe",
|
|
652
|
+
"№": "№"
|
|
656
653
|
}
|
umap/static/umap/locale/es.js
CHANGED
|
@@ -104,7 +104,6 @@ const locale = {
|
|
|
104
104
|
"Display measure": "Mostrar medición",
|
|
105
105
|
"display name": "nombre para mostrar",
|
|
106
106
|
"Display on load": "Mostrar al cargar",
|
|
107
|
-
"Display the control to open OpenStreetMap editor": "Mostrar el control para abrir el editor de OpenStreetMap",
|
|
108
107
|
"Display the embed control": "Mostrar el control de embebido",
|
|
109
108
|
"Display the fullscreen control": "Mostrar el control de pantalla completa",
|
|
110
109
|
"Display the locate control": "Mostrar el control de ubicación",
|
|
@@ -163,7 +162,6 @@ const locale = {
|
|
|
163
162
|
"Help": "Ayuda",
|
|
164
163
|
"hidden": "oculto",
|
|
165
164
|
"Hide controls": "Ocultar controles",
|
|
166
|
-
"Home": "Inicio",
|
|
167
165
|
"How much to simplify the polyline on each zoom level (more = better performance and smoother look, less = more accurate)": "Cuánto simplificar la polilínea en cada nivel de zoom (más = mejor rendimiento y apariencia más suave, menos = más preciso)",
|
|
168
166
|
"icon opacity": "opacidad del icono",
|
|
169
167
|
"Icon shape": "Forma del icono",
|
|
@@ -249,7 +247,6 @@ const locale = {
|
|
|
249
247
|
"Open current feature on load": "Abrir el elemento actual al cargar",
|
|
250
248
|
"Open link in…": "Abrir enlace en…",
|
|
251
249
|
"Open share & download panel": "Abrir panel de compartir y descargar",
|
|
252
|
-
"Open this map extent in a map editor to provide more accurate data to OpenStreetMap": "Abre esta extensión de mapa en un editor de mapas para proporcionar datos más precisos a OpenStreetMap",
|
|
253
250
|
"OpenStreetMap": "OpenStreetMap",
|
|
254
251
|
"Optional. Same as color if not set.": "Opcional. Igual que el color si no se establece.",
|
|
255
252
|
"Optional.": "Opcional.",
|
umap/static/umap/locale/es.json
CHANGED
|
@@ -104,7 +104,6 @@
|
|
|
104
104
|
"Display measure": "Mostrar medición",
|
|
105
105
|
"display name": "nombre para mostrar",
|
|
106
106
|
"Display on load": "Mostrar al cargar",
|
|
107
|
-
"Display the control to open OpenStreetMap editor": "Mostrar el control para abrir el editor de OpenStreetMap",
|
|
108
107
|
"Display the embed control": "Mostrar el control de embebido",
|
|
109
108
|
"Display the fullscreen control": "Mostrar el control de pantalla completa",
|
|
110
109
|
"Display the locate control": "Mostrar el control de ubicación",
|
|
@@ -163,7 +162,6 @@
|
|
|
163
162
|
"Help": "Ayuda",
|
|
164
163
|
"hidden": "oculto",
|
|
165
164
|
"Hide controls": "Ocultar controles",
|
|
166
|
-
"Home": "Inicio",
|
|
167
165
|
"How much to simplify the polyline on each zoom level (more = better performance and smoother look, less = more accurate)": "Cuánto simplificar la polilínea en cada nivel de zoom (más = mejor rendimiento y apariencia más suave, menos = más preciso)",
|
|
168
166
|
"icon opacity": "opacidad del icono",
|
|
169
167
|
"Icon shape": "Forma del icono",
|
|
@@ -249,7 +247,6 @@
|
|
|
249
247
|
"Open current feature on load": "Abrir el elemento actual al cargar",
|
|
250
248
|
"Open link in…": "Abrir enlace en…",
|
|
251
249
|
"Open share & download panel": "Abrir panel de compartir y descargar",
|
|
252
|
-
"Open this map extent in a map editor to provide more accurate data to OpenStreetMap": "Abre esta extensión de mapa en un editor de mapas para proporcionar datos más precisos a OpenStreetMap",
|
|
253
250
|
"OpenStreetMap": "OpenStreetMap",
|
|
254
251
|
"Optional. Same as color if not set.": "Opcional. Igual que el color si no se establece.",
|
|
255
252
|
"Optional.": "Opcional.",
|
umap/static/umap/locale/et.js
CHANGED
|
@@ -104,7 +104,6 @@ const locale = {
|
|
|
104
104
|
"Display measure": "Kuva suurus",
|
|
105
105
|
"display name": "display name",
|
|
106
106
|
"Display on load": "Kuva laadimisel",
|
|
107
|
-
"Display the control to open OpenStreetMap editor": "Kuva OpenStreetMap'i redaktori avamise nupp",
|
|
108
107
|
"Display the embed control": "Kuva jagamise nupp",
|
|
109
108
|
"Display the fullscreen control": "Kuva täisekraani nupp",
|
|
110
109
|
"Display the locate control": "Kuva asukoha määramise nupp",
|
|
@@ -163,7 +162,6 @@ const locale = {
|
|
|
163
162
|
"Help": "Abi",
|
|
164
163
|
"hidden": "peidetud",
|
|
165
164
|
"Hide controls": "Peida juhtnupud",
|
|
166
|
-
"Home": "Avaleht",
|
|
167
165
|
"How much to simplify the polyline on each zoom level (more = better performance and smoother look, less = more accurate)": "How much to simplify the polyline on each zoom level (more = better performance and smoother look, less = more accurate)",
|
|
168
166
|
"icon opacity": "icon opacity",
|
|
169
167
|
"Icon shape": "Ikooni kuju",
|
|
@@ -249,7 +247,6 @@ const locale = {
|
|
|
249
247
|
"Open current feature on load": "Open current feature on load",
|
|
250
248
|
"Open link in…": "Ava link...",
|
|
251
249
|
"Open share & download panel": "Open share & download panel",
|
|
252
|
-
"Open this map extent in a map editor to provide more accurate data to OpenStreetMap": "Open this map extent in a map editor to provide more accurate data to OpenStreetMap",
|
|
253
250
|
"OpenStreetMap": "OpenStreetMap",
|
|
254
251
|
"Optional. Same as color if not set.": "Valikuline. Sama mis värv, kui pole määratud teisiti",
|
|
255
252
|
"Optional.": "Valikuline.",
|
umap/static/umap/locale/et.json
CHANGED
|
@@ -104,7 +104,6 @@
|
|
|
104
104
|
"Display measure": "Kuva suurus",
|
|
105
105
|
"display name": "display name",
|
|
106
106
|
"Display on load": "Kuva laadimisel",
|
|
107
|
-
"Display the control to open OpenStreetMap editor": "Kuva OpenStreetMap'i redaktori avamise nupp",
|
|
108
107
|
"Display the embed control": "Kuva jagamise nupp",
|
|
109
108
|
"Display the fullscreen control": "Kuva täisekraani nupp",
|
|
110
109
|
"Display the locate control": "Kuva asukoha määramise nupp",
|
|
@@ -163,7 +162,6 @@
|
|
|
163
162
|
"Help": "Abi",
|
|
164
163
|
"hidden": "peidetud",
|
|
165
164
|
"Hide controls": "Peida juhtnupud",
|
|
166
|
-
"Home": "Avaleht",
|
|
167
165
|
"How much to simplify the polyline on each zoom level (more = better performance and smoother look, less = more accurate)": "How much to simplify the polyline on each zoom level (more = better performance and smoother look, less = more accurate)",
|
|
168
166
|
"icon opacity": "icon opacity",
|
|
169
167
|
"Icon shape": "Ikooni kuju",
|
|
@@ -249,7 +247,6 @@
|
|
|
249
247
|
"Open current feature on load": "Open current feature on load",
|
|
250
248
|
"Open link in…": "Ava link...",
|
|
251
249
|
"Open share & download panel": "Open share & download panel",
|
|
252
|
-
"Open this map extent in a map editor to provide more accurate data to OpenStreetMap": "Open this map extent in a map editor to provide more accurate data to OpenStreetMap",
|
|
253
250
|
"OpenStreetMap": "OpenStreetMap",
|
|
254
251
|
"Optional. Same as color if not set.": "Valikuline. Sama mis värv, kui pole määratud teisiti",
|
|
255
252
|
"Optional.": "Valikuline.",
|
umap/static/umap/locale/eu.js
CHANGED
|
@@ -104,7 +104,6 @@ const locale = {
|
|
|
104
104
|
"Display measure": "Bistaratu neurria",
|
|
105
105
|
"display name": "bistaratu izena",
|
|
106
106
|
"Display on load": "Bistaratu kargatzean",
|
|
107
|
-
"Display the control to open OpenStreetMap editor": "Bistaratu OpenStreetMap editorea irekitzeko kontrola",
|
|
108
107
|
"Display the embed control": "Bistaratu kapsulatzeko kontrola",
|
|
109
108
|
"Display the fullscreen control": "Bistaratu pantaila osoko kontrola",
|
|
110
109
|
"Display the locate control": "Bistaratu lokalizazio kontrola",
|
|
@@ -163,7 +162,6 @@ const locale = {
|
|
|
163
162
|
"Help": "Laguntza",
|
|
164
163
|
"hidden": "ezkutuan",
|
|
165
164
|
"Hide controls": "Ezkutatu kontrolak",
|
|
166
|
-
"Home": "Hasiera",
|
|
167
165
|
"How much to simplify the polyline on each zoom level (more = better performance and smoother look, less = more accurate)": "Zenbat sinplifikatu poli-linea zoom maila bakoitzean (gehiago = errendimendu hobea eta itxura leunagoa, gutxiago = zehatzagoa)",
|
|
168
166
|
"icon opacity": "ikonoaren opakutasuna",
|
|
169
167
|
"Icon shape": "Ikonoaren forma",
|
|
@@ -249,7 +247,6 @@ const locale = {
|
|
|
249
247
|
"Open current feature on load": "Ireki uneko entitatea kargatzean",
|
|
250
248
|
"Open link in…": "Ireki esteka hemen...",
|
|
251
249
|
"Open share & download panel": "Ireki partekatzeko eta deskargatzeko panela",
|
|
252
|
-
"Open this map extent in a map editor to provide more accurate data to OpenStreetMap": "Ireki mapa hau mapa-editore batean OpenStreetMap-i datu zehatzagoak emateko",
|
|
253
250
|
"OpenStreetMap": "OpenStreetMap",
|
|
254
251
|
"Optional. Same as color if not set.": "Aukerakoa. Kolore berdina ezarri ez bada.",
|
|
255
252
|
"Optional.": "Aukerakoa.",
|
umap/static/umap/locale/eu.json
CHANGED
|
@@ -104,7 +104,6 @@
|
|
|
104
104
|
"Display measure": "Bistaratu neurria",
|
|
105
105
|
"display name": "bistaratu izena",
|
|
106
106
|
"Display on load": "Bistaratu kargatzean",
|
|
107
|
-
"Display the control to open OpenStreetMap editor": "Bistaratu OpenStreetMap editorea irekitzeko kontrola",
|
|
108
107
|
"Display the embed control": "Bistaratu kapsulatzeko kontrola",
|
|
109
108
|
"Display the fullscreen control": "Bistaratu pantaila osoko kontrola",
|
|
110
109
|
"Display the locate control": "Bistaratu lokalizazio kontrola",
|
|
@@ -163,7 +162,6 @@
|
|
|
163
162
|
"Help": "Laguntza",
|
|
164
163
|
"hidden": "ezkutuan",
|
|
165
164
|
"Hide controls": "Ezkutatu kontrolak",
|
|
166
|
-
"Home": "Hasiera",
|
|
167
165
|
"How much to simplify the polyline on each zoom level (more = better performance and smoother look, less = more accurate)": "Zenbat sinplifikatu poli-linea zoom maila bakoitzean (gehiago = errendimendu hobea eta itxura leunagoa, gutxiago = zehatzagoa)",
|
|
168
166
|
"icon opacity": "ikonoaren opakutasuna",
|
|
169
167
|
"Icon shape": "Ikonoaren forma",
|
|
@@ -249,7 +247,6 @@
|
|
|
249
247
|
"Open current feature on load": "Ireki uneko entitatea kargatzean",
|
|
250
248
|
"Open link in…": "Ireki esteka hemen...",
|
|
251
249
|
"Open share & download panel": "Ireki partekatzeko eta deskargatzeko panela",
|
|
252
|
-
"Open this map extent in a map editor to provide more accurate data to OpenStreetMap": "Ireki mapa hau mapa-editore batean OpenStreetMap-i datu zehatzagoak emateko",
|
|
253
250
|
"OpenStreetMap": "OpenStreetMap",
|
|
254
251
|
"Optional. Same as color if not set.": "Aukerakoa. Kolore berdina ezarri ez bada.",
|
|
255
252
|
"Optional.": "Aukerakoa.",
|