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/sv.js
CHANGED
|
@@ -1,92 +1,33 @@
|
|
|
1
1
|
const locale = {
|
|
2
|
-
"
|
|
3
|
-
"
|
|
4
|
-
"Ball": "Knappnål",
|
|
5
|
-
"Cancel": "Avbryt",
|
|
6
|
-
"Caption": "Sidfotsfält",
|
|
7
|
-
"Choose the data format": "Välj dataformat",
|
|
8
|
-
"Choose the layer of the feature": "Välj lager för objektet",
|
|
9
|
-
"Circle": "Cirkel",
|
|
10
|
-
"Clustered": "Kluster",
|
|
11
|
-
"Data browser": "Databläddrare",
|
|
12
|
-
"Default": "Förvalt värde",
|
|
13
|
-
"Default zoom level": "Förvald zoomnivå",
|
|
14
|
-
"Default: name": "Namn förvalt",
|
|
15
|
-
"Display label": "Visa etikett",
|
|
16
|
-
"Display the control to open OpenStreetMap editor": "Visa knapp för att öppna OpenStreetMap redigerare",
|
|
17
|
-
"Display the data layers control": "Visa verktyg för datalager",
|
|
18
|
-
"Display the embed control": "Visa verktyg för att bädda in och dela",
|
|
19
|
-
"Display the fullscreen control": "Visa verktyg för fullskärm",
|
|
20
|
-
"Display the locate control": "Visa lokaliseringsverktyg",
|
|
21
|
-
"Display the measure control": "Visa mätverktyg",
|
|
22
|
-
"Display the search control": "Visa sökverktyg",
|
|
23
|
-
"Display the tile layers control": "Visa verktyg för bakgrundskarta (tiles)",
|
|
24
|
-
"Display the zoom control": "Visa zoomverktyg",
|
|
25
|
-
"Do you want to display a caption bar?": "Vill du visa ett sidfotsfält?",
|
|
26
|
-
"Do you want to display a minimap?": "Vill du visa en minikarta?",
|
|
27
|
-
"Do you want to display a panel on load?": "Vill du visa en panel vid uppstart?",
|
|
28
|
-
"Do you want to display popup footer?": "Vill du visa en sidfot-popup?",
|
|
29
|
-
"Do you want to display the scale control?": "Vill du visa skalstocken?",
|
|
30
|
-
"Do you want to display the «more» control?": "Vill du visa panelen med \"Fler verktyg\"?",
|
|
31
|
-
"Drop": "Dropp-nål",
|
|
32
|
-
"GeoRSS (only link)": "GeoRSS (enbart länk)",
|
|
33
|
-
"GeoRSS (title + image)": "GeoRSS (titel + bild)",
|
|
34
|
-
"Heatmap": "Värmekarta",
|
|
35
|
-
"Icon shape": "Ikonform",
|
|
36
|
-
"Icon symbol": "Ikonsymbol",
|
|
37
|
-
"Inherit": "Ärv",
|
|
38
|
-
"Label direction": "Riktning för etikett",
|
|
39
|
-
"Label key": "Etikettnyckel",
|
|
40
|
-
"Labels are clickable": "Klickbara etiketter",
|
|
41
|
-
"None": "Ingen",
|
|
42
|
-
"On the bottom": "Under",
|
|
43
|
-
"On the left": "Till vänster",
|
|
44
|
-
"On the right": "Till höger",
|
|
45
|
-
"On the top": "Ovanför",
|
|
46
|
-
"Popup content template": "Mall för popup-innehåll",
|
|
47
|
-
"Side panel": "Sidopanel",
|
|
48
|
-
"Simplify": "Förenkla",
|
|
49
|
-
"Table": "Tabell",
|
|
50
|
-
"always": "alltid",
|
|
51
|
-
"clear": "återställ",
|
|
52
|
-
"collapsed": "minimerad",
|
|
53
|
-
"color": "färg",
|
|
54
|
-
"dash array": "streckad linje-stil",
|
|
55
|
-
"define": "anpassa",
|
|
56
|
-
"description": "beskrivning",
|
|
57
|
-
"expanded": "utökad",
|
|
58
|
-
"fill": "fyll",
|
|
59
|
-
"fill color": "fyllnadsfärg",
|
|
60
|
-
"fill opacity": "fyllsynlighet",
|
|
61
|
-
"hidden": "dold",
|
|
62
|
-
"iframe": "IFrame (inbäddad html-ram)",
|
|
63
|
-
"inherit": "ärv",
|
|
64
|
-
"name": "namn",
|
|
65
|
-
"never": "aldrig",
|
|
66
|
-
"new window": "nytt fönster",
|
|
67
|
-
"no": "nej",
|
|
68
|
-
"on hover": "vid hovring",
|
|
69
|
-
"opacity": "synlighet",
|
|
70
|
-
"parent window": "föräldrafönster",
|
|
71
|
-
"stroke": "streck",
|
|
72
|
-
"weight": "tjocklek",
|
|
73
|
-
"yes": "ja",
|
|
74
|
-
"{delay} seconds": "{delay} sekunder",
|
|
2
|
+
" (area: {measure})": "(area: {measure})",
|
|
3
|
+
" (length: {measure})": "(längd: {measure})",
|
|
75
4
|
"# one hash for main heading": "# en fyrkant för huvudrubrik",
|
|
76
5
|
"## two hashes for second heading": "## två fyrkanter för andra rubrik",
|
|
77
6
|
"### three hashes for third heading": "### tre fyrkanter för tredje rubrik",
|
|
78
7
|
"**double star for bold**": "**dubbla stjärntecken för fetstil**",
|
|
8
|
+
"*single star for italic*": "*en asterisk för kursivt*",
|
|
9
|
+
"--- for a horizontal rule": "--- för en vågrät linje",
|
|
10
|
+
"1 day": "1 dag",
|
|
11
|
+
"1 hour": "1 timme",
|
|
12
|
+
"5 min": "5 min",
|
|
79
13
|
"A comma separated list of numbers that defines the stroke dash pattern. Ex.: \"5, 10, 15\".": "En kommaseparerad lista med nummer som definierar mönstret för den streckade linjen. Ex: \"5, 10, 15\"",
|
|
80
14
|
"About": "Om kartan",
|
|
15
|
+
"Action not allowed :(": "Action not allowed :(",
|
|
81
16
|
"Activate slideshow mode": "Aktivera bildspelsläge",
|
|
82
17
|
"Add a layer": "Lägg till lager",
|
|
83
18
|
"Add a line to the current multi": "Lägg till en linje till aktuell multi",
|
|
84
19
|
"Add a new property": "Lägg till en ny egenskap",
|
|
85
20
|
"Add a polygon to the current multi": "Lägg till en polygon till aktuell multi",
|
|
21
|
+
"Add image URL": "Add image URL",
|
|
22
|
+
"Add": "Add",
|
|
86
23
|
"Advanced actions": "Avancerade åtgärder",
|
|
87
24
|
"Advanced properties": "Avancerade egenskaper",
|
|
25
|
+
"All data and settings of the map": "All data and settings of the map",
|
|
88
26
|
"All properties are imported.": "Alla attribut importeras.",
|
|
89
27
|
"Allow interactions": "Tillåt interaktion",
|
|
28
|
+
"Allow scroll wheel zoom?": "Tillåt zoom med musens rullhjul?",
|
|
29
|
+
"always": "alltid",
|
|
30
|
+
"Animated transitions": "Animerade övergångar",
|
|
90
31
|
"Are you sure you want to cancel your changes?": "Är du säker på att du vill avbryta dina ändringar?",
|
|
91
32
|
"Are you sure you want to clone this map and all its datalayers?": "Är du säker på att du vill skapa en kopia av kartan och alla datalager?",
|
|
92
33
|
"Are you sure you want to delete the feature?": "Är du säker på att du vill radera objektet?",
|
|
@@ -95,186 +36,379 @@ const locale = {
|
|
|
95
36
|
"Are you sure you want to delete this property on all the features?": "Är du säker på att du vill radera denna egenskap för alla objekt?",
|
|
96
37
|
"Are you sure you want to restore this version?": "Är du säker på att du vill återställa till den här versionen?",
|
|
97
38
|
"Attach the map to my account": "Koppla kartan till mitt konto",
|
|
39
|
+
"attribution": "attribution",
|
|
98
40
|
"Auto": "Automatiskt",
|
|
41
|
+
"Automatic": "Automatisk",
|
|
99
42
|
"Autostart when map is loaded": "Starta automatiskt när kartan lästs in.",
|
|
43
|
+
"Back to preview": "Back to preview",
|
|
44
|
+
"Background overlay url": "Background overlay url",
|
|
45
|
+
"Ball": "Knappnål",
|
|
46
|
+
"Bring feature to center": "Bring feature to center",
|
|
100
47
|
"Browse data": "Bläddra i datat",
|
|
48
|
+
"by": "av",
|
|
49
|
+
"Cache proxied request": "Cachelagra proxyförfrågan",
|
|
101
50
|
"Cancel edits": "Avbryt ändringar",
|
|
51
|
+
"Cancel": "Avbryt",
|
|
52
|
+
"Caption": "Sidfotsfält",
|
|
102
53
|
"Center map on your location": "Centrera kartan till din plats",
|
|
103
54
|
"Change map background": "Ändra kartbakgrund",
|
|
104
55
|
"Change tilelayers": "Byt bakgrundskarta",
|
|
56
|
+
"Change": "Change",
|
|
105
57
|
"Choose a preset": "Välj förinställning",
|
|
58
|
+
"Choose the data format": "Välj dataformat",
|
|
106
59
|
"Choose the format of the data to import": "Välj dataformat för importen",
|
|
107
60
|
"Choose the layer to import in": "Välj lager att importera till",
|
|
61
|
+
"Choropleth breakpoints": "Choropleth breakpoints",
|
|
62
|
+
"Choropleth classes": "Choropleth classes",
|
|
63
|
+
"Choropleth color palette": "Choropleth color palette",
|
|
64
|
+
"Choropleth mode": "Choropleth mode",
|
|
65
|
+
"Choropleth property value": "Choropleth property value",
|
|
66
|
+
"Choropleth": "Choropleth",
|
|
67
|
+
"Circle": "Cirkel",
|
|
68
|
+
"clear": "återställ",
|
|
108
69
|
"Click last point to finish shape": "Klicka på sista punkten för att slutföra formen",
|
|
109
70
|
"Click to add a marker": "Klicka för att lägga till en markör",
|
|
110
71
|
"Click to continue drawing": "Klicka för att fortsätta rita",
|
|
111
72
|
"Click to edit": "Klicka för att redigera",
|
|
112
73
|
"Click to start drawing a line": "Klicka för att börja rita en linje",
|
|
113
74
|
"Click to start drawing a polygon": "Klicka för att börja rita en polygon",
|
|
114
|
-
"Clone": "Duplicera",
|
|
115
75
|
"Clone of {name}": "Kopia av {name}",
|
|
116
76
|
"Clone this feature": "Kopiera detta objekt",
|
|
117
77
|
"Clone this map": "Skapa en kopia av kartan",
|
|
78
|
+
"Clone": "Duplicera",
|
|
118
79
|
"Close": "Stäng",
|
|
80
|
+
"Clustered": "Kluster",
|
|
119
81
|
"Clustering radius": "Klusterradie",
|
|
82
|
+
"collapsed": "minimerad",
|
|
83
|
+
"color": "färg",
|
|
84
|
+
"Comma separated list of numbers, including min and max values.": "Comma separated list of numbers, including min and max values.",
|
|
85
|
+
"Comma separated list of properties to use for sorting features. To reverse the sort, put a minus sign (-) before. Eg. mykey,-otherkey.": "Comma separated list of properties to use for sorting features. To reverse the sort, put a minus sign (-) before. Eg. mykey,-otherkey.",
|
|
120
86
|
"Comma separated list of properties to use when filtering features": "Kommaseparerad lista med attribut, som används vid filtrering av objekt",
|
|
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, tabb eller semikolon separerade värden. SRS WGS84 är underförstått. Bara punktgeometrier importeras. Importen letar kolumnrubriker som startar med «lat» eller «lon», ej skiftlägeskänslig. Övriga kolumner importeras som attribut.",
|
|
88
|
+
"Congratulations, your map has been created!": "Grattis, din karta har skapats!",
|
|
122
89
|
"Continue line": "Fortsätt linjen",
|
|
123
|
-
"Continue line (Ctrl+Click)": "Fortsätt linjen (Ctrl+klick)",
|
|
124
90
|
"Coordinates": "Koordinater",
|
|
91
|
+
"Copy link": "Kopiera länk",
|
|
92
|
+
"copy": "copy",
|
|
125
93
|
"Credits": "Upphov och erkännanden",
|
|
94
|
+
"Current map view": "Current map view",
|
|
126
95
|
"Current view instead of default map view?": "Nuvarande vy istället för den förinställda vyn?",
|
|
127
96
|
"Custom background": "Anpassad bakgrund",
|
|
97
|
+
"Custom overlay": "Custom overlay",
|
|
98
|
+
"dash array": "streckad linje-stil",
|
|
99
|
+
"Data browser": "Databläddrare",
|
|
128
100
|
"Data is browsable": "Data är tillgängligt för bläddring",
|
|
101
|
+
"Datalayers": "Datalayers",
|
|
129
102
|
"Default interaction options": "Förinställda alternativ för interaktion",
|
|
130
103
|
"Default properties": "Standardegenskaper",
|
|
131
104
|
"Default shape properties": "Förinställda formategenskaper",
|
|
105
|
+
"Default view": "Default view",
|
|
106
|
+
"Default zoom level": "Förvald zoomnivå",
|
|
107
|
+
"Default": "Förvalt värde",
|
|
108
|
+
"Default: name": "Namn förvalt",
|
|
132
109
|
"Define link to open in a new window on polygon click.": "Sätt länk att öppna i ett nytt fönster vid klick.",
|
|
110
|
+
"define": "anpassa",
|
|
133
111
|
"Delay between two transitions when in play mode": "Tid mellan övergångar i uppspelningsläge",
|
|
134
|
-
"Delete": "Radera",
|
|
135
112
|
"Delete all layers": "Radera alla lager",
|
|
136
113
|
"Delete layer": "Radera lager",
|
|
137
114
|
"Delete this feature": "Radera objektet",
|
|
138
115
|
"Delete this property on all the features": "Ta bort denna egenskap från alla objekt",
|
|
139
116
|
"Delete this shape": "Radera figuren",
|
|
140
117
|
"Delete this vertex (Alt+Click)": "Radera noden (Alt+klick)",
|
|
118
|
+
"Delete": "Radera",
|
|
119
|
+
"description": "beskrivning",
|
|
120
|
+
"Direct link": "Direktlänk",
|
|
141
121
|
"Directions from here": "Vägbeskrivning härifrån",
|
|
122
|
+
"Display label": "Visa etikett",
|
|
142
123
|
"Display measure": "Visa mått",
|
|
124
|
+
"display name": "namn",
|
|
143
125
|
"Display on load": "Visa vid uppstart",
|
|
126
|
+
"Display the control to open OpenStreetMap editor": "Visa knapp för att öppna OpenStreetMap redigerare",
|
|
127
|
+
"Display the data layers control": "Visa verktyg för datalager",
|
|
128
|
+
"Display the embed control": "Visa verktyg för att bädda in och dela",
|
|
129
|
+
"Display the fullscreen control": "Visa verktyg för fullskärm",
|
|
130
|
+
"Display the locate control": "Visa lokaliseringsverktyg",
|
|
131
|
+
"Display the measure control": "Visa mätverktyg",
|
|
132
|
+
"Display the search control": "Visa sökverktyg",
|
|
133
|
+
"Display the star map button": "Display the star map button",
|
|
134
|
+
"Display the tile layers control": "Visa verktyg för bakgrundskarta (tiles)",
|
|
135
|
+
"Display the zoom control": "Visa zoomverktyg",
|
|
136
|
+
"Do you want to display a caption bar?": "Vill du visa ett sidfotsfält?",
|
|
137
|
+
"Do you want to display a minimap?": "Vill du visa en minikarta?",
|
|
138
|
+
"Do you want to display a panel on load?": "Vill du visa en panel vid uppstart?",
|
|
139
|
+
"Do you want to display caption menus?": "Do you want to display caption menus?",
|
|
140
|
+
"Do you want to display popup footer?": "Vill du visa en sidfot-popup?",
|
|
141
|
+
"Do you want to display the scale control?": "Vill du visa skalstocken?",
|
|
142
|
+
"Do you want to display the «more» control?": "Vill du visa panelen med \"Fler verktyg\"?",
|
|
144
143
|
"Download": "Ladda ned",
|
|
145
144
|
"Drag to reorder": "Dra för att sortera om",
|
|
146
145
|
"Draw a marker": "Rita en markör",
|
|
147
146
|
"Draw a polygon": "Rita en polygon",
|
|
148
147
|
"Draw a polyline": "Rita en multilinje",
|
|
149
|
-
"
|
|
148
|
+
"Drawing": "Drawing",
|
|
149
|
+
"Drop": "Dropp-nål",
|
|
150
150
|
"Dynamic properties": "Dynamiska egenskaper",
|
|
151
|
-
"
|
|
151
|
+
"Dynamic": "Dynamisk",
|
|
152
152
|
"Edit feature's layer": "Redigera objektets lager",
|
|
153
|
-
"Edit map properties": "Redigera kartans egenskaper",
|
|
154
153
|
"Edit properties in a table": "Redigera attribut i en tabell",
|
|
154
|
+
"Edit the title of the map": "Edit the title of the map",
|
|
155
155
|
"Edit this feature": "Redigera objektet",
|
|
156
|
+
"Edit": "Redigera",
|
|
157
|
+
"Email": "E-post ",
|
|
158
|
+
"Embed and link options": "Embed and link options",
|
|
156
159
|
"Embed the map": "Bädda in kartan",
|
|
160
|
+
"Emoji & Character": "Emoji & Character",
|
|
157
161
|
"Empty": "Töm",
|
|
162
|
+
"Equidistant": "Equidistant",
|
|
163
|
+
"Error in the overlay URL": "Error in the overlay URL",
|
|
158
164
|
"Error in the tilelayer URL": "Fel i webbadressen för bakgrundskartan (tile-lagret)",
|
|
159
165
|
"Exit Fullscreen": "Lämna helskärmsläge",
|
|
166
|
+
"expanded": "utökad",
|
|
160
167
|
"Extract shape to separate feature": "Extrahera figuren till separat objekt",
|
|
168
|
+
"Facet keys": "Facet keys",
|
|
169
|
+
"Facet search": "Facet search",
|
|
170
|
+
"Feature identifier key": "Unik nyckel för objekt",
|
|
171
|
+
"Feature properties": "Feature properties",
|
|
161
172
|
"Fetch data each time map view changes.": "Hämta data varje gång kartvisningen ändras.",
|
|
173
|
+
"fill color": "fyllnadsfärg",
|
|
174
|
+
"fill opacity": "fyllsynlighet",
|
|
175
|
+
"fill": "fyll",
|
|
162
176
|
"Filter keys": "Filternycklar",
|
|
177
|
+
"Filter": "Filter",
|
|
178
|
+
"Fit all data": "Fit all data",
|
|
163
179
|
"Format": "Format",
|
|
164
180
|
"From zoom": "Från zoom",
|
|
181
|
+
"full backup": "full backup",
|
|
182
|
+
"Generic": "Generic",
|
|
183
|
+
"GeoRSS (only link)": "GeoRSS (enbart länk)",
|
|
184
|
+
"GeoRSS (title + image)": "GeoRSS (titel + bild)",
|
|
185
|
+
"Go to \"{coords}\"": "Go to \"{coords}\"",
|
|
186
|
+
"Go to the homepage": "Go to the homepage",
|
|
165
187
|
"Go to «{feature}»": "Gå till «{feature}»",
|
|
166
188
|
"Heatmap intensity property": "Värmekartans intensitet",
|
|
167
189
|
"Heatmap radius": "Värmekartans radie",
|
|
190
|
+
"Heatmap": "Värmekarta",
|
|
191
|
+
"height": "höjd",
|
|
168
192
|
"Help": "Hjälp",
|
|
193
|
+
"hidden": "dold",
|
|
169
194
|
"Hide controls": "Dölj verktygsfälten",
|
|
170
195
|
"Home": "Hem",
|
|
171
196
|
"How much to simplify the polyline on each zoom level (more = better performance and smoother look, less = more accurate)": "Hur mycket ska polygoner och multilinjer förenklas vid olika zoom-nivåer? (Mer = bättre prestanda och mjukare utseende, Mindre = mer exakt)",
|
|
197
|
+
"icon opacity": "Ikonsynlighet",
|
|
198
|
+
"Icon shape": "Ikonform",
|
|
199
|
+
"Icon symbol": "Ikonsymbol",
|
|
200
|
+
"If false, the polygon or line will act as a part of the underlying map.": "If false, the polygon or line will act as a part of the underlying map.",
|
|
172
201
|
"Iframe with custom height (in px): {{{http://iframe.url.com|height}}}": "Iframe med specifik höjd (i pixlar): {{{http://iframe.url.com|height}}}",
|
|
173
202
|
"Iframe with custom height and width (in px): {{{http://iframe.url.com|height*width}}}": "Iframe med specifik höjd och bredd (i pixlar): {{{http://iframe.url.com|height*width}}}",
|
|
203
|
+
"iframe": "IFrame (inbäddad html-ram)",
|
|
174
204
|
"Iframe: {{{http://iframe.url.com}}}": "Iframe (inbäddad ram): {{{http://iframe.url.com}}}",
|
|
175
205
|
"Image with custom width (in px): {{http://image.url.com|width}}": "Bild med specifik bredd (i pixlar): {{http://image.url.com|width}}",
|
|
176
206
|
"Image: {{http://image.url.com}}": "Bild: {{http://image.url.com}}",
|
|
177
|
-
"Import": "Importera",
|
|
178
207
|
"Import data": "Importera data",
|
|
179
208
|
"Import in a new layer": "Importera till ett nytt lager",
|
|
209
|
+
"Import": "Importera",
|
|
180
210
|
"Imports all umap data, including layers and settings.": "Importerar allt uMap data, inklusive lager och inställningar.",
|
|
181
211
|
"Include full screen link?": "Inkludera länk till fullskärmssida?",
|
|
212
|
+
"Inherit": "Ärv",
|
|
213
|
+
"inherit": "ärv",
|
|
182
214
|
"Interaction options": "Alternativ för interaktion",
|
|
183
|
-
"Invalid
|
|
215
|
+
"Invalid latitude or longitude": "Invalid latitude or longitude",
|
|
184
216
|
"Invalid umap data in {filename}": "Ogiltigt uMap-data i {filename}",
|
|
217
|
+
"Invalid umap data": "Ogiltigt 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": "Bevara nuvarande synliga lager",
|
|
222
|
+
"kilometers": "kilometer",
|
|
223
|
+
"km": "km",
|
|
224
|
+
"Label direction": "Riktning för etikett",
|
|
225
|
+
"Label key": "Etikettnyckel",
|
|
226
|
+
"Labels are clickable": "Klickbara etiketter",
|
|
227
|
+
"Latest feature": "Latest feature",
|
|
186
228
|
"Latitude": "Latitud",
|
|
187
|
-
"Layer": "Lager",
|
|
188
229
|
"Layer properties": "Lageregenskaper",
|
|
230
|
+
"Layer": "Lager",
|
|
189
231
|
"Licence": "Licens",
|
|
232
|
+
"licence": "licens",
|
|
190
233
|
"Limit bounds": "Begränsa visningsområdet",
|
|
234
|
+
"Link to view the map": "Link to view the map",
|
|
191
235
|
"Link to…": "Länk till…",
|
|
192
236
|
"Link with text: [[http://example.com|text of the link]]": "Hyperlänk med egen text: [[https://www.exempel.se|Länktext]]",
|
|
193
237
|
"Long credits": "Upphov och erkännanden (sidfotsfält)",
|
|
194
238
|
"Longitude": "Longitud",
|
|
195
239
|
"Make main shape": "Gör huvudformen",
|
|
196
240
|
"Manage layers": "Hantera lager",
|
|
241
|
+
"Manual": "Manual",
|
|
197
242
|
"Map background credits": "Bakgrundskartans upphov och erkännanden",
|
|
198
243
|
"Map has been attached to your account": "Kartan har kopplats till ditt konto.",
|
|
199
244
|
"Map has been saved!": "Kartan har sparats!",
|
|
245
|
+
"Map has been starred": "Kartan har stjärnmärkts",
|
|
246
|
+
"Map has been unstarred": "Stjärnmärkningen har tagits bort ",
|
|
200
247
|
"Map user content has been published under licence": "Kartan användarinnehåll har publicerats under licens",
|
|
201
248
|
"Map's editors": "Kartans redaktörer",
|
|
202
249
|
"Map's owner": "Kartans ägare",
|
|
250
|
+
"max East": "max Öst",
|
|
251
|
+
"max North": "max Nord",
|
|
252
|
+
"max South": "max Syd",
|
|
253
|
+
"max West": "max Väst",
|
|
254
|
+
"max zoom": "maxgräns zoom",
|
|
255
|
+
"Measure distances": "Mät avstånd",
|
|
203
256
|
"Merge lines": "Sammanfoga linjer",
|
|
257
|
+
"mi": "miles",
|
|
258
|
+
"miles": "engelska mil",
|
|
259
|
+
"min zoom": "minimigräns zoom",
|
|
204
260
|
"More controls": "Fler verktyg",
|
|
205
261
|
"Must be a valid CSS value (eg.: DarkBlue or #123456)": "Giltigt CSS värde krävs (ex: DarkBlue eller #123456)",
|
|
262
|
+
"name": "namn",
|
|
263
|
+
"nautical miles": "nautiska mil",
|
|
264
|
+
"never": "aldrig",
|
|
265
|
+
"new window": "nytt fönster",
|
|
266
|
+
"next": "nästa",
|
|
267
|
+
"NM": "M",
|
|
268
|
+
"No cache": "Ingen cache",
|
|
206
269
|
"No licence has been set": "Ingen licens har valts.",
|
|
270
|
+
"No results for these facets": "No results for these facets",
|
|
207
271
|
"No results": "Inga träffar tyvärr. Har du stavat rätt?",
|
|
272
|
+
"no": "nej",
|
|
273
|
+
"No.": "No.",
|
|
274
|
+
"None": "Ingen",
|
|
275
|
+
"Number of desired classes (default 5)": "Number of desired classes (default 5)",
|
|
276
|
+
"On the bottom": "Under",
|
|
277
|
+
"On the left": "Till vänster",
|
|
278
|
+
"On the right": "Till höger",
|
|
279
|
+
"On the top": "Ovanför",
|
|
280
|
+
"Only visible layers' data": "Only visible layers' data",
|
|
281
|
+
"opacity": "synlighet",
|
|
282
|
+
"Opacity": "Synlighet",
|
|
283
|
+
"Open current feature on load": "Öppna nuvarande objekt vid uppstart",
|
|
208
284
|
"Open link in…": "Öppna länk med...",
|
|
285
|
+
"Open share & download panel": "Open share & download panel",
|
|
209
286
|
"Open this map extent in a map editor to provide more accurate data to OpenStreetMap": "Öppna detta kartområde i en redigerare för att bidra med mer och bättre data till OpenStreetMap.",
|
|
287
|
+
"OpenStreetMap": "OpenStreetMap",
|
|
210
288
|
"Optional intensity property for heatmap": "Valfritt intensitetsläge för värmekartan",
|
|
211
289
|
"Optional. Same as color if not set.": "Valfritt. Annars samma som färg ovan.",
|
|
290
|
+
"Optional.": "Valfri.",
|
|
212
291
|
"Override clustering radius (default 80)": "Åsidosätt kluster radie (80 förvalt)",
|
|
213
292
|
"Override heatmap radius (default 25)": "Åsidosätt värmekartans radie (25 förvalt)",
|
|
293
|
+
"parent window": "föräldrafönster",
|
|
294
|
+
"Paste your data here": "Klistra in data här",
|
|
295
|
+
"Permalink": "Permanent länk",
|
|
296
|
+
"Permanent credits background": "Permanent credits background",
|
|
297
|
+
"Permanent credits": "Permanent credits",
|
|
214
298
|
"Please be sure the licence is compliant with your use.": "Säkerställ att din användning av datat överensstämmer med dess licens eller upphovsrätt.",
|
|
215
299
|
"Please choose a format": "Välj ett format",
|
|
216
300
|
"Please enter the name of the property": "Ange namnet på egenskapen",
|
|
217
301
|
"Please enter the new name of this property": "Ange det nya namnet för den här egenskapen",
|
|
302
|
+
"Please save the map first": "Spara kartan först, tack 😉",
|
|
303
|
+
"Popup (large)": "Popup (stor)",
|
|
304
|
+
"Popup content style": "Innehållsstil för popupfönster",
|
|
305
|
+
"Popup content template": "Mall för popup-innehåll",
|
|
306
|
+
"Popup shape": "Popup format",
|
|
307
|
+
"Popup": "Popup",
|
|
308
|
+
"Powered by uMap": "Powered by uMap",
|
|
309
|
+
"previous": "föregående",
|
|
310
|
+
"Problem in the response": "Problem in the response",
|
|
218
311
|
"Properties imported:": "Attribut som importeras:",
|
|
219
312
|
"Provide an URL here": "Ange en webbadress",
|
|
220
313
|
"Proxy request": "Proxyförfrågan",
|
|
314
|
+
"Quantiles": "Quantiles",
|
|
315
|
+
"Recent": "Recent",
|
|
221
316
|
"Remote data": "Fjärrdata",
|
|
222
317
|
"Remove shape from the multi": "Radera figuren från aktuell multi",
|
|
223
318
|
"Rename this property on all the features": "Byt namn på den här egenskapen för alla objekt",
|
|
224
319
|
"Replace layer content": "Ersätt lagrets innehåll",
|
|
225
320
|
"Restore this version": "Återställ denna version",
|
|
226
|
-
"Save": "Spara",
|
|
227
321
|
"Save anyway": "Spara ändå",
|
|
228
322
|
"Save current edits": "Spara nuvarande ändringar",
|
|
323
|
+
"Save map": "Save map",
|
|
229
324
|
"Save this center and zoom": "Spara aktuell vy och zoomnivå",
|
|
230
325
|
"Save this location as new feature": "Spara denna plats som nytt kartobjekt",
|
|
326
|
+
"Save": "Spara",
|
|
327
|
+
"Saved center and zoom": "Saved center and zoom",
|
|
231
328
|
"Search location": "Sök plats",
|
|
232
|
-
"
|
|
233
|
-
"
|
|
329
|
+
"Search": "Search",
|
|
330
|
+
"Secret edit link copied to clipboard!": "Hemlig redigeringslänk kopierad till klippbordet",
|
|
331
|
+
"Secret edit link:": "Secret edit link:",
|
|
332
|
+
"See layers": "See layers",
|
|
234
333
|
"See full screen": "Öppna i fullskärm",
|
|
334
|
+
"See on OpenStreetMap": "See on OpenStreetMap",
|
|
335
|
+
"Select data": "Select data",
|
|
336
|
+
"Send me the link": "Skicka länken till mig",
|
|
235
337
|
"Set it to false to hide this layer from the slideshow, the data browser, the popup navigation…": "Slå av för att dölja lagret från bilspelsvisning, databläddrare, popup-navigering etc",
|
|
338
|
+
"settings": "settings",
|
|
236
339
|
"Shape properties": "Formategenskaper",
|
|
340
|
+
"Share and download": "Share and download",
|
|
341
|
+
"Share this link to open a customized map view": "Share this link to open a customized map view",
|
|
237
342
|
"Short credits": "Upphov och erkännanden (kort)",
|
|
343
|
+
"Short link": "Short link",
|
|
344
|
+
"Show this layer in the caption": "Show this layer in the caption",
|
|
238
345
|
"Show/hide layer": "Visa/dölj lager",
|
|
346
|
+
"Side panel": "Sidopanel",
|
|
239
347
|
"Simple link: [[http://example.com]]": "Enkel hyperlänk: [[https://www.exempel.se]]",
|
|
348
|
+
"Simplify": "Förenkla",
|
|
349
|
+
"Skipping unknown geometry.type: {type}": "Okänd geometrityp ignoreras: {type}",
|
|
240
350
|
"Slideshow": "Bildspelsläge",
|
|
241
351
|
"Sort key": "Sorteringsnyckel",
|
|
242
352
|
"Split line": "Dela upp linje",
|
|
353
|
+
"Star this map": "Stjärnmärk kartan",
|
|
243
354
|
"Start a hole here": "Infoga ett hål här",
|
|
244
355
|
"Start slideshow": "Starta bildspel",
|
|
245
356
|
"Stop editing": "Avsluta redigering",
|
|
246
357
|
"Stop slideshow": "Stoppa bildspel",
|
|
358
|
+
"Street": "Street",
|
|
359
|
+
"stroke": "streck",
|
|
247
360
|
"Supported scheme": "Schema som stöds",
|
|
248
361
|
"Supported variables that will be dynamically replaced": "Variabler som stöds att ersättas dynamiskt",
|
|
249
|
-
"
|
|
362
|
+
"Symbol": "Symbol",
|
|
363
|
+
"Table": "Tabell",
|
|
250
364
|
"Text color for the cluster label": "Textfärg för klusteretiketten",
|
|
251
365
|
"Text formatting": "Textformatering",
|
|
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.": "Egenskapen att använda som unik nyckel för objekten (ex: \"id\")",
|
|
368
|
+
"The zoom and center have been modified.": "Zoom och centrering har ändrats.",
|
|
369
|
+
"TMS format": "TMS format",
|
|
252
370
|
"To use if remote server doesn't allow cross domain (slower)": "Att använda om fjärrservern inte tillåter gränsöverskridande domäner (långsammare)",
|
|
253
371
|
"To zoom": "Till zoom",
|
|
372
|
+
"Toggle edit mode (⇧+Click)": "Toggle edit mode (⇧+Click)",
|
|
373
|
+
"Toggle edit mode": "Toggle edit mode",
|
|
254
374
|
"Transfer shape to edited feature": "Överför format till redigerat objekt",
|
|
255
375
|
"Transform to lines": "Transformera till linjer",
|
|
256
376
|
"Transform to polygon": "Transformera till polygon",
|
|
377
|
+
"Type a place name or coordinates": "Type a place name or coordinates",
|
|
378
|
+
"Type char or paste emoji": "Type char or paste emoji",
|
|
257
379
|
"Type of layer": "Lagertyp",
|
|
258
380
|
"Unable to detect format of file {filename}": "Misslyckades att känna igen filformatet på filen {filename}",
|
|
259
381
|
"Untitled layer": "Namnlöst lager",
|
|
260
382
|
"Untitled map": "Namnlös karta",
|
|
261
|
-
"Update permissions": "Uppdatera behörigheter",
|
|
262
383
|
"Update permissions and editors": "Uppdatera behörigheter och redaktörer",
|
|
384
|
+
"Update permissions": "Uppdatera behörigheter",
|
|
385
|
+
"Update who can see and edit the map": "Update who can see and edit the map",
|
|
263
386
|
"Url": "URL",
|
|
387
|
+
"URL": "URL",
|
|
264
388
|
"Use current bounds": "Använd nuvarande visningsgränser",
|
|
265
389
|
"Use placeholders with feature properties between brackets, eg. {name}, they will be dynamically replaced by the corresponding values.": "Använd platshållare med objektattribut i klammerparenteser, ex. {namn}. De ersätts dynamiskt med objektets motsvarande värde.",
|
|
266
390
|
"User content credits": "Användarinnehållets upphov och erkännanden",
|
|
267
391
|
"User interface options": "Alternativ för användargränssnitt",
|
|
392
|
+
"User location": "User location",
|
|
393
|
+
"Verify remote URL": "Verify remote URL",
|
|
268
394
|
"Versions": "Versioner",
|
|
269
395
|
"View Fullscreen": "Visa fullskärm",
|
|
396
|
+
"View": "View",
|
|
397
|
+
"Visibility: {status}": "Visibility: {status}",
|
|
398
|
+
"weight": "tjocklek",
|
|
270
399
|
"Where do we go from here?": "Hela världen ligger öppen. Sluta aldrig lära, utforska och dela med dig. Vart tar vi vägen idag?",
|
|
271
400
|
"Whether to display or not polygons paths.": "Om polygonens konturlinje ska ritas ut eller inte.",
|
|
272
401
|
"Whether to fill polygons with color.": "Om polygonens yta ska fyllas med färg.",
|
|
402
|
+
"Who can edit \"{layer}\"": "Who can edit \"{layer}\"",
|
|
273
403
|
"Who can edit": "Vem kan redigera",
|
|
274
404
|
"Who can view": "Vem kan visa",
|
|
405
|
+
"width": "bredd",
|
|
275
406
|
"Will be displayed in the bottom right corner of the map": "Visas i nedre högra hörnet av kartan",
|
|
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": "Visas i sidfotsfältet under kartan",
|
|
277
409
|
"Woops! Someone else seems to have edited the data. You can save anyway, but this will erase the changes made by others.": "Hoppsan! \nNågon annan verkar ha hunnit före och redigerat i kartan redan! Du kan spara ändå, men det kommer att radera ändringar som någon annan har gjort.",
|
|
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:": "Din karta har skapats! Eftersom du inte är inloggad, här är din hemliga länk för att redigera kartan. Spara den på ett säkert ställe:",
|
|
278
412
|
"Zoom in": "Zooma in",
|
|
279
413
|
"Zoom level for automatic zooms": "Zoomnivå för automatisk zoom",
|
|
280
414
|
"Zoom out": "Zooma ut",
|
|
@@ -283,155 +417,37 @@ const locale = {
|
|
|
283
417
|
"Zoom to the previous": "Panorera till föregående",
|
|
284
418
|
"Zoom to this feature": "Zooma till detta objekt",
|
|
285
419
|
"Zoom to this place": "Zooma till denna plats",
|
|
286
|
-
"attribution": "attribution",
|
|
287
|
-
"by": "av",
|
|
288
|
-
"display name": "namn",
|
|
289
|
-
"height": "höjd",
|
|
290
|
-
"licence": "licens",
|
|
291
|
-
"max East": "max Öst",
|
|
292
|
-
"max North": "max Nord",
|
|
293
|
-
"max South": "max Syd",
|
|
294
|
-
"max West": "max Väst",
|
|
295
|
-
"max zoom": "maxgräns zoom",
|
|
296
|
-
"min zoom": "minimigräns zoom",
|
|
297
|
-
"next": "nästa",
|
|
298
|
-
"previous": "föregående",
|
|
299
|
-
"width": "bredd",
|
|
300
|
-
"{count} errors during import: {message}": "{count} fel under importen: {message}",
|
|
301
|
-
"Measure distances": "Mät avstånd",
|
|
302
|
-
"NM": "M",
|
|
303
|
-
"kilometers": "kilometer",
|
|
304
|
-
"km": "km",
|
|
305
|
-
"mi": "miles",
|
|
306
|
-
"miles": "engelska mil",
|
|
307
|
-
"nautical miles": "nautiska mil",
|
|
308
|
-
"1 day": "1 dag",
|
|
309
|
-
"1 hour": "1 timme",
|
|
310
|
-
"5 min": "5 min",
|
|
311
|
-
"Cache proxied request": "Cachelagra proxyförfrågan",
|
|
312
|
-
"No cache": "Ingen cache",
|
|
313
|
-
"Popup": "Popup",
|
|
314
|
-
"Popup (large)": "Popup (stor)",
|
|
315
|
-
"Popup content style": "Innehållsstil för popupfönster",
|
|
316
|
-
"Popup shape": "Popup format",
|
|
317
|
-
"Skipping unknown geometry.type: {type}": "Okänd geometrityp ignoreras: {type}",
|
|
318
|
-
"Optional.": "Valfri.",
|
|
319
|
-
"Paste your data here": "Klistra in data här",
|
|
320
|
-
"Please save the map first": "Spara kartan först, tack 😉",
|
|
321
|
-
"Feature identifier key": "Unik nyckel för objekt",
|
|
322
|
-
"Open current feature on load": "Öppna nuvarande objekt vid uppstart",
|
|
323
|
-
"Permalink": "Permanent länk",
|
|
324
|
-
"The name of the property to use as feature unique identifier.": "Egenskapen att använda som unik nyckel för objekten (ex: \"id\")",
|
|
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} acre (ung. tunnland)",
|
|
334
421
|
"{area} ha": "{area} ha",
|
|
335
422
|
"{area} m²": "{area} m²",
|
|
336
423
|
"{area} mi²": "{area} kvadrat-mile",
|
|
337
424
|
"{area} yd²": "{area} kvadrat-yard",
|
|
338
|
-
"{
|
|
425
|
+
"{count} errors during import: {message}": "{count} fel under importen: {message}",
|
|
426
|
+
"{delay} seconds": "{delay} sekunder",
|
|
339
427
|
"{distance} km": "{distance} km",
|
|
340
428
|
"{distance} m": "{distance} m",
|
|
341
429
|
"{distance} miles": "{distance} engelska mil",
|
|
430
|
+
"{distance} NM": "{distance} M",
|
|
342
431
|
"{distance} yd": "{distance} yard",
|
|
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:": "Din karta har skapats! Eftersom du inte är inloggad, här är din hemliga länk för att redigera kartan. Spara den på ett säkert ställe:",
|
|
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": "Ikonsynlighet",
|
|
366
|
-
"*single star for italic*": "*en asterisk för kursivt*",
|
|
367
|
-
"--- for a horizontal rule": "--- för en vågrät linje",
|
|
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("sv", locale)
|
|
437
453
|
L.setLocale("sv")
|