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/nl.json
CHANGED
|
@@ -99,13 +99,11 @@
|
|
|
99
99
|
"Delete this vertex (Alt+Click)": "Verwijder dit knooppunt (Alt+Click)",
|
|
100
100
|
"Delete": "Verwijderen",
|
|
101
101
|
"description": "beschrijving",
|
|
102
|
-
"Direct link": "Directe link",
|
|
103
102
|
"Directions from here": "Wegbeschrijving vanaf hier",
|
|
104
103
|
"Display label": "Toon het label",
|
|
105
104
|
"Display measure": "Toon meting",
|
|
106
105
|
"display name": "toon de naam",
|
|
107
106
|
"Display on load": "Tonen bij laden",
|
|
108
|
-
"Display the control to open OpenStreetMap editor": "Toon OpenStreetMap editor knop",
|
|
109
107
|
"Display the embed control": "Toon inbedden knop",
|
|
110
108
|
"Display the fullscreen control": "Toon volledig scherm knop",
|
|
111
109
|
"Display the locate control": "Toon lokaliseer mij knop",
|
|
@@ -135,7 +133,6 @@
|
|
|
135
133
|
"Edit this feature": "Dit object bewerken",
|
|
136
134
|
"Edit": "Bewerken",
|
|
137
135
|
"Embed and link options": "Invoegtoepassing- en linkopties",
|
|
138
|
-
"Embed the map": "Kaart inbedden",
|
|
139
136
|
"Emoji & Character": "Emoji & karakter",
|
|
140
137
|
"Empty": "Leeg",
|
|
141
138
|
"Equidistant": "Equidistant",
|
|
@@ -165,7 +162,6 @@
|
|
|
165
162
|
"Help": "Help",
|
|
166
163
|
"hidden": "verborgen",
|
|
167
164
|
"Hide controls": "Verberg besturingselementen",
|
|
168
|
-
"Home": "Home",
|
|
169
165
|
"How much to simplify the polyline on each zoom level (more = better performance and smoother look, less = more accurate)": "Graad van vereenvoudiging van een veelhoek, per zoomniveau. (Hogere waarde = betere prestaties, lagere waarde = getrouwere precisie)",
|
|
170
166
|
"icon opacity": "Icoon ondoorzichtigheid",
|
|
171
167
|
"Icon shape": "Vorm van het icoon",
|
|
@@ -239,7 +235,6 @@
|
|
|
239
235
|
"No licence has been set": "Er is geen licentie ingesteld",
|
|
240
236
|
"No results": "Geen resultaten",
|
|
241
237
|
"no": "neen",
|
|
242
|
-
"No.": "Neen.",
|
|
243
238
|
"None": "Geen",
|
|
244
239
|
"Number of desired classes (default 5)": "Gewenst aantal klassen (standaard 5)",
|
|
245
240
|
"On the bottom": "Aan de onderkant",
|
|
@@ -252,7 +247,6 @@
|
|
|
252
247
|
"Open current feature on load": "Dit object openen bij laden",
|
|
253
248
|
"Open link in…": "Open link in…",
|
|
254
249
|
"Open share & download panel": "Open het deel & download paneel",
|
|
255
|
-
"Open this map extent in a map editor to provide more accurate data to OpenStreetMap": "Open dit gedeelte van de kaart in een editor, zodat u de kaartgegeven in Openstreetmap zelf kan bijwerken.",
|
|
256
250
|
"OpenStreetMap": "OpenStreetMap",
|
|
257
251
|
"Optional. Same as color if not set.": "Optioneel. Gelijk aan kleur indien niet ingesteld",
|
|
258
252
|
"Optional.": "Optioneel.",
|
|
@@ -295,7 +289,6 @@
|
|
|
295
289
|
"settings": "instellingen",
|
|
296
290
|
"Shape properties": "Eigenschappen van de vorm",
|
|
297
291
|
"Share and download": "Deel en download",
|
|
298
|
-
"Share this link to open a customized map view": "Deel deze link voor een gespecifieerde kaartweergave",
|
|
299
292
|
"Short credits": "Korte bronvermelding",
|
|
300
293
|
"Short link": "Korte link",
|
|
301
294
|
"Show this layer in the caption": "Toon deze laag in het bijschrift",
|
|
@@ -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/no.js
CHANGED
|
@@ -99,13 +99,11 @@ const locale = {
|
|
|
99
99
|
"Delete this vertex (Alt+Click)": "Slett denne noden (Alt+Klikk)",
|
|
100
100
|
"Delete": "Slett",
|
|
101
101
|
"description": "beskrivelse",
|
|
102
|
-
"Direct link": "Direct link",
|
|
103
102
|
"Directions from here": "Navigasjon herfra",
|
|
104
103
|
"Display label": "Vis merkelapp",
|
|
105
104
|
"Display measure": "Vis måling",
|
|
106
105
|
"display name": "display name",
|
|
107
106
|
"Display on load": "Vis ved innlasting",
|
|
108
|
-
"Display the control to open OpenStreetMap editor": "Vis grensesnitt for å åpne OpenStreetMap-redigerer",
|
|
109
107
|
"Display the embed control": "Vis grensesnitt for innbygging",
|
|
110
108
|
"Display the fullscreen control": "Vis grensesnitt for fullskjermvisning",
|
|
111
109
|
"Display the locate control": "Vis grensesnitt for lokalisering",
|
|
@@ -135,7 +133,6 @@ const locale = {
|
|
|
135
133
|
"Edit this feature": "Rediger dette objektet",
|
|
136
134
|
"Edit": "Rediger",
|
|
137
135
|
"Embed and link options": "Embed and link options",
|
|
138
|
-
"Embed the map": "Bygg inn kartet",
|
|
139
136
|
"Emoji & Character": "Emoji & Character",
|
|
140
137
|
"Empty": "Tøm",
|
|
141
138
|
"Equidistant": "Equidistant",
|
|
@@ -165,7 +162,6 @@ const locale = {
|
|
|
165
162
|
"Help": "Hjelp",
|
|
166
163
|
"hidden": "skjult",
|
|
167
164
|
"Hide controls": "Skjul kontrollene",
|
|
168
|
-
"Home": "Hjem",
|
|
169
165
|
"How much to simplify the polyline on each zoom level (more = better performance and smoother look, less = more accurate)": "Hvor mye polylinjene skal simplifiseres på hvert zoom-nivå (mer = bedre ytelse og mer sømløst, mindre = mer nøyaktig)",
|
|
170
166
|
"icon opacity": "icon opacity",
|
|
171
167
|
"Icon shape": "Ikonform",
|
|
@@ -239,7 +235,6 @@ const locale = {
|
|
|
239
235
|
"No licence has been set": "No licence has been set",
|
|
240
236
|
"No results": "No results",
|
|
241
237
|
"no": "nei",
|
|
242
|
-
"No.": "No.",
|
|
243
238
|
"None": "Ingen",
|
|
244
239
|
"Number of desired classes (default 5)": "Number of desired classes (default 5)",
|
|
245
240
|
"On the bottom": "På bunnen",
|
|
@@ -252,7 +247,6 @@ const locale = {
|
|
|
252
247
|
"Open current feature on load": "Open current feature on load",
|
|
253
248
|
"Open link in…": "Open link in…",
|
|
254
249
|
"Open share & download panel": "Open share & download panel",
|
|
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.": "Optional. Same as color if not set.",
|
|
258
252
|
"Optional.": "Optional.",
|
|
@@ -295,7 +289,6 @@ const locale = {
|
|
|
295
289
|
"settings": "settings",
|
|
296
290
|
"Shape properties": "Shape properties",
|
|
297
291
|
"Share and download": "Share and download",
|
|
298
|
-
"Share this link to open a customized map view": "Share this link to open a customized map view",
|
|
299
292
|
"Short credits": "Short credits",
|
|
300
293
|
"Short link": "Short link",
|
|
301
294
|
"Show this layer in the caption": "Show this layer in the caption",
|
|
@@ -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("no", locale)
|
|
656
655
|
L.setLocale("no")
|
umap/static/umap/locale/no.json
CHANGED
|
@@ -99,13 +99,11 @@
|
|
|
99
99
|
"Delete this vertex (Alt+Click)": "Slett denne noden (Alt+Klikk)",
|
|
100
100
|
"Delete": "Slett",
|
|
101
101
|
"description": "beskrivelse",
|
|
102
|
-
"Direct link": "Direct link",
|
|
103
102
|
"Directions from here": "Navigasjon herfra",
|
|
104
103
|
"Display label": "Vis merkelapp",
|
|
105
104
|
"Display measure": "Vis måling",
|
|
106
105
|
"display name": "display name",
|
|
107
106
|
"Display on load": "Vis ved innlasting",
|
|
108
|
-
"Display the control to open OpenStreetMap editor": "Vis grensesnitt for å åpne OpenStreetMap-redigerer",
|
|
109
107
|
"Display the embed control": "Vis grensesnitt for innbygging",
|
|
110
108
|
"Display the fullscreen control": "Vis grensesnitt for fullskjermvisning",
|
|
111
109
|
"Display the locate control": "Vis grensesnitt for lokalisering",
|
|
@@ -135,7 +133,6 @@
|
|
|
135
133
|
"Edit this feature": "Rediger dette objektet",
|
|
136
134
|
"Edit": "Rediger",
|
|
137
135
|
"Embed and link options": "Embed and link options",
|
|
138
|
-
"Embed the map": "Bygg inn kartet",
|
|
139
136
|
"Emoji & Character": "Emoji & Character",
|
|
140
137
|
"Empty": "Tøm",
|
|
141
138
|
"Equidistant": "Equidistant",
|
|
@@ -165,7 +162,6 @@
|
|
|
165
162
|
"Help": "Hjelp",
|
|
166
163
|
"hidden": "skjult",
|
|
167
164
|
"Hide controls": "Skjul kontrollene",
|
|
168
|
-
"Home": "Hjem",
|
|
169
165
|
"How much to simplify the polyline on each zoom level (more = better performance and smoother look, less = more accurate)": "Hvor mye polylinjene skal simplifiseres på hvert zoom-nivå (mer = bedre ytelse og mer sømløst, mindre = mer nøyaktig)",
|
|
170
166
|
"icon opacity": "icon opacity",
|
|
171
167
|
"Icon shape": "Ikonform",
|
|
@@ -239,7 +235,6 @@
|
|
|
239
235
|
"No licence has been set": "No licence has been set",
|
|
240
236
|
"No results": "No results",
|
|
241
237
|
"no": "nei",
|
|
242
|
-
"No.": "No.",
|
|
243
238
|
"None": "Ingen",
|
|
244
239
|
"Number of desired classes (default 5)": "Number of desired classes (default 5)",
|
|
245
240
|
"On the bottom": "På bunnen",
|
|
@@ -252,7 +247,6 @@
|
|
|
252
247
|
"Open current feature on load": "Open current feature on load",
|
|
253
248
|
"Open link in…": "Open link in…",
|
|
254
249
|
"Open share & download panel": "Open share & download panel",
|
|
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.": "Optional. Same as color if not set.",
|
|
258
252
|
"Optional.": "Optional.",
|
|
@@ -295,7 +289,6 @@
|
|
|
295
289
|
"settings": "settings",
|
|
296
290
|
"Shape properties": "Shape properties",
|
|
297
291
|
"Share and download": "Share and download",
|
|
298
|
-
"Share this link to open a customized map view": "Share this link to open a customized map view",
|
|
299
292
|
"Short credits": "Short credits",
|
|
300
293
|
"Short link": "Short link",
|
|
301
294
|
"Show this layer in the caption": "Show this layer in the caption",
|
|
@@ -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/pl.js
CHANGED
|
@@ -35,22 +35,22 @@ const locale = {
|
|
|
35
35
|
"Automatic": "Automatyczny",
|
|
36
36
|
"Autostart when map is loaded": "Autostart po załadowaniu mapy",
|
|
37
37
|
"Back to preview": "Z powrotem do podglądu",
|
|
38
|
-
"Background overlay url": "
|
|
38
|
+
"Background overlay url": "Adres url nakładki tła",
|
|
39
39
|
"Ball": "Pinezka",
|
|
40
40
|
"Bring feature to center": "Przesuń obiekt na środek",
|
|
41
41
|
"Browse data": "Przeglądaj dane",
|
|
42
|
-
"by": " ",
|
|
42
|
+
"by": " przez",
|
|
43
43
|
"Cache proxied request": "Zapytanie pośredniczące pamięci podręcznej",
|
|
44
44
|
"Caption": "Podpis",
|
|
45
45
|
"Center map on your location": "Wyśrodkuj mapę na twojej lokalizacji",
|
|
46
46
|
"Change tilelayers": "Zmień podkład",
|
|
47
47
|
"Change": "Zmiana",
|
|
48
48
|
"Choose the data format": "Wybierz format danych",
|
|
49
|
-
"Choropleth breakpoints": "
|
|
50
|
-
"Choropleth classes": "
|
|
51
|
-
"Choropleth color palette": "
|
|
52
|
-
"Choropleth mode": "
|
|
53
|
-
"Choropleth property value": "
|
|
49
|
+
"Choropleth breakpoints": "Punkty przerwania kartogramu",
|
|
50
|
+
"Choropleth classes": "Klasy kartogramu",
|
|
51
|
+
"Choropleth color palette": "Paleta kolorów kartogramu",
|
|
52
|
+
"Choropleth mode": "Tryb kartogramu",
|
|
53
|
+
"Choropleth property value": "Wartość właściwości kartogramu",
|
|
54
54
|
"Choropleth": "Kartogram",
|
|
55
55
|
"Circle": "Kółko",
|
|
56
56
|
"clear": "wyczyść",
|
|
@@ -99,13 +99,11 @@ const locale = {
|
|
|
99
99
|
"Delete this vertex (Alt+Click)": "Usuń ten wierzchołek (Alt+Klik)",
|
|
100
100
|
"Delete": "Usuń",
|
|
101
101
|
"description": "opis",
|
|
102
|
-
"Direct link": "Bezpośredni link",
|
|
103
102
|
"Directions from here": "Kierunki stąd",
|
|
104
103
|
"Display label": "Wyświetl etykietę",
|
|
105
104
|
"Display measure": "Wyświetl pomiar",
|
|
106
105
|
"display name": "wyświetl nazwę",
|
|
107
106
|
"Display on load": "Wyświetl przy ładowaniu",
|
|
108
|
-
"Display the control to open OpenStreetMap editor": "Wyświetlaj panel otwierający edytor OSM",
|
|
109
107
|
"Display the embed control": "Wyświetlaj panel sterujący osadzaniem",
|
|
110
108
|
"Display the fullscreen control": "Wyświetlaj panel widoku pełnoekranowego",
|
|
111
109
|
"Display the locate control": "Wyświetlaj panel lokalizacji",
|
|
@@ -134,12 +132,11 @@ const locale = {
|
|
|
134
132
|
"Edit the title of the map": "Edytuj nazwę mapy",
|
|
135
133
|
"Edit this feature": "Edytuj ten obiekt",
|
|
136
134
|
"Edit": "Edytuj",
|
|
137
|
-
"Embed and link options": "
|
|
138
|
-
"
|
|
139
|
-
"Emoji & Character": "Emoji & Character",
|
|
135
|
+
"Embed and link options": "Opcje osadzania i linkowania",
|
|
136
|
+
"Emoji & Character": "Emoji i Znaki",
|
|
140
137
|
"Empty": "Wyczyść",
|
|
141
|
-
"Equidistant": "
|
|
142
|
-
"Error in the overlay URL": "
|
|
138
|
+
"Equidistant": "Równoodległy",
|
|
139
|
+
"Error in the overlay URL": "Błąd w adresie URL nakładki",
|
|
143
140
|
"Error in the tilelayer URL": "Błąd w adresie URL podkładu",
|
|
144
141
|
"Exit Fullscreen": "Zamknij pełny ekran",
|
|
145
142
|
"expanded": "rozwinięty",
|
|
@@ -150,7 +147,7 @@ const locale = {
|
|
|
150
147
|
"fill color": "kolor wypełnienia",
|
|
151
148
|
"fill opacity": "stopień wypełnienia",
|
|
152
149
|
"fill": "wypełnienie",
|
|
153
|
-
"Fit all data": "
|
|
150
|
+
"Fit all data": "Dopasuj wszystkie dane",
|
|
154
151
|
"Format": "Format",
|
|
155
152
|
"From zoom": "Od przybliżenia",
|
|
156
153
|
"full backup": "pełna kopia zapasowa",
|
|
@@ -165,7 +162,6 @@ const locale = {
|
|
|
165
162
|
"Help": "Pomoc",
|
|
166
163
|
"hidden": "ukryte",
|
|
167
164
|
"Hide controls": "Ukryj przyciski",
|
|
168
|
-
"Home": "Strona główna",
|
|
169
165
|
"How much to simplify the polyline on each zoom level (more = better performance and smoother look, less = more accurate)": "Jak bardzo uprościć obszar na każdym poziomie przybliżenia (więcej = większa wydajność i gładki wygląd, mniej = większa dokładność)",
|
|
170
166
|
"icon opacity": "nieprzezroczystość ikony",
|
|
171
167
|
"Icon shape": "Kształt ikony",
|
|
@@ -239,7 +235,6 @@ const locale = {
|
|
|
239
235
|
"No licence has been set": "Nie wybrano licencji",
|
|
240
236
|
"No results": "Brak wyników",
|
|
241
237
|
"no": "nie",
|
|
242
|
-
"No.": "Nie.",
|
|
243
238
|
"None": "Brak",
|
|
244
239
|
"Number of desired classes (default 5)": "Number of desired classes (default 5)",
|
|
245
240
|
"On the bottom": "Na dole",
|
|
@@ -252,7 +247,6 @@ const locale = {
|
|
|
252
247
|
"Open current feature on load": "Otwórz bieżący obiekt po załadowaniu",
|
|
253
248
|
"Open link in…": "Otwieraj odnośnik w...",
|
|
254
249
|
"Open share & download panel": "Otwórz panel udostępniania i pobierania",
|
|
255
|
-
"Open this map extent in a map editor to provide more accurate data to OpenStreetMap": "Otwórz ten zakres mapy w edytorze, by wprowadzić do OpenStreetMap dokładniejsze dane",
|
|
256
250
|
"OpenStreetMap": "OpenStreetMap",
|
|
257
251
|
"Optional. Same as color if not set.": "Opcjonalne. Taki sam jak kolor, jeśli nie podano.",
|
|
258
252
|
"Optional.": "Opcjonalnie.",
|
|
@@ -295,7 +289,6 @@ const locale = {
|
|
|
295
289
|
"settings": "ustawienia",
|
|
296
290
|
"Shape properties": "Właściwości kształtu",
|
|
297
291
|
"Share and download": "Udostępnianie i pobieranie",
|
|
298
|
-
"Share this link to open a customized map view": "Share this link to open a customized map view",
|
|
299
292
|
"Short credits": "Krótkie źródło",
|
|
300
293
|
"Short link": "Krótki link",
|
|
301
294
|
"Show this layer in the caption": "Pokaż tę warstwę w podpisie",
|
|
@@ -475,13 +468,13 @@ const locale = {
|
|
|
475
468
|
"Display the open browser control": "Display the open browser control",
|
|
476
469
|
"Copy as GeoJSON": "Copy as GeoJSON",
|
|
477
470
|
"Please zoom in to edit the geometry": "Please zoom in to edit the geometry",
|
|
478
|
-
"New map": "
|
|
479
|
-
"My maps": "
|
|
480
|
-
"My teams": "
|
|
481
|
-
"My profile": "
|
|
471
|
+
"New map": "Nowa mapa",
|
|
472
|
+
"My maps": "Moje mapy",
|
|
473
|
+
"My teams": "Moje zespoły",
|
|
474
|
+
"My profile": "Mój profil",
|
|
482
475
|
"Type new owner's username": "Type new owner's username",
|
|
483
476
|
"Type editor's username": "Type editor's username",
|
|
484
|
-
"Map": "
|
|
477
|
+
"Map": "Mapa",
|
|
485
478
|
"Manage collaborators": "Manage collaborators",
|
|
486
479
|
"show/hide all layers": "show/hide all layers",
|
|
487
480
|
"zoom to data extent": "zoom to data extent",
|
|
@@ -606,11 +599,11 @@ const locale = {
|
|
|
606
599
|
"Min/Max": "Min/Max",
|
|
607
600
|
"Multiple choices": "Multiple choices",
|
|
608
601
|
"Exclusive choice": "Exclusive choice",
|
|
609
|
-
"Yes/No": "
|
|
602
|
+
"Yes/No": "Tak/Nie",
|
|
610
603
|
"Add a field prior to create a filter.": "Add a field prior to create a filter.",
|
|
611
|
-
"Edit this filter": "
|
|
612
|
-
"Remove this filter": "
|
|
613
|
-
"Apply filter to": "
|
|
604
|
+
"Edit this filter": "Edytuj filtr",
|
|
605
|
+
"Remove this filter": "Usuń ten filtr",
|
|
606
|
+
"Apply filter to": "Zastosuj filtr do",
|
|
614
607
|
"Filter on": "Filter on",
|
|
615
608
|
"Human readable name of the filter": "Human readable name of the filter",
|
|
616
609
|
"Widget for the filter": "Widget for the filter",
|
|
@@ -621,36 +614,42 @@ const locale = {
|
|
|
621
614
|
"unset": "unset",
|
|
622
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.",
|
|
623
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\"])",
|
|
624
|
-
"Field Name": "
|
|
625
|
-
"Field Type": "
|
|
626
|
-
"Manage field": "
|
|
627
|
-
"Add filter for this field": "
|
|
628
|
-
"Name cannot be empty.": "
|
|
629
|
-
"Are you sure you want to delete this field on all the data?": "
|
|
630
|
-
"Anonymous map": "
|
|
631
|
-
"Edit filter for this field": "
|
|
632
|
-
"Hey, you created a map without an account!": "
|
|
633
|
-
"This map is anonymous, do you want to attach it to your account?": "
|
|
634
|
-
"The map has been upgraded to latest version, please save it.": "
|
|
635
|
-
"Elevation has been added!": "
|
|
617
|
+
"Field Name": "Nazwa pola",
|
|
618
|
+
"Field Type": "Typ pola",
|
|
619
|
+
"Manage field": "Zarządzaj polem",
|
|
620
|
+
"Add filter for this field": "Dodaj filtr do tego pola",
|
|
621
|
+
"Name cannot be empty.": "Nazwa nie może być pusta.",
|
|
622
|
+
"Are you sure you want to delete this field on all the data?": "Czy na pewno chcesz usunąć to pole ze wszystkich danych?",
|
|
623
|
+
"Anonymous map": "Anonimowa mapa",
|
|
624
|
+
"Edit filter for this field": "Edytuj filtr dla tego pola",
|
|
625
|
+
"Hey, you created a map without an account!": "Hej, stworzyłeś mapę, nie mając konta!",
|
|
626
|
+
"This map is anonymous, do you want to attach it to your account?": "Ta mapa jest anonimowa. Czy chcesz ją dodać do swojego konta?",
|
|
627
|
+
"The map has been upgraded to latest version, please save it.": "Mapa została zaktualizowana do najnowszej wersji, proszę ją zapisać.",
|
|
628
|
+
"Elevation has been added!": "Dodano wysokość!",
|
|
636
629
|
"Mapillary": "Mapillary",
|
|
637
630
|
"Wikidata": "Wikidata",
|
|
638
|
-
"Wikipedia contributors": "
|
|
639
|
-
"See on Wikipedia": "
|
|
640
|
-
"Anonymous map: update who can see and edit it": "
|
|
631
|
+
"Wikipedia contributors": "Współtwórcy Wikipedii",
|
|
632
|
+
"See on Wikipedia": "Zobacz na Wikipedii",
|
|
633
|
+
"Anonymous map: update who can see and edit it": "Mapa anonimowa: zaktualizuj, kto może ją widzieć i edytować",
|
|
641
634
|
"Login": "Login",
|
|
642
|
-
"Manage filters": "
|
|
643
|
-
"Map (all layers)": "
|
|
644
|
-
"Add a filter for this field": "
|
|
645
|
-
"Short text": "
|
|
646
|
-
"Text": "
|
|
647
|
-
"Number": "
|
|
648
|
-
"Date": "
|
|
649
|
-
"Date and time": "
|
|
650
|
-
"List of values": "
|
|
651
|
-
"Yes / No": "
|
|
635
|
+
"Manage filters": "Zarządzaj filtrami",
|
|
636
|
+
"Map (all layers)": "Mapa (wszystkie warstwy)",
|
|
637
|
+
"Add a filter for this field": "Dodaj filtr do tego pola",
|
|
638
|
+
"Short text": "Krótki tekst",
|
|
639
|
+
"Text": "Tekst",
|
|
640
|
+
"Number": "Numer",
|
|
641
|
+
"Date": "Data",
|
|
642
|
+
"Date and time": "Data i czas",
|
|
643
|
+
"List of values": "Lista wartości",
|
|
644
|
+
"Yes / No": "Tak / Nie",
|
|
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": "Wszystkie warstwy",
|
|
648
|
+
"Comma separated list of values": "Lista wartości oddzielonych przecinkami",
|
|
649
|
+
"Share": "Udostępnij",
|
|
650
|
+
"Customized link": "Spersonalizowany link",
|
|
651
|
+
"Iframe": "Iframe",
|
|
652
|
+
"№": "№"
|
|
654
653
|
}
|
|
655
654
|
L.registerLocale("pl", locale)
|
|
656
655
|
L.setLocale("pl")
|
umap/static/umap/locale/pl.json
CHANGED
|
@@ -35,22 +35,22 @@
|
|
|
35
35
|
"Automatic": "Automatyczny",
|
|
36
36
|
"Autostart when map is loaded": "Autostart po załadowaniu mapy",
|
|
37
37
|
"Back to preview": "Z powrotem do podglądu",
|
|
38
|
-
"Background overlay url": "
|
|
38
|
+
"Background overlay url": "Adres url nakładki tła",
|
|
39
39
|
"Ball": "Pinezka",
|
|
40
40
|
"Bring feature to center": "Przesuń obiekt na środek",
|
|
41
41
|
"Browse data": "Przeglądaj dane",
|
|
42
|
-
"by": " ",
|
|
42
|
+
"by": " przez",
|
|
43
43
|
"Cache proxied request": "Zapytanie pośredniczące pamięci podręcznej",
|
|
44
44
|
"Caption": "Podpis",
|
|
45
45
|
"Center map on your location": "Wyśrodkuj mapę na twojej lokalizacji",
|
|
46
46
|
"Change tilelayers": "Zmień podkład",
|
|
47
47
|
"Change": "Zmiana",
|
|
48
48
|
"Choose the data format": "Wybierz format danych",
|
|
49
|
-
"Choropleth breakpoints": "
|
|
50
|
-
"Choropleth classes": "
|
|
51
|
-
"Choropleth color palette": "
|
|
52
|
-
"Choropleth mode": "
|
|
53
|
-
"Choropleth property value": "
|
|
49
|
+
"Choropleth breakpoints": "Punkty przerwania kartogramu",
|
|
50
|
+
"Choropleth classes": "Klasy kartogramu",
|
|
51
|
+
"Choropleth color palette": "Paleta kolorów kartogramu",
|
|
52
|
+
"Choropleth mode": "Tryb kartogramu",
|
|
53
|
+
"Choropleth property value": "Wartość właściwości kartogramu",
|
|
54
54
|
"Choropleth": "Kartogram",
|
|
55
55
|
"Circle": "Kółko",
|
|
56
56
|
"clear": "wyczyść",
|
|
@@ -99,13 +99,11 @@
|
|
|
99
99
|
"Delete this vertex (Alt+Click)": "Usuń ten wierzchołek (Alt+Klik)",
|
|
100
100
|
"Delete": "Usuń",
|
|
101
101
|
"description": "opis",
|
|
102
|
-
"Direct link": "Bezpośredni link",
|
|
103
102
|
"Directions from here": "Kierunki stąd",
|
|
104
103
|
"Display label": "Wyświetl etykietę",
|
|
105
104
|
"Display measure": "Wyświetl pomiar",
|
|
106
105
|
"display name": "wyświetl nazwę",
|
|
107
106
|
"Display on load": "Wyświetl przy ładowaniu",
|
|
108
|
-
"Display the control to open OpenStreetMap editor": "Wyświetlaj panel otwierający edytor OSM",
|
|
109
107
|
"Display the embed control": "Wyświetlaj panel sterujący osadzaniem",
|
|
110
108
|
"Display the fullscreen control": "Wyświetlaj panel widoku pełnoekranowego",
|
|
111
109
|
"Display the locate control": "Wyświetlaj panel lokalizacji",
|
|
@@ -134,12 +132,11 @@
|
|
|
134
132
|
"Edit the title of the map": "Edytuj nazwę mapy",
|
|
135
133
|
"Edit this feature": "Edytuj ten obiekt",
|
|
136
134
|
"Edit": "Edytuj",
|
|
137
|
-
"Embed and link options": "
|
|
138
|
-
"
|
|
139
|
-
"Emoji & Character": "Emoji & Character",
|
|
135
|
+
"Embed and link options": "Opcje osadzania i linkowania",
|
|
136
|
+
"Emoji & Character": "Emoji i Znaki",
|
|
140
137
|
"Empty": "Wyczyść",
|
|
141
|
-
"Equidistant": "
|
|
142
|
-
"Error in the overlay URL": "
|
|
138
|
+
"Equidistant": "Równoodległy",
|
|
139
|
+
"Error in the overlay URL": "Błąd w adresie URL nakładki",
|
|
143
140
|
"Error in the tilelayer URL": "Błąd w adresie URL podkładu",
|
|
144
141
|
"Exit Fullscreen": "Zamknij pełny ekran",
|
|
145
142
|
"expanded": "rozwinięty",
|
|
@@ -150,7 +147,7 @@
|
|
|
150
147
|
"fill color": "kolor wypełnienia",
|
|
151
148
|
"fill opacity": "stopień wypełnienia",
|
|
152
149
|
"fill": "wypełnienie",
|
|
153
|
-
"Fit all data": "
|
|
150
|
+
"Fit all data": "Dopasuj wszystkie dane",
|
|
154
151
|
"Format": "Format",
|
|
155
152
|
"From zoom": "Od przybliżenia",
|
|
156
153
|
"full backup": "pełna kopia zapasowa",
|
|
@@ -165,7 +162,6 @@
|
|
|
165
162
|
"Help": "Pomoc",
|
|
166
163
|
"hidden": "ukryte",
|
|
167
164
|
"Hide controls": "Ukryj przyciski",
|
|
168
|
-
"Home": "Strona główna",
|
|
169
165
|
"How much to simplify the polyline on each zoom level (more = better performance and smoother look, less = more accurate)": "Jak bardzo uprościć obszar na każdym poziomie przybliżenia (więcej = większa wydajność i gładki wygląd, mniej = większa dokładność)",
|
|
170
166
|
"icon opacity": "nieprzezroczystość ikony",
|
|
171
167
|
"Icon shape": "Kształt ikony",
|
|
@@ -239,7 +235,6 @@
|
|
|
239
235
|
"No licence has been set": "Nie wybrano licencji",
|
|
240
236
|
"No results": "Brak wyników",
|
|
241
237
|
"no": "nie",
|
|
242
|
-
"No.": "Nie.",
|
|
243
238
|
"None": "Brak",
|
|
244
239
|
"Number of desired classes (default 5)": "Number of desired classes (default 5)",
|
|
245
240
|
"On the bottom": "Na dole",
|
|
@@ -252,7 +247,6 @@
|
|
|
252
247
|
"Open current feature on load": "Otwórz bieżący obiekt po załadowaniu",
|
|
253
248
|
"Open link in…": "Otwieraj odnośnik w...",
|
|
254
249
|
"Open share & download panel": "Otwórz panel udostępniania i pobierania",
|
|
255
|
-
"Open this map extent in a map editor to provide more accurate data to OpenStreetMap": "Otwórz ten zakres mapy w edytorze, by wprowadzić do OpenStreetMap dokładniejsze dane",
|
|
256
250
|
"OpenStreetMap": "OpenStreetMap",
|
|
257
251
|
"Optional. Same as color if not set.": "Opcjonalne. Taki sam jak kolor, jeśli nie podano.",
|
|
258
252
|
"Optional.": "Opcjonalnie.",
|
|
@@ -295,7 +289,6 @@
|
|
|
295
289
|
"settings": "ustawienia",
|
|
296
290
|
"Shape properties": "Właściwości kształtu",
|
|
297
291
|
"Share and download": "Udostępnianie i pobieranie",
|
|
298
|
-
"Share this link to open a customized map view": "Share this link to open a customized map view",
|
|
299
292
|
"Short credits": "Krótkie źródło",
|
|
300
293
|
"Short link": "Krótki link",
|
|
301
294
|
"Show this layer in the caption": "Pokaż tę warstwę w podpisie",
|
|
@@ -475,13 +468,13 @@
|
|
|
475
468
|
"Display the open browser control": "Display the open browser control",
|
|
476
469
|
"Copy as GeoJSON": "Copy as GeoJSON",
|
|
477
470
|
"Please zoom in to edit the geometry": "Please zoom in to edit the geometry",
|
|
478
|
-
"New map": "
|
|
479
|
-
"My maps": "
|
|
480
|
-
"My teams": "
|
|
481
|
-
"My profile": "
|
|
471
|
+
"New map": "Nowa mapa",
|
|
472
|
+
"My maps": "Moje mapy",
|
|
473
|
+
"My teams": "Moje zespoły",
|
|
474
|
+
"My profile": "Mój profil",
|
|
482
475
|
"Type new owner's username": "Type new owner's username",
|
|
483
476
|
"Type editor's username": "Type editor's username",
|
|
484
|
-
"Map": "
|
|
477
|
+
"Map": "Mapa",
|
|
485
478
|
"Manage collaborators": "Manage collaborators",
|
|
486
479
|
"show/hide all layers": "show/hide all layers",
|
|
487
480
|
"zoom to data extent": "zoom to data extent",
|
|
@@ -606,11 +599,11 @@
|
|
|
606
599
|
"Min/Max": "Min/Max",
|
|
607
600
|
"Multiple choices": "Multiple choices",
|
|
608
601
|
"Exclusive choice": "Exclusive choice",
|
|
609
|
-
"Yes/No": "
|
|
602
|
+
"Yes/No": "Tak/Nie",
|
|
610
603
|
"Add a field prior to create a filter.": "Add a field prior to create a filter.",
|
|
611
|
-
"Edit this filter": "
|
|
612
|
-
"Remove this filter": "
|
|
613
|
-
"Apply filter to": "
|
|
604
|
+
"Edit this filter": "Edytuj filtr",
|
|
605
|
+
"Remove this filter": "Usuń ten filtr",
|
|
606
|
+
"Apply filter to": "Zastosuj filtr do",
|
|
614
607
|
"Filter on": "Filter on",
|
|
615
608
|
"Human readable name of the filter": "Human readable name of the filter",
|
|
616
609
|
"Widget for the filter": "Widget for the filter",
|
|
@@ -621,34 +614,40 @@
|
|
|
621
614
|
"unset": "unset",
|
|
622
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.",
|
|
623
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\"])",
|
|
624
|
-
"Field Name": "
|
|
625
|
-
"Field Type": "
|
|
626
|
-
"Manage field": "
|
|
627
|
-
"Add filter for this field": "
|
|
628
|
-
"Name cannot be empty.": "
|
|
629
|
-
"Are you sure you want to delete this field on all the data?": "
|
|
630
|
-
"Anonymous map": "
|
|
631
|
-
"Edit filter for this field": "
|
|
632
|
-
"Hey, you created a map without an account!": "
|
|
633
|
-
"This map is anonymous, do you want to attach it to your account?": "
|
|
634
|
-
"The map has been upgraded to latest version, please save it.": "
|
|
635
|
-
"Elevation has been added!": "
|
|
617
|
+
"Field Name": "Nazwa pola",
|
|
618
|
+
"Field Type": "Typ pola",
|
|
619
|
+
"Manage field": "Zarządzaj polem",
|
|
620
|
+
"Add filter for this field": "Dodaj filtr do tego pola",
|
|
621
|
+
"Name cannot be empty.": "Nazwa nie może być pusta.",
|
|
622
|
+
"Are you sure you want to delete this field on all the data?": "Czy na pewno chcesz usunąć to pole ze wszystkich danych?",
|
|
623
|
+
"Anonymous map": "Anonimowa mapa",
|
|
624
|
+
"Edit filter for this field": "Edytuj filtr dla tego pola",
|
|
625
|
+
"Hey, you created a map without an account!": "Hej, stworzyłeś mapę, nie mając konta!",
|
|
626
|
+
"This map is anonymous, do you want to attach it to your account?": "Ta mapa jest anonimowa. Czy chcesz ją dodać do swojego konta?",
|
|
627
|
+
"The map has been upgraded to latest version, please save it.": "Mapa została zaktualizowana do najnowszej wersji, proszę ją zapisać.",
|
|
628
|
+
"Elevation has been added!": "Dodano wysokość!",
|
|
636
629
|
"Mapillary": "Mapillary",
|
|
637
630
|
"Wikidata": "Wikidata",
|
|
638
|
-
"Wikipedia contributors": "
|
|
639
|
-
"See on Wikipedia": "
|
|
640
|
-
"Anonymous map: update who can see and edit it": "
|
|
631
|
+
"Wikipedia contributors": "Współtwórcy Wikipedii",
|
|
632
|
+
"See on Wikipedia": "Zobacz na Wikipedii",
|
|
633
|
+
"Anonymous map: update who can see and edit it": "Mapa anonimowa: zaktualizuj, kto może ją widzieć i edytować",
|
|
641
634
|
"Login": "Login",
|
|
642
|
-
"Manage filters": "
|
|
643
|
-
"Map (all layers)": "
|
|
644
|
-
"Add a filter for this field": "
|
|
645
|
-
"Short text": "
|
|
646
|
-
"Text": "
|
|
647
|
-
"Number": "
|
|
648
|
-
"Date": "
|
|
649
|
-
"Date and time": "
|
|
650
|
-
"List of values": "
|
|
651
|
-
"Yes / No": "
|
|
635
|
+
"Manage filters": "Zarządzaj filtrami",
|
|
636
|
+
"Map (all layers)": "Mapa (wszystkie warstwy)",
|
|
637
|
+
"Add a filter for this field": "Dodaj filtr do tego pola",
|
|
638
|
+
"Short text": "Krótki tekst",
|
|
639
|
+
"Text": "Tekst",
|
|
640
|
+
"Number": "Numer",
|
|
641
|
+
"Date": "Data",
|
|
642
|
+
"Date and time": "Data i czas",
|
|
643
|
+
"List of values": "Lista wartości",
|
|
644
|
+
"Yes / No": "Tak / Nie",
|
|
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": "Wszystkie warstwy",
|
|
648
|
+
"Comma separated list of values": "Lista wartości oddzielonych przecinkami",
|
|
649
|
+
"Share": "Udostępnij",
|
|
650
|
+
"Customized link": "Spersonalizowany link",
|
|
651
|
+
"Iframe": "Iframe",
|
|
652
|
+
"№": "№"
|
|
654
653
|
}
|