umap-project 3.4.0b3__py3-none-any.whl → 3.6.0__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- 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/da/LC_MESSAGES/django.mo +0 -0
- umap/locale/da/LC_MESSAGES/django.po +18 -14
- 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 +18 -14
- 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/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 +101 -95
- 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/content.css +0 -3
- umap/static/umap/css/bar.css +9 -6
- umap/static/umap/css/form.css +25 -9
- umap/static/umap/css/icon.css +8 -0
- umap/static/umap/css/popup.css +1 -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/components/copiable.js +47 -0
- umap/static/umap/js/modules/autocomplete.js +32 -67
- umap/static/umap/js/modules/browser.js +31 -14
- umap/static/umap/js/modules/data/features.js +34 -36
- umap/static/umap/js/modules/data/fields.js +199 -23
- umap/static/umap/js/modules/data/layer.js +85 -96
- umap/static/umap/js/modules/domutils.js +25 -1
- umap/static/umap/js/modules/filters.js +24 -50
- umap/static/umap/js/modules/form/builder.js +17 -16
- umap/static/umap/js/modules/form/fields.js +20 -20
- 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 +15 -5
- umap/static/umap/js/modules/rendering/controls.js +203 -10
- 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 +16 -11
- umap/static/umap/js/modules/rendering/layers/heat.js +1 -0
- umap/static/umap/js/modules/rendering/map.js +67 -57
- umap/static/umap/js/modules/rendering/popup.js +6 -3
- umap/static/umap/js/modules/rendering/template.js +40 -40
- 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 +53 -33
- 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 +33 -21
- umap/static/umap/js/modules/ui/tooltip.js +1 -1
- umap/static/umap/js/modules/umap.js +81 -80
- umap/static/umap/js/modules/utils.js +13 -3
- umap/static/umap/js/umap.controls.js +16 -179
- umap/static/umap/locale/am_ET.js +7 -8
- umap/static/umap/locale/am_ET.json +7 -8
- umap/static/umap/locale/ar.js +7 -8
- umap/static/umap/locale/ar.json +7 -8
- umap/static/umap/locale/ast.js +7 -8
- umap/static/umap/locale/ast.json +7 -8
- umap/static/umap/locale/bg.js +7 -8
- umap/static/umap/locale/bg.json +7 -8
- umap/static/umap/locale/br.js +44 -36
- umap/static/umap/locale/br.json +44 -36
- umap/static/umap/locale/ca.js +7 -8
- umap/static/umap/locale/ca.json +7 -8
- umap/static/umap/locale/cs_CZ.js +7 -8
- umap/static/umap/locale/cs_CZ.json +7 -8
- umap/static/umap/locale/da.js +8 -9
- umap/static/umap/locale/da.json +8 -9
- umap/static/umap/locale/de.js +62 -63
- umap/static/umap/locale/de.json +62 -63
- umap/static/umap/locale/el.js +7 -8
- umap/static/umap/locale/el.json +7 -8
- umap/static/umap/locale/en.js +7 -8
- umap/static/umap/locale/en.json +7 -8
- umap/static/umap/locale/en_US.json +7 -8
- umap/static/umap/locale/es.js +19 -20
- umap/static/umap/locale/es.json +19 -20
- umap/static/umap/locale/et.js +7 -8
- umap/static/umap/locale/et.json +7 -8
- umap/static/umap/locale/eu.js +23 -24
- umap/static/umap/locale/eu.json +23 -24
- umap/static/umap/locale/fa_IR.js +7 -8
- umap/static/umap/locale/fa_IR.json +7 -8
- umap/static/umap/locale/fi.js +7 -8
- umap/static/umap/locale/fi.json +7 -8
- umap/static/umap/locale/fr.js +11 -12
- umap/static/umap/locale/fr.json +11 -12
- umap/static/umap/locale/gl.js +147 -148
- umap/static/umap/locale/gl.json +147 -148
- umap/static/umap/locale/he.js +7 -8
- umap/static/umap/locale/he.json +7 -8
- umap/static/umap/locale/hr.js +7 -8
- umap/static/umap/locale/hr.json +7 -8
- umap/static/umap/locale/hu.js +8 -9
- umap/static/umap/locale/hu.json +8 -9
- umap/static/umap/locale/id.js +7 -8
- umap/static/umap/locale/id.json +7 -8
- umap/static/umap/locale/is.js +7 -8
- umap/static/umap/locale/is.json +7 -8
- umap/static/umap/locale/it.js +7 -8
- umap/static/umap/locale/it.json +7 -8
- umap/static/umap/locale/ja.js +7 -8
- umap/static/umap/locale/ja.json +7 -8
- umap/static/umap/locale/ko.js +7 -8
- umap/static/umap/locale/ko.json +7 -8
- umap/static/umap/locale/lt.js +7 -8
- umap/static/umap/locale/lt.json +7 -8
- umap/static/umap/locale/ms.js +7 -8
- umap/static/umap/locale/ms.json +7 -8
- umap/static/umap/locale/nl.js +7 -8
- umap/static/umap/locale/nl.json +7 -8
- umap/static/umap/locale/no.js +7 -8
- umap/static/umap/locale/no.json +7 -8
- umap/static/umap/locale/pl.js +53 -54
- umap/static/umap/locale/pl.json +53 -54
- umap/static/umap/locale/pl_PL.json +7 -8
- umap/static/umap/locale/pt.js +7 -8
- umap/static/umap/locale/pt.json +7 -8
- umap/static/umap/locale/pt_BR.js +7 -8
- umap/static/umap/locale/pt_BR.json +7 -8
- umap/static/umap/locale/pt_PT.js +7 -8
- umap/static/umap/locale/pt_PT.json +7 -8
- umap/static/umap/locale/ro.js +7 -8
- umap/static/umap/locale/ro.json +7 -8
- umap/static/umap/locale/ru.js +7 -8
- umap/static/umap/locale/ru.json +7 -8
- umap/static/umap/locale/sk_SK.js +7 -8
- umap/static/umap/locale/sk_SK.json +7 -8
- umap/static/umap/locale/sl.js +7 -8
- umap/static/umap/locale/sl.json +7 -8
- umap/static/umap/locale/sr.js +7 -8
- umap/static/umap/locale/sr.json +7 -8
- umap/static/umap/locale/sv.js +7 -8
- umap/static/umap/locale/sv.json +7 -8
- umap/static/umap/locale/th_TH.js +7 -8
- umap/static/umap/locale/th_TH.json +7 -8
- umap/static/umap/locale/tr.js +7 -8
- umap/static/umap/locale/tr.json +7 -8
- umap/static/umap/locale/uk_UA.js +7 -8
- umap/static/umap/locale/uk_UA.json +7 -8
- umap/static/umap/locale/vi.js +7 -8
- umap/static/umap/locale/vi.json +7 -8
- umap/static/umap/locale/vi_VN.json +7 -8
- umap/static/umap/locale/zh.js +7 -8
- umap/static/umap/locale/zh.json +7 -8
- umap/static/umap/locale/zh_CN.json +7 -8
- umap/static/umap/locale/zh_TW.Big5.json +7 -8
- umap/static/umap/locale/zh_TW.js +20 -21
- umap/static/umap/locale/zh_TW.json +20 -21
- umap/static/umap/map.css +6 -21
- umap/static/umap/unittests/utils.js +7 -7
- 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/content_footer.html +1 -0
- umap/templates/umap/css.html +0 -4
- umap/templates/umap/js.html +1 -8
- umap/templates/umap/team_form.html +2 -1
- 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_edit_map.py +2 -0
- umap/tests/integration/test_fields.py +19 -0
- umap/tests/integration/test_filters.py +24 -0
- umap/tests/integration/test_iframe.py +1 -1
- umap/tests/integration/test_import.py +26 -0
- umap/tests/integration/test_map.py +3 -3
- umap/tests/integration/test_optimistic_merge.py +7 -1
- umap/tests/integration/test_owned_map.py +2 -2
- umap/tests/integration/test_popup.py +31 -0
- umap/tests/integration/test_remote_data.py +5 -5
- 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_search_maps_command.py +44 -0
- umap/tests/test_utils.py +4 -1
- umap/utils.py +10 -3
- umap/views.py +17 -4
- {umap_project-3.4.0b3.dist-info → umap_project-3.6.0.dist-info}/METADATA +29 -23
- {umap_project-3.4.0b3.dist-info → umap_project-3.6.0.dist-info}/RECORD +210 -214
- {umap_project-3.4.0b3.dist-info → umap_project-3.6.0.dist-info}/WHEEL +1 -1
- 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/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.0b3.dist-info → umap_project-3.6.0.dist-info}/entry_points.txt +0 -0
- {umap_project-3.4.0b3.dist-info → umap_project-3.6.0.dist-info}/licenses/LICENSE +0 -0
umap/static/umap/locale/br.js
CHANGED
|
@@ -99,13 +99,11 @@ const locale = {
|
|
|
99
99
|
"Delete this vertex (Alt+Click)": "Dilemel ar poent-mañ (Erl+Klik)",
|
|
100
100
|
"Delete": "Dilemel",
|
|
101
101
|
"description": "deskrivadur",
|
|
102
|
-
"Direct link": "Liamm eeun",
|
|
103
102
|
"Directions from here": "Heñchadurioù adalek amañ",
|
|
104
103
|
"Display label": "Diskouez un dikedenn",
|
|
105
104
|
"Display measure": "Diskouez ar muzulioù",
|
|
106
105
|
"display name": "anv diskwel",
|
|
107
106
|
"Display on load": "Diskwel en ur gargañ",
|
|
108
|
-
"Display the control to open OpenStreetMap editor": "Diskwel an afell evit digeriñ an aozer OpenStreetMap",
|
|
109
107
|
"Display the embed control": "Diskwel an afell \"enframmañ\"",
|
|
110
108
|
"Display the fullscreen control": "Diskwel an afell \"skramm a-bezh\"",
|
|
111
109
|
"Display the locate control": "Diskwel an afell \"lec'hiañ\"",
|
|
@@ -135,7 +133,6 @@ const locale = {
|
|
|
135
133
|
"Edit this feature": "Kemmañ an elfenn-mañ",
|
|
136
134
|
"Edit": "Aozañ",
|
|
137
135
|
"Embed and link options": "Dibarzhioù enframmañ ha liammoù",
|
|
138
|
-
"Embed the map": "Enframmañ ar gartenn",
|
|
139
136
|
"Emoji & Character": "Emoji & Testenn",
|
|
140
137
|
"Empty": "Goullonderiñ",
|
|
141
138
|
"Equidistant": "Keitpell",
|
|
@@ -159,14 +156,12 @@ const locale = {
|
|
|
159
156
|
"Go to \"{coords}\"": "Mont da \"{coords}\"",
|
|
160
157
|
"Go to the homepage": "Mont d'ar bajenn degemer",
|
|
161
158
|
"Go to «{feature}»": "Mont da «{feature}»",
|
|
162
|
-
"Heatmap intensity property": "Heatmap intensity property",
|
|
163
159
|
"Heatmap radius": "Skin ar gartenn dermek",
|
|
164
160
|
"Heatmap": "Kartenn dermek",
|
|
165
161
|
"height": "uhelder",
|
|
166
162
|
"Help": "Skoazell",
|
|
167
163
|
"hidden": "kuzhet",
|
|
168
164
|
"Hide controls": "Kuzhat ar binvioù",
|
|
169
|
-
"Home": "Degemer",
|
|
170
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)",
|
|
171
166
|
"icon opacity": "Demerez an ikon",
|
|
172
167
|
"Icon shape": "Furm an ikon",
|
|
@@ -240,7 +235,6 @@ const locale = {
|
|
|
240
235
|
"No licence has been set": "Aotre-implijout ebet bet termenet",
|
|
241
236
|
"No results": "Disoc'h ebet",
|
|
242
237
|
"no": "ket",
|
|
243
|
-
"No.": "Ket.",
|
|
244
238
|
"None": "Hini ebet",
|
|
245
239
|
"Number of desired classes (default 5)": "Niver a renkadoù hoc'h eus c'hoant (5 dre ziouer)",
|
|
246
240
|
"On the bottom": "D'an traoñ",
|
|
@@ -253,9 +247,7 @@ const locale = {
|
|
|
253
247
|
"Open current feature on load": "Open current feature on load",
|
|
254
248
|
"Open link in…": "Digeriñ al liamm e...",
|
|
255
249
|
"Open share & download panel": "Digeriñ ar banell \"rannañ ha pellgargañ\"",
|
|
256
|
-
"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",
|
|
257
250
|
"OpenStreetMap": "OpenStreetMap",
|
|
258
|
-
"Optional intensity property for heatmap": "Optional intensity property for heatmap",
|
|
259
251
|
"Optional. Same as color if not set.": "Diret. Al liv pennañ a vo implijet ma ne vez ket termenet.",
|
|
260
252
|
"Optional.": "Diret.",
|
|
261
253
|
"Override clustering radius (default 80)": "Override clustering radius (default 80)",
|
|
@@ -297,7 +289,6 @@ const locale = {
|
|
|
297
289
|
"settings": "arventennoù",
|
|
298
290
|
"Shape properties": "Perzhioù ar furm",
|
|
299
291
|
"Share and download": "Rannañ ha pellgargañ",
|
|
300
|
-
"Share this link to open a customized map view": "Share this link to open a customized map view",
|
|
301
292
|
"Short credits": "Kredadoù berr",
|
|
302
293
|
"Short link": "Liamm berr",
|
|
303
294
|
"Show this layer in the caption": "Diskouez ar gwiskad-mañ en alc'hwez",
|
|
@@ -566,15 +557,15 @@ const locale = {
|
|
|
566
557
|
"Manage Fields": "Manage Fields",
|
|
567
558
|
"Delete this field": "Delete this field",
|
|
568
559
|
"Double click to edit the name": "Double click to edit the name",
|
|
569
|
-
"Print map": "
|
|
560
|
+
"Print map": "Moullañ ar gartenn",
|
|
570
561
|
"Choose a format": "Choose a format",
|
|
571
562
|
"Scale map": "Scale map",
|
|
572
|
-
"portrait": "
|
|
563
|
+
"portrait": "poltred",
|
|
573
564
|
"landscape": "landscape",
|
|
574
|
-
"Print": "
|
|
575
|
-
"Preparing the print…": "
|
|
565
|
+
"Print": "Moulañ",
|
|
566
|
+
"Preparing the print…": "O prientiñ ar voulladenn...",
|
|
576
567
|
"Large Circle": "Large Circle",
|
|
577
|
-
"Icon size": "
|
|
568
|
+
"Icon size": "Ment an ikon",
|
|
578
569
|
"Will only affect raw and large circle icons.": "Will only affect raw and large circle icons.",
|
|
579
570
|
"Route": "Hentad",
|
|
580
571
|
"Display the print control": "Display the print control",
|
|
@@ -587,15 +578,15 @@ const locale = {
|
|
|
587
578
|
"Compute elevations": "Compute elevations",
|
|
588
579
|
"Route preference": "Route preference",
|
|
589
580
|
"Compute route": "Compute route",
|
|
590
|
-
"Walking": "
|
|
591
|
-
"Hiking": "
|
|
581
|
+
"Walking": "War droad",
|
|
582
|
+
"Hiking": "Bale",
|
|
592
583
|
"By car": "By car",
|
|
593
|
-
"Cycling": "
|
|
594
|
-
"Wheelchair": "
|
|
584
|
+
"Cycling": "War varc'h-houarn",
|
|
585
|
+
"Wheelchair": "Kador-ruilh",
|
|
595
586
|
"Recommended": "Erbedet",
|
|
596
587
|
"Fastest": "Buanañ",
|
|
597
588
|
"Shortest": "Berrañ",
|
|
598
|
-
"Max time (in minutes)": "
|
|
589
|
+
"Max time (in minutes)": "Amzer brasañ (e munutennoù)",
|
|
599
590
|
"Number of lines": "Number of lines",
|
|
600
591
|
"Distance:": "Pellder:",
|
|
601
592
|
"Gain:": "Gain:",
|
|
@@ -604,21 +595,21 @@ const locale = {
|
|
|
604
595
|
"Right-click to edit": "Right-click to edit",
|
|
605
596
|
"Draw along routes": "Draw along routes",
|
|
606
597
|
"Skipping invalid geometry": "Skipping invalid geometry",
|
|
607
|
-
"Add filter": "
|
|
608
|
-
"Min/Max": "
|
|
609
|
-
"Multiple choices": "
|
|
598
|
+
"Add filter": "Ouzhpennañ ur sil",
|
|
599
|
+
"Min/Max": "Bihanañ/Uhelañ",
|
|
600
|
+
"Multiple choices": "Meur a zibab",
|
|
610
601
|
"Exclusive choice": "Exclusive choice",
|
|
611
|
-
"Yes/No": "
|
|
602
|
+
"Yes/No": "Ya/Nann",
|
|
612
603
|
"Add a field prior to create a filter.": "Add a field prior to create a filter.",
|
|
613
|
-
"Edit this filter": "
|
|
614
|
-
"Remove this filter": "
|
|
615
|
-
"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",
|
|
616
607
|
"Filter on": "Filter on",
|
|
617
608
|
"Human readable name of the filter": "Human readable name of the filter",
|
|
618
609
|
"Widget for the filter": "Widget for the filter",
|
|
619
|
-
"Edit filter": "
|
|
610
|
+
"Edit filter": "Kemmañ ar sil",
|
|
620
611
|
"Edit this field": "Edit this field",
|
|
621
|
-
"all layers": "
|
|
612
|
+
"all layers": "an holl wiskadoù",
|
|
622
613
|
"single layer": "single layer",
|
|
623
614
|
"unset": "unset",
|
|
624
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.",
|
|
@@ -627,21 +618,38 @@ const locale = {
|
|
|
627
618
|
"Field Type": "Field Type",
|
|
628
619
|
"Manage field": "Manage field",
|
|
629
620
|
"Add filter for this field": "Add filter for this field",
|
|
630
|
-
"Name cannot be empty.": "
|
|
621
|
+
"Name cannot be empty.": "An anv n'hall ket bezañ goullo.",
|
|
631
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?",
|
|
632
|
-
"Anonymous map": "
|
|
623
|
+
"Anonymous map": "Kartenn dizanv",
|
|
633
624
|
"Edit filter for this field": "Edit filter for this field",
|
|
634
|
-
"
|
|
635
|
-
"
|
|
636
|
-
"This map is anonymous, do you want to attach it to your account?": "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?",
|
|
637
627
|
"The map has been upgraded to latest version, please save it.": "The map has been upgraded to latest version, please save it.",
|
|
638
628
|
"Elevation has been added!": "Elevation has been added!",
|
|
639
629
|
"Mapillary": "Mapillary",
|
|
640
630
|
"Wikidata": "Wikidata",
|
|
641
|
-
"Wikipedia contributors": "Wikipedia
|
|
642
|
-
"See on Wikipedia": "
|
|
631
|
+
"Wikipedia contributors": "Kenlabourerien Wikipedia",
|
|
632
|
+
"See on Wikipedia": "Gwelet war Wikipedia",
|
|
643
633
|
"Anonymous map: update who can see and edit it": "Anonymous map: update who can see and edit it",
|
|
644
|
-
"Login": "
|
|
634
|
+
"Login": "Kevreañ",
|
|
635
|
+
"Manage filters": "Merañ ar siloù",
|
|
636
|
+
"Map (all layers)": "Kartenn (an holl wiskadoù)",
|
|
637
|
+
"Add a filter for this field": "Add a filter for this field",
|
|
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",
|
|
645
|
+
"Select field to compute intensity": "Select field to compute intensity",
|
|
646
|
+
"Optional intensity field to compute heatmap": "Optional intensity field to compute heatmap",
|
|
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",
|
|
651
|
+
"Iframe": "Iframe",
|
|
652
|
+
"№": "Niv."
|
|
645
653
|
}
|
|
646
654
|
L.registerLocale("br", locale)
|
|
647
655
|
L.setLocale("br")
|
umap/static/umap/locale/br.json
CHANGED
|
@@ -99,13 +99,11 @@
|
|
|
99
99
|
"Delete this vertex (Alt+Click)": "Dilemel ar poent-mañ (Erl+Klik)",
|
|
100
100
|
"Delete": "Dilemel",
|
|
101
101
|
"description": "deskrivadur",
|
|
102
|
-
"Direct link": "Liamm eeun",
|
|
103
102
|
"Directions from here": "Heñchadurioù adalek amañ",
|
|
104
103
|
"Display label": "Diskouez un dikedenn",
|
|
105
104
|
"Display measure": "Diskouez ar muzulioù",
|
|
106
105
|
"display name": "anv diskwel",
|
|
107
106
|
"Display on load": "Diskwel en ur gargañ",
|
|
108
|
-
"Display the control to open OpenStreetMap editor": "Diskwel an afell evit digeriñ an aozer OpenStreetMap",
|
|
109
107
|
"Display the embed control": "Diskwel an afell \"enframmañ\"",
|
|
110
108
|
"Display the fullscreen control": "Diskwel an afell \"skramm a-bezh\"",
|
|
111
109
|
"Display the locate control": "Diskwel an afell \"lec'hiañ\"",
|
|
@@ -135,7 +133,6 @@
|
|
|
135
133
|
"Edit this feature": "Kemmañ an elfenn-mañ",
|
|
136
134
|
"Edit": "Aozañ",
|
|
137
135
|
"Embed and link options": "Dibarzhioù enframmañ ha liammoù",
|
|
138
|
-
"Embed the map": "Enframmañ ar gartenn",
|
|
139
136
|
"Emoji & Character": "Emoji & Testenn",
|
|
140
137
|
"Empty": "Goullonderiñ",
|
|
141
138
|
"Equidistant": "Keitpell",
|
|
@@ -159,14 +156,12 @@
|
|
|
159
156
|
"Go to \"{coords}\"": "Mont da \"{coords}\"",
|
|
160
157
|
"Go to the homepage": "Mont d'ar bajenn degemer",
|
|
161
158
|
"Go to «{feature}»": "Mont da «{feature}»",
|
|
162
|
-
"Heatmap intensity property": "Heatmap intensity property",
|
|
163
159
|
"Heatmap radius": "Skin ar gartenn dermek",
|
|
164
160
|
"Heatmap": "Kartenn dermek",
|
|
165
161
|
"height": "uhelder",
|
|
166
162
|
"Help": "Skoazell",
|
|
167
163
|
"hidden": "kuzhet",
|
|
168
164
|
"Hide controls": "Kuzhat ar binvioù",
|
|
169
|
-
"Home": "Degemer",
|
|
170
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)",
|
|
171
166
|
"icon opacity": "Demerez an ikon",
|
|
172
167
|
"Icon shape": "Furm an ikon",
|
|
@@ -240,7 +235,6 @@
|
|
|
240
235
|
"No licence has been set": "Aotre-implijout ebet bet termenet",
|
|
241
236
|
"No results": "Disoc'h ebet",
|
|
242
237
|
"no": "ket",
|
|
243
|
-
"No.": "Ket.",
|
|
244
238
|
"None": "Hini ebet",
|
|
245
239
|
"Number of desired classes (default 5)": "Niver a renkadoù hoc'h eus c'hoant (5 dre ziouer)",
|
|
246
240
|
"On the bottom": "D'an traoñ",
|
|
@@ -253,9 +247,7 @@
|
|
|
253
247
|
"Open current feature on load": "Open current feature on load",
|
|
254
248
|
"Open link in…": "Digeriñ al liamm e...",
|
|
255
249
|
"Open share & download panel": "Digeriñ ar banell \"rannañ ha pellgargañ\"",
|
|
256
|
-
"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",
|
|
257
250
|
"OpenStreetMap": "OpenStreetMap",
|
|
258
|
-
"Optional intensity property for heatmap": "Optional intensity property for heatmap",
|
|
259
251
|
"Optional. Same as color if not set.": "Diret. Al liv pennañ a vo implijet ma ne vez ket termenet.",
|
|
260
252
|
"Optional.": "Diret.",
|
|
261
253
|
"Override clustering radius (default 80)": "Override clustering radius (default 80)",
|
|
@@ -297,7 +289,6 @@
|
|
|
297
289
|
"settings": "arventennoù",
|
|
298
290
|
"Shape properties": "Perzhioù ar furm",
|
|
299
291
|
"Share and download": "Rannañ ha pellgargañ",
|
|
300
|
-
"Share this link to open a customized map view": "Share this link to open a customized map view",
|
|
301
292
|
"Short credits": "Kredadoù berr",
|
|
302
293
|
"Short link": "Liamm berr",
|
|
303
294
|
"Show this layer in the caption": "Diskouez ar gwiskad-mañ en alc'hwez",
|
|
@@ -566,15 +557,15 @@
|
|
|
566
557
|
"Manage Fields": "Manage Fields",
|
|
567
558
|
"Delete this field": "Delete this field",
|
|
568
559
|
"Double click to edit the name": "Double click to edit the name",
|
|
569
|
-
"Print map": "
|
|
560
|
+
"Print map": "Moullañ ar gartenn",
|
|
570
561
|
"Choose a format": "Choose a format",
|
|
571
562
|
"Scale map": "Scale map",
|
|
572
|
-
"portrait": "
|
|
563
|
+
"portrait": "poltred",
|
|
573
564
|
"landscape": "landscape",
|
|
574
|
-
"Print": "
|
|
575
|
-
"Preparing the print…": "
|
|
565
|
+
"Print": "Moulañ",
|
|
566
|
+
"Preparing the print…": "O prientiñ ar voulladenn...",
|
|
576
567
|
"Large Circle": "Large Circle",
|
|
577
|
-
"Icon size": "
|
|
568
|
+
"Icon size": "Ment an ikon",
|
|
578
569
|
"Will only affect raw and large circle icons.": "Will only affect raw and large circle icons.",
|
|
579
570
|
"Route": "Hentad",
|
|
580
571
|
"Display the print control": "Display the print control",
|
|
@@ -587,15 +578,15 @@
|
|
|
587
578
|
"Compute elevations": "Compute elevations",
|
|
588
579
|
"Route preference": "Route preference",
|
|
589
580
|
"Compute route": "Compute route",
|
|
590
|
-
"Walking": "
|
|
591
|
-
"Hiking": "
|
|
581
|
+
"Walking": "War droad",
|
|
582
|
+
"Hiking": "Bale",
|
|
592
583
|
"By car": "By car",
|
|
593
|
-
"Cycling": "
|
|
594
|
-
"Wheelchair": "
|
|
584
|
+
"Cycling": "War varc'h-houarn",
|
|
585
|
+
"Wheelchair": "Kador-ruilh",
|
|
595
586
|
"Recommended": "Erbedet",
|
|
596
587
|
"Fastest": "Buanañ",
|
|
597
588
|
"Shortest": "Berrañ",
|
|
598
|
-
"Max time (in minutes)": "
|
|
589
|
+
"Max time (in minutes)": "Amzer brasañ (e munutennoù)",
|
|
599
590
|
"Number of lines": "Number of lines",
|
|
600
591
|
"Distance:": "Pellder:",
|
|
601
592
|
"Gain:": "Gain:",
|
|
@@ -604,21 +595,21 @@
|
|
|
604
595
|
"Right-click to edit": "Right-click to edit",
|
|
605
596
|
"Draw along routes": "Draw along routes",
|
|
606
597
|
"Skipping invalid geometry": "Skipping invalid geometry",
|
|
607
|
-
"Add filter": "
|
|
608
|
-
"Min/Max": "
|
|
609
|
-
"Multiple choices": "
|
|
598
|
+
"Add filter": "Ouzhpennañ ur sil",
|
|
599
|
+
"Min/Max": "Bihanañ/Uhelañ",
|
|
600
|
+
"Multiple choices": "Meur a zibab",
|
|
610
601
|
"Exclusive choice": "Exclusive choice",
|
|
611
|
-
"Yes/No": "
|
|
602
|
+
"Yes/No": "Ya/Nann",
|
|
612
603
|
"Add a field prior to create a filter.": "Add a field prior to create a filter.",
|
|
613
|
-
"Edit this filter": "
|
|
614
|
-
"Remove this filter": "
|
|
615
|
-
"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",
|
|
616
607
|
"Filter on": "Filter on",
|
|
617
608
|
"Human readable name of the filter": "Human readable name of the filter",
|
|
618
609
|
"Widget for the filter": "Widget for the filter",
|
|
619
|
-
"Edit filter": "
|
|
610
|
+
"Edit filter": "Kemmañ ar sil",
|
|
620
611
|
"Edit this field": "Edit this field",
|
|
621
|
-
"all layers": "
|
|
612
|
+
"all layers": "an holl wiskadoù",
|
|
622
613
|
"single layer": "single layer",
|
|
623
614
|
"unset": "unset",
|
|
624
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.",
|
|
@@ -627,19 +618,36 @@
|
|
|
627
618
|
"Field Type": "Field Type",
|
|
628
619
|
"Manage field": "Manage field",
|
|
629
620
|
"Add filter for this field": "Add filter for this field",
|
|
630
|
-
"Name cannot be empty.": "
|
|
621
|
+
"Name cannot be empty.": "An anv n'hall ket bezañ goullo.",
|
|
631
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?",
|
|
632
|
-
"Anonymous map": "
|
|
623
|
+
"Anonymous map": "Kartenn dizanv",
|
|
633
624
|
"Edit filter for this field": "Edit filter for this field",
|
|
634
|
-
"
|
|
635
|
-
"
|
|
636
|
-
"This map is anonymous, do you want to attach it to your account?": "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?",
|
|
637
627
|
"The map has been upgraded to latest version, please save it.": "The map has been upgraded to latest version, please save it.",
|
|
638
628
|
"Elevation has been added!": "Elevation has been added!",
|
|
639
629
|
"Mapillary": "Mapillary",
|
|
640
630
|
"Wikidata": "Wikidata",
|
|
641
|
-
"Wikipedia contributors": "Wikipedia
|
|
642
|
-
"See on Wikipedia": "
|
|
631
|
+
"Wikipedia contributors": "Kenlabourerien Wikipedia",
|
|
632
|
+
"See on Wikipedia": "Gwelet war Wikipedia",
|
|
643
633
|
"Anonymous map: update who can see and edit it": "Anonymous map: update who can see and edit it",
|
|
644
|
-
"Login": "
|
|
634
|
+
"Login": "Kevreañ",
|
|
635
|
+
"Manage filters": "Merañ ar siloù",
|
|
636
|
+
"Map (all layers)": "Kartenn (an holl wiskadoù)",
|
|
637
|
+
"Add a filter for this field": "Add a filter for this field",
|
|
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",
|
|
645
|
+
"Select field to compute intensity": "Select field to compute intensity",
|
|
646
|
+
"Optional intensity field to compute heatmap": "Optional intensity field to compute heatmap",
|
|
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",
|
|
651
|
+
"Iframe": "Iframe",
|
|
652
|
+
"№": "Niv."
|
|
645
653
|
}
|
umap/static/umap/locale/ca.js
CHANGED
|
@@ -99,13 +99,11 @@ const locale = {
|
|
|
99
99
|
"Delete this vertex (Alt+Click)": "Delete this vertex (Alt+Click)",
|
|
100
100
|
"Delete": "Suprimeix",
|
|
101
101
|
"description": "descripció",
|
|
102
|
-
"Direct link": "Enllaç directe",
|
|
103
102
|
"Directions from here": "Direccions des d'aquí",
|
|
104
103
|
"Display label": "Mostra l'etiqueta",
|
|
105
104
|
"Display measure": "Display measure",
|
|
106
105
|
"display name": "mostra el nom",
|
|
107
106
|
"Display on load": "Mostrar en carregar",
|
|
108
|
-
"Display the control to open OpenStreetMap editor": "Mostra el botó per obrir l'editor d'OpenStreetMap",
|
|
109
107
|
"Display the embed control": "Mostra el control d'inserció",
|
|
110
108
|
"Display the fullscreen control": "Mostrar el control de la pantalla completa",
|
|
111
109
|
"Display the locate control": "Mostra el control de ubicar",
|
|
@@ -135,7 +133,6 @@ const locale = {
|
|
|
135
133
|
"Edit this feature": "Edita aquesta característica",
|
|
136
134
|
"Edit": "Edita",
|
|
137
135
|
"Embed and link options": "Opcions d'inserció i enllaç",
|
|
138
|
-
"Embed the map": "Incrusta el mapa",
|
|
139
136
|
"Emoji & Character": "Emoji & Character",
|
|
140
137
|
"Empty": "Buit",
|
|
141
138
|
"Equidistant": "Equidistant",
|
|
@@ -165,7 +162,6 @@ const locale = {
|
|
|
165
162
|
"Help": "Ajuda",
|
|
166
163
|
"hidden": "amagat",
|
|
167
164
|
"Hide controls": "Amaga els controls",
|
|
168
|
-
"Home": "Home",
|
|
169
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)",
|
|
170
166
|
"icon opacity": "opacitat de la icona",
|
|
171
167
|
"Icon shape": "forma de la icona",
|
|
@@ -239,7 +235,6 @@ const locale = {
|
|
|
239
235
|
"No licence has been set": "No s'ha establert cap llicència",
|
|
240
236
|
"No results": "No results",
|
|
241
237
|
"no": "no",
|
|
242
|
-
"No.": "No.",
|
|
243
238
|
"None": "Cap",
|
|
244
239
|
"Number of desired classes (default 5)": "Number of desired classes (default 5)",
|
|
245
240
|
"On the bottom": "A la part inferior",
|
|
@@ -252,7 +247,6 @@ const locale = {
|
|
|
252
247
|
"Open current feature on load": "Obrir el element actual en càrregar",
|
|
253
248
|
"Open link in…": "Obriu l'enllaç a…",
|
|
254
249
|
"Open share & download panel": "Obrir el panell Comparteix i baixa",
|
|
255
|
-
"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",
|
|
256
250
|
"OpenStreetMap": "OpenStreetMap",
|
|
257
251
|
"Optional. Same as color if not set.": "Opcional. El mateix color si no s'estableix.",
|
|
258
252
|
"Optional.": "Opcional.",
|
|
@@ -295,7 +289,6 @@ const locale = {
|
|
|
295
289
|
"settings": "settings",
|
|
296
290
|
"Shape properties": "Propietats de la forma",
|
|
297
291
|
"Share and download": "Comparteix i baixa",
|
|
298
|
-
"Share this link to open a customized map view": "Comparteix aquest enllaç per obrir una vista de mapa personalitzada",
|
|
299
292
|
"Short credits": "Crèdits curts",
|
|
300
293
|
"Short link": "Enllaç curt",
|
|
301
294
|
"Show this layer in the caption": "Mostra aquesta capa a la llegenda",
|
|
@@ -650,7 +643,13 @@ const locale = {
|
|
|
650
643
|
"List of values": "List of values",
|
|
651
644
|
"Yes / No": "Yes / No",
|
|
652
645
|
"Select field to compute intensity": "Select field to compute intensity",
|
|
653
|
-
"Optional intensity field to compute heatmap": "Optional intensity field to compute heatmap"
|
|
646
|
+
"Optional intensity field to compute heatmap": "Optional intensity field to compute heatmap",
|
|
647
|
+
"All layers": "All layers",
|
|
648
|
+
"Comma separated list of values": "Comma separated list of values",
|
|
649
|
+
"Share": "Share",
|
|
650
|
+
"Customized link": "Customized link",
|
|
651
|
+
"Iframe": "Iframe",
|
|
652
|
+
"№": "№"
|
|
654
653
|
}
|
|
655
654
|
L.registerLocale("ca", locale)
|
|
656
655
|
L.setLocale("ca")
|
umap/static/umap/locale/ca.json
CHANGED
|
@@ -99,13 +99,11 @@
|
|
|
99
99
|
"Delete this vertex (Alt+Click)": "Delete this vertex (Alt+Click)",
|
|
100
100
|
"Delete": "Suprimeix",
|
|
101
101
|
"description": "descripció",
|
|
102
|
-
"Direct link": "Enllaç directe",
|
|
103
102
|
"Directions from here": "Direccions des d'aquí",
|
|
104
103
|
"Display label": "Mostra l'etiqueta",
|
|
105
104
|
"Display measure": "Display measure",
|
|
106
105
|
"display name": "mostra el nom",
|
|
107
106
|
"Display on load": "Mostrar en carregar",
|
|
108
|
-
"Display the control to open OpenStreetMap editor": "Mostra el botó per obrir l'editor d'OpenStreetMap",
|
|
109
107
|
"Display the embed control": "Mostra el control d'inserció",
|
|
110
108
|
"Display the fullscreen control": "Mostrar el control de la pantalla completa",
|
|
111
109
|
"Display the locate control": "Mostra el control de ubicar",
|
|
@@ -135,7 +133,6 @@
|
|
|
135
133
|
"Edit this feature": "Edita aquesta característica",
|
|
136
134
|
"Edit": "Edita",
|
|
137
135
|
"Embed and link options": "Opcions d'inserció i enllaç",
|
|
138
|
-
"Embed the map": "Incrusta el mapa",
|
|
139
136
|
"Emoji & Character": "Emoji & Character",
|
|
140
137
|
"Empty": "Buit",
|
|
141
138
|
"Equidistant": "Equidistant",
|
|
@@ -165,7 +162,6 @@
|
|
|
165
162
|
"Help": "Ajuda",
|
|
166
163
|
"hidden": "amagat",
|
|
167
164
|
"Hide controls": "Amaga els controls",
|
|
168
|
-
"Home": "Home",
|
|
169
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)",
|
|
170
166
|
"icon opacity": "opacitat de la icona",
|
|
171
167
|
"Icon shape": "forma de la icona",
|
|
@@ -239,7 +235,6 @@
|
|
|
239
235
|
"No licence has been set": "No s'ha establert cap llicència",
|
|
240
236
|
"No results": "No results",
|
|
241
237
|
"no": "no",
|
|
242
|
-
"No.": "No.",
|
|
243
238
|
"None": "Cap",
|
|
244
239
|
"Number of desired classes (default 5)": "Number of desired classes (default 5)",
|
|
245
240
|
"On the bottom": "A la part inferior",
|
|
@@ -252,7 +247,6 @@
|
|
|
252
247
|
"Open current feature on load": "Obrir el element actual en càrregar",
|
|
253
248
|
"Open link in…": "Obriu l'enllaç a…",
|
|
254
249
|
"Open share & download panel": "Obrir el panell Comparteix i baixa",
|
|
255
|
-
"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",
|
|
256
250
|
"OpenStreetMap": "OpenStreetMap",
|
|
257
251
|
"Optional. Same as color if not set.": "Opcional. El mateix color si no s'estableix.",
|
|
258
252
|
"Optional.": "Opcional.",
|
|
@@ -295,7 +289,6 @@
|
|
|
295
289
|
"settings": "settings",
|
|
296
290
|
"Shape properties": "Propietats de la forma",
|
|
297
291
|
"Share and download": "Comparteix i baixa",
|
|
298
|
-
"Share this link to open a customized map view": "Comparteix aquest enllaç per obrir una vista de mapa personalitzada",
|
|
299
292
|
"Short credits": "Crèdits curts",
|
|
300
293
|
"Short link": "Enllaç curt",
|
|
301
294
|
"Show this layer in the caption": "Mostra aquesta capa a la llegenda",
|
|
@@ -650,5 +643,11 @@
|
|
|
650
643
|
"List of values": "List of values",
|
|
651
644
|
"Yes / No": "Yes / No",
|
|
652
645
|
"Select field to compute intensity": "Select field to compute intensity",
|
|
653
|
-
"Optional intensity field to compute heatmap": "Optional intensity field to compute heatmap"
|
|
646
|
+
"Optional intensity field to compute heatmap": "Optional intensity field to compute heatmap",
|
|
647
|
+
"All layers": "All layers",
|
|
648
|
+
"Comma separated list of values": "Comma separated list of values",
|
|
649
|
+
"Share": "Share",
|
|
650
|
+
"Customized link": "Customized link",
|
|
651
|
+
"Iframe": "Iframe",
|
|
652
|
+
"№": "№"
|
|
654
653
|
}
|
umap/static/umap/locale/cs_CZ.js
CHANGED
|
@@ -99,13 +99,11 @@ const locale = {
|
|
|
99
99
|
"Delete this vertex (Alt+Click)": "Smazat tento bod (Alt+Klik)",
|
|
100
100
|
"Delete": "Vymazat",
|
|
101
101
|
"description": "popis",
|
|
102
|
-
"Direct link": "Přímý odkaz",
|
|
103
102
|
"Directions from here": "Navigovat odsud",
|
|
104
103
|
"Display label": "Zobrazit popisek",
|
|
105
104
|
"Display measure": "Zobrazit měřítko",
|
|
106
105
|
"display name": "zobrazit název",
|
|
107
106
|
"Display on load": "Zobrazit při startu",
|
|
108
|
-
"Display the control to open OpenStreetMap editor": "Zobrazit možnost upravit mapu v OpenStreetMap editoru",
|
|
109
107
|
"Display the embed control": "Zobrazit tlačítko pro sdílení mapy",
|
|
110
108
|
"Display the fullscreen control": "Zobrazit tlačítko pro celoobrazovkový režim",
|
|
111
109
|
"Display the locate control": "Zobrazit tlačítko pro určení polohy",
|
|
@@ -135,7 +133,6 @@ const locale = {
|
|
|
135
133
|
"Edit this feature": "Upravit tento objekt",
|
|
136
134
|
"Edit": "Upravit",
|
|
137
135
|
"Embed and link options": "Možnosti vložení a propojení",
|
|
138
|
-
"Embed the map": "Vložit mapu do jiného webu",
|
|
139
136
|
"Emoji & Character": "Emoji & Character",
|
|
140
137
|
"Empty": "Vyprázdnit",
|
|
141
138
|
"Equidistant": "Stejně vzdálené",
|
|
@@ -165,7 +162,6 @@ const locale = {
|
|
|
165
162
|
"Help": "Nápověda",
|
|
166
163
|
"hidden": "skryté",
|
|
167
164
|
"Hide controls": "Skrýt ovládací prvky",
|
|
168
|
-
"Home": "Domů",
|
|
169
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ší)",
|
|
170
166
|
"icon opacity": "průhlednost ikony",
|
|
171
167
|
"Icon shape": "Tvar ikony",
|
|
@@ -239,7 +235,6 @@ const locale = {
|
|
|
239
235
|
"No licence has been set": "Nebyla nastavena licence",
|
|
240
236
|
"No results": "Žádné výsledky",
|
|
241
237
|
"no": "ne",
|
|
242
|
-
"No.": "Ne.",
|
|
243
238
|
"None": "Žádný",
|
|
244
239
|
"Number of desired classes (default 5)": "Počet požadovaných tříd (výchozí 5)",
|
|
245
240
|
"On the bottom": "Zespod",
|
|
@@ -252,7 +247,6 @@ const locale = {
|
|
|
252
247
|
"Open current feature on load": "Otevřít současnou funkci při zatížení",
|
|
253
248
|
"Open link in…": "Otevřít adresu v…",
|
|
254
249
|
"Open share & download panel": "Otevřít panel na sdílení a stahování",
|
|
255
|
-
"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.",
|
|
256
250
|
"OpenStreetMap": "OpenStreetMap",
|
|
257
251
|
"Optional. Same as color if not set.": "Nepovinné. Stejné jako barva, pokud není nastaveno.",
|
|
258
252
|
"Optional.": "Volitelné.",
|
|
@@ -295,7 +289,6 @@ const locale = {
|
|
|
295
289
|
"settings": "nastavení",
|
|
296
290
|
"Shape properties": "Vlastností tvaru",
|
|
297
291
|
"Share and download": "Sdílet a stáhnout",
|
|
298
|
-
"Share this link to open a customized map view": "Sdílet tento odkaz pro otevření přizpůsobeného zobrazení mapy",
|
|
299
292
|
"Short credits": "Krátký text autorství",
|
|
300
293
|
"Short link": "Krátký odkaz",
|
|
301
294
|
"Show this layer in the caption": "Zobrazit tuto vrstvu v nadpisu",
|
|
@@ -650,7 +643,13 @@ const locale = {
|
|
|
650
643
|
"List of values": "List of values",
|
|
651
644
|
"Yes / No": "Yes / No",
|
|
652
645
|
"Select field to compute intensity": "Select field to compute intensity",
|
|
653
|
-
"Optional intensity field to compute heatmap": "Optional intensity field to compute heatmap"
|
|
646
|
+
"Optional intensity field to compute heatmap": "Optional intensity field to compute heatmap",
|
|
647
|
+
"All layers": "All layers",
|
|
648
|
+
"Comma separated list of values": "Comma separated list of values",
|
|
649
|
+
"Share": "Share",
|
|
650
|
+
"Customized link": "Customized link",
|
|
651
|
+
"Iframe": "Iframe",
|
|
652
|
+
"№": "№"
|
|
654
653
|
}
|
|
655
654
|
L.registerLocale("cs_CZ", locale)
|
|
656
655
|
L.setLocale("cs_CZ")
|
|
@@ -99,13 +99,11 @@
|
|
|
99
99
|
"Delete this vertex (Alt+Click)": "Smazat tento bod (Alt+Klik)",
|
|
100
100
|
"Delete": "Vymazat",
|
|
101
101
|
"description": "popis",
|
|
102
|
-
"Direct link": "Přímý odkaz",
|
|
103
102
|
"Directions from here": "Navigovat odsud",
|
|
104
103
|
"Display label": "Zobrazit popisek",
|
|
105
104
|
"Display measure": "Zobrazit měřítko",
|
|
106
105
|
"display name": "zobrazit název",
|
|
107
106
|
"Display on load": "Zobrazit při startu",
|
|
108
|
-
"Display the control to open OpenStreetMap editor": "Zobrazit možnost upravit mapu v OpenStreetMap editoru",
|
|
109
107
|
"Display the embed control": "Zobrazit tlačítko pro sdílení mapy",
|
|
110
108
|
"Display the fullscreen control": "Zobrazit tlačítko pro celoobrazovkový režim",
|
|
111
109
|
"Display the locate control": "Zobrazit tlačítko pro určení polohy",
|
|
@@ -135,7 +133,6 @@
|
|
|
135
133
|
"Edit this feature": "Upravit tento objekt",
|
|
136
134
|
"Edit": "Upravit",
|
|
137
135
|
"Embed and link options": "Možnosti vložení a propojení",
|
|
138
|
-
"Embed the map": "Vložit mapu do jiného webu",
|
|
139
136
|
"Emoji & Character": "Emoji & Character",
|
|
140
137
|
"Empty": "Vyprázdnit",
|
|
141
138
|
"Equidistant": "Stejně vzdálené",
|
|
@@ -165,7 +162,6 @@
|
|
|
165
162
|
"Help": "Nápověda",
|
|
166
163
|
"hidden": "skryté",
|
|
167
164
|
"Hide controls": "Skrýt ovládací prvky",
|
|
168
|
-
"Home": "Domů",
|
|
169
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ší)",
|
|
170
166
|
"icon opacity": "průhlednost ikony",
|
|
171
167
|
"Icon shape": "Tvar ikony",
|
|
@@ -239,7 +235,6 @@
|
|
|
239
235
|
"No licence has been set": "Nebyla nastavena licence",
|
|
240
236
|
"No results": "Žádné výsledky",
|
|
241
237
|
"no": "ne",
|
|
242
|
-
"No.": "Ne.",
|
|
243
238
|
"None": "Žádný",
|
|
244
239
|
"Number of desired classes (default 5)": "Počet požadovaných tříd (výchozí 5)",
|
|
245
240
|
"On the bottom": "Zespod",
|
|
@@ -252,7 +247,6 @@
|
|
|
252
247
|
"Open current feature on load": "Otevřít současnou funkci při zatížení",
|
|
253
248
|
"Open link in…": "Otevřít adresu v…",
|
|
254
249
|
"Open share & download panel": "Otevřít panel na sdílení a stahování",
|
|
255
|
-
"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.",
|
|
256
250
|
"OpenStreetMap": "OpenStreetMap",
|
|
257
251
|
"Optional. Same as color if not set.": "Nepovinné. Stejné jako barva, pokud není nastaveno.",
|
|
258
252
|
"Optional.": "Volitelné.",
|
|
@@ -295,7 +289,6 @@
|
|
|
295
289
|
"settings": "nastavení",
|
|
296
290
|
"Shape properties": "Vlastností tvaru",
|
|
297
291
|
"Share and download": "Sdílet a stáhnout",
|
|
298
|
-
"Share this link to open a customized map view": "Sdílet tento odkaz pro otevření přizpůsobeného zobrazení mapy",
|
|
299
292
|
"Short credits": "Krátký text autorství",
|
|
300
293
|
"Short link": "Krátký odkaz",
|
|
301
294
|
"Show this layer in the caption": "Zobrazit tuto vrstvu v nadpisu",
|
|
@@ -650,5 +643,11 @@
|
|
|
650
643
|
"List of values": "List of values",
|
|
651
644
|
"Yes / No": "Yes / No",
|
|
652
645
|
"Select field to compute intensity": "Select field to compute intensity",
|
|
653
|
-
"Optional intensity field to compute heatmap": "Optional intensity field to compute heatmap"
|
|
646
|
+
"Optional intensity field to compute heatmap": "Optional intensity field to compute heatmap",
|
|
647
|
+
"All layers": "All layers",
|
|
648
|
+
"Comma separated list of values": "Comma separated list of values",
|
|
649
|
+
"Share": "Share",
|
|
650
|
+
"Customized link": "Customized link",
|
|
651
|
+
"Iframe": "Iframe",
|
|
652
|
+
"№": "№"
|
|
654
653
|
}
|