umap-project 2.1.3__py3-none-any.whl → 2.2.0b0__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.
Potentially problematic release.
This version of umap-project might be problematic. Click here for more details.
- umap/__init__.py +1 -1
- umap/context_processors.py +1 -0
- umap/locale/br/LC_MESSAGES/django.mo +0 -0
- umap/locale/en/LC_MESSAGES/django.po +32 -32
- umap/locale/hu/LC_MESSAGES/django.mo +0 -0
- umap/locale/it/LC_MESSAGES/django.mo +0 -0
- umap/locale/ms/LC_MESSAGES/django.mo +0 -0
- umap/migrations/0020_alter_tilelayer_url_template.py +19 -0
- umap/migrations/0021_remove_map_description.py +16 -0
- umap/models.py +8 -6
- umap/settings/base.py +1 -0
- umap/static/umap/base.css +29 -151
- umap/static/umap/content.css +7 -25
- umap/static/umap/css/icon.css +112 -0
- umap/static/umap/css/panel.css +140 -0
- umap/static/umap/img/16-white.svg +5 -1
- umap/static/umap/img/16.svg +7 -4
- umap/static/umap/img/24-white.svg +3 -1
- umap/static/umap/img/24.svg +3 -4
- umap/static/umap/img/source/16-white.svg +176 -940
- umap/static/umap/img/source/16.svg +8 -5
- umap/static/umap/img/source/24-white.svg +5 -3
- umap/static/umap/img/source/24.svg +6 -7
- umap/static/umap/js/modules/browser.js +82 -73
- umap/static/umap/js/modules/dompurify.js +12 -0
- umap/static/umap/js/modules/facets.js +148 -0
- umap/static/umap/js/modules/global.js +9 -1
- umap/static/umap/js/modules/i18n.js +7 -0
- umap/static/umap/js/modules/orderable.js +84 -0
- umap/static/umap/js/modules/panel.js +76 -0
- umap/static/umap/js/modules/request.js +0 -1
- umap/static/umap/js/modules/schema.js +324 -223
- umap/static/umap/js/modules/urls.js +1 -16
- umap/static/umap/js/modules/utils.js +340 -0
- umap/static/umap/js/umap.controls.js +183 -330
- umap/static/umap/js/umap.core.js +60 -364
- umap/static/umap/js/umap.datalayer.permissions.js +1 -1
- umap/static/umap/js/umap.features.js +60 -40
- umap/static/umap/js/umap.forms.js +111 -25
- umap/static/umap/js/umap.icon.js +11 -4
- umap/static/umap/js/umap.importer.js +24 -17
- umap/static/umap/js/umap.js +170 -145
- umap/static/umap/js/umap.layer.js +71 -40
- umap/static/umap/js/umap.permissions.js +9 -11
- umap/static/umap/js/umap.popup.js +10 -21
- umap/static/umap/js/umap.share.js +11 -8
- umap/static/umap/js/umap.tableeditor.js +4 -6
- umap/static/umap/js/umap.ui.js +0 -51
- umap/static/umap/locale/am_ET.js +242 -227
- umap/static/umap/locale/am_ET.json +18 -7
- umap/static/umap/locale/ar.js +242 -227
- umap/static/umap/locale/ar.json +18 -7
- umap/static/umap/locale/ast.js +242 -227
- umap/static/umap/locale/ast.json +18 -7
- umap/static/umap/locale/bg.js +242 -227
- umap/static/umap/locale/bg.json +18 -7
- umap/static/umap/locale/br.js +252 -237
- umap/static/umap/locale/br.json +22 -11
- umap/static/umap/locale/ca.js +242 -227
- umap/static/umap/locale/ca.json +18 -7
- umap/static/umap/locale/cs_CZ.js +242 -227
- umap/static/umap/locale/cs_CZ.json +18 -7
- umap/static/umap/locale/da.js +242 -227
- umap/static/umap/locale/da.json +18 -7
- umap/static/umap/locale/de.js +242 -227
- umap/static/umap/locale/de.json +18 -7
- umap/static/umap/locale/el.js +242 -227
- umap/static/umap/locale/el.json +18 -7
- umap/static/umap/locale/en.js +242 -234
- umap/static/umap/locale/en.json +19 -8
- umap/static/umap/locale/en_US.json +18 -7
- umap/static/umap/locale/es.js +242 -227
- umap/static/umap/locale/es.json +18 -7
- umap/static/umap/locale/et.js +242 -227
- umap/static/umap/locale/et.json +18 -7
- umap/static/umap/locale/eu.js +227 -199
- umap/static/umap/locale/eu.json +1 -1
- umap/static/umap/locale/fa_IR.js +242 -227
- umap/static/umap/locale/fa_IR.json +18 -7
- umap/static/umap/locale/fi.js +242 -227
- umap/static/umap/locale/fi.json +18 -7
- umap/static/umap/locale/fr.js +242 -234
- umap/static/umap/locale/fr.json +18 -7
- umap/static/umap/locale/gl.js +242 -227
- umap/static/umap/locale/gl.json +18 -7
- umap/static/umap/locale/he.js +242 -227
- umap/static/umap/locale/he.json +18 -7
- umap/static/umap/locale/hr.js +242 -227
- umap/static/umap/locale/hr.json +18 -7
- umap/static/umap/locale/hu.js +242 -234
- umap/static/umap/locale/hu.json +18 -7
- umap/static/umap/locale/id.js +242 -227
- umap/static/umap/locale/id.json +18 -7
- umap/static/umap/locale/is.js +242 -227
- umap/static/umap/locale/is.json +18 -7
- umap/static/umap/locale/it.js +242 -234
- umap/static/umap/locale/it.json +18 -7
- umap/static/umap/locale/ja.js +242 -227
- umap/static/umap/locale/ja.json +18 -7
- umap/static/umap/locale/ko.js +242 -227
- umap/static/umap/locale/ko.json +18 -7
- umap/static/umap/locale/lt.js +242 -227
- umap/static/umap/locale/lt.json +18 -7
- umap/static/umap/locale/ms.js +242 -234
- umap/static/umap/locale/ms.json +19 -8
- umap/static/umap/locale/nl.js +245 -230
- umap/static/umap/locale/nl.json +18 -7
- umap/static/umap/locale/no.js +242 -227
- umap/static/umap/locale/no.json +18 -7
- umap/static/umap/locale/pl.js +242 -227
- umap/static/umap/locale/pl.json +18 -7
- umap/static/umap/locale/pl_PL.json +18 -7
- umap/static/umap/locale/pt.js +242 -227
- umap/static/umap/locale/pt.json +18 -7
- umap/static/umap/locale/pt_BR.js +242 -227
- umap/static/umap/locale/pt_BR.json +18 -7
- umap/static/umap/locale/pt_PT.js +242 -227
- umap/static/umap/locale/pt_PT.json +18 -7
- umap/static/umap/locale/ro.js +242 -227
- umap/static/umap/locale/ro.json +18 -7
- umap/static/umap/locale/ru.js +242 -227
- umap/static/umap/locale/ru.json +18 -7
- umap/static/umap/locale/si.js +1 -1
- umap/static/umap/locale/si.json +1 -1
- umap/static/umap/locale/sk_SK.js +242 -227
- umap/static/umap/locale/sk_SK.json +18 -7
- umap/static/umap/locale/sl.js +242 -227
- umap/static/umap/locale/sl.json +18 -7
- umap/static/umap/locale/sr.js +242 -227
- umap/static/umap/locale/sr.json +18 -7
- umap/static/umap/locale/sv.js +242 -227
- umap/static/umap/locale/sv.json +18 -7
- umap/static/umap/locale/th_TH.js +242 -227
- umap/static/umap/locale/th_TH.json +18 -7
- umap/static/umap/locale/tr.js +242 -227
- umap/static/umap/locale/tr.json +18 -7
- umap/static/umap/locale/uk_UA.js +242 -227
- umap/static/umap/locale/uk_UA.json +18 -7
- umap/static/umap/locale/vi.js +242 -227
- umap/static/umap/locale/vi.json +18 -7
- umap/static/umap/locale/vi_VN.json +18 -7
- umap/static/umap/locale/zh.js +242 -227
- umap/static/umap/locale/zh.json +18 -7
- umap/static/umap/locale/zh_CN.json +18 -7
- umap/static/umap/locale/zh_TW.Big5.json +18 -7
- umap/static/umap/locale/zh_TW.js +242 -234
- umap/static/umap/locale/zh_TW.json +18 -7
- umap/static/umap/map.css +114 -265
- umap/static/umap/test/DataLayer.js +463 -0
- umap/static/umap/test/Feature.js +0 -226
- umap/static/umap/test/TableEditor.js +104 -0
- umap/static/umap/test/Util.js +0 -521
- umap/static/umap/test/index.html +0 -1
- umap/static/umap/unittests/URLs.js +1 -1
- umap/static/umap/unittests/utils.js +610 -0
- umap/static/umap/vars.css +9 -0
- umap/static/umap/vendors/dompurify/purify.es.mjs +1525 -0
- umap/static/umap/vendors/iconlayers/iconLayers.js +1 -1
- umap/templates/umap/css.html +2 -0
- umap/templates/umap/js.html +0 -1
- umap/templates/umap/map_detail.html +4 -0
- umap/templates/umap/map_table.html +12 -10
- umap/templatetags/umap_tags.py +5 -0
- umap/tests/integration/conftest.py +12 -1
- umap/tests/integration/test_anonymous_owned_map.py +6 -5
- umap/tests/integration/test_browser.py +12 -25
- umap/tests/integration/test_choropleth.py +1 -1
- umap/tests/integration/test_dashboard.py +10 -0
- umap/tests/integration/test_datalayer.py +8 -6
- umap/tests/integration/test_edit_datalayer.py +24 -19
- umap/tests/integration/test_edit_map.py +182 -2
- umap/tests/integration/test_edit_marker.py +120 -0
- umap/tests/integration/test_edit_polygon.py +122 -0
- umap/tests/integration/test_facets_browser.py +104 -14
- umap/tests/integration/test_import.py +70 -20
- umap/tests/integration/test_map.py +19 -17
- umap/tests/integration/test_map_list.py +28 -0
- umap/tests/integration/test_owned_map.py +10 -10
- umap/tests/integration/test_picto.py +5 -5
- umap/tests/integration/test_querystring.py +9 -15
- umap/tests/integration/test_slideshow.py +0 -5
- umap/tests/integration/test_statics.py +3 -2
- umap/tests/integration/test_tableeditor.py +1 -5
- umap/tests/integration/test_view_marker.py +64 -0
- umap/tests/integration/test_view_polygon.py +59 -0
- umap/tests/integration/test_view_polyline.py +51 -0
- umap/tests/test_map_views.py +13 -0
- {umap_project-2.1.3.dist-info → umap_project-2.2.0b0.dist-info}/METADATA +8 -8
- {umap_project-2.1.3.dist-info → umap_project-2.2.0b0.dist-info}/RECORD +194 -178
- umap/static/umap/vendors/dompurify/purify.min.js +0 -3
- umap/static/umap/vendors/dompurify/purify.min.js.map +0 -1
- /umap/tests/integration/{test_polygon.py → test_draw_polygon.py} +0 -0
- /umap/tests/integration/{test_polyline.py → test_draw_polyline.py} +0 -0
- {umap_project-2.1.3.dist-info → umap_project-2.2.0b0.dist-info}/WHEEL +0 -0
- {umap_project-2.1.3.dist-info → umap_project-2.2.0b0.dist-info}/entry_points.txt +0 -0
- {umap_project-2.1.3.dist-info → umap_project-2.2.0b0.dist-info}/licenses/LICENSE +0 -0
umap/static/umap/locale/pl.js
CHANGED
|
@@ -1,92 +1,33 @@
|
|
|
1
1
|
const locale = {
|
|
2
|
-
"
|
|
3
|
-
"
|
|
4
|
-
"Ball": "Pinezka",
|
|
5
|
-
"Cancel": "Anuluj",
|
|
6
|
-
"Caption": "Podpis",
|
|
7
|
-
"Choose the data format": "Wybierz format danych",
|
|
8
|
-
"Choose the layer of the feature": "Wybierz warstwę obiektu",
|
|
9
|
-
"Circle": "Kółko",
|
|
10
|
-
"Clustered": "Zgrupowane",
|
|
11
|
-
"Data browser": "Przeglądanie danych",
|
|
12
|
-
"Default": "Domyślne",
|
|
13
|
-
"Default zoom level": "Domyślne przybliżenie",
|
|
14
|
-
"Default: name": "Domyślnie: name",
|
|
15
|
-
"Display label": "Wyświetl etykietę",
|
|
16
|
-
"Display the control to open OpenStreetMap editor": "Wyświetlaj panel otwierający edytor OSM",
|
|
17
|
-
"Display the data layers control": "Wyświetlaj panel warstw z danymi",
|
|
18
|
-
"Display the embed control": "Wyświetlaj panel sterujący osadzaniem",
|
|
19
|
-
"Display the fullscreen control": "Wyświetlaj panel widoku pełnoekranowego",
|
|
20
|
-
"Display the locate control": "Wyświetlaj panel lokalizacji",
|
|
21
|
-
"Display the measure control": "Wyświetlaj panel miarek",
|
|
22
|
-
"Display the search control": "Wyświetlaj panel wyszukiwania",
|
|
23
|
-
"Display the tile layers control": "Wyświetlaj panel warstw kafelków",
|
|
24
|
-
"Display the zoom control": "Wyświetlaj panel sterujący powiększeniem",
|
|
25
|
-
"Do you want to display a caption bar?": "Wyświetlać pasek z nagłówkiem?",
|
|
26
|
-
"Do you want to display a minimap?": "Wyświetlać minimapę?",
|
|
27
|
-
"Do you want to display a panel on load?": "Wyświetlać panel po załadowaniu?",
|
|
28
|
-
"Do you want to display popup footer?": "Wyświetlać stopkę dymku?",
|
|
29
|
-
"Do you want to display the scale control?": "Wyświetlać kontrolkę ze skalą?",
|
|
30
|
-
"Do you want to display the «more» control?": "Wyświetlać „więcej kontrolek”?",
|
|
31
|
-
"Drop": "Kropla",
|
|
32
|
-
"GeoRSS (only link)": "GeoRSS (tylko link)",
|
|
33
|
-
"GeoRSS (title + image)": "GeoRSS (tytuł i obrazek)",
|
|
34
|
-
"Heatmap": "Mapa cieplna",
|
|
35
|
-
"Icon shape": "Kształt ikony",
|
|
36
|
-
"Icon symbol": "Symbol ikony",
|
|
37
|
-
"Inherit": "Dziedziczne",
|
|
38
|
-
"Label direction": "Kierunek etykiety",
|
|
39
|
-
"Label key": "Klucz etykiety",
|
|
40
|
-
"Labels are clickable": "Etykiety są klikalne",
|
|
41
|
-
"None": "Brak",
|
|
42
|
-
"On the bottom": "Na dole",
|
|
43
|
-
"On the left": "Po lewej",
|
|
44
|
-
"On the right": "Po prawej",
|
|
45
|
-
"On the top": "Na górze",
|
|
46
|
-
"Popup content template": "Szablon treści dymku",
|
|
47
|
-
"Side panel": "Panel boczny",
|
|
48
|
-
"Simplify": "Uprość",
|
|
49
|
-
"Table": "Tabela",
|
|
50
|
-
"always": "zawsze",
|
|
51
|
-
"clear": "wyczyść",
|
|
52
|
-
"collapsed": "zwinięty",
|
|
53
|
-
"color": "kolor",
|
|
54
|
-
"dash array": "przerywana linia",
|
|
55
|
-
"define": "określ",
|
|
56
|
-
"description": "opis",
|
|
57
|
-
"expanded": "rozwinięty",
|
|
58
|
-
"fill": "wypełnienie",
|
|
59
|
-
"fill color": "kolor wypełnienia",
|
|
60
|
-
"fill opacity": "stopień wypełnienia",
|
|
61
|
-
"hidden": "ukryte",
|
|
62
|
-
"iframe": "iframe",
|
|
63
|
-
"inherit": "dziedziczny",
|
|
64
|
-
"name": "nazwa",
|
|
65
|
-
"never": "nigdy",
|
|
66
|
-
"new window": "nowe okno",
|
|
67
|
-
"no": "nie",
|
|
68
|
-
"on hover": "po najechaniu",
|
|
69
|
-
"opacity": "przeźroczystość",
|
|
70
|
-
"parent window": "to samo okno",
|
|
71
|
-
"stroke": "obramowanie",
|
|
72
|
-
"weight": "waga",
|
|
73
|
-
"yes": "tak",
|
|
74
|
-
"{delay} seconds": "{delay} sekund",
|
|
2
|
+
" (area: {measure})": "(obszar: {measure})",
|
|
3
|
+
" (length: {measure})": "(długość: {measure})",
|
|
75
4
|
"# one hash for main heading": "# jeden krzyżyk – nagłówek pierwszego poziomu",
|
|
76
5
|
"## two hashes for second heading": "## dwa krzyżyki – nagłówek drugiego poziomu",
|
|
77
6
|
"### three hashes for third heading": "### trzy krzyżyki – nagłówek trzeciego poziomu",
|
|
78
7
|
"**double star for bold**": "**podwójna gwiazdka do pogrubienia**",
|
|
8
|
+
"*single star for italic*": "*pojedyncza gwiazdka dla kursywy*",
|
|
9
|
+
"--- for a horizontal rule": "--- for a horizontal rule",
|
|
10
|
+
"1 day": "1 dzień",
|
|
11
|
+
"1 hour": "1 godzina",
|
|
12
|
+
"5 min": "5 minut",
|
|
79
13
|
"A comma separated list of numbers that defines the stroke dash pattern. Ex.: \"5, 10, 15\".": "Rozdzielona przecinkami lista liczb, która definiuje wzór kreski linii, np. „5, 10, 15”.",
|
|
80
14
|
"About": "Informacje",
|
|
15
|
+
"Action not allowed :(": "Action not allowed :(",
|
|
81
16
|
"Activate slideshow mode": "Aktywuj pokaz slajdów",
|
|
82
17
|
"Add a layer": "Dodaj warstwę",
|
|
83
18
|
"Add a line to the current multi": "Dodaj linię do wybranego obszaru",
|
|
84
19
|
"Add a new property": "Dodaj nową właściwość",
|
|
85
20
|
"Add a polygon to the current multi": "Dodaj wielobok do wybranego obszaru",
|
|
21
|
+
"Add image URL": "Add image URL",
|
|
22
|
+
"Add": "Dodawać",
|
|
86
23
|
"Advanced actions": "Zaawansowane operacje",
|
|
87
24
|
"Advanced properties": "Zaawansowane właściwości",
|
|
25
|
+
"All data and settings of the map": "All data and settings of the map",
|
|
88
26
|
"All properties are imported.": "Importowane są wszystkie właściwości.",
|
|
89
27
|
"Allow interactions": "Zezwalaj na interakcję",
|
|
28
|
+
"Allow scroll wheel zoom?": "Pozwalać na przybliżanie kółkiem?",
|
|
29
|
+
"always": "zawsze",
|
|
30
|
+
"Animated transitions": "Animowane przejścia",
|
|
90
31
|
"Are you sure you want to cancel your changes?": "Na pewno chcesz porzucić swoje zmiany?",
|
|
91
32
|
"Are you sure you want to clone this map and all its datalayers?": "Na pewno chcesz sklonować tę mapę razem z jej warstwami?",
|
|
92
33
|
"Are you sure you want to delete the feature?": "Na pewno chcesz usunąć ten obiekt?",
|
|
@@ -95,186 +36,381 @@ const locale = {
|
|
|
95
36
|
"Are you sure you want to delete this property on all the features?": "Na pewno chcesz usunąć tę właściwość we wszystkich obiektach?",
|
|
96
37
|
"Are you sure you want to restore this version?": "Na pewno chcesz przywrócić tę wersję?",
|
|
97
38
|
"Attach the map to my account": "Dołącz mapę do mojego konta",
|
|
39
|
+
"attribution": "oznaczenie autorstwa",
|
|
98
40
|
"Auto": "Auto",
|
|
41
|
+
"Automatic": "Automatyczny",
|
|
99
42
|
"Autostart when map is loaded": "Autostart po załadowaniu mapy",
|
|
43
|
+
"Back to preview": "Back to preview",
|
|
44
|
+
"Background overlay url": "Background overlay url",
|
|
45
|
+
"Ball": "Pinezka",
|
|
46
|
+
"Bring feature to center": "Bring feature to center",
|
|
100
47
|
"Browse data": "Przeglądaj dane",
|
|
48
|
+
"by": " ",
|
|
49
|
+
"Cache proxied request": "Zapytanie pośredniczące pamięci podręcznej",
|
|
101
50
|
"Cancel edits": "Anuluj edycje",
|
|
51
|
+
"Cancel": "Anuluj",
|
|
52
|
+
"Caption": "Podpis",
|
|
102
53
|
"Center map on your location": "Wyśrodkuj mapę na twojej lokalizacji",
|
|
103
54
|
"Change map background": "Zmień podkład mapy",
|
|
104
55
|
"Change tilelayers": "Zmień podkład",
|
|
56
|
+
"Change": "Zmiana",
|
|
105
57
|
"Choose a preset": "Wybierz szablon",
|
|
58
|
+
"Choose the data format": "Wybierz format danych",
|
|
106
59
|
"Choose the format of the data to import": "Wybierz format importowanych danych",
|
|
107
60
|
"Choose the layer to import in": "Wybierz warstwę docelową",
|
|
61
|
+
"Choropleth breakpoints": "Choropleth breakpoints",
|
|
62
|
+
"Choropleth classes": "Choropleth classes",
|
|
63
|
+
"Choropleth color palette": "Choropleth color palette",
|
|
64
|
+
"Choropleth mode": "Choropleth mode",
|
|
65
|
+
"Choropleth property value": "Choropleth property value",
|
|
66
|
+
"Choropleth": "Choropleth",
|
|
67
|
+
"Circle": "Kółko",
|
|
68
|
+
"clear": "wyczyść",
|
|
108
69
|
"Click last point to finish shape": "Kliknij ostatni punkt, aby zakończyć rysowanie",
|
|
109
70
|
"Click to add a marker": "Kliknij, aby dodać znacznik",
|
|
110
71
|
"Click to continue drawing": "Kliknij, aby kontynuować rysowanie",
|
|
111
72
|
"Click to edit": "Kliknij, aby edytować",
|
|
112
73
|
"Click to start drawing a line": "Kliknij, aby zacząć rysować linię",
|
|
113
74
|
"Click to start drawing a polygon": "Kliknij, aby zacząć rysować obszar",
|
|
114
|
-
"Clone": "Klonuj",
|
|
115
75
|
"Clone of {name}": "Sklonowane z {name}",
|
|
116
76
|
"Clone this feature": "Sklonuj ten obiekt",
|
|
117
77
|
"Clone this map": "Sklonuj mapę",
|
|
78
|
+
"Clone": "Klonuj",
|
|
118
79
|
"Close": "Zamknij",
|
|
80
|
+
"Clustered": "Zgrupowane",
|
|
119
81
|
"Clustering radius": "Promień grupowania",
|
|
82
|
+
"collapsed": "zwinięty",
|
|
83
|
+
"color": "kolor",
|
|
84
|
+
"Comma separated list of numbers, including min and max values.": "Comma separated list of numbers, including min and max values.",
|
|
85
|
+
"Comma separated list of properties to use for sorting features. To reverse the sort, put a minus sign (-) before. Eg. mykey,-otherkey.": "Comma separated list of properties to use for sorting features. To reverse the sort, put a minus sign (-) before. Eg. mykey,-otherkey.",
|
|
120
86
|
"Comma separated list of properties to use when filtering features": "Lista właściwości oddzielona przecinkiem do używania przy sortowaniu obiektów",
|
|
121
87
|
"Comma, tab or semi-colon separated values. SRS WGS84 is implied. Only Point geometries are imported. The import will look at the column headers for any mention of «lat» and «lon» at the begining of the header, case insensitive. All other column are imported as properties.": "Wartości powinny być oddzielone przecinkiem, średnikiem lub znakiem tabulacji. Układ współrzędnych WGS84 jest wymagany. Tylko geometrie typu punkt zostaną zaimportowane. Import sprawdzi nagłówki kolumn czy zawierają „lat” i „lon” na początku nagłówka, wielkość liter nie ma znaczenia. Wszystkie inne kolumny zostaną zaimportowane jako właściwości tych punktów.",
|
|
122
|
-
"
|
|
88
|
+
"Congratulations, your map has been created!": "Gratulacje, twoja mapa została utworzona!",
|
|
123
89
|
"Continue line (Ctrl+Click)": "Kontynuuj linię (Ctrl+Klik)",
|
|
90
|
+
"Continue line": "Kontynuuj linię",
|
|
124
91
|
"Coordinates": "Współrzędne",
|
|
92
|
+
"Copy link": "Skopiuj link",
|
|
93
|
+
"copy": "copy",
|
|
125
94
|
"Credits": "Źródło",
|
|
95
|
+
"Current map view": "Current map view",
|
|
126
96
|
"Current view instead of default map view?": "Obecny widok mapy zamiast domyślnego?",
|
|
127
97
|
"Custom background": "Własne tło",
|
|
98
|
+
"Custom overlay": "Custom overlay",
|
|
99
|
+
"dash array": "przerywana linia",
|
|
100
|
+
"Data browser": "Przeglądanie danych",
|
|
128
101
|
"Data is browsable": "Dane można przeglądać",
|
|
102
|
+
"Datalayers": "Warstwy danych",
|
|
129
103
|
"Default interaction options": "Domyślne ustawienia interakcji",
|
|
130
104
|
"Default properties": "Domyślne właściwości",
|
|
131
105
|
"Default shape properties": "Domyślne właściwości kształtu",
|
|
106
|
+
"Default view": "Domyślny widok",
|
|
107
|
+
"Default zoom level": "Domyślne przybliżenie",
|
|
108
|
+
"Default": "Domyślne",
|
|
109
|
+
"Default: name": "Domyślnie: name",
|
|
132
110
|
"Define link to open in a new window on polygon click.": "Ustaw odnośnik, który otworzy się w nowym oknie po kliknięciu wielokąta.",
|
|
111
|
+
"define": "określ",
|
|
133
112
|
"Delay between two transitions when in play mode": "Opóźnienie pomiędzy dwoma przejściami w trybie odtwarzania",
|
|
134
|
-
"Delete": "Usuń",
|
|
135
113
|
"Delete all layers": "Usuń wszystkie warstwy",
|
|
136
114
|
"Delete layer": "Usuń warstwę",
|
|
137
115
|
"Delete this feature": "Usuń ten obiekt",
|
|
138
116
|
"Delete this property on all the features": "Usuń tę właściwość ze wszystkich obiektów",
|
|
139
117
|
"Delete this shape": "Usuń tę figurę",
|
|
140
118
|
"Delete this vertex (Alt+Click)": "Usuń ten wierzchołek (Alt+Klik)",
|
|
119
|
+
"Delete": "Usuń",
|
|
120
|
+
"description": "opis",
|
|
121
|
+
"Direct link": "Bezpośredni link",
|
|
141
122
|
"Directions from here": "Kierunki stąd",
|
|
123
|
+
"Display label": "Wyświetl etykietę",
|
|
142
124
|
"Display measure": "Wyświetl pomiar",
|
|
125
|
+
"display name": "wyświetl nazwę",
|
|
143
126
|
"Display on load": "Wyświetl przy ładowaniu",
|
|
127
|
+
"Display the control to open OpenStreetMap editor": "Wyświetlaj panel otwierający edytor OSM",
|
|
128
|
+
"Display the data layers control": "Wyświetlaj panel warstw z danymi",
|
|
129
|
+
"Display the embed control": "Wyświetlaj panel sterujący osadzaniem",
|
|
130
|
+
"Display the fullscreen control": "Wyświetlaj panel widoku pełnoekranowego",
|
|
131
|
+
"Display the locate control": "Wyświetlaj panel lokalizacji",
|
|
132
|
+
"Display the measure control": "Wyświetlaj panel miarek",
|
|
133
|
+
"Display the search control": "Wyświetlaj panel wyszukiwania",
|
|
134
|
+
"Display the star map button": "Display the star map button",
|
|
135
|
+
"Display the tile layers control": "Wyświetlaj panel warstw kafelków",
|
|
136
|
+
"Display the zoom control": "Wyświetlaj panel sterujący powiększeniem",
|
|
137
|
+
"Do you want to display a caption bar?": "Wyświetlać pasek z nagłówkiem?",
|
|
138
|
+
"Do you want to display a minimap?": "Wyświetlać minimapę?",
|
|
139
|
+
"Do you want to display a panel on load?": "Wyświetlać panel po załadowaniu?",
|
|
140
|
+
"Do you want to display caption menus?": "Do you want to display caption menus?",
|
|
141
|
+
"Do you want to display popup footer?": "Wyświetlać stopkę dymku?",
|
|
142
|
+
"Do you want to display the scale control?": "Wyświetlać kontrolkę ze skalą?",
|
|
143
|
+
"Do you want to display the «more» control?": "Wyświetlać „więcej kontrolek”?",
|
|
144
144
|
"Download": "Pobieranie",
|
|
145
145
|
"Drag to reorder": "Przeciągnij, by zmienić kolejność",
|
|
146
146
|
"Draw a marker": "Dodaj znacznik",
|
|
147
147
|
"Draw a polygon": "Rysuj obszar",
|
|
148
148
|
"Draw a polyline": "Rysuj linię",
|
|
149
|
-
"
|
|
149
|
+
"Drawing": "Drawing",
|
|
150
|
+
"Drop": "Kropla",
|
|
150
151
|
"Dynamic properties": "Właściwości dynamiczne",
|
|
151
|
-
"
|
|
152
|
+
"Dynamic": "Dynamiczne",
|
|
152
153
|
"Edit feature's layer": "Edytuj warstwę z obiektami",
|
|
153
|
-
"Edit map properties": "Edytuj właściwości mapy",
|
|
154
154
|
"Edit properties in a table": "Edytuj właściwości w tabeli",
|
|
155
|
+
"Edit the title of the map": "Edit the title of the map",
|
|
155
156
|
"Edit this feature": "Edytuj ten obiekt",
|
|
157
|
+
"Edit": "Edytuj",
|
|
158
|
+
"Email": "Email",
|
|
159
|
+
"Embed and link options": "Embed and link options",
|
|
156
160
|
"Embed the map": "Osadź mapę na stronie",
|
|
161
|
+
"Emoji & Character": "Emoji & Character",
|
|
157
162
|
"Empty": "Wyczyść",
|
|
163
|
+
"Equidistant": "Equidistant",
|
|
164
|
+
"Error in the overlay URL": "Error in the overlay URL",
|
|
158
165
|
"Error in the tilelayer URL": "Błąd w adresie URL podkładu",
|
|
159
166
|
"Exit Fullscreen": "Zamknij pełny ekran",
|
|
167
|
+
"expanded": "rozwinięty",
|
|
160
168
|
"Extract shape to separate feature": "Wydziel figurę jako odrębny obiekt",
|
|
169
|
+
"Facet keys": "Facet keys",
|
|
170
|
+
"Facet search": "Facet search",
|
|
171
|
+
"Feature identifier key": "Klucz identyfikacyjny obiektu",
|
|
172
|
+
"Feature properties": "Feature properties",
|
|
161
173
|
"Fetch data each time map view changes.": "Załaduj dane za każdym razem, gdy zmienia się widok mapy.",
|
|
174
|
+
"fill color": "kolor wypełnienia",
|
|
175
|
+
"fill opacity": "stopień wypełnienia",
|
|
176
|
+
"fill": "wypełnienie",
|
|
162
177
|
"Filter keys": "Klucze filtrów",
|
|
178
|
+
"Filter": "Filter",
|
|
179
|
+
"Fit all data": "Fit all data",
|
|
163
180
|
"Format": "Format",
|
|
164
181
|
"From zoom": "Od przybliżenia",
|
|
182
|
+
"full backup": "full backup",
|
|
183
|
+
"Generic": "Generic",
|
|
184
|
+
"GeoRSS (only link)": "GeoRSS (tylko link)",
|
|
185
|
+
"GeoRSS (title + image)": "GeoRSS (tytuł i obrazek)",
|
|
186
|
+
"Go to \"{coords}\"": "Go to \"{coords}\"",
|
|
187
|
+
"Go to the homepage": "Go to the homepage",
|
|
165
188
|
"Go to «{feature}»": "Idź do „{feature}”",
|
|
166
189
|
"Heatmap intensity property": "Intensywność mapy cieplnej",
|
|
167
190
|
"Heatmap radius": "Promień mapy cieplnej",
|
|
191
|
+
"Heatmap": "Mapa cieplna",
|
|
192
|
+
"height": "wysokość",
|
|
168
193
|
"Help": "Pomoc",
|
|
194
|
+
"hidden": "ukryte",
|
|
169
195
|
"Hide controls": "Ukryj przyciski",
|
|
170
196
|
"Home": "Strona główna",
|
|
171
197
|
"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ść)",
|
|
198
|
+
"icon opacity": "nieprzezroczystość ikony",
|
|
199
|
+
"Icon shape": "Kształt ikony",
|
|
200
|
+
"Icon symbol": "Symbol ikony",
|
|
201
|
+
"If false, the polygon or line will act as a part of the underlying map.": "If false, the polygon or line will act as a part of the underlying map.",
|
|
172
202
|
"Iframe with custom height (in px): {{{http://iframe.url.com|height}}}": "Ramka z podaną wysokością (w pikselach) {{{http://iframe.url.com|height}}}",
|
|
173
203
|
"Iframe with custom height and width (in px): {{{http://iframe.url.com|height*width}}}": "Ramka z podaną wysokością i szerokością (w pikselach): {{{http://iframe.url.com|height*width}}}",
|
|
204
|
+
"iframe": "iframe",
|
|
174
205
|
"Iframe: {{{http://iframe.url.com}}}": "Ramka: {{{http://iframe.url.com}}}",
|
|
175
206
|
"Image with custom width (in px): {{http://image.url.com|width}}": "Obrazek z własną szerokością (w pikselach) {{http://image.url.com|width}}",
|
|
176
207
|
"Image: {{http://image.url.com}}": "Obrazek: {{http://image.url.com}}",
|
|
177
|
-
"Import": "Importuj",
|
|
178
208
|
"Import data": "Importuj dane",
|
|
179
209
|
"Import in a new layer": "Importuj do nowej warstwy",
|
|
210
|
+
"Import": "Importuj",
|
|
180
211
|
"Imports all umap data, including layers and settings.": "Import wszystkich danych umap, razem z warstwami i ustawieniami.",
|
|
181
212
|
"Include full screen link?": "Dołączyć link do pełnego ekranu?",
|
|
213
|
+
"Inherit": "Dziedziczne",
|
|
214
|
+
"inherit": "dziedziczny",
|
|
182
215
|
"Interaction options": "Opcje interakcji",
|
|
183
|
-
"Invalid
|
|
216
|
+
"Invalid latitude or longitude": "Invalid latitude or longitude",
|
|
184
217
|
"Invalid umap data in {filename}": "Niepoprawne dane umap w {filename}",
|
|
218
|
+
"Invalid umap data": "Niepoprawne dane umap",
|
|
219
|
+
"Invalide property name: {name}": "Invalide property name: {name}",
|
|
220
|
+
"Jenks-Fisher": "Jenks-Fisher",
|
|
221
|
+
"K-means": "K-means",
|
|
185
222
|
"Keep current visible layers": "Zachowaj obecnie widoczne warstwy",
|
|
223
|
+
"kilometers": "kilometry",
|
|
224
|
+
"km": "km",
|
|
225
|
+
"Label direction": "Kierunek etykiety",
|
|
226
|
+
"Label key": "Klucz etykiety",
|
|
227
|
+
"Labels are clickable": "Etykiety są klikalne",
|
|
228
|
+
"Latest feature": "Latest feature",
|
|
186
229
|
"Latitude": "Szerokość geograficzna",
|
|
187
|
-
"Layer": "Warstwa",
|
|
188
230
|
"Layer properties": "Ustawienia warstwy",
|
|
231
|
+
"Layer": "Warstwa",
|
|
189
232
|
"Licence": "Licencja",
|
|
233
|
+
"licence": "licencja",
|
|
190
234
|
"Limit bounds": "Limit granic",
|
|
235
|
+
"Link to view the map": "Link to view the map",
|
|
191
236
|
"Link to…": "Łącze do...",
|
|
192
237
|
"Link with text: [[http://example.com|text of the link]]": "Link z tekstem: [[http://example.com|tekst]]",
|
|
193
238
|
"Long credits": "Długie źródło",
|
|
194
239
|
"Longitude": "Długość geograficzna",
|
|
195
240
|
"Make main shape": "Narysuj główny kształt",
|
|
196
241
|
"Manage layers": "Zarządzaj warstwami",
|
|
242
|
+
"Manual": "Manual",
|
|
197
243
|
"Map background credits": "Źródło tła mapy",
|
|
198
244
|
"Map has been attached to your account": "Mapa została dołączona do twojego konta",
|
|
199
245
|
"Map has been saved!": "Mapa została zapisana!",
|
|
246
|
+
"Map has been starred": "Mapa została oznaczona gwiazdką",
|
|
247
|
+
"Map has been unstarred": "Mapa została usunięta z oznaczonych gwiazdką",
|
|
200
248
|
"Map user content has been published under licence": "Zawartość mapy użytkownika została opublikowana pod licencją",
|
|
201
249
|
"Map's editors": "Edytorzy mapy",
|
|
202
250
|
"Map's owner": "Właściciel mapy",
|
|
251
|
+
"max East": "granica wschodnia",
|
|
252
|
+
"max North": "granica północna",
|
|
253
|
+
"max South": "granica południowa",
|
|
254
|
+
"max West": "granica zachodnia",
|
|
255
|
+
"max zoom": "maksymalne powiększenie",
|
|
256
|
+
"Measure distances": "Pomiar odległości",
|
|
203
257
|
"Merge lines": "Połącz linie",
|
|
258
|
+
"mi": "mi",
|
|
259
|
+
"miles": "mile",
|
|
260
|
+
"min zoom": "minimalne powiększenie",
|
|
204
261
|
"More controls": "Więcej przycisków",
|
|
205
262
|
"Must be a valid CSS value (eg.: DarkBlue or #123456)": "Musi być prawidłową wartością CSS (np. DarkBlue lub #123456)",
|
|
263
|
+
"name": "nazwa",
|
|
264
|
+
"nautical miles": "mile morskie",
|
|
265
|
+
"never": "nigdy",
|
|
266
|
+
"new window": "nowe okno",
|
|
267
|
+
"next": "następne",
|
|
268
|
+
"NM": "NM",
|
|
269
|
+
"No cache": "Brak pamięci podręcznej",
|
|
206
270
|
"No licence has been set": "Nie wybrano licencji",
|
|
271
|
+
"No results for these facets": "Brak wyników dla tych aspektów",
|
|
207
272
|
"No results": "Brak wyników",
|
|
273
|
+
"no": "nie",
|
|
274
|
+
"No.": "No.",
|
|
275
|
+
"None": "Brak",
|
|
276
|
+
"Number of desired classes (default 5)": "Number of desired classes (default 5)",
|
|
277
|
+
"On the bottom": "Na dole",
|
|
278
|
+
"On the left": "Po lewej",
|
|
279
|
+
"On the right": "Po prawej",
|
|
280
|
+
"On the top": "Na górze",
|
|
281
|
+
"Only visible layers' data": "Only visible layers' data",
|
|
282
|
+
"opacity": "przeźroczystość",
|
|
283
|
+
"Opacity": "Nieprzezroczystość",
|
|
284
|
+
"Open current feature on load": "Otwórz bieżący obiekt po załadowaniu",
|
|
208
285
|
"Open link in…": "Otwieraj odnośnik w...",
|
|
286
|
+
"Open share & download panel": "Open share & download panel",
|
|
209
287
|
"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",
|
|
288
|
+
"OpenStreetMap": "OpenStreetMap",
|
|
210
289
|
"Optional intensity property for heatmap": "Opcjonalna intensywność mapy cieplnej",
|
|
211
290
|
"Optional. Same as color if not set.": "Opcjonalne. Taki sam jak kolor, jeśli nie podano.",
|
|
291
|
+
"Optional.": "Opcjonalnie.",
|
|
212
292
|
"Override clustering radius (default 80)": "Nadpisz promień grupowania (domyślnie 80)",
|
|
213
293
|
"Override heatmap radius (default 25)": "Nadpisz promień mapy cieplnej (domyślnie 25)",
|
|
294
|
+
"parent window": "to samo okno",
|
|
295
|
+
"Paste your data here": "Wklej tutaj swoje dane",
|
|
296
|
+
"Permalink": "Bezpośredni odnośnik.",
|
|
297
|
+
"Permanent credits background": "Permanent credits background",
|
|
298
|
+
"Permanent credits": "Permanent credits",
|
|
214
299
|
"Please be sure the licence is compliant with your use.": "Upewnij się, że korzystanie z tych danych jest zgodne z licencją.",
|
|
215
300
|
"Please choose a format": "Wybierz format",
|
|
216
301
|
"Please enter the name of the property": "Podaj nazwę właściwości",
|
|
217
302
|
"Please enter the new name of this property": "Podaj nową nazwę tej właściwości",
|
|
303
|
+
"Please save the map first": "Prosimy najpierw zapisać mapę",
|
|
304
|
+
"Popup (large)": "Wyskakujące okienko (duże)",
|
|
305
|
+
"Popup content style": "Styl zawartości wyskakującego okienka",
|
|
306
|
+
"Popup content template": "Szablon treści dymku",
|
|
307
|
+
"Popup shape": "Kształt wyskakującego okienka",
|
|
308
|
+
"Popup": "Wyskakujące okienko",
|
|
309
|
+
"Powered by uMap": "Napędzane przez uMap",
|
|
310
|
+
"previous": "poprzednie",
|
|
311
|
+
"Problem in the response": "Problem in the response",
|
|
218
312
|
"Properties imported:": "Importowane właściwości:",
|
|
219
313
|
"Provide an URL here": "Wprowadź tutaj adres URL",
|
|
220
314
|
"Proxy request": "Żądanie proxy",
|
|
315
|
+
"Quantiles": "Quantiles",
|
|
316
|
+
"Recent": "Recent",
|
|
221
317
|
"Remote data": "Zdalne dane",
|
|
222
318
|
"Remove shape from the multi": "Usuń figurę z wybranego obszaru",
|
|
223
319
|
"Rename this property on all the features": "Zmień nazwę tej właściwości we wszystkich obiektach",
|
|
224
320
|
"Replace layer content": "Zamień zawartość warstwy",
|
|
225
321
|
"Restore this version": "Przywróć tę wersję",
|
|
226
|
-
"Save": "Zapisz",
|
|
227
322
|
"Save anyway": "Zapisz mimo wszystko",
|
|
228
323
|
"Save current edits": "Zapisz obecne edycje",
|
|
324
|
+
"Save map": "Save map",
|
|
229
325
|
"Save this center and zoom": "Zapisz obecną pozycję i przybliżenie",
|
|
230
326
|
"Save this location as new feature": "Zapisz to miejsce jako nowy obiekt",
|
|
327
|
+
"Save": "Zapisz",
|
|
328
|
+
"Saved center and zoom": "Zapisano pozycję i przybliżenie",
|
|
231
329
|
"Search location": "Znajdź miejsce",
|
|
232
|
-
"
|
|
233
|
-
"
|
|
330
|
+
"Search": "Szukaj",
|
|
331
|
+
"Secret edit link copied to clipboard!": "Tajny odnośnik do edycji skopiowany do schowka!",
|
|
332
|
+
"Secret edit link:": "Sekretny odnośnik edycji:",
|
|
333
|
+
"See layers": "See layers",
|
|
234
334
|
"See full screen": "Pełny ekran",
|
|
335
|
+
"See on OpenStreetMap": "See on OpenStreetMap",
|
|
336
|
+
"Select data": "Select data",
|
|
337
|
+
"Send me the link": "Wyślij mi link",
|
|
235
338
|
"Set it to false to hide this layer from the slideshow, the data browser, the popup navigation…": "Ustaw „OFF”, żeby ukryć tę warstwę z pokazu slajdów, przeglądarki danych i okienek nawigacji.",
|
|
339
|
+
"settings": "settings",
|
|
236
340
|
"Shape properties": "Właściwości kształtu",
|
|
341
|
+
"Share and download": "Share and download",
|
|
342
|
+
"Share this link to open a customized map view": "Share this link to open a customized map view",
|
|
237
343
|
"Short credits": "Krótkie źródło",
|
|
344
|
+
"Short link": "Short link",
|
|
345
|
+
"Show this layer in the caption": "Pokaż tę warstwę w podpisie",
|
|
238
346
|
"Show/hide layer": "Pokaż/ukryj warstwę",
|
|
347
|
+
"Side panel": "Panel boczny",
|
|
239
348
|
"Simple link: [[http://example.com]]": "Prosty link: [[http://example.com]]",
|
|
349
|
+
"Simplify": "Uprość",
|
|
350
|
+
"Skipping unknown geometry.type: {type}": "Pomijanie nieznanego rodzaju geometrii: {type}",
|
|
240
351
|
"Slideshow": "Pokaz slajdów",
|
|
241
352
|
"Sort key": "Klucz sortowania",
|
|
242
353
|
"Split line": "Podziel linię",
|
|
354
|
+
"Star this map": "Oznacz mapę gwiazdką",
|
|
243
355
|
"Start a hole here": "Zacznij dziurę tutaj",
|
|
244
356
|
"Start slideshow": "Rozpocznij pokaz",
|
|
245
357
|
"Stop editing": "Zakończ edycję",
|
|
246
358
|
"Stop slideshow": "Zakończ pokaz",
|
|
359
|
+
"Street": "Street",
|
|
360
|
+
"stroke": "obramowanie",
|
|
247
361
|
"Supported scheme": "Obsługiwany schemat",
|
|
248
362
|
"Supported variables that will be dynamically replaced": "Obsługiwane zmienne zostaną dynamicznie zamienione",
|
|
249
|
-
"
|
|
363
|
+
"Switch to edit mode": "Switch to edit mode",
|
|
364
|
+
"Symbol": "Symbol",
|
|
365
|
+
"Table": "Tabela",
|
|
250
366
|
"Text color for the cluster label": "Kolor tekstu etykiety grupy",
|
|
251
367
|
"Text formatting": "Formatowanie tekstu",
|
|
368
|
+
"The name of the property to use as feature label (eg.: \"nom\"). You can also use properties inside brackets to use more than one or mix with static content (eg.: \"{name} in {place}\")": "The name of the property to use as feature label (eg.: \"nom\"). You can also use properties inside brackets to use more than one or mix with static content (eg.: \"{name} in {place}\")",
|
|
369
|
+
"The name of the property to use as feature unique identifier.": "Nazwa właściwości używana jako unikalny identyfikator obiektu.",
|
|
370
|
+
"The zoom and center have been modified.": "Przybliżenie i pozycja zostały zmienione.",
|
|
371
|
+
"TMS format": "Format TMS",
|
|
252
372
|
"To use if remote server doesn't allow cross domain (slower)": "Używaj, jeśli zdalny serwer nie zezwala na cross domain (wolne)",
|
|
253
373
|
"To zoom": "Przybliżać",
|
|
374
|
+
"Toggle edit mode (⇧+Click)": "Przełącz tryb edycji (Shift+Klik)",
|
|
375
|
+
"Toggle edit mode": "Toggle edit mode",
|
|
254
376
|
"Transfer shape to edited feature": "Dołącz figurę do edytowanego obiektu",
|
|
255
377
|
"Transform to lines": "Przekształć na linie",
|
|
256
378
|
"Transform to polygon": "Przekształć w wielokąt",
|
|
379
|
+
"Type a place name or coordinates": "Type a place name or coordinates",
|
|
380
|
+
"Type char or paste emoji": "Type char or paste emoji",
|
|
257
381
|
"Type of layer": "Typ warstwy",
|
|
258
382
|
"Unable to detect format of file {filename}": "Nie można wykryć formatu pliku {filename}",
|
|
259
383
|
"Untitled layer": "Warstwa bez nazwy",
|
|
260
384
|
"Untitled map": "Mapa bez nazwy",
|
|
261
|
-
"Update permissions": "Zaktualizuj uprawnienia",
|
|
262
385
|
"Update permissions and editors": "Aktualizuj uprawnienia i edytorów",
|
|
386
|
+
"Update permissions": "Zaktualizuj uprawnienia",
|
|
387
|
+
"Update who can see and edit the map": "Update who can see and edit the map",
|
|
263
388
|
"Url": "Adres URL",
|
|
389
|
+
"URL": "URL",
|
|
264
390
|
"Use current bounds": "Użyj bieżących granic",
|
|
265
391
|
"Use placeholders with feature properties between brackets, eg. {name}, they will be dynamically replaced by the corresponding values.": "Użyj nazw pól z właściwości obiektu w klamrach, np. {name}. Zostaną automatycznie zastąpione przez odpowiadające im wartości.",
|
|
266
392
|
"User content credits": "Źródło treści użytkownika",
|
|
267
393
|
"User interface options": "Opcje interfejsu",
|
|
394
|
+
"User location": "Lokalizacja użytkownika",
|
|
395
|
+
"Verify remote URL": "Zweryfikuj zdalny URL",
|
|
268
396
|
"Versions": "Wersje",
|
|
269
397
|
"View Fullscreen": "Włącz tryb pełnoekranowy",
|
|
398
|
+
"View": "View",
|
|
399
|
+
"Visibility: {status}": "Widoczność: {status}",
|
|
400
|
+
"weight": "waga",
|
|
270
401
|
"Where do we go from here?": "Gdzie można stąd pojechać?",
|
|
271
402
|
"Whether to display or not polygons paths.": "Czy wyświetlać obrysy obszarów.",
|
|
272
403
|
"Whether to fill polygons with color.": "Czy wypełniać obszary kolorem.",
|
|
404
|
+
"Who can edit \"{layer}\"": "Kto może edytować \"{layer}\"",
|
|
273
405
|
"Who can edit": "Kto może edytować",
|
|
274
406
|
"Who can view": "Kto może zobaczyć",
|
|
407
|
+
"width": "szerokość",
|
|
275
408
|
"Will be displayed in the bottom right corner of the map": "Będzie wyświetlone w prawym dolnym rogu mapy",
|
|
409
|
+
"Will be permanently visible in the bottom left corner of the map": "Will be permanently visible in the bottom left corner of the map",
|
|
276
410
|
"Will be visible in the caption of the map": "Będzie widoczne w nagłówku mapy",
|
|
277
411
|
"Woops! Someone else seems to have edited the data. You can save anyway, but this will erase the changes made by others.": "Ups! Ktoś jeszcze edytował dane. Możesz mimo wszystko zapisać, ale to usunie zmiany dokonane przez innych.",
|
|
412
|
+
"yes": "tak",
|
|
413
|
+
"Your map has been created! As you are not logged in, here is your secret link to edit the map, please keep it safe:": "Your map has been created! As you are not logged in, here is your secret link to edit the map, please keep it safe:",
|
|
278
414
|
"Zoom in": "Przybliż",
|
|
279
415
|
"Zoom level for automatic zooms": "Poziom automatycznych przybliżeń",
|
|
280
416
|
"Zoom out": "Oddal",
|
|
@@ -283,155 +419,34 @@ const locale = {
|
|
|
283
419
|
"Zoom to the previous": "Przybliż do poprzedniego",
|
|
284
420
|
"Zoom to this feature": "Przybliż do tego obiektu",
|
|
285
421
|
"Zoom to this place": "Przybliż do tego miejsca",
|
|
286
|
-
"attribution": "oznaczenie autorstwa",
|
|
287
|
-
"by": " ",
|
|
288
|
-
"display name": "wyświetl nazwę",
|
|
289
|
-
"height": "wysokość",
|
|
290
|
-
"licence": "licencja",
|
|
291
|
-
"max East": "granica wschodnia",
|
|
292
|
-
"max North": "granica północna",
|
|
293
|
-
"max South": "granica południowa",
|
|
294
|
-
"max West": "granica zachodnia",
|
|
295
|
-
"max zoom": "maksymalne powiększenie",
|
|
296
|
-
"min zoom": "minimalne powiększenie",
|
|
297
|
-
"next": "następne",
|
|
298
|
-
"previous": "poprzednie",
|
|
299
|
-
"width": "szerokość",
|
|
300
|
-
"{count} errors during import: {message}": "{count} błędów podczas importu: {message}",
|
|
301
|
-
"Measure distances": "Pomiar odległości",
|
|
302
|
-
"NM": "NM",
|
|
303
|
-
"kilometers": "kilometry",
|
|
304
|
-
"km": "km",
|
|
305
|
-
"mi": "mi",
|
|
306
|
-
"miles": "mile",
|
|
307
|
-
"nautical miles": "mile morskie",
|
|
308
|
-
"1 day": "1 dzień",
|
|
309
|
-
"1 hour": "1 godzina",
|
|
310
|
-
"5 min": "5 minut",
|
|
311
|
-
"Cache proxied request": "Zapytanie pośredniczące pamięci podręcznej",
|
|
312
|
-
"No cache": "Brak pamięci podręcznej",
|
|
313
|
-
"Popup": "Wyskakujące okienko",
|
|
314
|
-
"Popup (large)": "Wyskakujące okienko (duże)",
|
|
315
|
-
"Popup content style": "Styl zawartości wyskakującego okienka",
|
|
316
|
-
"Popup shape": "Kształt wyskakującego okienka",
|
|
317
|
-
"Skipping unknown geometry.type: {type}": "Pomijanie nieznanego rodzaju geometrii: {type}",
|
|
318
|
-
"Optional.": "Opcjonalnie.",
|
|
319
|
-
"Paste your data here": "Wklej tutaj swoje dane",
|
|
320
|
-
"Please save the map first": "Prosimy najpierw zapisać mapę",
|
|
321
|
-
"Feature identifier key": "Klucz identyfikacyjny obiektu",
|
|
322
|
-
"Open current feature on load": "Otwórz bieżący obiekt po załadowaniu",
|
|
323
|
-
"Permalink": "Bezpośredni odnośnik.",
|
|
324
|
-
"The name of the property to use as feature unique identifier.": "Nazwa właściwości używana jako unikalny identyfikator obiektu.",
|
|
325
|
-
"Do you want to display caption menus?": "Do you want to display caption menus?",
|
|
326
|
-
"Example: key1,key2,key3": "Example: key1,key2,key3",
|
|
327
|
-
"Invalid latitude or longitude": "Invalid latitude or longitude",
|
|
328
|
-
"Invalide property name: {name}": "Invalide property name: {name}",
|
|
329
|
-
"Permanent credits": "Permanent credits",
|
|
330
|
-
"Permanent credits background": "Permanent credits background",
|
|
331
|
-
"Select data": "Select data",
|
|
332
|
-
"Will be permanently visible in the bottom left corner of the map": "Will be permanently visible in the bottom left corner of the map",
|
|
333
422
|
"{area} acres": "{area} akrów",
|
|
334
423
|
"{area} ha": "{area} ha",
|
|
335
424
|
"{area} m²": "{area} m²",
|
|
336
425
|
"{area} mi²": "{area} mi²",
|
|
337
426
|
"{area} yd²": "{area} jardów kwadratowych",
|
|
338
|
-
"{
|
|
427
|
+
"{count} errors during import: {message}": "{count} błędów podczas importu: {message}",
|
|
428
|
+
"{delay} seconds": "{delay} sekund",
|
|
339
429
|
"{distance} km": "{distance} km",
|
|
340
430
|
"{distance} m": "{odległość} m",
|
|
341
431
|
"{distance} miles": "{odległość} mil",
|
|
432
|
+
"{distance} NM": "{distance} Mm",
|
|
342
433
|
"{distance} yd": "{odległość} jardów",
|
|
343
|
-
"
|
|
344
|
-
"
|
|
345
|
-
"
|
|
346
|
-
"
|
|
347
|
-
"
|
|
348
|
-
"
|
|
349
|
-
"
|
|
350
|
-
"
|
|
351
|
-
"
|
|
352
|
-
"
|
|
353
|
-
"
|
|
354
|
-
"
|
|
355
|
-
"
|
|
356
|
-
"
|
|
357
|
-
"
|
|
358
|
-
"
|
|
359
|
-
"Email": "Email",
|
|
360
|
-
"Secret edit link copied to clipboard!": "Tajny odnośnik do edycji skopiowany do schowka!",
|
|
361
|
-
"Send me the link": "Wyślij mi link",
|
|
362
|
-
"Your map has been created! As you are not logged in, here is your secret link to edit the map, please keep it safe:": "Your map has been created! As you are not logged in, here is your secret link to edit the map, please keep it safe:",
|
|
363
|
-
"Comma separated list of properties to use for sorting features. To reverse the sort, put a minus sign (-) before. Eg. mykey,-otherkey.": "Comma separated list of properties to use for sorting features. To reverse the sort, put a minus sign (-) before. Eg. mykey,-otherkey.",
|
|
364
|
-
"Toggle edit mode (⇧+Click)": "Przełącz tryb edycji (Shift+Klik)",
|
|
365
|
-
"icon opacity": "nieprzezroczystość ikony",
|
|
366
|
-
"*single star for italic*": "*pojedyncza gwiazdka dla kursywy*",
|
|
367
|
-
"--- for a horizontal rule": "--- for a horizontal rule",
|
|
368
|
-
"The name of the property to use as feature label (eg.: \"nom\"). You can also use properties inside brackets to use more than one or mix with static content (eg.: \"{name} in {place}\")": "The name of the property to use as feature label (eg.: \"nom\"). You can also use properties inside brackets to use more than one or mix with static content (eg.: \"{name} in {place}\")",
|
|
369
|
-
"Comma separated list of properties to use for facet search (eg.: mykey,otherkey). To control label, add it after a | (eg.: mykey|My Key,otherkey|Other Key)": "Comma separated list of properties to use for facet search (eg.: mykey,otherkey). To control label, add it after a | (eg.: mykey|My Key,otherkey|Other Key)",
|
|
370
|
-
"Default view": "Domyślny widok",
|
|
371
|
-
"Facet keys": "Facet keys",
|
|
372
|
-
"Facet search": "Facet search",
|
|
373
|
-
"Feature properties": "Feature properties",
|
|
374
|
-
"Latest feature": "Latest feature",
|
|
375
|
-
"No results for these facets": "Brak wyników dla tych aspektów",
|
|
376
|
-
"Saved center and zoom": "Zapisano pozycję i przybliżenie",
|
|
377
|
-
"User location": "Lokalizacja użytkownika",
|
|
378
|
-
"Visibility: {status}": "Widoczność: {status}",
|
|
379
|
-
"Fit all data": "Fit all data",
|
|
380
|
-
"Verify remote URL": "Zweryfikuj zdalny URL",
|
|
381
|
-
"Add": "Dodawać",
|
|
382
|
-
"Change": "Zmiana",
|
|
383
|
-
"Powered by uMap": "Napędzane przez uMap",
|
|
384
|
-
"Search": "Szukaj",
|
|
385
|
-
"Datalayers": "Warstwy danych",
|
|
386
|
-
"Secret edit link:": "Sekretny odnośnik edycji:",
|
|
387
|
-
"Who can edit \"{layer}\"": "Kto może edytować \"{layer}\"",
|
|
388
|
-
"Choropleth": "Choropleth",
|
|
389
|
-
"Choropleth breakpoints": "Choropleth breakpoints",
|
|
390
|
-
"Choropleth classes": "Choropleth classes",
|
|
391
|
-
"Choropleth color palette": "Choropleth color palette",
|
|
392
|
-
"Choropleth mode": "Choropleth mode",
|
|
393
|
-
"Choropleth property value": "Choropleth property value",
|
|
394
|
-
"Comma separated list of numbers, including min and max values.": "Comma separated list of numbers, including min and max values.",
|
|
395
|
-
"Equidistant": "Equidistant",
|
|
396
|
-
"Jenks-Fisher": "Jenks-Fisher",
|
|
397
|
-
"K-means": "K-means",
|
|
398
|
-
"Manual": "Manual",
|
|
399
|
-
"Number of desired classes (default 5)": "Number of desired classes (default 5)",
|
|
400
|
-
"Quantiles": "Quantiles",
|
|
401
|
-
"Show this layer in the caption": "Pokaż tę warstwę w podpisie",
|
|
402
|
-
"Back to preview": "Back to preview",
|
|
403
|
-
"Drawing": "Drawing",
|
|
404
|
-
"Edit the title of the map": "Edit the title of the map",
|
|
405
|
-
"Go to the homepage": "Go to the homepage",
|
|
406
|
-
"Switch to edit mode": "Switch to edit mode",
|
|
407
|
-
"Update who can see and edit the map": "Update who can see and edit the map",
|
|
408
|
-
"View": "View",
|
|
409
|
-
"Add image URL": "Add image URL",
|
|
410
|
-
"Emoji & Character": "Emoji & Character",
|
|
411
|
-
"Generic": "Generic",
|
|
412
|
-
"Symbol": "Symbol",
|
|
413
|
-
"Type char or paste emoji": "Type char or paste emoji",
|
|
414
|
-
"URL": "URL",
|
|
415
|
-
"If false, the polygon or line will act as a part of the underlying map.": "If false, the polygon or line will act as a part of the underlying map.",
|
|
416
|
-
"Save map": "Save map",
|
|
417
|
-
"Toggle edit mode": "Toggle edit mode",
|
|
418
|
-
"All data and settings of the map": "All data and settings of the map",
|
|
419
|
-
"Embed and link options": "Embed and link options",
|
|
420
|
-
"Go to \"{coords}\"": "Go to \"{coords}\"",
|
|
421
|
-
"Link to view the map": "Link to view the map",
|
|
422
|
-
"No.": "No.",
|
|
423
|
-
"Only visible layers' data": "Only visible layers' data",
|
|
424
|
-
"Open share & download panel": "Open share & download panel",
|
|
425
|
-
"OpenStreetMap": "OpenStreetMap",
|
|
426
|
-
"See on OpenStreetMap": "See on OpenStreetMap",
|
|
427
|
-
"Share and download": "Share and download",
|
|
428
|
-
"Share this link to open a customized map view": "Share this link to open a customized map view",
|
|
429
|
-
"Short link": "Short link",
|
|
430
|
-
"Street": "Street",
|
|
431
|
-
"Type a place name or coordinates": "Type a place name or coordinates",
|
|
432
|
-
"copy": "copy",
|
|
433
|
-
"full backup": "full backup",
|
|
434
|
-
"settings": "settings"
|
|
434
|
+
"Edit map name and caption": "Edit map name and caption",
|
|
435
|
+
"Map advanced properties": "Map advanced properties",
|
|
436
|
+
"Edit map details": "Edit map details",
|
|
437
|
+
"Back to browser": "Back to browser",
|
|
438
|
+
"Toggle size": "Toggle size",
|
|
439
|
+
"Layers": "Layers",
|
|
440
|
+
"Display the caption control": "Display the caption control",
|
|
441
|
+
"Comma separated list of properties to use for facet search (eg.: mykey,otherkey). To control label, add it after a | (eg.: mykey|My Key,otherkey|Other Key). To control input field type, add it after another | (eg.: mykey|My Key|checkbox,otherkey|Other Key|datetime). Allowed values for the input field type are checkbox (default), radio, number, date and datetime.": "Comma separated list of properties to use for facet search (eg.: mykey,otherkey). To control label, add it after a | (eg.: mykey|My Key,otherkey|Other Key). To control input field type, add it after another | (eg.: mykey|My Key|checkbox,otherkey|Other Key|datetime). Allowed values for the input field type are checkbox (default), radio, number, date and datetime.",
|
|
442
|
+
"<empty value>": "<empty value>",
|
|
443
|
+
"Min": "Min",
|
|
444
|
+
"Max": "Max",
|
|
445
|
+
"From": "From",
|
|
446
|
+
"Until": "Until",
|
|
447
|
+
"Example: key1,key2|Label 2,key3|Label 3|checkbox": "Example: key1,key2|Label 2,key3|Label 3|checkbox",
|
|
448
|
+
"Edit in OpenStreetMap": "Edit in OpenStreetMap",
|
|
449
|
+
"Cannot determine latitude and longitude columns.": "Cannot determine latitude and longitude columns."
|
|
435
450
|
}
|
|
436
451
|
L.registerLocale("pl", locale)
|
|
437
452
|
L.setLocale("pl")
|