umap-project 3.1.2__py3-none-any.whl → 3.2.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.
Potentially problematic release.
This version of umap-project might be problematic. Click here for more details.
- umap/__init__.py +1 -1
- umap/locale/en/LC_MESSAGES/django.po +21 -17
- umap/locale/fr/LC_MESSAGES/django.mo +0 -0
- umap/locale/fr/LC_MESSAGES/django.po +21 -17
- umap/management/commands/export_pictogram.py +29 -0
- umap/management/commands/migrate_to_S3.py +5 -1
- umap/management/commands/purge_old_versions.py +8 -6
- umap/settings/__init__.py +21 -0
- umap/settings/base.py +1 -0
- umap/static/umap/content.css +7 -2
- umap/static/umap/css/icon.css +77 -3
- umap/static/umap/css/panel.css +31 -1
- umap/static/umap/js/modules/browser.js +1 -1
- umap/static/umap/js/modules/data/features.js +14 -29
- umap/static/umap/js/modules/data/layer.js +248 -136
- umap/static/umap/js/modules/facets.js +2 -2
- umap/static/umap/js/modules/form/fields.js +56 -19
- umap/static/umap/js/modules/formatter.js +36 -8
- umap/static/umap/js/modules/importers/opendata.js +23 -6
- umap/static/umap/js/modules/managers.js +59 -0
- umap/static/umap/js/modules/rendering/icon.js +3 -5
- umap/static/umap/js/modules/rendering/layers/classified.js +8 -7
- umap/static/umap/js/modules/rendering/map.js +1 -1
- umap/static/umap/js/modules/rendering/ui.js +13 -0
- umap/static/umap/js/modules/rules.js +76 -23
- umap/static/umap/js/modules/schema.js +3 -0
- umap/static/umap/js/modules/slideshow.js +1 -1
- umap/static/umap/js/modules/sync/updaters.js +1 -6
- umap/static/umap/js/modules/tableeditor.js +13 -37
- umap/static/umap/js/modules/templates.js +7 -6
- umap/static/umap/js/modules/ui/panel.js +7 -0
- umap/static/umap/js/modules/umap.js +17 -6
- umap/static/umap/js/modules/utils.js +8 -7
- umap/static/umap/locale/am_ET.js +43 -6
- umap/static/umap/locale/am_ET.json +43 -6
- umap/static/umap/locale/ar.js +43 -6
- umap/static/umap/locale/ar.json +43 -6
- umap/static/umap/locale/ast.js +43 -6
- umap/static/umap/locale/ast.json +43 -6
- umap/static/umap/locale/bg.js +43 -6
- umap/static/umap/locale/bg.json +43 -6
- umap/static/umap/locale/br.js +30 -26
- umap/static/umap/locale/br.json +30 -26
- umap/static/umap/locale/ca.js +50 -13
- umap/static/umap/locale/ca.json +50 -13
- umap/static/umap/locale/cs_CZ.js +43 -6
- umap/static/umap/locale/cs_CZ.json +43 -6
- umap/static/umap/locale/da.js +10 -6
- umap/static/umap/locale/da.json +10 -6
- umap/static/umap/locale/de.js +10 -6
- umap/static/umap/locale/de.json +10 -6
- umap/static/umap/locale/el.js +20 -10
- umap/static/umap/locale/el.json +20 -10
- umap/static/umap/locale/en.js +10 -6
- umap/static/umap/locale/en.json +10 -6
- umap/static/umap/locale/en_US.json +43 -6
- umap/static/umap/locale/es.js +10 -6
- umap/static/umap/locale/es.json +10 -6
- umap/static/umap/locale/et.js +43 -6
- umap/static/umap/locale/et.json +43 -6
- umap/static/umap/locale/eu.js +43 -6
- umap/static/umap/locale/eu.json +43 -6
- umap/static/umap/locale/fa_IR.js +43 -6
- umap/static/umap/locale/fa_IR.json +43 -6
- umap/static/umap/locale/fi.js +43 -6
- umap/static/umap/locale/fi.json +43 -6
- umap/static/umap/locale/fr.js +10 -6
- umap/static/umap/locale/fr.json +10 -6
- umap/static/umap/locale/gl.js +43 -6
- umap/static/umap/locale/gl.json +43 -6
- umap/static/umap/locale/he.js +43 -6
- umap/static/umap/locale/he.json +43 -6
- umap/static/umap/locale/hr.js +43 -6
- umap/static/umap/locale/hr.json +43 -6
- umap/static/umap/locale/hu.js +34 -24
- umap/static/umap/locale/hu.json +34 -24
- umap/static/umap/locale/id.js +43 -6
- umap/static/umap/locale/id.json +43 -6
- umap/static/umap/locale/is.js +43 -6
- umap/static/umap/locale/is.json +43 -6
- umap/static/umap/locale/it.js +10 -6
- umap/static/umap/locale/it.json +10 -6
- umap/static/umap/locale/ja.js +43 -6
- umap/static/umap/locale/ja.json +43 -6
- umap/static/umap/locale/ko.js +43 -6
- umap/static/umap/locale/ko.json +43 -6
- umap/static/umap/locale/lt.js +43 -6
- umap/static/umap/locale/lt.json +43 -6
- umap/static/umap/locale/ms.js +43 -6
- umap/static/umap/locale/ms.json +43 -6
- umap/static/umap/locale/nl.js +10 -6
- umap/static/umap/locale/nl.json +10 -6
- umap/static/umap/locale/no.js +43 -6
- umap/static/umap/locale/no.json +43 -6
- umap/static/umap/locale/pl.js +43 -6
- umap/static/umap/locale/pl.json +43 -6
- umap/static/umap/locale/pl_PL.json +43 -6
- umap/static/umap/locale/pt.js +43 -6
- umap/static/umap/locale/pt.json +43 -6
- umap/static/umap/locale/pt_BR.js +53 -16
- umap/static/umap/locale/pt_BR.json +53 -16
- umap/static/umap/locale/pt_PT.js +43 -6
- umap/static/umap/locale/pt_PT.json +43 -6
- umap/static/umap/locale/ro.js +43 -6
- umap/static/umap/locale/ro.json +43 -6
- umap/static/umap/locale/ru.js +43 -6
- umap/static/umap/locale/ru.json +43 -6
- umap/static/umap/locale/sk_SK.js +43 -6
- umap/static/umap/locale/sk_SK.json +43 -6
- umap/static/umap/locale/sl.js +43 -6
- umap/static/umap/locale/sl.json +43 -6
- umap/static/umap/locale/sr.js +43 -6
- umap/static/umap/locale/sr.json +43 -6
- umap/static/umap/locale/sv.js +43 -6
- umap/static/umap/locale/sv.json +43 -6
- umap/static/umap/locale/th_TH.js +43 -6
- umap/static/umap/locale/th_TH.json +43 -6
- umap/static/umap/locale/tr.js +43 -6
- umap/static/umap/locale/tr.json +43 -6
- umap/static/umap/locale/uk_UA.js +43 -6
- umap/static/umap/locale/uk_UA.json +43 -6
- umap/static/umap/locale/vi.js +43 -6
- umap/static/umap/locale/vi.json +43 -6
- umap/static/umap/locale/vi_VN.json +43 -6
- umap/static/umap/locale/zh.js +43 -6
- umap/static/umap/locale/zh.json +43 -6
- umap/static/umap/locale/zh_CN.json +43 -6
- umap/static/umap/locale/zh_TW.Big5.json +43 -6
- umap/static/umap/locale/zh_TW.js +43 -6
- umap/static/umap/locale/zh_TW.json +43 -6
- umap/static/umap/map.css +239 -65
- umap/static/umap/vendors/betterknown/betterknown.mjs +287 -0
- umap/storage/fs.py +3 -2
- umap/templates/base.html +4 -1
- umap/tests/base.py +9 -1
- umap/tests/integration/test_basics.py +1 -1
- umap/tests/integration/test_conditional_rules.py +62 -20
- umap/tests/integration/test_edit_datalayer.py +1 -1
- umap/tests/integration/test_edit_marker.py +1 -1
- umap/tests/integration/test_export_map.py +10 -0
- umap/tests/integration/test_import.py +140 -0
- umap/tests/integration/test_optimistic_merge.py +72 -12
- umap/tests/integration/test_tableeditor.py +6 -3
- umap/utils.py +33 -0
- umap/views.py +16 -2
- umap_project-3.2.0.dist-info/METADATA +76 -0
- {umap_project-3.1.2.dist-info → umap_project-3.2.0.dist-info}/RECORD +150 -148
- umap_project-3.1.2.dist-info/METADATA +0 -68
- {umap_project-3.1.2.dist-info → umap_project-3.2.0.dist-info}/WHEEL +0 -0
- {umap_project-3.1.2.dist-info → umap_project-3.2.0.dist-info}/entry_points.txt +0 -0
- {umap_project-3.1.2.dist-info → umap_project-3.2.0.dist-info}/licenses/LICENSE +0 -0
umap/static/umap/locale/ms.json
CHANGED
|
@@ -16,7 +16,6 @@
|
|
|
16
16
|
"Activate slideshow mode": "Aktifkan mod persembahan slaid",
|
|
17
17
|
"Add a layer": "Tambah lapisan",
|
|
18
18
|
"Add a line to the current multi": "Tambah garisan ke multi semasa",
|
|
19
|
-
"Add a new property": "Tambah ciri-ciri baharu",
|
|
20
19
|
"Add a polygon to the current multi": "Tambah poligon ke multi semasa",
|
|
21
20
|
"Add image URL": "Tambah URL imej",
|
|
22
21
|
"Advanced actions": "Tindakan lanjutan",
|
|
@@ -29,7 +28,6 @@
|
|
|
29
28
|
"Animated transitions": "Transisi beranimasi",
|
|
30
29
|
"Are you sure you want to clone this map and all its datalayers?": "Adakah anda ingin klon peta ini serta semua lapisan datanya?",
|
|
31
30
|
"Are you sure you want to delete this map?": "Adakah anda ingin memadamkan peta ini?",
|
|
32
|
-
"Are you sure you want to delete this property on all the features?": "Adakah anda ingin memadamkan ciri-ciri ini di kesemua sifat-sifat?",
|
|
33
31
|
"Are you sure you want to restore this version?": "Adakah anda ingin memulihkan versi ini?",
|
|
34
32
|
"Attach the map to my account": "Lampirkan peta ke akaun saya",
|
|
35
33
|
"attribution": "atribusi",
|
|
@@ -157,7 +155,6 @@
|
|
|
157
155
|
"Format": "Format",
|
|
158
156
|
"From zoom": "Dari zum",
|
|
159
157
|
"full backup": "sandaran penuh",
|
|
160
|
-
"Generic": "Generik",
|
|
161
158
|
"GeoRSS (only link)": "GeoRSS (pautan sahaja)",
|
|
162
159
|
"GeoRSS (title + image)": "GeoRSS (tajuk + imej)",
|
|
163
160
|
"Go to \"{coords}\"": "Pergi ke \"{coords}\"",
|
|
@@ -273,7 +270,6 @@
|
|
|
273
270
|
"Please be sure the licence is compliant with your use.": "Sila pastikan lesen menurut kegunaan anda.",
|
|
274
271
|
"Please choose a format": "Sila pilih format",
|
|
275
272
|
"Please enter the name of the property": "Sila masukkan nama ciri-ciri",
|
|
276
|
-
"Please enter the new name of this property": "Sila masukkan nama baharu bagi ciri-ciri ini",
|
|
277
273
|
"Please save the map first": "Sila simpan peta terlebih dahulu",
|
|
278
274
|
"Popup (large)": "Tetingkap timbul (besar)",
|
|
279
275
|
"Popup content style": "Gaya kandungan tetingkap timbul",
|
|
@@ -406,7 +402,6 @@
|
|
|
406
402
|
"Until": "Sehingga",
|
|
407
403
|
"Example: key1,key2|Label 2,key3|Label 3|checkbox": "Contoh: kekunci1,kekunci2|Label 2,kekunci3|Label 3|checkbox",
|
|
408
404
|
"Edit in OpenStreetMap": "Sunting di OpenStreetMap",
|
|
409
|
-
"Cannot determine latitude and longitude columns.": "Tidak dapat menentukan lajur latitud dan longitud.",
|
|
410
405
|
"Back to layers": "Kembali ke lapisan",
|
|
411
406
|
"Filters": "Tapisan",
|
|
412
407
|
"Comma separated list of properties to use when filtering features by text input": "Comma separated list of properties to use when filtering features by text input",
|
|
@@ -543,5 +538,47 @@
|
|
|
543
538
|
"Back to list": "Back to list",
|
|
544
539
|
"Toggle rule": "Toggle rule",
|
|
545
540
|
"Delete rule": "Delete rule",
|
|
546
|
-
"Cannot save layer, please try again in a few minutes.": "Cannot save layer, please try again in a few minutes."
|
|
541
|
+
"Cannot save layer, please try again in a few minutes.": "Cannot save layer, please try again in a few minutes.",
|
|
542
|
+
"Activate collaborative live editing on this map. Other users must reload the map after changing this setting.": "Activate collaborative live editing on this map. Other users must reload the map after changing this setting.",
|
|
543
|
+
"More help resources": "More help resources",
|
|
544
|
+
"This map is a template": "This map is a template",
|
|
545
|
+
"Add text along path": "Add text along path",
|
|
546
|
+
"Text color": "Text color",
|
|
547
|
+
"Text offset": "Text offset",
|
|
548
|
+
"Text position": "Text position",
|
|
549
|
+
"start": "start",
|
|
550
|
+
"center": "center",
|
|
551
|
+
"end": "end",
|
|
552
|
+
"Text repeat": "Text repeat",
|
|
553
|
+
"Text rotate": "Text rotate",
|
|
554
|
+
"Text size": "Text size",
|
|
555
|
+
"Load map template": "Load map template",
|
|
556
|
+
"My templates": "My templates",
|
|
557
|
+
"From staff": "From staff",
|
|
558
|
+
"From community": "From community",
|
|
559
|
+
"You must select a template.": "You must select a template.",
|
|
560
|
+
"Line decoration": "Line decoration",
|
|
561
|
+
"Reuse this template": "Reuse this template",
|
|
562
|
+
"Create a new map using this template": "Create a new map using this template",
|
|
563
|
+
"Save template": "Save template",
|
|
564
|
+
"Load template": "Load template",
|
|
565
|
+
"Loading a template will apply predefined styles and settings to your map": "Loading a template will apply predefined styles and settings to your map",
|
|
566
|
+
"Load template with data": "Load template with data",
|
|
567
|
+
"You have no registered template yet. You can add one by creating a new map and flagging it as \"template\".": "You have no registered template yet. You can add one by creating a new map and flagging it as \"template\".",
|
|
568
|
+
"There is no recommended template yet. Recommended templates are the ones starred by uMap administrators.": "There is no recommended template yet. Recommended templates are the ones starred by uMap administrators.",
|
|
569
|
+
"There is no public template yet.": "There is no public template yet.",
|
|
570
|
+
"Explore": "Explore",
|
|
571
|
+
"Import data from public open data portals": "Import data from public open data portals",
|
|
572
|
+
"Choose a portal": "Choose a portal",
|
|
573
|
+
"Limit results to current map view": "Limit results to current map view",
|
|
574
|
+
"Please choose an instance first.": "Please choose an instance first.",
|
|
575
|
+
"No geo column found: must be either `lat(itude)` and `lon(gitude)` or `geom(etry)`.": "No geo column found: must be either `lat(itude)` and `lon(gitude)` or `geom(etry)`.",
|
|
576
|
+
"Add a new field": "Add a new field",
|
|
577
|
+
"Are you sure you want to delete this field on all the features?": "Are you sure you want to delete this field on all the features?",
|
|
578
|
+
"Please enter the new name of this field": "Please enter the new name of this field",
|
|
579
|
+
"Cannot process MultiPoint": "Cannot process MultiPoint",
|
|
580
|
+
"Manage Fields": "Manage Fields",
|
|
581
|
+
"Rename this field": "Rename this field",
|
|
582
|
+
"Delete this field": "Delete this field",
|
|
583
|
+
"Double click to edit the name": "Double click to edit the name"
|
|
547
584
|
}
|
umap/static/umap/locale/nl.js
CHANGED
|
@@ -16,7 +16,6 @@ const locale = {
|
|
|
16
16
|
"Activate slideshow mode": "Activeer slidshow modus",
|
|
17
17
|
"Add a layer": "Laag toevoegen",
|
|
18
18
|
"Add a line to the current multi": "Voeg een lijn toe aan de huidige multilijn",
|
|
19
|
-
"Add a new property": "Voeg een nieuwe eigenschap toe",
|
|
20
19
|
"Add a polygon to the current multi": "Voeg een nieuwe polygoon toe aan de huidige multipolygoon",
|
|
21
20
|
"Add image URL": "Voeg URL van afbeelding toe",
|
|
22
21
|
"Advanced actions": "Geavanceerde acties",
|
|
@@ -29,7 +28,6 @@ const locale = {
|
|
|
29
28
|
"Animated transitions": "Geavanceerde overgangen",
|
|
30
29
|
"Are you sure you want to clone this map and all its datalayers?": "Weet je zeker dat je deze kaart en alle gegevenslagen wil klonen?",
|
|
31
30
|
"Are you sure you want to delete this map?": "Weet je zeker dat je deze kaart wilt verwijderen?",
|
|
32
|
-
"Are you sure you want to delete this property on all the features?": "Ben je zeker dat je deze eigenschap bij alle objecten wil verwijderen?",
|
|
33
31
|
"Are you sure you want to restore this version?": "Weet je zeker dat je deze versie wilt terugzetten?",
|
|
34
32
|
"Attach the map to my account": "Voeg de kaart toe aan mijn account",
|
|
35
33
|
"attribution": "bronvermelding",
|
|
@@ -157,7 +155,6 @@ const locale = {
|
|
|
157
155
|
"Format": "Formaat",
|
|
158
156
|
"From zoom": "Van zoom",
|
|
159
157
|
"full backup": "Volledige back-up ",
|
|
160
|
-
"Generic": "Algemeen",
|
|
161
158
|
"GeoRSS (only link)": "GeoRSS (enkel link)",
|
|
162
159
|
"GeoRSS (title + image)": "GeoRSS (titel + afbeelding)",
|
|
163
160
|
"Go to \"{coords}\"": "Ga naar \"{coords}\"",
|
|
@@ -273,7 +270,6 @@ const locale = {
|
|
|
273
270
|
"Please be sure the licence is compliant with your use.": "Zorg er aub voor dat je je aan de licentievoorwaarden houdt",
|
|
274
271
|
"Please choose a format": "Kies een formaat",
|
|
275
272
|
"Please enter the name of the property": "Vul de naam in van de eigenschap",
|
|
276
|
-
"Please enter the new name of this property": "Vul de nieuwe naam in van de eigenschap",
|
|
277
273
|
"Please save the map first": "Graag eerst de kaart opslaan",
|
|
278
274
|
"Popup (large)": "Popup (groot)",
|
|
279
275
|
"Popup content style": "Stijl van de inhoud van de Popup",
|
|
@@ -406,7 +402,6 @@ const locale = {
|
|
|
406
402
|
"Until": "Tot",
|
|
407
403
|
"Example: key1,key2|Label 2,key3|Label 3|checkbox": "Voorbeeld: sleutel1,sleutel2|Label 2,sleutel3|Label 3|selectievakje",
|
|
408
404
|
"Edit in OpenStreetMap": "Bewerken in OpenStreetMap",
|
|
409
|
-
"Cannot determine latitude and longitude columns.": "Kan lengte- en breedtegraadkolommen niet bepalen.",
|
|
410
405
|
"Back to layers": "Terug naar lagen",
|
|
411
406
|
"Filters": "Filters",
|
|
412
407
|
"Comma separated list of properties to use when filtering features by text input": "Door komma's gescheiden lijst met eigenschappen die moeten worden gebruikt bij het filteren van elementen op tekstinvoer",
|
|
@@ -576,7 +571,16 @@ const locale = {
|
|
|
576
571
|
"Import data from public open data portals": "Import data from public open data portals",
|
|
577
572
|
"Choose a portal": "Choose a portal",
|
|
578
573
|
"Limit results to current map view": "Limit results to current map view",
|
|
579
|
-
"Please choose an instance first.": "Please choose an instance first."
|
|
574
|
+
"Please choose an instance first.": "Please choose an instance first.",
|
|
575
|
+
"No geo column found: must be either `lat(itude)` and `lon(gitude)` or `geom(etry)`.": "No geo column found: must be either `lat(itude)` and `lon(gitude)` or `geom(etry)`.",
|
|
576
|
+
"Add a new field": "Add a new field",
|
|
577
|
+
"Are you sure you want to delete this field on all the features?": "Are you sure you want to delete this field on all the features?",
|
|
578
|
+
"Please enter the new name of this field": "Please enter the new name of this field",
|
|
579
|
+
"Cannot process MultiPoint": "Cannot process MultiPoint",
|
|
580
|
+
"Manage Fields": "Manage Fields",
|
|
581
|
+
"Rename this field": "Rename this field",
|
|
582
|
+
"Delete this field": "Delete this field",
|
|
583
|
+
"Double click to edit the name": "Double click to edit the name"
|
|
580
584
|
}
|
|
581
585
|
L.registerLocale("nl", locale)
|
|
582
586
|
L.setLocale("nl")
|
umap/static/umap/locale/nl.json
CHANGED
|
@@ -16,7 +16,6 @@
|
|
|
16
16
|
"Activate slideshow mode": "Activeer slidshow modus",
|
|
17
17
|
"Add a layer": "Laag toevoegen",
|
|
18
18
|
"Add a line to the current multi": "Voeg een lijn toe aan de huidige multilijn",
|
|
19
|
-
"Add a new property": "Voeg een nieuwe eigenschap toe",
|
|
20
19
|
"Add a polygon to the current multi": "Voeg een nieuwe polygoon toe aan de huidige multipolygoon",
|
|
21
20
|
"Add image URL": "Voeg URL van afbeelding toe",
|
|
22
21
|
"Advanced actions": "Geavanceerde acties",
|
|
@@ -29,7 +28,6 @@
|
|
|
29
28
|
"Animated transitions": "Geavanceerde overgangen",
|
|
30
29
|
"Are you sure you want to clone this map and all its datalayers?": "Weet je zeker dat je deze kaart en alle gegevenslagen wil klonen?",
|
|
31
30
|
"Are you sure you want to delete this map?": "Weet je zeker dat je deze kaart wilt verwijderen?",
|
|
32
|
-
"Are you sure you want to delete this property on all the features?": "Ben je zeker dat je deze eigenschap bij alle objecten wil verwijderen?",
|
|
33
31
|
"Are you sure you want to restore this version?": "Weet je zeker dat je deze versie wilt terugzetten?",
|
|
34
32
|
"Attach the map to my account": "Voeg de kaart toe aan mijn account",
|
|
35
33
|
"attribution": "bronvermelding",
|
|
@@ -157,7 +155,6 @@
|
|
|
157
155
|
"Format": "Formaat",
|
|
158
156
|
"From zoom": "Van zoom",
|
|
159
157
|
"full backup": "Volledige back-up ",
|
|
160
|
-
"Generic": "Algemeen",
|
|
161
158
|
"GeoRSS (only link)": "GeoRSS (enkel link)",
|
|
162
159
|
"GeoRSS (title + image)": "GeoRSS (titel + afbeelding)",
|
|
163
160
|
"Go to \"{coords}\"": "Ga naar \"{coords}\"",
|
|
@@ -273,7 +270,6 @@
|
|
|
273
270
|
"Please be sure the licence is compliant with your use.": "Zorg er aub voor dat je je aan de licentievoorwaarden houdt",
|
|
274
271
|
"Please choose a format": "Kies een formaat",
|
|
275
272
|
"Please enter the name of the property": "Vul de naam in van de eigenschap",
|
|
276
|
-
"Please enter the new name of this property": "Vul de nieuwe naam in van de eigenschap",
|
|
277
273
|
"Please save the map first": "Graag eerst de kaart opslaan",
|
|
278
274
|
"Popup (large)": "Popup (groot)",
|
|
279
275
|
"Popup content style": "Stijl van de inhoud van de Popup",
|
|
@@ -406,7 +402,6 @@
|
|
|
406
402
|
"Until": "Tot",
|
|
407
403
|
"Example: key1,key2|Label 2,key3|Label 3|checkbox": "Voorbeeld: sleutel1,sleutel2|Label 2,sleutel3|Label 3|selectievakje",
|
|
408
404
|
"Edit in OpenStreetMap": "Bewerken in OpenStreetMap",
|
|
409
|
-
"Cannot determine latitude and longitude columns.": "Kan lengte- en breedtegraadkolommen niet bepalen.",
|
|
410
405
|
"Back to layers": "Terug naar lagen",
|
|
411
406
|
"Filters": "Filters",
|
|
412
407
|
"Comma separated list of properties to use when filtering features by text input": "Door komma's gescheiden lijst met eigenschappen die moeten worden gebruikt bij het filteren van elementen op tekstinvoer",
|
|
@@ -576,5 +571,14 @@
|
|
|
576
571
|
"Import data from public open data portals": "Import data from public open data portals",
|
|
577
572
|
"Choose a portal": "Choose a portal",
|
|
578
573
|
"Limit results to current map view": "Limit results to current map view",
|
|
579
|
-
"Please choose an instance first.": "Please choose an instance first."
|
|
574
|
+
"Please choose an instance first.": "Please choose an instance first.",
|
|
575
|
+
"No geo column found: must be either `lat(itude)` and `lon(gitude)` or `geom(etry)`.": "No geo column found: must be either `lat(itude)` and `lon(gitude)` or `geom(etry)`.",
|
|
576
|
+
"Add a new field": "Add a new field",
|
|
577
|
+
"Are you sure you want to delete this field on all the features?": "Are you sure you want to delete this field on all the features?",
|
|
578
|
+
"Please enter the new name of this field": "Please enter the new name of this field",
|
|
579
|
+
"Cannot process MultiPoint": "Cannot process MultiPoint",
|
|
580
|
+
"Manage Fields": "Manage Fields",
|
|
581
|
+
"Rename this field": "Rename this field",
|
|
582
|
+
"Delete this field": "Delete this field",
|
|
583
|
+
"Double click to edit the name": "Double click to edit the name"
|
|
580
584
|
}
|
umap/static/umap/locale/no.js
CHANGED
|
@@ -16,7 +16,6 @@ const locale = {
|
|
|
16
16
|
"Activate slideshow mode": "Activate slideshow mode",
|
|
17
17
|
"Add a layer": "Legg til et lag",
|
|
18
18
|
"Add a line to the current multi": "Legg en linje til gjeldende multi",
|
|
19
|
-
"Add a new property": "Legg til en ny egenskap",
|
|
20
19
|
"Add a polygon to the current multi": "Legg et polygon til gjeldende multi",
|
|
21
20
|
"Add image URL": "Add image URL",
|
|
22
21
|
"Advanced actions": "Avanserte handlinger",
|
|
@@ -29,7 +28,6 @@ const locale = {
|
|
|
29
28
|
"Animated transitions": "Animated transitions",
|
|
30
29
|
"Are you sure you want to clone this map and all its datalayers?": "Er du sikker på at du vil klone dette kartet og alle tilhørende datalag?",
|
|
31
30
|
"Are you sure you want to delete this map?": "Er du sikker på at du vil slette dette kartet?",
|
|
32
|
-
"Are you sure you want to delete this property on all the features?": "Er du sikker på at du vil slette denne egenskapen fra alle objektene?",
|
|
33
31
|
"Are you sure you want to restore this version?": "Er du sikker på at du vil gjenopprette denne versjonen?",
|
|
34
32
|
"Attach the map to my account": "Koble opp kartet til min konto",
|
|
35
33
|
"attribution": "attribution",
|
|
@@ -157,7 +155,6 @@ const locale = {
|
|
|
157
155
|
"Format": "Format",
|
|
158
156
|
"From zoom": "Fra zoom",
|
|
159
157
|
"full backup": "full backup",
|
|
160
|
-
"Generic": "Generic",
|
|
161
158
|
"GeoRSS (only link)": "GeoRSS (bare link)",
|
|
162
159
|
"GeoRSS (title + image)": "GeoRSS (tittel og bilde)",
|
|
163
160
|
"Go to \"{coords}\"": "Go to \"{coords}\"",
|
|
@@ -273,7 +270,6 @@ const locale = {
|
|
|
273
270
|
"Please be sure the licence is compliant with your use.": "Please be sure the licence is compliant with your use.",
|
|
274
271
|
"Please choose a format": "Please choose a format",
|
|
275
272
|
"Please enter the name of the property": "Please enter the name of the property",
|
|
276
|
-
"Please enter the new name of this property": "Please enter the new name of this property",
|
|
277
273
|
"Please save the map first": "Please save the map first",
|
|
278
274
|
"Popup (large)": "Popup (large)",
|
|
279
275
|
"Popup content style": "Popup content style",
|
|
@@ -406,7 +402,6 @@ const locale = {
|
|
|
406
402
|
"Until": "Until",
|
|
407
403
|
"Example: key1,key2|Label 2,key3|Label 3|checkbox": "Example: key1,key2|Label 2,key3|Label 3|checkbox",
|
|
408
404
|
"Edit in OpenStreetMap": "Edit in OpenStreetMap",
|
|
409
|
-
"Cannot determine latitude and longitude columns.": "Cannot determine latitude and longitude columns.",
|
|
410
405
|
"Back to layers": "Back to layers",
|
|
411
406
|
"Filters": "Filters",
|
|
412
407
|
"Comma separated list of properties to use when filtering features by text input": "Comma separated list of properties to use when filtering features by text input",
|
|
@@ -543,7 +538,49 @@ const locale = {
|
|
|
543
538
|
"Back to list": "Back to list",
|
|
544
539
|
"Toggle rule": "Toggle rule",
|
|
545
540
|
"Delete rule": "Delete rule",
|
|
546
|
-
"Cannot save layer, please try again in a few minutes.": "Cannot save layer, please try again in a few minutes."
|
|
541
|
+
"Cannot save layer, please try again in a few minutes.": "Cannot save layer, please try again in a few minutes.",
|
|
542
|
+
"Activate collaborative live editing on this map. Other users must reload the map after changing this setting.": "Activate collaborative live editing on this map. Other users must reload the map after changing this setting.",
|
|
543
|
+
"More help resources": "More help resources",
|
|
544
|
+
"This map is a template": "This map is a template",
|
|
545
|
+
"Add text along path": "Add text along path",
|
|
546
|
+
"Text color": "Text color",
|
|
547
|
+
"Text offset": "Text offset",
|
|
548
|
+
"Text position": "Text position",
|
|
549
|
+
"start": "start",
|
|
550
|
+
"center": "center",
|
|
551
|
+
"end": "end",
|
|
552
|
+
"Text repeat": "Text repeat",
|
|
553
|
+
"Text rotate": "Text rotate",
|
|
554
|
+
"Text size": "Text size",
|
|
555
|
+
"Load map template": "Load map template",
|
|
556
|
+
"My templates": "My templates",
|
|
557
|
+
"From staff": "From staff",
|
|
558
|
+
"From community": "From community",
|
|
559
|
+
"You must select a template.": "You must select a template.",
|
|
560
|
+
"Line decoration": "Line decoration",
|
|
561
|
+
"Reuse this template": "Reuse this template",
|
|
562
|
+
"Create a new map using this template": "Create a new map using this template",
|
|
563
|
+
"Save template": "Save template",
|
|
564
|
+
"Load template": "Load template",
|
|
565
|
+
"Loading a template will apply predefined styles and settings to your map": "Loading a template will apply predefined styles and settings to your map",
|
|
566
|
+
"Load template with data": "Load template with data",
|
|
567
|
+
"You have no registered template yet. You can add one by creating a new map and flagging it as \"template\".": "You have no registered template yet. You can add one by creating a new map and flagging it as \"template\".",
|
|
568
|
+
"There is no recommended template yet. Recommended templates are the ones starred by uMap administrators.": "There is no recommended template yet. Recommended templates are the ones starred by uMap administrators.",
|
|
569
|
+
"There is no public template yet.": "There is no public template yet.",
|
|
570
|
+
"Explore": "Explore",
|
|
571
|
+
"Import data from public open data portals": "Import data from public open data portals",
|
|
572
|
+
"Choose a portal": "Choose a portal",
|
|
573
|
+
"Limit results to current map view": "Limit results to current map view",
|
|
574
|
+
"Please choose an instance first.": "Please choose an instance first.",
|
|
575
|
+
"No geo column found: must be either `lat(itude)` and `lon(gitude)` or `geom(etry)`.": "No geo column found: must be either `lat(itude)` and `lon(gitude)` or `geom(etry)`.",
|
|
576
|
+
"Add a new field": "Add a new field",
|
|
577
|
+
"Are you sure you want to delete this field on all the features?": "Are you sure you want to delete this field on all the features?",
|
|
578
|
+
"Please enter the new name of this field": "Please enter the new name of this field",
|
|
579
|
+
"Cannot process MultiPoint": "Cannot process MultiPoint",
|
|
580
|
+
"Manage Fields": "Manage Fields",
|
|
581
|
+
"Rename this field": "Rename this field",
|
|
582
|
+
"Delete this field": "Delete this field",
|
|
583
|
+
"Double click to edit the name": "Double click to edit the name"
|
|
547
584
|
}
|
|
548
585
|
L.registerLocale("no", locale)
|
|
549
586
|
L.setLocale("no")
|
umap/static/umap/locale/no.json
CHANGED
|
@@ -16,7 +16,6 @@
|
|
|
16
16
|
"Activate slideshow mode": "Activate slideshow mode",
|
|
17
17
|
"Add a layer": "Legg til et lag",
|
|
18
18
|
"Add a line to the current multi": "Legg en linje til gjeldende multi",
|
|
19
|
-
"Add a new property": "Legg til en ny egenskap",
|
|
20
19
|
"Add a polygon to the current multi": "Legg et polygon til gjeldende multi",
|
|
21
20
|
"Add image URL": "Add image URL",
|
|
22
21
|
"Advanced actions": "Avanserte handlinger",
|
|
@@ -29,7 +28,6 @@
|
|
|
29
28
|
"Animated transitions": "Animated transitions",
|
|
30
29
|
"Are you sure you want to clone this map and all its datalayers?": "Er du sikker på at du vil klone dette kartet og alle tilhørende datalag?",
|
|
31
30
|
"Are you sure you want to delete this map?": "Er du sikker på at du vil slette dette kartet?",
|
|
32
|
-
"Are you sure you want to delete this property on all the features?": "Er du sikker på at du vil slette denne egenskapen fra alle objektene?",
|
|
33
31
|
"Are you sure you want to restore this version?": "Er du sikker på at du vil gjenopprette denne versjonen?",
|
|
34
32
|
"Attach the map to my account": "Koble opp kartet til min konto",
|
|
35
33
|
"attribution": "attribution",
|
|
@@ -157,7 +155,6 @@
|
|
|
157
155
|
"Format": "Format",
|
|
158
156
|
"From zoom": "Fra zoom",
|
|
159
157
|
"full backup": "full backup",
|
|
160
|
-
"Generic": "Generic",
|
|
161
158
|
"GeoRSS (only link)": "GeoRSS (bare link)",
|
|
162
159
|
"GeoRSS (title + image)": "GeoRSS (tittel og bilde)",
|
|
163
160
|
"Go to \"{coords}\"": "Go to \"{coords}\"",
|
|
@@ -273,7 +270,6 @@
|
|
|
273
270
|
"Please be sure the licence is compliant with your use.": "Please be sure the licence is compliant with your use.",
|
|
274
271
|
"Please choose a format": "Please choose a format",
|
|
275
272
|
"Please enter the name of the property": "Please enter the name of the property",
|
|
276
|
-
"Please enter the new name of this property": "Please enter the new name of this property",
|
|
277
273
|
"Please save the map first": "Please save the map first",
|
|
278
274
|
"Popup (large)": "Popup (large)",
|
|
279
275
|
"Popup content style": "Popup content style",
|
|
@@ -406,7 +402,6 @@
|
|
|
406
402
|
"Until": "Until",
|
|
407
403
|
"Example: key1,key2|Label 2,key3|Label 3|checkbox": "Example: key1,key2|Label 2,key3|Label 3|checkbox",
|
|
408
404
|
"Edit in OpenStreetMap": "Edit in OpenStreetMap",
|
|
409
|
-
"Cannot determine latitude and longitude columns.": "Cannot determine latitude and longitude columns.",
|
|
410
405
|
"Back to layers": "Back to layers",
|
|
411
406
|
"Filters": "Filters",
|
|
412
407
|
"Comma separated list of properties to use when filtering features by text input": "Comma separated list of properties to use when filtering features by text input",
|
|
@@ -543,5 +538,47 @@
|
|
|
543
538
|
"Back to list": "Back to list",
|
|
544
539
|
"Toggle rule": "Toggle rule",
|
|
545
540
|
"Delete rule": "Delete rule",
|
|
546
|
-
"Cannot save layer, please try again in a few minutes.": "Cannot save layer, please try again in a few minutes."
|
|
541
|
+
"Cannot save layer, please try again in a few minutes.": "Cannot save layer, please try again in a few minutes.",
|
|
542
|
+
"Activate collaborative live editing on this map. Other users must reload the map after changing this setting.": "Activate collaborative live editing on this map. Other users must reload the map after changing this setting.",
|
|
543
|
+
"More help resources": "More help resources",
|
|
544
|
+
"This map is a template": "This map is a template",
|
|
545
|
+
"Add text along path": "Add text along path",
|
|
546
|
+
"Text color": "Text color",
|
|
547
|
+
"Text offset": "Text offset",
|
|
548
|
+
"Text position": "Text position",
|
|
549
|
+
"start": "start",
|
|
550
|
+
"center": "center",
|
|
551
|
+
"end": "end",
|
|
552
|
+
"Text repeat": "Text repeat",
|
|
553
|
+
"Text rotate": "Text rotate",
|
|
554
|
+
"Text size": "Text size",
|
|
555
|
+
"Load map template": "Load map template",
|
|
556
|
+
"My templates": "My templates",
|
|
557
|
+
"From staff": "From staff",
|
|
558
|
+
"From community": "From community",
|
|
559
|
+
"You must select a template.": "You must select a template.",
|
|
560
|
+
"Line decoration": "Line decoration",
|
|
561
|
+
"Reuse this template": "Reuse this template",
|
|
562
|
+
"Create a new map using this template": "Create a new map using this template",
|
|
563
|
+
"Save template": "Save template",
|
|
564
|
+
"Load template": "Load template",
|
|
565
|
+
"Loading a template will apply predefined styles and settings to your map": "Loading a template will apply predefined styles and settings to your map",
|
|
566
|
+
"Load template with data": "Load template with data",
|
|
567
|
+
"You have no registered template yet. You can add one by creating a new map and flagging it as \"template\".": "You have no registered template yet. You can add one by creating a new map and flagging it as \"template\".",
|
|
568
|
+
"There is no recommended template yet. Recommended templates are the ones starred by uMap administrators.": "There is no recommended template yet. Recommended templates are the ones starred by uMap administrators.",
|
|
569
|
+
"There is no public template yet.": "There is no public template yet.",
|
|
570
|
+
"Explore": "Explore",
|
|
571
|
+
"Import data from public open data portals": "Import data from public open data portals",
|
|
572
|
+
"Choose a portal": "Choose a portal",
|
|
573
|
+
"Limit results to current map view": "Limit results to current map view",
|
|
574
|
+
"Please choose an instance first.": "Please choose an instance first.",
|
|
575
|
+
"No geo column found: must be either `lat(itude)` and `lon(gitude)` or `geom(etry)`.": "No geo column found: must be either `lat(itude)` and `lon(gitude)` or `geom(etry)`.",
|
|
576
|
+
"Add a new field": "Add a new field",
|
|
577
|
+
"Are you sure you want to delete this field on all the features?": "Are you sure you want to delete this field on all the features?",
|
|
578
|
+
"Please enter the new name of this field": "Please enter the new name of this field",
|
|
579
|
+
"Cannot process MultiPoint": "Cannot process MultiPoint",
|
|
580
|
+
"Manage Fields": "Manage Fields",
|
|
581
|
+
"Rename this field": "Rename this field",
|
|
582
|
+
"Delete this field": "Delete this field",
|
|
583
|
+
"Double click to edit the name": "Double click to edit the name"
|
|
547
584
|
}
|
umap/static/umap/locale/pl.js
CHANGED
|
@@ -16,7 +16,6 @@ const locale = {
|
|
|
16
16
|
"Activate slideshow mode": "Aktywuj pokaz slajdów",
|
|
17
17
|
"Add a layer": "Dodaj warstwę",
|
|
18
18
|
"Add a line to the current multi": "Dodaj linię do wybranego obszaru",
|
|
19
|
-
"Add a new property": "Dodaj nową właściwość",
|
|
20
19
|
"Add a polygon to the current multi": "Dodaj wielobok do wybranego obszaru",
|
|
21
20
|
"Add image URL": "Dodaj URL obrazka",
|
|
22
21
|
"Advanced actions": "Zaawansowane operacje",
|
|
@@ -29,7 +28,6 @@ const locale = {
|
|
|
29
28
|
"Animated transitions": "Animowane przejścia",
|
|
30
29
|
"Are you sure you want to clone this map and all its datalayers?": "Na pewno chcesz sklonować tę mapę razem z jej warstwami?",
|
|
31
30
|
"Are you sure you want to delete this map?": "Na pewno chcesz usunąć tą mapę?",
|
|
32
|
-
"Are you sure you want to delete this property on all the features?": "Na pewno chcesz usunąć tę właściwość we wszystkich obiektach?",
|
|
33
31
|
"Are you sure you want to restore this version?": "Na pewno chcesz przywrócić tę wersję?",
|
|
34
32
|
"Attach the map to my account": "Dołącz mapę do mojego konta",
|
|
35
33
|
"attribution": "oznaczenie autorstwa",
|
|
@@ -157,7 +155,6 @@ const locale = {
|
|
|
157
155
|
"Format": "Format",
|
|
158
156
|
"From zoom": "Od przybliżenia",
|
|
159
157
|
"full backup": "pełna kopia zapasowa",
|
|
160
|
-
"Generic": "Generic",
|
|
161
158
|
"GeoRSS (only link)": "GeoRSS (tylko link)",
|
|
162
159
|
"GeoRSS (title + image)": "GeoRSS (tytuł i obrazek)",
|
|
163
160
|
"Go to \"{coords}\"": "Idź do \"{coords}\"",
|
|
@@ -273,7 +270,6 @@ const locale = {
|
|
|
273
270
|
"Please be sure the licence is compliant with your use.": "Upewnij się, że korzystanie z tych danych jest zgodne z licencją.",
|
|
274
271
|
"Please choose a format": "Wybierz format",
|
|
275
272
|
"Please enter the name of the property": "Podaj nazwę właściwości",
|
|
276
|
-
"Please enter the new name of this property": "Podaj nową nazwę tej właściwości",
|
|
277
273
|
"Please save the map first": "Prosimy najpierw zapisać mapę",
|
|
278
274
|
"Popup (large)": "Wyskakujące okienko (duże)",
|
|
279
275
|
"Popup content style": "Styl zawartości wyskakującego okienka",
|
|
@@ -406,7 +402,6 @@ const locale = {
|
|
|
406
402
|
"Until": "Until",
|
|
407
403
|
"Example: key1,key2|Label 2,key3|Label 3|checkbox": "Example: key1,key2|Label 2,key3|Label 3|checkbox",
|
|
408
404
|
"Edit in OpenStreetMap": "Edytuj w OpenStreetMap",
|
|
409
|
-
"Cannot determine latitude and longitude columns.": "Cannot determine latitude and longitude columns.",
|
|
410
405
|
"Back to layers": "Z powrotem do warstw",
|
|
411
406
|
"Filters": "Filtry",
|
|
412
407
|
"Comma separated list of properties to use when filtering features by text input": "Comma separated list of properties to use when filtering features by text input",
|
|
@@ -543,7 +538,49 @@ const locale = {
|
|
|
543
538
|
"Back to list": "Back to list",
|
|
544
539
|
"Toggle rule": "Toggle rule",
|
|
545
540
|
"Delete rule": "Delete rule",
|
|
546
|
-
"Cannot save layer, please try again in a few minutes.": "Cannot save layer, please try again in a few minutes."
|
|
541
|
+
"Cannot save layer, please try again in a few minutes.": "Cannot save layer, please try again in a few minutes.",
|
|
542
|
+
"Activate collaborative live editing on this map. Other users must reload the map after changing this setting.": "Activate collaborative live editing on this map. Other users must reload the map after changing this setting.",
|
|
543
|
+
"More help resources": "More help resources",
|
|
544
|
+
"This map is a template": "This map is a template",
|
|
545
|
+
"Add text along path": "Add text along path",
|
|
546
|
+
"Text color": "Text color",
|
|
547
|
+
"Text offset": "Text offset",
|
|
548
|
+
"Text position": "Text position",
|
|
549
|
+
"start": "start",
|
|
550
|
+
"center": "center",
|
|
551
|
+
"end": "end",
|
|
552
|
+
"Text repeat": "Text repeat",
|
|
553
|
+
"Text rotate": "Text rotate",
|
|
554
|
+
"Text size": "Text size",
|
|
555
|
+
"Load map template": "Load map template",
|
|
556
|
+
"My templates": "My templates",
|
|
557
|
+
"From staff": "From staff",
|
|
558
|
+
"From community": "From community",
|
|
559
|
+
"You must select a template.": "You must select a template.",
|
|
560
|
+
"Line decoration": "Line decoration",
|
|
561
|
+
"Reuse this template": "Reuse this template",
|
|
562
|
+
"Create a new map using this template": "Create a new map using this template",
|
|
563
|
+
"Save template": "Save template",
|
|
564
|
+
"Load template": "Load template",
|
|
565
|
+
"Loading a template will apply predefined styles and settings to your map": "Loading a template will apply predefined styles and settings to your map",
|
|
566
|
+
"Load template with data": "Load template with data",
|
|
567
|
+
"You have no registered template yet. You can add one by creating a new map and flagging it as \"template\".": "You have no registered template yet. You can add one by creating a new map and flagging it as \"template\".",
|
|
568
|
+
"There is no recommended template yet. Recommended templates are the ones starred by uMap administrators.": "There is no recommended template yet. Recommended templates are the ones starred by uMap administrators.",
|
|
569
|
+
"There is no public template yet.": "There is no public template yet.",
|
|
570
|
+
"Explore": "Explore",
|
|
571
|
+
"Import data from public open data portals": "Import data from public open data portals",
|
|
572
|
+
"Choose a portal": "Choose a portal",
|
|
573
|
+
"Limit results to current map view": "Limit results to current map view",
|
|
574
|
+
"Please choose an instance first.": "Please choose an instance first.",
|
|
575
|
+
"No geo column found: must be either `lat(itude)` and `lon(gitude)` or `geom(etry)`.": "No geo column found: must be either `lat(itude)` and `lon(gitude)` or `geom(etry)`.",
|
|
576
|
+
"Add a new field": "Add a new field",
|
|
577
|
+
"Are you sure you want to delete this field on all the features?": "Are you sure you want to delete this field on all the features?",
|
|
578
|
+
"Please enter the new name of this field": "Please enter the new name of this field",
|
|
579
|
+
"Cannot process MultiPoint": "Cannot process MultiPoint",
|
|
580
|
+
"Manage Fields": "Manage Fields",
|
|
581
|
+
"Rename this field": "Rename this field",
|
|
582
|
+
"Delete this field": "Delete this field",
|
|
583
|
+
"Double click to edit the name": "Double click to edit the name"
|
|
547
584
|
}
|
|
548
585
|
L.registerLocale("pl", locale)
|
|
549
586
|
L.setLocale("pl")
|
umap/static/umap/locale/pl.json
CHANGED
|
@@ -16,7 +16,6 @@
|
|
|
16
16
|
"Activate slideshow mode": "Aktywuj pokaz slajdów",
|
|
17
17
|
"Add a layer": "Dodaj warstwę",
|
|
18
18
|
"Add a line to the current multi": "Dodaj linię do wybranego obszaru",
|
|
19
|
-
"Add a new property": "Dodaj nową właściwość",
|
|
20
19
|
"Add a polygon to the current multi": "Dodaj wielobok do wybranego obszaru",
|
|
21
20
|
"Add image URL": "Dodaj URL obrazka",
|
|
22
21
|
"Advanced actions": "Zaawansowane operacje",
|
|
@@ -29,7 +28,6 @@
|
|
|
29
28
|
"Animated transitions": "Animowane przejścia",
|
|
30
29
|
"Are you sure you want to clone this map and all its datalayers?": "Na pewno chcesz sklonować tę mapę razem z jej warstwami?",
|
|
31
30
|
"Are you sure you want to delete this map?": "Na pewno chcesz usunąć tą mapę?",
|
|
32
|
-
"Are you sure you want to delete this property on all the features?": "Na pewno chcesz usunąć tę właściwość we wszystkich obiektach?",
|
|
33
31
|
"Are you sure you want to restore this version?": "Na pewno chcesz przywrócić tę wersję?",
|
|
34
32
|
"Attach the map to my account": "Dołącz mapę do mojego konta",
|
|
35
33
|
"attribution": "oznaczenie autorstwa",
|
|
@@ -157,7 +155,6 @@
|
|
|
157
155
|
"Format": "Format",
|
|
158
156
|
"From zoom": "Od przybliżenia",
|
|
159
157
|
"full backup": "pełna kopia zapasowa",
|
|
160
|
-
"Generic": "Generic",
|
|
161
158
|
"GeoRSS (only link)": "GeoRSS (tylko link)",
|
|
162
159
|
"GeoRSS (title + image)": "GeoRSS (tytuł i obrazek)",
|
|
163
160
|
"Go to \"{coords}\"": "Idź do \"{coords}\"",
|
|
@@ -273,7 +270,6 @@
|
|
|
273
270
|
"Please be sure the licence is compliant with your use.": "Upewnij się, że korzystanie z tych danych jest zgodne z licencją.",
|
|
274
271
|
"Please choose a format": "Wybierz format",
|
|
275
272
|
"Please enter the name of the property": "Podaj nazwę właściwości",
|
|
276
|
-
"Please enter the new name of this property": "Podaj nową nazwę tej właściwości",
|
|
277
273
|
"Please save the map first": "Prosimy najpierw zapisać mapę",
|
|
278
274
|
"Popup (large)": "Wyskakujące okienko (duże)",
|
|
279
275
|
"Popup content style": "Styl zawartości wyskakującego okienka",
|
|
@@ -406,7 +402,6 @@
|
|
|
406
402
|
"Until": "Until",
|
|
407
403
|
"Example: key1,key2|Label 2,key3|Label 3|checkbox": "Example: key1,key2|Label 2,key3|Label 3|checkbox",
|
|
408
404
|
"Edit in OpenStreetMap": "Edytuj w OpenStreetMap",
|
|
409
|
-
"Cannot determine latitude and longitude columns.": "Cannot determine latitude and longitude columns.",
|
|
410
405
|
"Back to layers": "Z powrotem do warstw",
|
|
411
406
|
"Filters": "Filtry",
|
|
412
407
|
"Comma separated list of properties to use when filtering features by text input": "Comma separated list of properties to use when filtering features by text input",
|
|
@@ -543,5 +538,47 @@
|
|
|
543
538
|
"Back to list": "Back to list",
|
|
544
539
|
"Toggle rule": "Toggle rule",
|
|
545
540
|
"Delete rule": "Delete rule",
|
|
546
|
-
"Cannot save layer, please try again in a few minutes.": "Cannot save layer, please try again in a few minutes."
|
|
541
|
+
"Cannot save layer, please try again in a few minutes.": "Cannot save layer, please try again in a few minutes.",
|
|
542
|
+
"Activate collaborative live editing on this map. Other users must reload the map after changing this setting.": "Activate collaborative live editing on this map. Other users must reload the map after changing this setting.",
|
|
543
|
+
"More help resources": "More help resources",
|
|
544
|
+
"This map is a template": "This map is a template",
|
|
545
|
+
"Add text along path": "Add text along path",
|
|
546
|
+
"Text color": "Text color",
|
|
547
|
+
"Text offset": "Text offset",
|
|
548
|
+
"Text position": "Text position",
|
|
549
|
+
"start": "start",
|
|
550
|
+
"center": "center",
|
|
551
|
+
"end": "end",
|
|
552
|
+
"Text repeat": "Text repeat",
|
|
553
|
+
"Text rotate": "Text rotate",
|
|
554
|
+
"Text size": "Text size",
|
|
555
|
+
"Load map template": "Load map template",
|
|
556
|
+
"My templates": "My templates",
|
|
557
|
+
"From staff": "From staff",
|
|
558
|
+
"From community": "From community",
|
|
559
|
+
"You must select a template.": "You must select a template.",
|
|
560
|
+
"Line decoration": "Line decoration",
|
|
561
|
+
"Reuse this template": "Reuse this template",
|
|
562
|
+
"Create a new map using this template": "Create a new map using this template",
|
|
563
|
+
"Save template": "Save template",
|
|
564
|
+
"Load template": "Load template",
|
|
565
|
+
"Loading a template will apply predefined styles and settings to your map": "Loading a template will apply predefined styles and settings to your map",
|
|
566
|
+
"Load template with data": "Load template with data",
|
|
567
|
+
"You have no registered template yet. You can add one by creating a new map and flagging it as \"template\".": "You have no registered template yet. You can add one by creating a new map and flagging it as \"template\".",
|
|
568
|
+
"There is no recommended template yet. Recommended templates are the ones starred by uMap administrators.": "There is no recommended template yet. Recommended templates are the ones starred by uMap administrators.",
|
|
569
|
+
"There is no public template yet.": "There is no public template yet.",
|
|
570
|
+
"Explore": "Explore",
|
|
571
|
+
"Import data from public open data portals": "Import data from public open data portals",
|
|
572
|
+
"Choose a portal": "Choose a portal",
|
|
573
|
+
"Limit results to current map view": "Limit results to current map view",
|
|
574
|
+
"Please choose an instance first.": "Please choose an instance first.",
|
|
575
|
+
"No geo column found: must be either `lat(itude)` and `lon(gitude)` or `geom(etry)`.": "No geo column found: must be either `lat(itude)` and `lon(gitude)` or `geom(etry)`.",
|
|
576
|
+
"Add a new field": "Add a new field",
|
|
577
|
+
"Are you sure you want to delete this field on all the features?": "Are you sure you want to delete this field on all the features?",
|
|
578
|
+
"Please enter the new name of this field": "Please enter the new name of this field",
|
|
579
|
+
"Cannot process MultiPoint": "Cannot process MultiPoint",
|
|
580
|
+
"Manage Fields": "Manage Fields",
|
|
581
|
+
"Rename this field": "Rename this field",
|
|
582
|
+
"Delete this field": "Delete this field",
|
|
583
|
+
"Double click to edit the name": "Double click to edit the name"
|
|
547
584
|
}
|