umap-project 2.1.3__py3-none-any.whl → 2.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/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 +43 -156
- 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 +97 -73
- umap/static/umap/js/modules/dompurify.js +12 -0
- umap/static/umap/js/modules/facets.js +149 -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.autocomplete.js +40 -25
- umap/static/umap/js/umap.controls.js +227 -369
- umap/static/umap/js/umap.core.js +77 -366
- umap/static/umap/js/umap.datalayer.permissions.js +1 -1
- umap/static/umap/js/umap.features.js +62 -42
- umap/static/umap/js/umap.forms.js +128 -36
- umap/static/umap/js/umap.icon.js +11 -4
- umap/static/umap/js/umap.importer.js +78 -57
- umap/static/umap/js/umap.js +179 -156
- umap/static/umap/js/umap.layer.js +79 -40
- umap/static/umap/js/umap.permissions.js +13 -9
- umap/static/umap/js/umap.popup.js +26 -30
- umap/static/umap/js/umap.share.js +12 -9
- umap/static/umap/js/umap.tableeditor.js +4 -6
- umap/static/umap/js/umap.ui.js +10 -60
- umap/static/umap/locale/am_ET.js +243 -227
- umap/static/umap/locale/am_ET.json +21 -9
- umap/static/umap/locale/ar.js +243 -227
- umap/static/umap/locale/ar.json +21 -9
- umap/static/umap/locale/ast.js +243 -227
- umap/static/umap/locale/ast.json +21 -9
- umap/static/umap/locale/bg.js +243 -227
- umap/static/umap/locale/bg.json +21 -9
- umap/static/umap/locale/br.js +253 -237
- umap/static/umap/locale/br.json +25 -13
- umap/static/umap/locale/ca.js +243 -227
- umap/static/umap/locale/ca.json +21 -9
- umap/static/umap/locale/cs_CZ.js +243 -227
- umap/static/umap/locale/cs_CZ.json +21 -9
- umap/static/umap/locale/da.js +243 -227
- umap/static/umap/locale/da.json +21 -9
- umap/static/umap/locale/de.js +243 -227
- umap/static/umap/locale/de.json +21 -9
- umap/static/umap/locale/el.js +243 -227
- umap/static/umap/locale/el.json +21 -9
- umap/static/umap/locale/en.js +243 -234
- umap/static/umap/locale/en.json +22 -10
- umap/static/umap/locale/en_US.json +21 -9
- umap/static/umap/locale/es.js +243 -227
- umap/static/umap/locale/es.json +21 -9
- umap/static/umap/locale/et.js +243 -227
- umap/static/umap/locale/et.json +21 -9
- umap/static/umap/locale/eu.js +227 -199
- umap/static/umap/locale/eu.json +1 -1
- umap/static/umap/locale/fa_IR.js +243 -227
- umap/static/umap/locale/fa_IR.json +21 -9
- umap/static/umap/locale/fi.js +243 -227
- umap/static/umap/locale/fi.json +21 -9
- umap/static/umap/locale/fr.js +243 -234
- umap/static/umap/locale/fr.json +21 -9
- umap/static/umap/locale/gl.js +243 -227
- umap/static/umap/locale/gl.json +21 -9
- umap/static/umap/locale/he.js +243 -227
- umap/static/umap/locale/he.json +21 -9
- umap/static/umap/locale/hr.js +243 -227
- umap/static/umap/locale/hr.json +21 -9
- umap/static/umap/locale/hu.js +243 -234
- umap/static/umap/locale/hu.json +21 -9
- umap/static/umap/locale/id.js +243 -227
- umap/static/umap/locale/id.json +21 -9
- umap/static/umap/locale/is.js +243 -227
- umap/static/umap/locale/is.json +21 -9
- umap/static/umap/locale/it.js +243 -234
- umap/static/umap/locale/it.json +21 -9
- umap/static/umap/locale/ja.js +243 -227
- umap/static/umap/locale/ja.json +21 -9
- umap/static/umap/locale/ko.js +243 -227
- umap/static/umap/locale/ko.json +21 -9
- umap/static/umap/locale/lt.js +243 -227
- umap/static/umap/locale/lt.json +21 -9
- umap/static/umap/locale/ms.js +243 -234
- umap/static/umap/locale/ms.json +22 -10
- umap/static/umap/locale/nl.js +246 -230
- umap/static/umap/locale/nl.json +21 -9
- umap/static/umap/locale/no.js +243 -227
- umap/static/umap/locale/no.json +21 -9
- umap/static/umap/locale/pl.js +243 -227
- umap/static/umap/locale/pl.json +21 -9
- umap/static/umap/locale/pl_PL.json +21 -9
- umap/static/umap/locale/pt.js +243 -227
- umap/static/umap/locale/pt.json +21 -9
- umap/static/umap/locale/pt_BR.js +243 -227
- umap/static/umap/locale/pt_BR.json +21 -9
- umap/static/umap/locale/pt_PT.js +243 -227
- umap/static/umap/locale/pt_PT.json +21 -9
- umap/static/umap/locale/ro.js +243 -227
- umap/static/umap/locale/ro.json +21 -9
- umap/static/umap/locale/ru.js +243 -227
- umap/static/umap/locale/ru.json +21 -9
- umap/static/umap/locale/si.js +1 -1
- umap/static/umap/locale/si.json +1 -1
- umap/static/umap/locale/sk_SK.js +243 -227
- umap/static/umap/locale/sk_SK.json +21 -9
- umap/static/umap/locale/sl.js +243 -227
- umap/static/umap/locale/sl.json +21 -9
- umap/static/umap/locale/sr.js +243 -227
- umap/static/umap/locale/sr.json +21 -9
- umap/static/umap/locale/sv.js +243 -227
- umap/static/umap/locale/sv.json +21 -9
- umap/static/umap/locale/th_TH.js +243 -227
- umap/static/umap/locale/th_TH.json +21 -9
- umap/static/umap/locale/tr.js +243 -227
- umap/static/umap/locale/tr.json +21 -9
- umap/static/umap/locale/uk_UA.js +243 -227
- umap/static/umap/locale/uk_UA.json +21 -9
- umap/static/umap/locale/vi.js +243 -227
- umap/static/umap/locale/vi.json +21 -9
- umap/static/umap/locale/vi_VN.json +21 -9
- umap/static/umap/locale/zh.js +243 -227
- umap/static/umap/locale/zh.json +21 -9
- umap/static/umap/locale/zh_CN.json +21 -9
- umap/static/umap/locale/zh_TW.Big5.json +21 -9
- umap/static/umap/locale/zh_TW.js +243 -234
- umap/static/umap/locale/zh_TW.json +21 -9
- umap/static/umap/map.css +124 -264
- 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/formbuilder/Leaflet.FormBuilder.js +1 -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 +27 -5
- umap/tests/integration/test_basics.py +21 -0
- 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 +189 -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 +72 -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_tilelayer.py +10 -0
- 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.0.dist-info}/METADATA +12 -12
- {umap_project-2.1.3.dist-info → umap_project-2.2.0.dist-info}/RECORD +198 -182
- {umap_project-2.1.3.dist-info → umap_project-2.2.0.dist-info}/WHEEL +1 -1
- 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.0.dist-info}/entry_points.txt +0 -0
- {umap_project-2.1.3.dist-info → umap_project-2.2.0.dist-info}/licenses/LICENSE +0 -0
umap/static/umap/locale/nl.js
CHANGED
|
@@ -1,280 +1,414 @@
|
|
|
1
1
|
const locale = {
|
|
2
|
-
"
|
|
3
|
-
"
|
|
4
|
-
"Ball": "Kopspeld",
|
|
5
|
-
"Cancel": "Annuleren",
|
|
6
|
-
"Caption": "Hoofding",
|
|
7
|
-
"Choose the data format": "Gegevensformaat selecteren",
|
|
8
|
-
"Choose the layer of the feature": "Kies de laag van het object",
|
|
9
|
-
"Circle": "Cirkel",
|
|
10
|
-
"Clustered": "Bij elkaar gevoegd",
|
|
11
|
-
"Data browser": "Data browser",
|
|
12
|
-
"Default": "Standaard",
|
|
13
|
-
"Default zoom level": "Standaard schaalniveau",
|
|
14
|
-
"Default: name": "Standaard: naam",
|
|
15
|
-
"Display label": "Toon het label",
|
|
16
|
-
"Display the control to open OpenStreetMap editor": "Toon OpenStreetMap editor knop",
|
|
17
|
-
"Display the data layers control": "Toon data lagen knop",
|
|
18
|
-
"Display the embed control": "Toon inbedden knop",
|
|
19
|
-
"Display the fullscreen control": "Toon volledig scherm knop",
|
|
20
|
-
"Display the locate control": "Toon lokaliseer mij knop",
|
|
21
|
-
"Display the measure control": "Toon meetinstrument knop",
|
|
22
|
-
"Display the search control": "Toon zoeken knop",
|
|
23
|
-
"Display the tile layers control": "Toon achtergrondlagen knop",
|
|
24
|
-
"Display the zoom control": "Toon zoom knop",
|
|
25
|
-
"Do you want to display a caption bar?": "Wil je een hoofding tonen?",
|
|
26
|
-
"Do you want to display a minimap?": "Wil je een minikaartje tonen?",
|
|
27
|
-
"Do you want to display a panel on load?": "Wil je een zijpaneel tonen als de kaart geladen wordt?",
|
|
28
|
-
"Do you want to display popup footer?": "Wil je een popup-footer tonen?",
|
|
29
|
-
"Do you want to display the scale control?": "Wil je het schaal-besturingselement tonen?",
|
|
30
|
-
"Do you want to display the «more» control?": "Wil je de knop «meer» laten zien?",
|
|
31
|
-
"Drop": "Druppel",
|
|
32
|
-
"GeoRSS (only link)": "GeoRSS (enkel link)",
|
|
33
|
-
"GeoRSS (title + image)": "GeoRSS (titel + afbeelding)",
|
|
34
|
-
"Heatmap": "Hittekaart",
|
|
35
|
-
"Icon shape": "Vorm van het icoon",
|
|
36
|
-
"Icon symbol": "Symbool voor het icoon",
|
|
37
|
-
"Inherit": "Overerving",
|
|
38
|
-
"Label direction": "Richting van het label",
|
|
39
|
-
"Label key": "Attribuut als label",
|
|
40
|
-
"Labels are clickable": "Labels kunnen aangeklikt worden",
|
|
41
|
-
"None": "Geen",
|
|
42
|
-
"On the bottom": "Aan de onderkant",
|
|
43
|
-
"On the left": "Aan de linkerkant",
|
|
44
|
-
"On the right": "Aan de rechterkant",
|
|
45
|
-
"On the top": "Aan de bovenkant",
|
|
46
|
-
"Popup content template": "Template voor de popup",
|
|
47
|
-
"Side panel": "Zijpaneel",
|
|
48
|
-
"Simplify": "Vereenvoudig",
|
|
49
|
-
"Table": "Tabel",
|
|
50
|
-
"always": "altijd",
|
|
51
|
-
"clear": "wis",
|
|
52
|
-
"collapsed": "dichtgeklapt",
|
|
53
|
-
"color": "kleur",
|
|
54
|
-
"dash array": "soort stippellijn",
|
|
55
|
-
"define": "definieer",
|
|
56
|
-
"description": "beschrijving",
|
|
57
|
-
"expanded": "opengeklapt",
|
|
58
|
-
"fill": "opvullen",
|
|
59
|
-
"fill color": "opvulkleur",
|
|
60
|
-
"fill opacity": "(on)doorzichtigheid van inkleuring",
|
|
61
|
-
"hidden": "verborgen",
|
|
62
|
-
"iframe": "iframe",
|
|
63
|
-
"inherit": "overerven",
|
|
64
|
-
"name": "naam",
|
|
65
|
-
"never": "nooit",
|
|
66
|
-
"new window": "nieuw venster",
|
|
67
|
-
"no": "neen",
|
|
68
|
-
"on hover": "als de muis erover gaat",
|
|
69
|
-
"opacity": "ondoorzichtigheid",
|
|
70
|
-
"parent window": "bovenliggend venster",
|
|
71
|
-
"stroke": "omlijnde vlakken",
|
|
72
|
-
"weight": "lijndikte",
|
|
73
|
-
"yes": "ja",
|
|
74
|
-
"{delay} seconds": "{delay} seconden",
|
|
2
|
+
" (area: {measure})": "(oppervlakte: {measure})",
|
|
3
|
+
" (length: {measure})": "(lengte: {measure})",
|
|
75
4
|
"# one hash for main heading": "# een hekje voor koptekst 1",
|
|
76
5
|
"## two hashes for second heading": "## twee hekjes voor koptekst 2",
|
|
77
6
|
"### three hashes for third heading": "### drie hekjes voor koptekst 3",
|
|
78
7
|
"**double star for bold**": "** Twee sterretjes voor vet **",
|
|
8
|
+
"*single star for italic*": "*één ster voor italic*",
|
|
9
|
+
"--- for a horizontal rule": "--- voor een horizontale lijn",
|
|
10
|
+
"1 day": "1 dag",
|
|
11
|
+
"1 hour": "1 uur",
|
|
12
|
+
"5 min": "5 minuten",
|
|
79
13
|
"A comma separated list of numbers that defines the stroke dash pattern. Ex.: \"5, 10, 15\".": "Een lijst getallen, gescheiden door komma's, die het streepjespatroon definiëren. Vb: \"5, 10, 15\".",
|
|
80
14
|
"About": "Over",
|
|
15
|
+
"Action not allowed :(": "Handeling niet toegelaten :(",
|
|
81
16
|
"Activate slideshow mode": "Activeer slidshow modus",
|
|
82
17
|
"Add a layer": "Laag toevoegen",
|
|
83
18
|
"Add a line to the current multi": "Voeg een lijn toe aan de huidige multilijn",
|
|
84
19
|
"Add a new property": "Voeg een nieuwe eigenschap toe",
|
|
85
20
|
"Add a polygon to the current multi": "Voeg een nieuwe polygoon toe aan de huidige multipolygoon",
|
|
21
|
+
"Add image URL": "Voeg URL van afbeelding toe",
|
|
22
|
+
"Add": "Toevoegen",
|
|
86
23
|
"Advanced actions": "Geavanceerde acties",
|
|
87
24
|
"Advanced properties": "Geavanceerde eigenschappen",
|
|
25
|
+
"All data and settings of the map": "Alle data en instellingen van de kaart",
|
|
88
26
|
"All properties are imported.": "Alle eigenschappen zijn geïmporteerd",
|
|
89
27
|
"Allow interactions": "Sta interactie toe",
|
|
28
|
+
"Allow scroll wheel zoom?": "Zoomen met scrollwiel toestaan?",
|
|
29
|
+
"always": "altijd",
|
|
30
|
+
"Animated transitions": "Geavanceerde overgangen",
|
|
90
31
|
"Are you sure you want to cancel your changes?": "Weet je zeker dat je je wijzigingen wil annuleren?",
|
|
91
32
|
"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?",
|
|
92
33
|
"Are you sure you want to delete the feature?": "Weet je zeker dat je het object wil verwijderen?",
|
|
93
34
|
"Are you sure you want to delete this layer?": "Weet je zeker dat je deze laag wil verwijderen?",
|
|
94
35
|
"Are you sure you want to delete this map?": "Weet je zeker dat je deze kaart wilt verwijderen?",
|
|
95
|
-
"Are you sure you want to delete this property on all the features?": "
|
|
36
|
+
"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?",
|
|
96
37
|
"Are you sure you want to restore this version?": "Weet je zeker dat je deze versie wilt terugzetten?",
|
|
97
38
|
"Attach the map to my account": "Voeg de kaart toe aan mijn account",
|
|
39
|
+
"attribution": "bronvermelding",
|
|
98
40
|
"Auto": "Auto",
|
|
41
|
+
"Automatic": "Automatisch",
|
|
99
42
|
"Autostart when map is loaded": "Autostart als kaart wordt geladen",
|
|
43
|
+
"Back to preview": "Terug naar voorvertoning",
|
|
44
|
+
"Background overlay url": "Achtergrond overlay url",
|
|
45
|
+
"Ball": "Kopspeld",
|
|
46
|
+
"Bring feature to center": "Breng element naar het midden",
|
|
100
47
|
"Browse data": "Gegevens doorbladeren",
|
|
48
|
+
"by": "door",
|
|
49
|
+
"Cache proxied request": "Cache proxied request",
|
|
101
50
|
"Cancel edits": "Bewerkingen annuleren",
|
|
51
|
+
"Cancel": "Annuleren",
|
|
52
|
+
"Caption": "Hoofding",
|
|
102
53
|
"Center map on your location": "Centreer kaart op je locatie",
|
|
103
54
|
"Change map background": "Verander kaartachtergrond",
|
|
104
55
|
"Change tilelayers": "Andere kaartachtergrond instellen",
|
|
56
|
+
"Change": "Veranderen",
|
|
105
57
|
"Choose a preset": "Kies een voorkeuzeinstelling",
|
|
58
|
+
"Choose the data format": "Gegevensformaat selecteren",
|
|
106
59
|
"Choose the format of the data to import": "Kies het formaat van de te importeren gegevens",
|
|
107
60
|
"Choose the layer to import in": "Kies de laag om in te importeren",
|
|
61
|
+
"Choropleth breakpoints": "Choropleten verdeelpunten",
|
|
62
|
+
"Choropleth classes": "Choropleten klassen",
|
|
63
|
+
"Choropleth color palette": "Choropleten kleurenpalet",
|
|
64
|
+
"Choropleth mode": "Choropleten modus",
|
|
65
|
+
"Choropleth property value": "Choropleten eigenschap waarde",
|
|
66
|
+
"Choropleth": "Choropleten",
|
|
67
|
+
"Circle": "Cirkel",
|
|
68
|
+
"clear": "wis",
|
|
108
69
|
"Click last point to finish shape": "Klik op het laatste punt om de vorm af te maken",
|
|
109
70
|
"Click to add a marker": "Klik om een punt toe te voegen",
|
|
110
71
|
"Click to continue drawing": "Klik om te blijven tekenen",
|
|
111
72
|
"Click to edit": "Klik om te bewerken",
|
|
112
73
|
"Click to start drawing a line": "Klik om een lijn te beginnen tekenen",
|
|
113
74
|
"Click to start drawing a polygon": "Klik om een polygoon te beginnen tekenen",
|
|
114
|
-
"Clone": "Klonen",
|
|
115
75
|
"Clone of {name}": "Kloon van {name}",
|
|
116
76
|
"Clone this feature": "Kloon dit object",
|
|
117
77
|
"Clone this map": "Deze kaart klonen",
|
|
78
|
+
"Clone": "Klonen",
|
|
118
79
|
"Close": "Sluit",
|
|
80
|
+
"Clustered": "Bij elkaar gevoegd",
|
|
119
81
|
"Clustering radius": "Doorsnede voor clusteren",
|
|
82
|
+
"collapsed": "dichtgeklapt",
|
|
83
|
+
"color": "kleur",
|
|
84
|
+
"Comma separated list of numbers, including min and max values.": "Door komma's gescheiden lijst van getallen, inclusief minimale en maximale waarden.",
|
|
85
|
+
"Comma separated list of properties to use for sorting features. To reverse the sort, put a minus sign (-) before. Eg. mykey,-otherkey.": "Komma-gescheiden lijst van eigenschappen die gebruikt worden om objecten te sorteren. Om de sortering om te draaien, plaats er een minteken (-) voor . Bijvoorbeeld mykey,-otherkey.",
|
|
120
86
|
"Comma separated list of properties to use when filtering features": "Komma-gescheiden lijst van eigenschappen die gebruikt worden om te filteren",
|
|
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.": "Komma-, tabulator- of puntkomma-gescheiden waardes, SRS WGS84 wordt verondersteld. Enkel puntgeometrieën worden geïmporteerd. Bij het importeren wordt gekeken naar kolomkoppen die met «lat» of «lon» beginnen. Alle andere kolommen worden als eigenschappen geïmporteerd",
|
|
88
|
+
"Congratulations, your map has been created!": "Proficiat, je kaart is aangemaakt!",
|
|
122
89
|
"Continue line": "Ga door met deze lijn",
|
|
123
|
-
"Continue line (Ctrl+Click)": "Ga door met deze lijn (Ctrl+Klik)",
|
|
124
90
|
"Coordinates": "Coördinaten",
|
|
91
|
+
"Copy link": "Kopieer de link",
|
|
92
|
+
"copy": "kopieer",
|
|
125
93
|
"Credits": "Bronvermelding",
|
|
94
|
+
"Current map view": "Huidige kaartweergave",
|
|
126
95
|
"Current view instead of default map view?": "Huidig zicht in plaats van standaard kaartaanzicht",
|
|
127
96
|
"Custom background": "Eigen achtergrond",
|
|
97
|
+
"Custom overlay": "Eigen overlay",
|
|
98
|
+
"dash array": "soort stippellijn",
|
|
99
|
+
"Data browser": "Data browser",
|
|
128
100
|
"Data is browsable": "Data kan verkend worden",
|
|
101
|
+
"Datalayers": "Datalagen",
|
|
129
102
|
"Default interaction options": "Standaard interactie-opties",
|
|
130
103
|
"Default properties": "Standaardeigenschappen",
|
|
131
104
|
"Default shape properties": "Standaard vorm eigenschappen",
|
|
105
|
+
"Default view": "Stanaardweergave",
|
|
106
|
+
"Default zoom level": "Standaard schaalniveau",
|
|
107
|
+
"Default": "Standaard",
|
|
108
|
+
"Default: name": "Standaard: naam",
|
|
132
109
|
"Define link to open in a new window on polygon click.": "Stel outputlink in om een nieuw venster te openen wanneer polygoon wordt aangeklikt",
|
|
110
|
+
"define": "definieer",
|
|
133
111
|
"Delay between two transitions when in play mode": "Pauze tussen twee transities wanneer in afspeel-modus",
|
|
134
|
-
"Delete": "Verwijderen",
|
|
135
112
|
"Delete all layers": "Verwijder alle lagen",
|
|
136
113
|
"Delete layer": "Verwijder laag",
|
|
137
114
|
"Delete this feature": "Dit object verwijderen",
|
|
138
115
|
"Delete this property on all the features": "Verwijder deze eigenschap bij alle objecten",
|
|
139
116
|
"Delete this shape": "Verwijder deze vorm",
|
|
140
117
|
"Delete this vertex (Alt+Click)": "Verwijder dit knooppunt (Alt+Click)",
|
|
118
|
+
"Delete": "Verwijderen",
|
|
119
|
+
"description": "beschrijving",
|
|
120
|
+
"Direct link": "Directe link",
|
|
141
121
|
"Directions from here": "Wegbeschrijving vanaf hier",
|
|
122
|
+
"Display label": "Toon het label",
|
|
142
123
|
"Display measure": "Toon meting",
|
|
124
|
+
"display name": "toon de naam",
|
|
143
125
|
"Display on load": "Tonen bij laden",
|
|
126
|
+
"Display the control to open OpenStreetMap editor": "Toon OpenStreetMap editor knop",
|
|
127
|
+
"Display the data layers control": "Toon data lagen knop",
|
|
128
|
+
"Display the embed control": "Toon inbedden knop",
|
|
129
|
+
"Display the fullscreen control": "Toon volledig scherm knop",
|
|
130
|
+
"Display the locate control": "Toon lokaliseer mij knop",
|
|
131
|
+
"Display the measure control": "Toon meetinstrument knop",
|
|
132
|
+
"Display the search control": "Toon zoeken knop",
|
|
133
|
+
"Display the star map button": "Toon de ster kaart knop",
|
|
134
|
+
"Display the tile layers control": "Toon achtergrondlagen knop",
|
|
135
|
+
"Display the zoom control": "Toon zoom knop",
|
|
136
|
+
"Do you want to display a caption bar?": "Wil je een hoofding tonen?",
|
|
137
|
+
"Do you want to display a minimap?": "Wil je een minikaartje tonen?",
|
|
138
|
+
"Do you want to display a panel on load?": "Wil je een zijpaneel tonen als de kaart geladen wordt?",
|
|
139
|
+
"Do you want to display caption menus?": "Do you want to display caption menus?",
|
|
140
|
+
"Do you want to display popup footer?": "Wil je een popup-footer tonen?",
|
|
141
|
+
"Do you want to display the scale control?": "Wil je het schaal-besturingselement tonen?",
|
|
142
|
+
"Do you want to display the «more» control?": "Wil je de knop «meer» laten zien?",
|
|
144
143
|
"Download": "Downloaden",
|
|
145
144
|
"Drag to reorder": "Sleep om de volgorde te wijzigen",
|
|
146
145
|
"Draw a marker": "Teken een punt",
|
|
147
146
|
"Draw a polygon": "Teken een veelhoek",
|
|
148
147
|
"Draw a polyline": "Teken een lijn",
|
|
149
|
-
"
|
|
148
|
+
"Drawing": "Tekenen",
|
|
149
|
+
"Drop": "Druppel",
|
|
150
150
|
"Dynamic properties": "Dynamische eigenschappen",
|
|
151
|
-
"
|
|
151
|
+
"Dynamic": "Dynamisch",
|
|
152
152
|
"Edit feature's layer": "Objectlaag bewerken",
|
|
153
|
-
"Edit map properties": "Kaarteigenschappen wijzigen",
|
|
154
153
|
"Edit properties in a table": "Edit properties in a table",
|
|
154
|
+
"Edit the title of the map": "Bewerk de titel van de kaart",
|
|
155
155
|
"Edit this feature": "Dit object bewerken",
|
|
156
|
+
"Edit": "Bewerken",
|
|
157
|
+
"Email": "Email",
|
|
158
|
+
"Embed and link options": "Invoegtoepassing- en linkopties",
|
|
156
159
|
"Embed the map": "Kaart inbedden",
|
|
160
|
+
"Emoji & Character": "Emoji & karakter",
|
|
157
161
|
"Empty": "Leeg",
|
|
162
|
+
"Equidistant": "Equidistant",
|
|
163
|
+
"Error in the overlay URL": "Fout in de overlay URL",
|
|
158
164
|
"Error in the tilelayer URL": "Er is een fout opgetreden met de achtergrondtegels",
|
|
159
165
|
"Exit Fullscreen": "Verlaat volledig scherm",
|
|
166
|
+
"expanded": "opengeklapt",
|
|
160
167
|
"Extract shape to separate feature": "Verplaats deze vorm naar een eigen object",
|
|
168
|
+
"Facet keys": "Velden voor meervoudig zoeken",
|
|
169
|
+
"Facet search": "Meervoudig zoeken",
|
|
170
|
+
"Feature identifier key": "Unieke identificator van het object",
|
|
171
|
+
"Feature properties": "Eigenschappen van het object",
|
|
161
172
|
"Fetch data each time map view changes.": "Haal data op elke keer het kaartaanzicht verandert",
|
|
173
|
+
"fill color": "opvulkleur",
|
|
174
|
+
"fill opacity": "(on)doorzichtigheid van inkleuring",
|
|
175
|
+
"fill": "opvullen",
|
|
162
176
|
"Filter keys": "Filter op sleutel",
|
|
177
|
+
"Filter": "Filter",
|
|
178
|
+
"Fit all data": "Doe alle data passen",
|
|
163
179
|
"Format": "Formaat",
|
|
164
180
|
"From zoom": "Van zoom",
|
|
181
|
+
"full backup": "Volledige back-up ",
|
|
182
|
+
"Generic": "Algemeen",
|
|
183
|
+
"GeoRSS (only link)": "GeoRSS (enkel link)",
|
|
184
|
+
"GeoRSS (title + image)": "GeoRSS (titel + afbeelding)",
|
|
185
|
+
"Go to \"{coords}\"": "Ga naar \"{coords}\"",
|
|
186
|
+
"Go to the homepage": "Ga naar de thuispagina",
|
|
165
187
|
"Go to «{feature}»": "Ga naar «{feature}»",
|
|
166
188
|
"Heatmap intensity property": "Eigenschap die intensiteit van de heatmap bepaalt",
|
|
167
189
|
"Heatmap radius": "Doorsnede van de heatmap",
|
|
190
|
+
"Heatmap": "Hittekaart",
|
|
191
|
+
"height": "hoogte",
|
|
168
192
|
"Help": "Help",
|
|
193
|
+
"hidden": "verborgen",
|
|
169
194
|
"Hide controls": "Verberg besturingselementen",
|
|
170
195
|
"Home": "Home",
|
|
171
196
|
"How much to simplify the polyline on each zoom level (more = better performance and smoother look, less = more accurate)": "Graad van vereenvoudiging van een veelhoek, per zoomniveau. (Hogere waarde = betere prestaties, lagere waarde = getrouwere precisie)",
|
|
197
|
+
"icon opacity": "Icoon ondoorzichtigheid",
|
|
198
|
+
"Icon shape": "Vorm van het icoon",
|
|
199
|
+
"Icon symbol": "Symbool voor het icoon",
|
|
200
|
+
"If false, the polygon or line will act as a part of the underlying map.": "Indien uit, zal de polygoon of lijn dienen als deel van de onderliggende kaart.",
|
|
172
201
|
"Iframe with custom height (in px): {{{http://iframe.url.com|height}}}": "Iframe met gespecifieerde hoogte (in px): {{{http://iframe.url.com|height}}}",
|
|
173
202
|
"Iframe with custom height and width (in px): {{{http://iframe.url.com|height*width}}}": "Iframe met gespecifieerde hoogte en breedte (in px): {{{http://iframe.url.com|height*width}}}",
|
|
203
|
+
"iframe": "iframe",
|
|
174
204
|
"Iframe: {{{http://iframe.url.com}}}": "Iframe: {{{http://iframe.url.com}}}",
|
|
175
|
-
"Image with custom width (in px): {{http://image.url.com|width}}": "Beeld met
|
|
205
|
+
"Image with custom width (in px): {{http://image.url.com|width}}": "Beeld met gespecifieerde (in px): {{http://image.url.com|width}}",
|
|
176
206
|
"Image: {{http://image.url.com}}": "Afbeelding: {{http://image.url.com}}",
|
|
177
|
-
"Import": "Importeer",
|
|
178
207
|
"Import data": "Gegevens importeren",
|
|
179
208
|
"Import in a new layer": "Importeer in een nieuwe laag",
|
|
209
|
+
"Import": "Importeer",
|
|
180
210
|
"Imports all umap data, including layers and settings.": "Importeert alle umap gegevens, inclusief lagen en instellingen",
|
|
181
211
|
"Include full screen link?": "Link voor volledig scherm meegeven?",
|
|
212
|
+
"Inherit": "Overerving",
|
|
213
|
+
"inherit": "overerven",
|
|
182
214
|
"Interaction options": "Opties voor interactie",
|
|
183
|
-
"Invalid
|
|
215
|
+
"Invalid latitude or longitude": "Invalid latitude or longitude",
|
|
184
216
|
"Invalid umap data in {filename}": "Incorrecte umap data in {filename}",
|
|
217
|
+
"Invalid umap data": "Incorrecte umap data",
|
|
218
|
+
"Invalide property name: {name}": "Invalide property name: {name}",
|
|
219
|
+
"Jenks-Fisher": "Jenks-Fisher",
|
|
220
|
+
"K-means": "K-means",
|
|
185
221
|
"Keep current visible layers": "Behoud de lagen die nu zichtbaar zijn",
|
|
222
|
+
"kilometers": "kilometer",
|
|
223
|
+
"km": "km",
|
|
224
|
+
"Label direction": "Richting van het label",
|
|
225
|
+
"Label key": "Attribuut als label",
|
|
226
|
+
"Labels are clickable": "Labels kunnen aangeklikt worden",
|
|
227
|
+
"Latest feature": "Recentste object",
|
|
186
228
|
"Latitude": "Breedtegraad",
|
|
187
|
-
"Layer": "Laag",
|
|
188
229
|
"Layer properties": "Laag eigenschappen",
|
|
230
|
+
"Layer": "Laag",
|
|
189
231
|
"Licence": "Licentie",
|
|
232
|
+
"licence": "licentie",
|
|
190
233
|
"Limit bounds": "Gebied begrenzen",
|
|
234
|
+
"Link to view the map": "Link om de kaart te zien",
|
|
191
235
|
"Link to…": "Link naar…",
|
|
192
236
|
"Link with text: [[http://example.com|text of the link]]": "Link met tekst: [[http://example.com|text of the link]]",
|
|
193
237
|
"Long credits": "Lange bronvermelding",
|
|
194
238
|
"Longitude": "Lengtegraad",
|
|
195
239
|
"Make main shape": "Maak hoofd-vorm",
|
|
196
240
|
"Manage layers": "Manage layers",
|
|
241
|
+
"Manual": "Handmatig",
|
|
197
242
|
"Map background credits": "Bronvermelding kaartachtergrond",
|
|
198
243
|
"Map has been attached to your account": "Kaart werd toegevoegd aan je account",
|
|
199
244
|
"Map has been saved!": "De kaart is bewaard!",
|
|
245
|
+
"Map has been starred": "De kaart heeft een ster gekregen",
|
|
246
|
+
"Map has been unstarred": "De kaart heeft geen ster meer",
|
|
200
247
|
"Map user content has been published under licence": "Inhoud toegevoegd aan deze kaart wordt gepubliceerd onder deze licentievoorwaarden",
|
|
201
248
|
"Map's editors": "Bewerkers van de kaart",
|
|
202
249
|
"Map's owner": "Eigenaar van de kaart",
|
|
250
|
+
"max East": "maximale oostwaarde",
|
|
251
|
+
"max North": "maximale noordwaarde",
|
|
252
|
+
"max South": "maximale zuidwaarde",
|
|
253
|
+
"max West": "maximale westwaarde",
|
|
254
|
+
"max zoom": "max zoom",
|
|
255
|
+
"Measure distances": "Afstanden meten",
|
|
203
256
|
"Merge lines": "Lijnen samenvoegen",
|
|
257
|
+
"mi": "mi",
|
|
258
|
+
"miles": "mijl",
|
|
259
|
+
"min zoom": "min zoom",
|
|
204
260
|
"More controls": "Meer instelknoppen",
|
|
205
261
|
"Must be a valid CSS value (eg.: DarkBlue or #123456)": "Dit moet een geldige CSS-waarde zijn (vb.: DarkBlue of #123456)",
|
|
262
|
+
"name": "naam",
|
|
263
|
+
"nautical miles": "zeemijl",
|
|
264
|
+
"never": "nooit",
|
|
265
|
+
"new window": "nieuw venster",
|
|
266
|
+
"next": "volgende",
|
|
267
|
+
"NM": "NM",
|
|
268
|
+
"No cache": "Geen cache",
|
|
206
269
|
"No licence has been set": "Er is geen licentie ingesteld",
|
|
270
|
+
"No results for these facets": "Er zijn geen resultaten voor deze zoekopdracht",
|
|
207
271
|
"No results": "Geen resultaten",
|
|
272
|
+
"no": "neen",
|
|
273
|
+
"No.": "Neen.",
|
|
274
|
+
"None": "Geen",
|
|
275
|
+
"Number of desired classes (default 5)": "Gewenst aantal klassen (standaard 5)",
|
|
276
|
+
"On the bottom": "Aan de onderkant",
|
|
277
|
+
"On the left": "Aan de linkerkant",
|
|
278
|
+
"On the right": "Aan de rechterkant",
|
|
279
|
+
"On the top": "Aan de bovenkant",
|
|
280
|
+
"Only visible layers' data": "Alleen zichtbare laaggegevens",
|
|
281
|
+
"opacity": "ondoorzichtigheid",
|
|
282
|
+
"Opacity": "Ondoorzichtigheid",
|
|
283
|
+
"Open current feature on load": "Dit object openen bij laden",
|
|
208
284
|
"Open link in…": "Open link in…",
|
|
285
|
+
"Open share & download panel": "Open het deel & download paneel",
|
|
209
286
|
"Open this map extent in a map editor to provide more accurate data to OpenStreetMap": "Open dit gedeelte van de kaart in een editor, zodat u de kaartgegeven in Openstreetmap zelf kan bijwerken.",
|
|
287
|
+
"OpenStreetMap": "OpenStreetMap",
|
|
210
288
|
"Optional intensity property for heatmap": "Optionele eigenschap om voor intensiteit van de heatmap te gebruiken",
|
|
211
289
|
"Optional. Same as color if not set.": "Optioneel. Gelijk aan kleur indien niet ingesteld",
|
|
290
|
+
"Optional.": "Optioneel.",
|
|
212
291
|
"Override clustering radius (default 80)": "Andere clustering doorsnede gebruiken (standaard80)",
|
|
213
292
|
"Override heatmap radius (default 25)": "Andere heatmap doorsnede gebruiken (standaard 25)",
|
|
293
|
+
"parent window": "bovenliggend venster",
|
|
294
|
+
"Paste your data here": "Plak je data hier",
|
|
295
|
+
"Permalink": "Permalink",
|
|
296
|
+
"Permanent credits background": "Permanent credits background",
|
|
297
|
+
"Permanent credits": "Permanent credits",
|
|
214
298
|
"Please be sure the licence is compliant with your use.": "Zorg er aub voor dat je je aan de licentievoorwaarden houdt",
|
|
215
299
|
"Please choose a format": "Kies een formaat",
|
|
216
300
|
"Please enter the name of the property": "Vul de naam in van de eigenschap",
|
|
217
301
|
"Please enter the new name of this property": "Vul de nieuwe naam in van de eigenschap",
|
|
302
|
+
"Please save the map first": "Graag eerst de kaart opslaan",
|
|
303
|
+
"Popup (large)": "Popup (groot)",
|
|
304
|
+
"Popup content style": "Stijl van de inhoud van de Popup",
|
|
305
|
+
"Popup content template": "Template voor de popup",
|
|
306
|
+
"Popup shape": "Vorm van de Popup",
|
|
307
|
+
"Popup": "Popup",
|
|
308
|
+
"Powered by uMap": "Aangedreven door uMap",
|
|
309
|
+
"previous": "vorige",
|
|
310
|
+
"Problem in the response": "Fout in het antwoord",
|
|
218
311
|
"Properties imported:": "Geïmporteerde eigenschappen:",
|
|
219
312
|
"Provide an URL here": "Geef hier een URL-adres op",
|
|
220
313
|
"Proxy request": "Proxy request",
|
|
314
|
+
"Quantiles": "Kwantielen",
|
|
315
|
+
"Recent": "Recent",
|
|
221
316
|
"Remote data": "Data van elders",
|
|
222
317
|
"Remove shape from the multi": "Verwijder de vorm uit de multi",
|
|
223
318
|
"Rename this property on all the features": "Wijzig de naam van deze eigenschap over al de objecten",
|
|
224
319
|
"Replace layer content": "Vervang de inhoud van de laag",
|
|
225
320
|
"Restore this version": "Keer terug naar deze versie",
|
|
226
|
-
"Save": "Opslaan",
|
|
227
321
|
"Save anyway": "Sla toch op",
|
|
228
322
|
"Save current edits": "Huidige bewerkingen opslaan",
|
|
323
|
+
"Save map": "Kaart opslaan",
|
|
229
324
|
"Save this center and zoom": "Bewaar deze positie op de kaart en het zoomniveau",
|
|
230
325
|
"Save this location as new feature": "Sla deze locatie op als nieuw object",
|
|
326
|
+
"Save": "Opslaan",
|
|
327
|
+
"Saved center and zoom": "Midden en zoom bewaard",
|
|
231
328
|
"Search location": "Zoek locatie",
|
|
232
|
-
"
|
|
233
|
-
"
|
|
329
|
+
"Search": "Zoeken",
|
|
330
|
+
"Secret edit link copied to clipboard!": "Geheime editeer-link is gekopieerd naar het klembord!",
|
|
331
|
+
"Secret edit link:": "Geheime editeer-link",
|
|
332
|
+
"See layers": "See layers",
|
|
234
333
|
"See full screen": "Op volledig scherm weergeven",
|
|
334
|
+
"See on OpenStreetMap": "Bekijk op OpenStreetMap",
|
|
335
|
+
"Select data": "Select data",
|
|
336
|
+
"Send me the link": "Stuur me de link",
|
|
235
337
|
"Set it to false to hide this layer from the slideshow, the data browser, the popup navigation…": "Zet op onwaar ('false') om deze laag te verbergen in de slideshow, data verkenner, popup navigatie, ...",
|
|
338
|
+
"settings": "instellingen",
|
|
236
339
|
"Shape properties": "Eigenschappen van de vorm",
|
|
340
|
+
"Share and download": "Deel en download",
|
|
341
|
+
"Share this link to open a customized map view": "Deel deze link voor een gespecifieerde kaartweergave",
|
|
237
342
|
"Short credits": "Korte bronvermelding",
|
|
343
|
+
"Short link": "Korte link",
|
|
344
|
+
"Show this layer in the caption": "Toon deze laag in het bijschrift",
|
|
238
345
|
"Show/hide layer": "Laag tonen/verbergen",
|
|
346
|
+
"Side panel": "Zijpaneel",
|
|
239
347
|
"Simple link: [[http://example.com]]": "Eenvoudige link: [[http://example.com]]",
|
|
348
|
+
"Simplify": "Vereenvoudig",
|
|
349
|
+
"Skipping unknown geometry.type: {type}": "Overgeslaan wegens onbekend geometry.type: {type}",
|
|
240
350
|
"Slideshow": "Slideshow",
|
|
241
351
|
"Sort key": "Sleutel om op te sorteren",
|
|
242
352
|
"Split line": "Splits de lijn",
|
|
353
|
+
"Star this map": "Geef een ster aan deze kaart",
|
|
243
354
|
"Start a hole here": "Begin hier een gat",
|
|
244
355
|
"Start slideshow": "Start slideshow",
|
|
245
356
|
"Stop editing": "Stop met editeren",
|
|
246
357
|
"Stop slideshow": "Stop slideshow",
|
|
358
|
+
"Street": "Straat",
|
|
359
|
+
"stroke": "omlijnde vlakken",
|
|
247
360
|
"Supported scheme": "Toegestaan datamodel",
|
|
248
361
|
"Supported variables that will be dynamically replaced": "Toegestane variabele die dynamisch vervangen zullen worden",
|
|
249
|
-
"
|
|
362
|
+
"Symbol": "Symbool",
|
|
363
|
+
"Table": "Tabel",
|
|
250
364
|
"Text color for the cluster label": "Kleur van de text voor het label van de cluster",
|
|
251
365
|
"Text formatting": "Opmaak van de tekst",
|
|
366
|
+
"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}\")",
|
|
367
|
+
"The name of the property to use as feature unique identifier.": "De naam van de eigenschap die als unieke identificator van objecten geldt",
|
|
368
|
+
"The zoom and center have been modified.": "Zoom en centrum zijn bijgewerkt.",
|
|
369
|
+
"TMS format": "TMS-formaat",
|
|
252
370
|
"To use if remote server doesn't allow cross domain (slower)": "Activeer indien de externe server geen cross domain toelaat (trager)",
|
|
253
371
|
"To zoom": "Tot zoomniveau",
|
|
372
|
+
"Toggle edit mode (⇧+Click)": "Editeer modus aan/uitzetten (⇧+klik)",
|
|
373
|
+
"Toggle edit mode": "Bewerkmodus schakelen",
|
|
254
374
|
"Transfer shape to edited feature": "Verplaats vorm naar bewerkt object",
|
|
255
375
|
"Transform to lines": "Omzetten naar lijnen",
|
|
256
376
|
"Transform to polygon": "Omzetten naar polygoon",
|
|
377
|
+
"Type a place name or coordinates": "Type een plaatsnaam of coördinaten ",
|
|
378
|
+
"Type char or paste emoji": "Type karakter of plak emoji",
|
|
257
379
|
"Type of layer": "Type laag",
|
|
258
380
|
"Unable to detect format of file {filename}": "Kan het bestandstype van {filename} niet detecteren",
|
|
259
381
|
"Untitled layer": "Laag zonder naam",
|
|
260
382
|
"Untitled map": "Kaart zonder naam",
|
|
261
|
-
"Update permissions": "Gebruiksrechten aanpassen",
|
|
262
383
|
"Update permissions and editors": "Bijwerken van permissies en bewerkers",
|
|
384
|
+
"Update permissions": "Gebruiksrechten aanpassen",
|
|
385
|
+
"Update who can see and edit the map": "Pas aan wie de kaart kan zien en bewerken",
|
|
263
386
|
"Url": "URL",
|
|
387
|
+
"URL": "URL",
|
|
264
388
|
"Use current bounds": "Gebied begrenzen op wat nu te zien is",
|
|
265
389
|
"Use placeholders with feature properties between brackets, eg. {name}, they will be dynamically replaced by the corresponding values.": "Gebruik een \"placeholders\" met de eigenschappen van objecten, vb. {naam}. Deze zullen dynamisch vervangen worden door de bijhorende waarde.",
|
|
266
390
|
"User content credits": "Gebruikersinhoud bronvermelding",
|
|
267
391
|
"User interface options": "Gebruikersinterfaceopties",
|
|
392
|
+
"User location": "Locatie van de gebruiker",
|
|
393
|
+
"Verify remote URL": "Verifieer externe URL",
|
|
268
394
|
"Versions": "Versies",
|
|
269
395
|
"View Fullscreen": "Toon op volledig scherm",
|
|
396
|
+
"View": "Weergave",
|
|
397
|
+
"Visibility: {status}": "Zichtbaarheid: {status}",
|
|
398
|
+
"weight": "lijndikte",
|
|
270
399
|
"Where do we go from here?": "Wat gaan we doen?",
|
|
271
400
|
"Whether to display or not polygons paths.": "Schakelaar toon polygoon omlijning",
|
|
272
401
|
"Whether to fill polygons with color.": "Schakelaar vul polygonen met een kleur",
|
|
402
|
+
"Who can edit \"{layer}\"": "Wie kan \"{layer}\" bewerken?",
|
|
273
403
|
"Who can edit": "Wie kan bewerken",
|
|
274
404
|
"Who can view": "Wie kan bekijken",
|
|
405
|
+
"width": "breedte",
|
|
275
406
|
"Will be displayed in the bottom right corner of the map": "Zal getoond worden in de rechter onderhoek van de kaart",
|
|
407
|
+
"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
408
|
"Will be visible in the caption of the map": "Zal getoond worden in de hoofding van de kaart",
|
|
277
409
|
"Woops! Someone else seems to have edited the data. You can save anyway, but this will erase the changes made by others.": "Oei! Iemand anders lijkt de kaart ook bewerkt te hebben. Je kan opslaan, maar dat zal eerdere wijzigingen overschrijven.",
|
|
410
|
+
"yes": "ja",
|
|
411
|
+
"Your map has been created! As you are not logged in, here is your secret link to edit the map, please keep it safe:": "Je kaart is aangemaakt! Omdat je niet ingelogged bent, krijg je onderstaande geheime link, die je goed moet bewaren om later de kaart nog te kunnen bijwerken:",
|
|
278
412
|
"Zoom in": "Inzoomen",
|
|
279
413
|
"Zoom level for automatic zooms": "Schaalniveau voor automatische zooms",
|
|
280
414
|
"Zoom out": "Uitzoomen",
|
|
@@ -283,155 +417,37 @@ const locale = {
|
|
|
283
417
|
"Zoom to the previous": "Inzoomen op de vorige",
|
|
284
418
|
"Zoom to this feature": "Op dit object inzoomen",
|
|
285
419
|
"Zoom to this place": "Inzoomen op deze plaats",
|
|
286
|
-
"attribution": "bronvermelding",
|
|
287
|
-
"by": "door",
|
|
288
|
-
"display name": "toon de naam",
|
|
289
|
-
"height": "hoogte",
|
|
290
|
-
"licence": "licentie",
|
|
291
|
-
"max East": "maximale oostwaarde",
|
|
292
|
-
"max North": "maximale noordwaarde",
|
|
293
|
-
"max South": "maximale zuidwaarde",
|
|
294
|
-
"max West": "maximale westwaarde",
|
|
295
|
-
"max zoom": "max zoom",
|
|
296
|
-
"min zoom": "min zoom",
|
|
297
|
-
"next": "volgende",
|
|
298
|
-
"previous": "vorige",
|
|
299
|
-
"width": "breedte",
|
|
300
|
-
"{count} errors during import: {message}": "{count} fouten tijdens import: {message}",
|
|
301
|
-
"Measure distances": "Afstanden meten",
|
|
302
|
-
"NM": "NM",
|
|
303
|
-
"kilometers": "kilometer",
|
|
304
|
-
"km": "km",
|
|
305
|
-
"mi": "mi",
|
|
306
|
-
"miles": "mijl",
|
|
307
|
-
"nautical miles": "zeemijl",
|
|
308
|
-
"1 day": "1 dag",
|
|
309
|
-
"1 hour": "1 uur",
|
|
310
|
-
"5 min": "5 minuten",
|
|
311
|
-
"Cache proxied request": "Cache proxied request",
|
|
312
|
-
"No cache": "Geen cache",
|
|
313
|
-
"Popup": "Popup",
|
|
314
|
-
"Popup (large)": "Popup (groot)",
|
|
315
|
-
"Popup content style": "Stijl van de inhoud van de Popup",
|
|
316
|
-
"Popup shape": "Vorm van de Popup",
|
|
317
|
-
"Skipping unknown geometry.type: {type}": "Overgeslaan wegens onbekend geometry.type: {type}",
|
|
318
|
-
"Optional.": "Optioneel.",
|
|
319
|
-
"Paste your data here": "Plak je data hier",
|
|
320
|
-
"Please save the map first": "Graag eerst de kaart opslaan",
|
|
321
|
-
"Feature identifier key": "Unieke identificator van het object",
|
|
322
|
-
"Open current feature on load": "Dit object openen bij laden",
|
|
323
|
-
"Permalink": "Permalink",
|
|
324
|
-
"The name of the property to use as feature unique identifier.": "De naam van de eigenschap die als unieke identificator van objecten geldt",
|
|
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
420
|
"{area} acres": "{area} acres",
|
|
334
421
|
"{area} ha": "{area} ha",
|
|
335
422
|
"{area} m²": "{area} m²",
|
|
336
423
|
"{area} mi²": "{area} mi²",
|
|
337
424
|
"{area} yd²": "{area} yd²",
|
|
338
|
-
"{
|
|
425
|
+
"{count} errors during import: {message}": "{count} fouten tijdens import: {message}",
|
|
426
|
+
"{delay} seconds": "{delay} seconden",
|
|
339
427
|
"{distance} km": "{distance} km",
|
|
340
428
|
"{distance} m": "{distance} m",
|
|
341
|
-
"{distance} miles": "{distance}
|
|
429
|
+
"{distance} miles": "{distance} mijl",
|
|
430
|
+
"{distance} NM": "{distance} NM",
|
|
342
431
|
"{distance} yd": "{distance} yd",
|
|
343
|
-
"
|
|
344
|
-
"
|
|
345
|
-
"
|
|
346
|
-
"
|
|
347
|
-
"
|
|
348
|
-
"
|
|
349
|
-
"
|
|
350
|
-
"
|
|
351
|
-
"
|
|
352
|
-
"
|
|
353
|
-
"
|
|
354
|
-
"
|
|
355
|
-
"
|
|
356
|
-
"
|
|
357
|
-
"
|
|
358
|
-
"
|
|
359
|
-
"
|
|
360
|
-
"
|
|
361
|
-
"
|
|
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)": "Toggle edit mode (⇧+Click)",
|
|
365
|
-
"icon opacity": "icon opacity",
|
|
366
|
-
"*single star for italic*": "*single star for italic*",
|
|
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": "Default view",
|
|
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": "No results for these facets",
|
|
376
|
-
"Saved center and zoom": "Saved center and zoom",
|
|
377
|
-
"User location": "User location",
|
|
378
|
-
"Visibility: {status}": "Visibility: {status}",
|
|
379
|
-
"Fit all data": "Fit all data",
|
|
380
|
-
"Verify remote URL": "Verify remote URL",
|
|
381
|
-
"Add": "Add",
|
|
382
|
-
"Change": "Change",
|
|
383
|
-
"Powered by uMap": "Powered by uMap",
|
|
384
|
-
"Search": "Search",
|
|
385
|
-
"Datalayers": "Datalayers",
|
|
386
|
-
"Secret edit link:": "Secret edit link:",
|
|
387
|
-
"Who can edit \"{layer}\"": "Who can edit \"{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": "Show this layer in the caption",
|
|
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"
|
|
432
|
+
"Edit map name and caption": "Edit map name and caption",
|
|
433
|
+
"Map advanced properties": "Map advanced properties",
|
|
434
|
+
"Edit map details": "Edit map details",
|
|
435
|
+
"Back to browser": "Back to browser",
|
|
436
|
+
"Toggle size": "Toggle size",
|
|
437
|
+
"Layers": "Layers",
|
|
438
|
+
"Display the caption control": "Display the caption control",
|
|
439
|
+
"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.",
|
|
440
|
+
"<empty value>": "<empty value>",
|
|
441
|
+
"Min": "Min",
|
|
442
|
+
"Max": "Max",
|
|
443
|
+
"From": "From",
|
|
444
|
+
"Until": "Until",
|
|
445
|
+
"Example: key1,key2|Label 2,key3|Label 3|checkbox": "Example: key1,key2|Label 2,key3|Label 3|checkbox",
|
|
446
|
+
"Edit in OpenStreetMap": "Edit in OpenStreetMap",
|
|
447
|
+
"Cannot determine latitude and longitude columns.": "Cannot determine latitude and longitude columns.",
|
|
448
|
+
"Back to layers": "Back to layers",
|
|
449
|
+
"Data": "Data",
|
|
450
|
+
"Filters": "Filters"
|
|
435
451
|
}
|
|
436
452
|
L.registerLocale("nl", locale)
|
|
437
453
|
L.setLocale("nl")
|