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/br.js
CHANGED
|
@@ -104,7 +104,6 @@ const locale = {
|
|
|
104
104
|
"Display measure": "Diskouez ar muzulioù",
|
|
105
105
|
"display name": "anv diskwel",
|
|
106
106
|
"Display on load": "Diskwel en ur gargañ",
|
|
107
|
-
"Display the control to open OpenStreetMap editor": "Diskwel an afell evit digeriñ an aozer OpenStreetMap",
|
|
108
107
|
"Display the embed control": "Diskwel an afell \"enframmañ\"",
|
|
109
108
|
"Display the fullscreen control": "Diskwel an afell \"skramm a-bezh\"",
|
|
110
109
|
"Display the locate control": "Diskwel an afell \"lec'hiañ\"",
|
|
@@ -163,7 +162,6 @@ const locale = {
|
|
|
163
162
|
"Help": "Skoazell",
|
|
164
163
|
"hidden": "kuzhet",
|
|
165
164
|
"Hide controls": "Kuzhat ar binvioù",
|
|
166
|
-
"Home": "Degemer",
|
|
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": "Demerez an ikon",
|
|
169
167
|
"Icon shape": "Furm an ikon",
|
|
@@ -249,7 +247,6 @@ const locale = {
|
|
|
249
247
|
"Open current feature on load": "Open current feature on load",
|
|
250
248
|
"Open link in…": "Digeriñ al liamm e...",
|
|
251
249
|
"Open share & download panel": "Digeriñ ar banell \"rannañ ha pellgargañ\"",
|
|
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.": "Diret. Al liv pennañ a vo implijet ma ne vez ket termenet.",
|
|
255
252
|
"Optional.": "Diret.",
|
|
@@ -560,15 +557,15 @@ const locale = {
|
|
|
560
557
|
"Manage Fields": "Manage Fields",
|
|
561
558
|
"Delete this field": "Delete this field",
|
|
562
559
|
"Double click to edit the name": "Double click to edit the name",
|
|
563
|
-
"Print map": "
|
|
560
|
+
"Print map": "Moullañ ar gartenn",
|
|
564
561
|
"Choose a format": "Choose a format",
|
|
565
562
|
"Scale map": "Scale map",
|
|
566
|
-
"portrait": "
|
|
563
|
+
"portrait": "poltred",
|
|
567
564
|
"landscape": "landscape",
|
|
568
|
-
"Print": "
|
|
569
|
-
"Preparing the print…": "
|
|
565
|
+
"Print": "Moulañ",
|
|
566
|
+
"Preparing the print…": "O prientiñ ar voulladenn...",
|
|
570
567
|
"Large Circle": "Large Circle",
|
|
571
|
-
"Icon size": "
|
|
568
|
+
"Icon size": "Ment an ikon",
|
|
572
569
|
"Will only affect raw and large circle icons.": "Will only affect raw and large circle icons.",
|
|
573
570
|
"Route": "Hentad",
|
|
574
571
|
"Display the print control": "Display the print control",
|
|
@@ -581,15 +578,15 @@ const locale = {
|
|
|
581
578
|
"Compute elevations": "Compute elevations",
|
|
582
579
|
"Route preference": "Route preference",
|
|
583
580
|
"Compute route": "Compute route",
|
|
584
|
-
"Walking": "
|
|
585
|
-
"Hiking": "
|
|
581
|
+
"Walking": "War droad",
|
|
582
|
+
"Hiking": "Bale",
|
|
586
583
|
"By car": "By car",
|
|
587
|
-
"Cycling": "
|
|
588
|
-
"Wheelchair": "
|
|
584
|
+
"Cycling": "War varc'h-houarn",
|
|
585
|
+
"Wheelchair": "Kador-ruilh",
|
|
589
586
|
"Recommended": "Erbedet",
|
|
590
587
|
"Fastest": "Buanañ",
|
|
591
588
|
"Shortest": "Berrañ",
|
|
592
|
-
"Max time (in minutes)": "
|
|
589
|
+
"Max time (in minutes)": "Amzer brasañ (e munutennoù)",
|
|
593
590
|
"Number of lines": "Number of lines",
|
|
594
591
|
"Distance:": "Pellder:",
|
|
595
592
|
"Gain:": "Gain:",
|
|
@@ -598,21 +595,21 @@ const locale = {
|
|
|
598
595
|
"Right-click to edit": "Right-click to edit",
|
|
599
596
|
"Draw along routes": "Draw along routes",
|
|
600
597
|
"Skipping invalid geometry": "Skipping invalid geometry",
|
|
601
|
-
"Add filter": "
|
|
602
|
-
"Min/Max": "
|
|
603
|
-
"Multiple choices": "
|
|
598
|
+
"Add filter": "Ouzhpennañ ur sil",
|
|
599
|
+
"Min/Max": "Bihanañ/Uhelañ",
|
|
600
|
+
"Multiple choices": "Meur a zibab",
|
|
604
601
|
"Exclusive choice": "Exclusive choice",
|
|
605
|
-
"Yes/No": "
|
|
602
|
+
"Yes/No": "Ya/Nann",
|
|
606
603
|
"Add a field prior to create a filter.": "Add a field prior to create a filter.",
|
|
607
|
-
"Edit this filter": "
|
|
608
|
-
"Remove this filter": "
|
|
609
|
-
"Apply filter to": "
|
|
604
|
+
"Edit this filter": "Kemmañ ar sil-mañ",
|
|
605
|
+
"Remove this filter": "Dilemel an sil-mañ",
|
|
606
|
+
"Apply filter to": "Lakaat ar sil war",
|
|
610
607
|
"Filter on": "Filter on",
|
|
611
608
|
"Human readable name of the filter": "Human readable name of the filter",
|
|
612
609
|
"Widget for the filter": "Widget for the filter",
|
|
613
|
-
"Edit filter": "
|
|
610
|
+
"Edit filter": "Kemmañ ar sil",
|
|
614
611
|
"Edit this field": "Edit this field",
|
|
615
|
-
"all layers": "
|
|
612
|
+
"all layers": "an holl wiskadoù",
|
|
616
613
|
"single layer": "single layer",
|
|
617
614
|
"unset": "unset",
|
|
618
615
|
"Filters will be displayed in the data browser to ease data selection.": "Filters will be displayed in the data browser to ease data selection.",
|
|
@@ -621,38 +618,38 @@ const locale = {
|
|
|
621
618
|
"Field Type": "Field Type",
|
|
622
619
|
"Manage field": "Manage field",
|
|
623
620
|
"Add filter for this field": "Add filter for this field",
|
|
624
|
-
"Name cannot be empty.": "
|
|
621
|
+
"Name cannot be empty.": "An anv n'hall ket bezañ goullo.",
|
|
625
622
|
"Are you sure you want to delete this field on all the data?": "Are you sure you want to delete this field on all the data?",
|
|
626
|
-
"Anonymous map": "
|
|
623
|
+
"Anonymous map": "Kartenn dizanv",
|
|
627
624
|
"Edit filter for this field": "Edit filter for this field",
|
|
628
|
-
"Hey, you created a map without an account!": "
|
|
629
|
-
"This map is anonymous, do you want to attach it to your account?": "
|
|
625
|
+
"Hey, you created a map without an account!": "Ho, krouet ho peus ur gartenn hep ur gont!",
|
|
626
|
+
"This map is anonymous, do you want to attach it to your account?": "Dizanv eo ar gartenn-mañ, fellout a ra deoc'h stagañ anezhi ouzh ho kont?",
|
|
630
627
|
"The map has been upgraded to latest version, please save it.": "The map has been upgraded to latest version, please save it.",
|
|
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": "
|
|
631
|
+
"Wikipedia contributors": "Kenlabourerien Wikipedia",
|
|
632
|
+
"See on Wikipedia": "Gwelet war Wikipedia",
|
|
636
633
|
"Anonymous map: update who can see and edit it": "Anonymous map: update who can see and edit it",
|
|
637
|
-
"Login": "
|
|
638
|
-
"Manage filters": "
|
|
639
|
-
"Map (all layers)": "
|
|
634
|
+
"Login": "Kevreañ",
|
|
635
|
+
"Manage filters": "Merañ ar siloù",
|
|
636
|
+
"Map (all layers)": "Kartenn (an holl wiskadoù)",
|
|
640
637
|
"Add a filter for this field": "Add a filter for this field",
|
|
641
|
-
"Short text": "
|
|
642
|
-
"Text": "
|
|
643
|
-
"Number": "
|
|
644
|
-
"Date": "
|
|
645
|
-
"Date and time": "
|
|
646
|
-
"List of values": "
|
|
647
|
-
"Yes / No": "
|
|
638
|
+
"Short text": "Testenn verr",
|
|
639
|
+
"Text": "Testenn",
|
|
640
|
+
"Number": "Niverenn",
|
|
641
|
+
"Date": "Deiziad",
|
|
642
|
+
"Date and time": "Deiziad hag amzer",
|
|
643
|
+
"List of values": "Listenn an talvoudoù",
|
|
644
|
+
"Yes / No": "Ya / Nann",
|
|
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
|
-
"All layers": "
|
|
651
|
-
"Comma separated list of values": "
|
|
652
|
-
"Share": "
|
|
653
|
-
"Customized link": "
|
|
647
|
+
"All layers": "An holl wiskadoù",
|
|
648
|
+
"Comma separated list of values": "Roll an talvoudoù disrannet gant skejoù",
|
|
649
|
+
"Share": "Rannañ",
|
|
650
|
+
"Customized link": "Liamm personelaet",
|
|
654
651
|
"Iframe": "Iframe",
|
|
655
|
-
"№": "
|
|
652
|
+
"№": "Niv."
|
|
656
653
|
}
|
|
657
654
|
L.registerLocale("br", locale)
|
|
658
655
|
L.setLocale("br")
|
umap/static/umap/locale/br.json
CHANGED
|
@@ -104,7 +104,6 @@
|
|
|
104
104
|
"Display measure": "Diskouez ar muzulioù",
|
|
105
105
|
"display name": "anv diskwel",
|
|
106
106
|
"Display on load": "Diskwel en ur gargañ",
|
|
107
|
-
"Display the control to open OpenStreetMap editor": "Diskwel an afell evit digeriñ an aozer OpenStreetMap",
|
|
108
107
|
"Display the embed control": "Diskwel an afell \"enframmañ\"",
|
|
109
108
|
"Display the fullscreen control": "Diskwel an afell \"skramm a-bezh\"",
|
|
110
109
|
"Display the locate control": "Diskwel an afell \"lec'hiañ\"",
|
|
@@ -163,7 +162,6 @@
|
|
|
163
162
|
"Help": "Skoazell",
|
|
164
163
|
"hidden": "kuzhet",
|
|
165
164
|
"Hide controls": "Kuzhat ar binvioù",
|
|
166
|
-
"Home": "Degemer",
|
|
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": "Demerez an ikon",
|
|
169
167
|
"Icon shape": "Furm an ikon",
|
|
@@ -249,7 +247,6 @@
|
|
|
249
247
|
"Open current feature on load": "Open current feature on load",
|
|
250
248
|
"Open link in…": "Digeriñ al liamm e...",
|
|
251
249
|
"Open share & download panel": "Digeriñ ar banell \"rannañ ha pellgargañ\"",
|
|
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.": "Diret. Al liv pennañ a vo implijet ma ne vez ket termenet.",
|
|
255
252
|
"Optional.": "Diret.",
|
|
@@ -560,15 +557,15 @@
|
|
|
560
557
|
"Manage Fields": "Manage Fields",
|
|
561
558
|
"Delete this field": "Delete this field",
|
|
562
559
|
"Double click to edit the name": "Double click to edit the name",
|
|
563
|
-
"Print map": "
|
|
560
|
+
"Print map": "Moullañ ar gartenn",
|
|
564
561
|
"Choose a format": "Choose a format",
|
|
565
562
|
"Scale map": "Scale map",
|
|
566
|
-
"portrait": "
|
|
563
|
+
"portrait": "poltred",
|
|
567
564
|
"landscape": "landscape",
|
|
568
|
-
"Print": "
|
|
569
|
-
"Preparing the print…": "
|
|
565
|
+
"Print": "Moulañ",
|
|
566
|
+
"Preparing the print…": "O prientiñ ar voulladenn...",
|
|
570
567
|
"Large Circle": "Large Circle",
|
|
571
|
-
"Icon size": "
|
|
568
|
+
"Icon size": "Ment an ikon",
|
|
572
569
|
"Will only affect raw and large circle icons.": "Will only affect raw and large circle icons.",
|
|
573
570
|
"Route": "Hentad",
|
|
574
571
|
"Display the print control": "Display the print control",
|
|
@@ -581,15 +578,15 @@
|
|
|
581
578
|
"Compute elevations": "Compute elevations",
|
|
582
579
|
"Route preference": "Route preference",
|
|
583
580
|
"Compute route": "Compute route",
|
|
584
|
-
"Walking": "
|
|
585
|
-
"Hiking": "
|
|
581
|
+
"Walking": "War droad",
|
|
582
|
+
"Hiking": "Bale",
|
|
586
583
|
"By car": "By car",
|
|
587
|
-
"Cycling": "
|
|
588
|
-
"Wheelchair": "
|
|
584
|
+
"Cycling": "War varc'h-houarn",
|
|
585
|
+
"Wheelchair": "Kador-ruilh",
|
|
589
586
|
"Recommended": "Erbedet",
|
|
590
587
|
"Fastest": "Buanañ",
|
|
591
588
|
"Shortest": "Berrañ",
|
|
592
|
-
"Max time (in minutes)": "
|
|
589
|
+
"Max time (in minutes)": "Amzer brasañ (e munutennoù)",
|
|
593
590
|
"Number of lines": "Number of lines",
|
|
594
591
|
"Distance:": "Pellder:",
|
|
595
592
|
"Gain:": "Gain:",
|
|
@@ -598,21 +595,21 @@
|
|
|
598
595
|
"Right-click to edit": "Right-click to edit",
|
|
599
596
|
"Draw along routes": "Draw along routes",
|
|
600
597
|
"Skipping invalid geometry": "Skipping invalid geometry",
|
|
601
|
-
"Add filter": "
|
|
602
|
-
"Min/Max": "
|
|
603
|
-
"Multiple choices": "
|
|
598
|
+
"Add filter": "Ouzhpennañ ur sil",
|
|
599
|
+
"Min/Max": "Bihanañ/Uhelañ",
|
|
600
|
+
"Multiple choices": "Meur a zibab",
|
|
604
601
|
"Exclusive choice": "Exclusive choice",
|
|
605
|
-
"Yes/No": "
|
|
602
|
+
"Yes/No": "Ya/Nann",
|
|
606
603
|
"Add a field prior to create a filter.": "Add a field prior to create a filter.",
|
|
607
|
-
"Edit this filter": "
|
|
608
|
-
"Remove this filter": "
|
|
609
|
-
"Apply filter to": "
|
|
604
|
+
"Edit this filter": "Kemmañ ar sil-mañ",
|
|
605
|
+
"Remove this filter": "Dilemel an sil-mañ",
|
|
606
|
+
"Apply filter to": "Lakaat ar sil war",
|
|
610
607
|
"Filter on": "Filter on",
|
|
611
608
|
"Human readable name of the filter": "Human readable name of the filter",
|
|
612
609
|
"Widget for the filter": "Widget for the filter",
|
|
613
|
-
"Edit filter": "
|
|
610
|
+
"Edit filter": "Kemmañ ar sil",
|
|
614
611
|
"Edit this field": "Edit this field",
|
|
615
|
-
"all layers": "
|
|
612
|
+
"all layers": "an holl wiskadoù",
|
|
616
613
|
"single layer": "single layer",
|
|
617
614
|
"unset": "unset",
|
|
618
615
|
"Filters will be displayed in the data browser to ease data selection.": "Filters will be displayed in the data browser to ease data selection.",
|
|
@@ -621,36 +618,36 @@
|
|
|
621
618
|
"Field Type": "Field Type",
|
|
622
619
|
"Manage field": "Manage field",
|
|
623
620
|
"Add filter for this field": "Add filter for this field",
|
|
624
|
-
"Name cannot be empty.": "
|
|
621
|
+
"Name cannot be empty.": "An anv n'hall ket bezañ goullo.",
|
|
625
622
|
"Are you sure you want to delete this field on all the data?": "Are you sure you want to delete this field on all the data?",
|
|
626
|
-
"Anonymous map": "
|
|
623
|
+
"Anonymous map": "Kartenn dizanv",
|
|
627
624
|
"Edit filter for this field": "Edit filter for this field",
|
|
628
|
-
"Hey, you created a map without an account!": "
|
|
629
|
-
"This map is anonymous, do you want to attach it to your account?": "
|
|
625
|
+
"Hey, you created a map without an account!": "Ho, krouet ho peus ur gartenn hep ur gont!",
|
|
626
|
+
"This map is anonymous, do you want to attach it to your account?": "Dizanv eo ar gartenn-mañ, fellout a ra deoc'h stagañ anezhi ouzh ho kont?",
|
|
630
627
|
"The map has been upgraded to latest version, please save it.": "The map has been upgraded to latest version, please save it.",
|
|
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": "
|
|
631
|
+
"Wikipedia contributors": "Kenlabourerien Wikipedia",
|
|
632
|
+
"See on Wikipedia": "Gwelet war Wikipedia",
|
|
636
633
|
"Anonymous map: update who can see and edit it": "Anonymous map: update who can see and edit it",
|
|
637
|
-
"Login": "
|
|
638
|
-
"Manage filters": "
|
|
639
|
-
"Map (all layers)": "
|
|
634
|
+
"Login": "Kevreañ",
|
|
635
|
+
"Manage filters": "Merañ ar siloù",
|
|
636
|
+
"Map (all layers)": "Kartenn (an holl wiskadoù)",
|
|
640
637
|
"Add a filter for this field": "Add a filter for this field",
|
|
641
|
-
"Short text": "
|
|
642
|
-
"Text": "
|
|
643
|
-
"Number": "
|
|
644
|
-
"Date": "
|
|
645
|
-
"Date and time": "
|
|
646
|
-
"List of values": "
|
|
647
|
-
"Yes / No": "
|
|
638
|
+
"Short text": "Testenn verr",
|
|
639
|
+
"Text": "Testenn",
|
|
640
|
+
"Number": "Niverenn",
|
|
641
|
+
"Date": "Deiziad",
|
|
642
|
+
"Date and time": "Deiziad hag amzer",
|
|
643
|
+
"List of values": "Listenn an talvoudoù",
|
|
644
|
+
"Yes / No": "Ya / Nann",
|
|
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
|
-
"All layers": "
|
|
651
|
-
"Comma separated list of values": "
|
|
652
|
-
"Share": "
|
|
653
|
-
"Customized link": "
|
|
647
|
+
"All layers": "An holl wiskadoù",
|
|
648
|
+
"Comma separated list of values": "Roll an talvoudoù disrannet gant skejoù",
|
|
649
|
+
"Share": "Rannañ",
|
|
650
|
+
"Customized link": "Liamm personelaet",
|
|
654
651
|
"Iframe": "Iframe",
|
|
655
|
-
"№": "
|
|
652
|
+
"№": "Niv."
|
|
656
653
|
}
|
umap/static/umap/locale/ca.js
CHANGED
|
@@ -104,7 +104,6 @@ const locale = {
|
|
|
104
104
|
"Display measure": "Display measure",
|
|
105
105
|
"display name": "mostra el nom",
|
|
106
106
|
"Display on load": "Mostrar en carregar",
|
|
107
|
-
"Display the control to open OpenStreetMap editor": "Mostra el botó per obrir l'editor d'OpenStreetMap",
|
|
108
107
|
"Display the embed control": "Mostra el control d'inserció",
|
|
109
108
|
"Display the fullscreen control": "Mostrar el control de la pantalla completa",
|
|
110
109
|
"Display the locate control": "Mostra el control de ubicar",
|
|
@@ -163,7 +162,6 @@ const locale = {
|
|
|
163
162
|
"Help": "Ajuda",
|
|
164
163
|
"hidden": "amagat",
|
|
165
164
|
"Hide controls": "Amaga els 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)": "Quant simplificar la polilínia a cada nivell de l'escala (més = millor rendiment i aspecte més suau, menys = més precís)",
|
|
168
166
|
"icon opacity": "opacitat de la icona",
|
|
169
167
|
"Icon shape": "forma de la icona",
|
|
@@ -237,7 +235,6 @@ const locale = {
|
|
|
237
235
|
"No licence has been set": "No s'ha establert cap llicència",
|
|
238
236
|
"No results": "No results",
|
|
239
237
|
"no": "no",
|
|
240
|
-
"No.": "No.",
|
|
241
238
|
"None": "Cap",
|
|
242
239
|
"Number of desired classes (default 5)": "Number of desired classes (default 5)",
|
|
243
240
|
"On the bottom": "A la part inferior",
|
|
@@ -250,7 +247,6 @@ const locale = {
|
|
|
250
247
|
"Open current feature on load": "Obrir el element actual en càrregar",
|
|
251
248
|
"Open link in…": "Obriu l'enllaç a…",
|
|
252
249
|
"Open share & download panel": "Obrir el panell Comparteix i baixa",
|
|
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.": "Opcional. El mateix color si no s'estableix.",
|
|
256
252
|
"Optional.": "Opcional.",
|
|
@@ -652,7 +648,8 @@ const locale = {
|
|
|
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
|
}
|
|
657
654
|
L.registerLocale("ca", locale)
|
|
658
655
|
L.setLocale("ca")
|
umap/static/umap/locale/ca.json
CHANGED
|
@@ -104,7 +104,6 @@
|
|
|
104
104
|
"Display measure": "Display measure",
|
|
105
105
|
"display name": "mostra el nom",
|
|
106
106
|
"Display on load": "Mostrar en carregar",
|
|
107
|
-
"Display the control to open OpenStreetMap editor": "Mostra el botó per obrir l'editor d'OpenStreetMap",
|
|
108
107
|
"Display the embed control": "Mostra el control d'inserció",
|
|
109
108
|
"Display the fullscreen control": "Mostrar el control de la pantalla completa",
|
|
110
109
|
"Display the locate control": "Mostra el control de ubicar",
|
|
@@ -163,7 +162,6 @@
|
|
|
163
162
|
"Help": "Ajuda",
|
|
164
163
|
"hidden": "amagat",
|
|
165
164
|
"Hide controls": "Amaga els 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)": "Quant simplificar la polilínia a cada nivell de l'escala (més = millor rendiment i aspecte més suau, menys = més precís)",
|
|
168
166
|
"icon opacity": "opacitat de la icona",
|
|
169
167
|
"Icon shape": "forma de la icona",
|
|
@@ -237,7 +235,6 @@
|
|
|
237
235
|
"No licence has been set": "No s'ha establert cap llicència",
|
|
238
236
|
"No results": "No results",
|
|
239
237
|
"no": "no",
|
|
240
|
-
"No.": "No.",
|
|
241
238
|
"None": "Cap",
|
|
242
239
|
"Number of desired classes (default 5)": "Number of desired classes (default 5)",
|
|
243
240
|
"On the bottom": "A la part inferior",
|
|
@@ -250,7 +247,6 @@
|
|
|
250
247
|
"Open current feature on load": "Obrir el element actual en càrregar",
|
|
251
248
|
"Open link in…": "Obriu l'enllaç a…",
|
|
252
249
|
"Open share & download panel": "Obrir el panell Comparteix i baixa",
|
|
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.": "Opcional. El mateix color si no s'estableix.",
|
|
256
252
|
"Optional.": "Opcional.",
|
|
@@ -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/cs_CZ.js
CHANGED
|
@@ -104,7 +104,6 @@ const locale = {
|
|
|
104
104
|
"Display measure": "Zobrazit měřítko",
|
|
105
105
|
"display name": "zobrazit název",
|
|
106
106
|
"Display on load": "Zobrazit při startu",
|
|
107
|
-
"Display the control to open OpenStreetMap editor": "Zobrazit možnost upravit mapu v OpenStreetMap editoru",
|
|
108
107
|
"Display the embed control": "Zobrazit tlačítko pro sdílení mapy",
|
|
109
108
|
"Display the fullscreen control": "Zobrazit tlačítko pro celoobrazovkový režim",
|
|
110
109
|
"Display the locate control": "Zobrazit tlačítko pro určení polohy",
|
|
@@ -163,7 +162,6 @@ const locale = {
|
|
|
163
162
|
"Help": "Nápověda",
|
|
164
163
|
"hidden": "skryté",
|
|
165
164
|
"Hide controls": "Skrýt ovládací prvky",
|
|
166
|
-
"Home": "Domů",
|
|
167
165
|
"How much to simplify the polyline on each zoom level (more = better performance and smoother look, less = more accurate)": "Jak moc zahlazovat a zjednodušovat při oddálení (větší = rychlejší odezva a plynulejší vzhled, menší = přesnější)",
|
|
168
166
|
"icon opacity": "průhlednost ikony",
|
|
169
167
|
"Icon shape": "Tvar ikony",
|
|
@@ -249,7 +247,6 @@ const locale = {
|
|
|
249
247
|
"Open current feature on load": "Otevřít současnou funkci při zatížení",
|
|
250
248
|
"Open link in…": "Otevřít adresu v…",
|
|
251
249
|
"Open share & download panel": "Otevřít panel na sdílení a stahování",
|
|
252
|
-
"Open this map extent in a map editor to provide more accurate data to OpenStreetMap": "Otevři tuto oblast v editoru OpenStreetMap. Toto vám umožní editovat přímo základní mapová data a přispět tak v tvorbě svobodné mapy pro všechny.",
|
|
253
250
|
"OpenStreetMap": "OpenStreetMap",
|
|
254
251
|
"Optional. Same as color if not set.": "Nepovinné. Stejné jako barva, pokud není nastaveno.",
|
|
255
252
|
"Optional.": "Volitelné.",
|
|
@@ -104,7 +104,6 @@
|
|
|
104
104
|
"Display measure": "Zobrazit měřítko",
|
|
105
105
|
"display name": "zobrazit název",
|
|
106
106
|
"Display on load": "Zobrazit při startu",
|
|
107
|
-
"Display the control to open OpenStreetMap editor": "Zobrazit možnost upravit mapu v OpenStreetMap editoru",
|
|
108
107
|
"Display the embed control": "Zobrazit tlačítko pro sdílení mapy",
|
|
109
108
|
"Display the fullscreen control": "Zobrazit tlačítko pro celoobrazovkový režim",
|
|
110
109
|
"Display the locate control": "Zobrazit tlačítko pro určení polohy",
|
|
@@ -163,7 +162,6 @@
|
|
|
163
162
|
"Help": "Nápověda",
|
|
164
163
|
"hidden": "skryté",
|
|
165
164
|
"Hide controls": "Skrýt ovládací prvky",
|
|
166
|
-
"Home": "Domů",
|
|
167
165
|
"How much to simplify the polyline on each zoom level (more = better performance and smoother look, less = more accurate)": "Jak moc zahlazovat a zjednodušovat při oddálení (větší = rychlejší odezva a plynulejší vzhled, menší = přesnější)",
|
|
168
166
|
"icon opacity": "průhlednost ikony",
|
|
169
167
|
"Icon shape": "Tvar ikony",
|
|
@@ -249,7 +247,6 @@
|
|
|
249
247
|
"Open current feature on load": "Otevřít současnou funkci při zatížení",
|
|
250
248
|
"Open link in…": "Otevřít adresu v…",
|
|
251
249
|
"Open share & download panel": "Otevřít panel na sdílení a stahování",
|
|
252
|
-
"Open this map extent in a map editor to provide more accurate data to OpenStreetMap": "Otevři tuto oblast v editoru OpenStreetMap. Toto vám umožní editovat přímo základní mapová data a přispět tak v tvorbě svobodné mapy pro všechny.",
|
|
253
250
|
"OpenStreetMap": "OpenStreetMap",
|
|
254
251
|
"Optional. Same as color if not set.": "Nepovinné. Stejné jako barva, pokud není nastaveno.",
|
|
255
252
|
"Optional.": "Volitelné.",
|
umap/static/umap/locale/da.js
CHANGED
|
@@ -104,7 +104,6 @@ const locale = {
|
|
|
104
104
|
"Display measure": "Vis opmåling",
|
|
105
105
|
"display name": "visningsnavn",
|
|
106
106
|
"Display on load": "Vis ved indlæsning",
|
|
107
|
-
"Display the control to open OpenStreetMap editor": "Vis kontrollen til åbning af OpenStreetMap-editoren",
|
|
108
107
|
"Display the embed control": "Vis indlejringskontrollen",
|
|
109
108
|
"Display the fullscreen control": "Vis fuldskærmskontrollen",
|
|
110
109
|
"Display the locate control": "Vis lokaliseringskontrollen",
|
|
@@ -163,7 +162,6 @@ const locale = {
|
|
|
163
162
|
"Help": "Hjælp",
|
|
164
163
|
"hidden": "skjult",
|
|
165
164
|
"Hide controls": "Skjul kontroller",
|
|
166
|
-
"Home": "Startside",
|
|
167
165
|
"How much to simplify the polyline on each zoom level (more = better performance and smoother look, less = more accurate)": "Hvor meget polylinjen skal forenkles på hvert zoomniveau (mere = bedre ydeevne og jævnere udseende, mindre = mere præcist)",
|
|
168
166
|
"icon opacity": "Ikonets gennemsigtighed",
|
|
169
167
|
"Icon shape": "Ikonfacon",
|
|
@@ -249,7 +247,6 @@ const locale = {
|
|
|
249
247
|
"Open current feature on load": "Åbn aktuelt objekt ved indlæsning",
|
|
250
248
|
"Open link in…": "Åbn link i…",
|
|
251
249
|
"Open share & download panel": "Åbn panelet for deling og download",
|
|
252
|
-
"Open this map extent in a map editor to provide more accurate data to OpenStreetMap": "Åbn dette kort i en korteditor for at levere mere nøjagtige data til OpenStreetMap",
|
|
253
250
|
"OpenStreetMap": "OpenStreetMap",
|
|
254
251
|
"Optional. Same as color if not set.": "Valgfri. Samme som farve, hvis ikke angivet.",
|
|
255
252
|
"Optional.": "Valgfri.",
|
|
@@ -652,7 +649,7 @@ const locale = {
|
|
|
652
649
|
"Share": "Del",
|
|
653
650
|
"Customized link": "Tilpasset link",
|
|
654
651
|
"Iframe": "Iframe",
|
|
655
|
-
"№": "
|
|
652
|
+
"№": "nr."
|
|
656
653
|
}
|
|
657
654
|
L.registerLocale("da", locale)
|
|
658
655
|
L.setLocale("da")
|
umap/static/umap/locale/da.json
CHANGED
|
@@ -104,7 +104,6 @@
|
|
|
104
104
|
"Display measure": "Vis opmåling",
|
|
105
105
|
"display name": "visningsnavn",
|
|
106
106
|
"Display on load": "Vis ved indlæsning",
|
|
107
|
-
"Display the control to open OpenStreetMap editor": "Vis kontrollen til åbning af OpenStreetMap-editoren",
|
|
108
107
|
"Display the embed control": "Vis indlejringskontrollen",
|
|
109
108
|
"Display the fullscreen control": "Vis fuldskærmskontrollen",
|
|
110
109
|
"Display the locate control": "Vis lokaliseringskontrollen",
|
|
@@ -163,7 +162,6 @@
|
|
|
163
162
|
"Help": "Hjælp",
|
|
164
163
|
"hidden": "skjult",
|
|
165
164
|
"Hide controls": "Skjul kontroller",
|
|
166
|
-
"Home": "Startside",
|
|
167
165
|
"How much to simplify the polyline on each zoom level (more = better performance and smoother look, less = more accurate)": "Hvor meget polylinjen skal forenkles på hvert zoomniveau (mere = bedre ydeevne og jævnere udseende, mindre = mere præcist)",
|
|
168
166
|
"icon opacity": "Ikonets gennemsigtighed",
|
|
169
167
|
"Icon shape": "Ikonfacon",
|
|
@@ -249,7 +247,6 @@
|
|
|
249
247
|
"Open current feature on load": "Åbn aktuelt objekt ved indlæsning",
|
|
250
248
|
"Open link in…": "Åbn link i…",
|
|
251
249
|
"Open share & download panel": "Åbn panelet for deling og download",
|
|
252
|
-
"Open this map extent in a map editor to provide more accurate data to OpenStreetMap": "Åbn dette kort i en korteditor for at levere mere nøjagtige data til OpenStreetMap",
|
|
253
250
|
"OpenStreetMap": "OpenStreetMap",
|
|
254
251
|
"Optional. Same as color if not set.": "Valgfri. Samme som farve, hvis ikke angivet.",
|
|
255
252
|
"Optional.": "Valgfri.",
|
|
@@ -652,5 +649,5 @@
|
|
|
652
649
|
"Share": "Del",
|
|
653
650
|
"Customized link": "Tilpasset link",
|
|
654
651
|
"Iframe": "Iframe",
|
|
655
|
-
"№": "
|
|
652
|
+
"№": "nr."
|
|
656
653
|
}
|