umap-project 3.0.6__py3-none-any.whl → 3.1.1__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.
Files changed (143) hide show
  1. umap/__init__.py +1 -1
  2. umap/forms.py +1 -1
  3. umap/locale/br/LC_MESSAGES/django.mo +0 -0
  4. umap/locale/br/LC_MESSAGES/django.po +219 -72
  5. umap/locale/ca/LC_MESSAGES/django.mo +0 -0
  6. umap/locale/ca/LC_MESSAGES/django.po +286 -95
  7. umap/locale/cs_CZ/LC_MESSAGES/django.mo +0 -0
  8. umap/locale/cs_CZ/LC_MESSAGES/django.po +211 -65
  9. umap/locale/da/LC_MESSAGES/django.mo +0 -0
  10. umap/locale/da/LC_MESSAGES/django.po +394 -202
  11. umap/locale/de/LC_MESSAGES/django.mo +0 -0
  12. umap/locale/de/LC_MESSAGES/django.po +146 -75
  13. umap/locale/el/LC_MESSAGES/django.mo +0 -0
  14. umap/locale/el/LC_MESSAGES/django.po +125 -59
  15. umap/locale/en/LC_MESSAGES/django.po +124 -58
  16. umap/locale/es/LC_MESSAGES/django.mo +0 -0
  17. umap/locale/es/LC_MESSAGES/django.po +125 -59
  18. umap/locale/et/LC_MESSAGES/django.mo +0 -0
  19. umap/locale/et/LC_MESSAGES/django.po +210 -64
  20. umap/locale/eu/LC_MESSAGES/django.mo +0 -0
  21. umap/locale/eu/LC_MESSAGES/django.po +212 -65
  22. umap/locale/fa_IR/LC_MESSAGES/django.mo +0 -0
  23. umap/locale/fa_IR/LC_MESSAGES/django.po +286 -95
  24. umap/locale/fr/LC_MESSAGES/django.mo +0 -0
  25. umap/locale/fr/LC_MESSAGES/django.po +125 -59
  26. umap/locale/gl/LC_MESSAGES/django.mo +0 -0
  27. umap/locale/gl/LC_MESSAGES/django.po +212 -66
  28. umap/locale/hu/LC_MESSAGES/django.mo +0 -0
  29. umap/locale/hu/LC_MESSAGES/django.po +148 -78
  30. umap/locale/is/LC_MESSAGES/django.mo +0 -0
  31. umap/locale/is/LC_MESSAGES/django.po +130 -60
  32. umap/locale/it/LC_MESSAGES/django.mo +0 -0
  33. umap/locale/it/LC_MESSAGES/django.po +125 -59
  34. umap/locale/ms/LC_MESSAGES/django.mo +0 -0
  35. umap/locale/ms/LC_MESSAGES/django.po +289 -98
  36. umap/locale/nl/LC_MESSAGES/django.mo +0 -0
  37. umap/locale/nl/LC_MESSAGES/django.po +128 -61
  38. umap/locale/pl/LC_MESSAGES/django.mo +0 -0
  39. umap/locale/pl/LC_MESSAGES/django.po +287 -96
  40. umap/locale/pt/LC_MESSAGES/django.mo +0 -0
  41. umap/locale/pt/LC_MESSAGES/django.po +211 -65
  42. umap/locale/zh_TW/LC_MESSAGES/django.mo +0 -0
  43. umap/locale/zh_TW/LC_MESSAGES/django.po +212 -66
  44. umap/management/commands/migrate_to_S3.py +42 -20
  45. umap/management/commands/purge_old_versions.py +63 -0
  46. umap/management/commands/switch_user.py +52 -0
  47. umap/managers.py +29 -2
  48. umap/middleware.py +1 -1
  49. umap/migrations/0028_map_is_template.py +21 -0
  50. umap/models.py +14 -4
  51. umap/settings/base.py +22 -0
  52. umap/static/umap/base.css +4 -2
  53. umap/static/umap/content.css +1 -1
  54. umap/static/umap/css/dialog.css +5 -2
  55. umap/static/umap/css/form.css +19 -12
  56. umap/static/umap/css/icon.css +6 -0
  57. umap/static/umap/css/importers.css +4 -0
  58. umap/static/umap/css/panel.css +2 -0
  59. umap/static/umap/img/16-white.svg +5 -1
  60. umap/static/umap/img/16.svg +1 -1
  61. umap/static/umap/img/24-white.svg +3 -2
  62. umap/static/umap/img/24.svg +3 -4
  63. umap/static/umap/img/importers/opendata.svg +1 -0
  64. umap/static/umap/img/providers/bitbucket.png +0 -0
  65. umap/static/umap/img/source/16-white.svg +8 -4
  66. umap/static/umap/img/source/16.svg +1 -1
  67. umap/static/umap/img/source/24-white.svg +5 -4
  68. umap/static/umap/img/source/24.svg +5 -6
  69. umap/static/umap/js/components/modal.js +27 -0
  70. umap/static/umap/js/modules/caption.js +4 -4
  71. umap/static/umap/js/modules/data/features.js +40 -4
  72. umap/static/umap/js/modules/data/layer.js +208 -138
  73. umap/static/umap/js/modules/form/builder.js +6 -14
  74. umap/static/umap/js/modules/form/fields.js +2 -2
  75. umap/static/umap/js/modules/help.js +11 -3
  76. umap/static/umap/js/modules/importer.js +7 -4
  77. umap/static/umap/js/modules/importers/opendata.js +142 -0
  78. umap/static/umap/js/modules/permissions.js +3 -3
  79. umap/static/umap/js/modules/rendering/controls.js +34 -2
  80. umap/static/umap/js/modules/rendering/icon.js +2 -2
  81. umap/static/umap/js/modules/rendering/layers/base.js +1 -1
  82. umap/static/umap/js/modules/rendering/layers/classified.js +55 -49
  83. umap/static/umap/js/modules/rendering/layers/cluster.js +16 -9
  84. umap/static/umap/js/modules/rendering/layers/heat.js +13 -11
  85. umap/static/umap/js/modules/rendering/map.js +5 -0
  86. umap/static/umap/js/modules/rendering/ui.js +23 -0
  87. umap/static/umap/js/modules/rules.js +24 -23
  88. umap/static/umap/js/modules/schema.js +60 -4
  89. umap/static/umap/js/modules/sync/updaters.js +7 -3
  90. umap/static/umap/js/modules/tableeditor.js +7 -30
  91. umap/static/umap/js/modules/templates.js +122 -0
  92. umap/static/umap/js/modules/ui/bar.js +13 -3
  93. umap/static/umap/js/modules/ui/panel.js +1 -1
  94. umap/static/umap/js/modules/umap.js +28 -13
  95. umap/static/umap/js/umap.controls.js +11 -4
  96. umap/static/umap/locale/br.js +51 -18
  97. umap/static/umap/locale/br.json +51 -18
  98. umap/static/umap/locale/da.js +343 -310
  99. umap/static/umap/locale/da.json +343 -310
  100. umap/static/umap/locale/de.js +40 -7
  101. umap/static/umap/locale/de.json +40 -7
  102. umap/static/umap/locale/el.js +31 -4
  103. umap/static/umap/locale/el.json +31 -4
  104. umap/static/umap/locale/en.js +33 -1
  105. umap/static/umap/locale/en.json +33 -1
  106. umap/static/umap/locale/es.js +37 -4
  107. umap/static/umap/locale/es.json +37 -4
  108. umap/static/umap/locale/fr.js +34 -1
  109. umap/static/umap/locale/fr.json +34 -1
  110. umap/static/umap/locale/hu.js +44 -17
  111. umap/static/umap/locale/hu.json +44 -17
  112. umap/static/umap/locale/it.js +74 -41
  113. umap/static/umap/locale/it.json +74 -41
  114. umap/static/umap/locale/nl.js +42 -9
  115. umap/static/umap/locale/nl.json +42 -9
  116. umap/static/umap/map.css +3 -23
  117. umap/static/umap/vendors/textpath/leaflet.textpath.js +184 -0
  118. umap/storage/fs.py +19 -9
  119. umap/templates/umap/dashboard_menu.html +5 -0
  120. umap/templates/umap/design_system.html +9 -0
  121. umap/templates/umap/js.html +3 -0
  122. umap/templates/umap/map_list.html +2 -2
  123. umap/templates/umap/map_table.html +18 -18
  124. umap/templates/umap/user_dashboard.html +9 -58
  125. umap/templates/umap/user_map_table.html +36 -0
  126. umap/templates/umap/user_templates.html +19 -0
  127. umap/templatetags/umap_tags.py +5 -0
  128. umap/tests/integration/test_conditional_rules.py +57 -0
  129. umap/tests/integration/test_datalayer.py +16 -9
  130. umap/tests/integration/test_edit_marker.py +11 -0
  131. umap/tests/integration/test_tableeditor.py +42 -7
  132. umap/tests/integration/test_templates.py +44 -0
  133. umap/tests/test_dashboard.py +19 -0
  134. umap/tests/test_purge_old_versions.py +91 -0
  135. umap/tests/test_switch_user.py +31 -0
  136. umap/tests/test_views.py +67 -0
  137. umap/urls.py +7 -1
  138. umap/views.py +64 -18
  139. {umap_project-3.0.6.dist-info → umap_project-3.1.1.dist-info}/METADATA +13 -13
  140. {umap_project-3.0.6.dist-info → umap_project-3.1.1.dist-info}/RECORD +143 -130
  141. {umap_project-3.0.6.dist-info → umap_project-3.1.1.dist-info}/WHEEL +0 -0
  142. {umap_project-3.0.6.dist-info → umap_project-3.1.1.dist-info}/entry_points.txt +0 -0
  143. {umap_project-3.0.6.dist-info → umap_project-3.1.1.dist-info}/licenses/LICENSE +0 -0
@@ -1,110 +1,110 @@
1
1
  const locale = {
2
- "(area: {measure})": "(area: {measure})",
3
- "(length: {measure})": "(length: {measure})",
2
+ "(area: {measure})": "(areal: {measure})",
3
+ "(length: {measure})": "(længde: {measure})",
4
4
  "# one hash for main heading": "# et hashtag for hovedoverskrift",
5
5
  "## two hashes for second heading": "## to hashtags for andet overskriftniveau",
6
6
  "### three hashes for third heading": "### tre hashtags for tredje overskriftsniveau",
7
- "**double star for bold**": "**dobbelt stjerne for fed skrift**",
8
- "*single star for italic*": "*single star for italic*",
9
- "--- for a horizontal rule": "--- for a horizontal rule",
7
+ "**double star for bold**": "**dobbeltstjerne for fed skrift**",
8
+ "*single star for italic*": "*enkeltstjerne for kursiv*",
9
+ "--- for a horizontal rule": "--- for en vandret streg",
10
10
  "1 day": "1 dag",
11
11
  "1 hour": "1 time",
12
12
  "5 min": "5 min",
13
- "A comma separated list of numbers that defines the stroke dash pattern. Ex.: \"5, 10, 15\".": "En kommasepareret nummerliste som definerer stiplingsmønstret. Fx: \"5, 10, 15\".",
13
+ "A comma separated list of numbers that defines the stroke dash pattern. Ex.: \"5, 10, 15\".": "En kommasepareret liste af tal, der definerer mønstret for stiplet streg. F.eks.: \"5, 10, 15\".",
14
14
  "About": "Om",
15
- "Action not allowed :(": "Action not allowed :(",
16
- "Activate slideshow mode": "Aktiver slideshowtilstand",
15
+ "Action not allowed :(": "Handling ikke tilladt :(",
16
+ "Activate slideshow mode": "Aktiver fremvisningstilstand",
17
17
  "Add a layer": "Tilføj et lag",
18
18
  "Add a line to the current multi": "Tilføj en linje til nuværende multi",
19
19
  "Add a new property": "Tilføj en ny egenskab",
20
- "Add a polygon to the current multi": "Tilføj en polygon til nuværende multi",
21
- "Add image URL": "Add image URL",
20
+ "Add a polygon to the current multi": "Tilføj en polygon til aktuel multi",
21
+ "Add image URL": "Tilføj billed-URL",
22
22
  "Advanced actions": "Avancerede handlinger",
23
23
  "Advanced properties": "Avancerede egenskaber",
24
- "All data and settings of the map": "All data and settings of the map",
24
+ "All data and settings of the map": "Alle kortets data og indstillinger",
25
25
  "All properties are imported.": "Alle egenskaber er importeret.",
26
26
  "Allow interactions": "Tillad interaktioner",
27
27
  "Allow scroll wheel zoom?": "Tillad zoom med scrollhjul?",
28
28
  "always": "altid",
29
- "Animated transitions": "Animated transitions",
29
+ "Animated transitions": "Animerede overgange",
30
30
  "Are you sure you want to clone this map and all its datalayers?": "Er du sikker på du vil klone dette kort og alle dets datalag?",
31
- "Are you sure you want to delete this map?": "Er du sikker at du vil slette dette kort?",
31
+ "Are you sure you want to delete this map?": "Er du sikker på, at du vil slette dette kort?",
32
32
  "Are you sure you want to delete this property on all the features?": "Er du sikker på du vil slette denne egenskab på alle objekter?",
33
- "Are you sure you want to restore this version?": "Er du sikker at du vil genskabe denne version?",
33
+ "Are you sure you want to restore this version?": "Er du sikker på, at du vil genskabe denne version?",
34
34
  "Attach the map to my account": "Knyt kortet til min konto",
35
- "attribution": "navngivelse",
35
+ "attribution": "kreditering",
36
36
  "Auto": "Auto",
37
37
  "Automatic": "Automatisk",
38
- "Autostart when map is loaded": "Start automatisk når kort er indlæst",
39
- "Back to preview": "Back to preview",
40
- "Background overlay url": "Background overlay url",
41
- "Ball": "Kugle",
42
- "Bring feature to center": "Bring feature to center",
38
+ "Autostart when map is loaded": "Start automatisk, når kortet indlæses",
39
+ "Back to preview": "Tilbage til forhåndsvisning",
40
+ "Background overlay url": "URL til baggrundsoverlejring",
41
+ "Ball": "Knappenål",
42
+ "Bring feature to center": "Centrer objektet",
43
43
  "Browse data": "Gennemse data",
44
44
  "by": "af",
45
- "Cache proxied request": "Forespørgsel i proxycache",
46
- "Caption": "Billedtekst",
45
+ "Cache proxied request": "Gem forespørgsler via proxy i cache",
46
+ "Caption": "Korttekst",
47
47
  "Center map on your location": "Centrer kort på din placering",
48
- "Change tilelayers": "Skift kortlag",
49
- "Change": "Change",
48
+ "Change tilelayers": "Skift fliselag",
49
+ "Change": "Ændr",
50
50
  "Choose the data format": "Vælg dataformat",
51
- "Choropleth breakpoints": "Choropleth breakpoints",
52
- "Choropleth classes": "Choropleth classes",
53
- "Choropleth color palette": "Choropleth color palette",
54
- "Choropleth mode": "Choropleth mode",
55
- "Choropleth property value": "Choropleth property value",
56
- "Choropleth": "Choropleth",
51
+ "Choropleth breakpoints": "Koroplet-brudpunkter",
52
+ "Choropleth classes": "Koroplet-klasser",
53
+ "Choropleth color palette": "Koroplet-farvepalette",
54
+ "Choropleth mode": "Koroplet-tilstand",
55
+ "Choropleth property value": "Koroplet-egenskabsværdi",
56
+ "Choropleth": "Koroplet",
57
57
  "Circle": "Cirkel",
58
- "clear": "tøm",
58
+ "clear": "nulstil",
59
59
  "Click last point to finish shape": "Klik på det det sidste punkt for at afslutte figur",
60
- "Click to add a marker": "Klik for at tilføje en markør",
60
+ "Click to add a marker": "Klik for at tilføje en markør",
61
61
  "Click to continue drawing": "Klik for at fortsætte indtegning",
62
62
  "Click to edit": "Klik for at redigere",
63
63
  "Click to start drawing a line": "Klik for at starte indtegning af linje",
64
64
  "Click to start drawing a polygon": "Klik for at starte indtegning af polygon",
65
- "Clone of {name}": "Klone af {name}",
65
+ "Clone of {name}": "Klon af {name}",
66
66
  "Clone this feature": "Klon dette objekt",
67
67
  "Clone this map": "Klon dette kort",
68
- "Clone": "Kloning",
68
+ "Clone": "Klon",
69
69
  "Close": "Luk",
70
- "Clustered": "Klynge",
70
+ "Clustered": "Klynget",
71
71
  "Clustering radius": "Klyngeradius",
72
- "collapsed": "klappet sammen",
72
+ "collapsed": "sammenklappet",
73
73
  "color": "farver",
74
- "Comma separated list of numbers, including min and max values.": "Comma separated list of numbers, including min and max values.",
75
- "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.",
74
+ "Comma separated list of numbers, including min and max values.": "Kommasepareret liste af tal, inklusive min- og max-værdier.",
75
+ "Comma separated list of properties to use for sorting features. To reverse the sort, put a minus sign (-) before. Eg. mykey,-otherkey.": "Kommasepareret liste over egenskaber, der skal bruges til at sortere objekter. For at vende sorteringen skal du sætte et minustegn (-) før. F.eks. mykey,-otherkey.",
76
76
  "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, tabulering eller semikolon adskiller værdier. SRS WGS84 er underforstået. Kun punktgeometri importeres. Importen vil kigge efter kolonner, der indeholder varianter af \"lat\" eller \"lon\" i begyndelsen af overskriften, uden at tage hensyn til små og store bogstaver. Alle andre kolonner importeres som egenskaber.",
77
- "Congratulations, your map has been created!": "Congratulations, your map has been created!",
77
+ "Congratulations, your map has been created!": "Tillykke, dit kort er nu oprettet!",
78
78
  "Continue line": "Fortsæt linje",
79
79
  "Coordinates": "Koordinater",
80
- "copy": "copy",
80
+ "copy": "kopier",
81
81
  "Credits": "Kreditering",
82
- "Current map view": "Current map view",
82
+ "Current map view": "Nuværende kortvisning",
83
83
  "Current view instead of default map view?": "Nuværende kortudsnit i stedet for standardkortvisning?",
84
84
  "Custom background": "Tilpasset baggrund",
85
- "Custom overlay": "Custom overlay",
85
+ "Custom overlay": "Tilpasset overlejring",
86
86
  "dash array": "stiplet række",
87
87
  "Data is browsable": "Data kan gennemses",
88
- "Datalayers": "Datalayers",
89
- "Default interaction options": "Standardinteraktionsindstillinger",
88
+ "Datalayers": "Datalag",
89
+ "Default interaction options": "Standardindstillinger for interaktion",
90
90
  "Default properties": "Standardegenskaber",
91
- "Default shape properties": "Standard figur-egenskaber",
92
- "Default view": "Default view",
93
- "Default zoom level": "Standardzoomniveau",
91
+ "Default shape properties": "Standardegenskaber for figur",
92
+ "Default view": "Standardvisning",
93
+ "Default zoom level": "Standard zoomniveau",
94
94
  "Default": "Standard",
95
- "Default: name": "Standard:-navn",
95
+ "Default: name": "Standard: navn",
96
96
  "Define link to open in a new window on polygon click.": "Definer link der åbnes i et nyt vindue ved klik på polygon.",
97
97
  "define": "definer",
98
- "Delay between two transitions when in play mode": "Forsinkelse mellem to transitioner, når i afspilningstilstand",
98
+ "Delay between two transitions when in play mode": "Forsinkelse mellem to overgange i afspilningstilstand",
99
99
  "Delete layer": "Slet lag",
100
100
  "Delete this feature": "Slet dette objekt",
101
101
  "Delete this shape": "Slet denne figur",
102
102
  "Delete this vertex (Alt+Click)": "Slet denne vertex (Alt+Click)",
103
103
  "Delete": "Slet",
104
104
  "description": "beskrivelse",
105
- "Direct link": "Direct link",
106
- "Directions from here": "Kørselsvejledning herfra",
107
- "Display label": "Visningslabel",
105
+ "Direct link": "Direkte link",
106
+ "Directions from here": "Rute herfra",
107
+ "Display label": "Vis etikette",
108
108
  "Display measure": "Vis opmåling",
109
109
  "display name": "visningsnavn",
110
110
  "Display on load": "Vis ved indlæsning",
@@ -116,11 +116,11 @@ const locale = {
116
116
  "Display the search control": "Vis søgekontrollen",
117
117
  "Display the tile layers control": "Vis fliselagskontrollen",
118
118
  "Display the zoom control": "Vis zoomkontrollen",
119
- "Do you want to display a caption bar?": "Vil du vise en billedtekst?",
120
- "Do you want to display a minimap?": "Vil du vise et miniaturekort?",
119
+ "Do you want to display a caption bar?": "Vil du vise en bjælke med korttekst?",
120
+ "Do you want to display a minimap?": "Vil du vise et miniaturekort?",
121
121
  "Do you want to display a panel on load?": "Vil du vise et panel ved indlæsning?",
122
- "Do you want to display caption menus?": "Do you want to display caption menus?",
123
- "Do you want to display popup footer?": "Vil du vise popupnoten?",
122
+ "Do you want to display caption menus?": "Vil du vise korttekstmenuer?",
123
+ "Do you want to display popup footer?": "Vil du vise popup-fodnoten?",
124
124
  "Do you want to display the scale control?": "Vil du vise målestokskontrollen?",
125
125
  "Do you want to display the «more» control?": "Vil du vise \"mere\"-kontrollen?",
126
126
  "Download": "Download",
@@ -128,40 +128,40 @@ const locale = {
128
128
  "Draw a marker": "Tegn en markør",
129
129
  "Draw a polygon": "Tegn en polygon",
130
130
  "Draw a polyline": "Tegn en polygonlinje",
131
- "Drawing": "Drawing",
132
- "Drop": "Drop",
131
+ "Drawing": "Tegner",
132
+ "Drop": "Dråbe",
133
133
  "Dynamic properties": "Dynamiske egenskaber",
134
134
  "Dynamic": "Dynamisk",
135
135
  "Edit feature's layer": "Rediger objekts lag",
136
136
  "Edit properties in a table": "Rediger egenskaberne i en tabel",
137
- "Edit the title of the map": "Edit the title of the map",
137
+ "Edit the title of the map": "Rediger titlen kortet",
138
138
  "Edit this feature": "Rediger dette objekt",
139
- "Edit": "Redigering",
140
- "Embed and link options": "Embed and link options",
141
- "Embed the map": "Indlejring af kortet",
142
- "Emoji & Character": "Emoji & Character",
143
- "Empty": "Tomt",
144
- "Equidistant": "Equidistant",
145
- "Error in the overlay URL": "Error in the overlay URL",
146
- "Error in the tilelayer URL": "Fejl i fliselags-URL'en",
139
+ "Edit": "Rediger",
140
+ "Embed and link options": "Indlejrings- og linkmuligheder",
141
+ "Embed the map": "Indlejr kortet",
142
+ "Emoji & Character": "Emoji og tegn",
143
+ "Empty": "Ryd",
144
+ "Equidistant": "Lige langt væk",
145
+ "Error in the overlay URL": "Fejl i URL til overlejring",
146
+ "Error in the tilelayer URL": "Fejl i URL til fliselag",
147
147
  "Exit Fullscreen": "Afslut fuldskærm",
148
148
  "expanded": "udvidet",
149
149
  "Extract shape to separate feature": "Udtræk figur for at adskille objekt",
150
- "Feature identifier key": "Feature identifier key",
151
- "Feature properties": "Feature properties",
150
+ "Feature identifier key": "Identifikationsnøgle for objekt",
151
+ "Feature properties": "Egenskaber for objekt",
152
152
  "Fetch data each time map view changes.": "Hent data hver gang kortvisningen ændres.",
153
153
  "fill color": "udfyldningsfarve",
154
- "fill opacity": "udfyldningsgennemsigtighed",
154
+ "fill opacity": "udfyldnings gennemsigtighed",
155
155
  "fill": "udfyldning",
156
- "Fit all data": "Fit all data",
156
+ "Fit all data": "Tilpas alle data",
157
157
  "Format": "Format",
158
158
  "From zoom": "Fra zoom",
159
- "full backup": "full backup",
160
- "Generic": "Generic",
159
+ "full backup": "fuld backup",
160
+ "Generic": "Generisk",
161
161
  "GeoRSS (only link)": "GeoRSS (kun link)",
162
162
  "GeoRSS (title + image)": "GeoRSS (titel + billede)",
163
- "Go to \"{coords}\"": "Go to \"{coords}\"",
164
- "Go to the homepage": "Go to the homepage",
163
+ "Go to \"{coords}\"": " til \"{coords}\"",
164
+ "Go to the homepage": " til startsiden",
165
165
  "Go to «{feature}»": "Gå til \"{feature}\"",
166
166
  "Heatmap intensity property": "Heatmaps intensitetsegenskaber",
167
167
  "Heatmap radius": "Heatmaps radius",
@@ -170,59 +170,59 @@ const locale = {
170
170
  "Help": "Hjælp",
171
171
  "hidden": "skjult",
172
172
  "Hide controls": "Skjul kontroller",
173
- "Home": "Hjem",
173
+ "Home": "Startside",
174
174
  "How much to simplify the polyline on each zoom level (more = better performance and smoother look, less = more accurate)": "Hvor meget polylinjen skal forenkles på hvert zoomniveau (mere = bedre ydeevne og jævnere udseende, mindre = mere præcist)",
175
- "icon opacity": "icon opacity",
175
+ "icon opacity": "Ikonets gennemsigtighed",
176
176
  "Icon shape": "Ikonfacon",
177
177
  "Icon symbol": "Ikonsymbol",
178
- "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.",
179
- "Iframe with custom height (in px): {{{https://iframe.url.com|height}}}": "Iframe with custom height (in px): {{{https://iframe.url.com|height}}}",
180
- "Iframe with custom height and width (in px): {{{https://iframe.url.com|height*width}}}": "Iframe with custom height and width (in px): {{{https://iframe.url.com|height*width}}}",
178
+ "If false, the polygon or line will act as a part of the underlying map.": "Hvis slået fra, vil polygonen eller linjen fungere som en del af det underliggende kort.",
179
+ "Iframe with custom height (in px): {{{https://iframe.url.com|height}}}": "Iframe med tilpasset højde (i px): {{{https://iframe.url.com|height}}}",
180
+ "Iframe with custom height and width (in px): {{{https://iframe.url.com|height*width}}}": "Iframe med brugerdefineret højde og bredde (i px): {{{https://iframe.url.com|height*width}}}",
181
181
  "iframe": "iframe",
182
182
  "Iframe: {{{https://iframe.url.com}}}": "Iframe: {{{https://iframe.url.com}}}",
183
- "Image with custom width (in px): {{https://image.url.com|width}}": "Image with custom width (in px): {{https://image.url.com|width}}",
184
- "Image: {{https://image.url.com}}": "Image: {{https://image.url.com}}",
183
+ "Image with custom width (in px): {{https://image.url.com|width}}": "Billede med tilpasset bredde (i px): {{https://image.url.com|width}}",
184
+ "Image: {{https://image.url.com}}": "Billede: {{https://image.url.com}}",
185
185
  "Import data": "Importer data",
186
186
  "Import in a new layer": "Importerer i et nyt lag",
187
- "Imports all umap data, including layers and settings.": "Importerer alle umapdata, inklusiv lag og indstillinger,",
187
+ "Imports all umap data, including layers and settings.": "Importerer alle umap-data, inklusiv lag og indstillinger,",
188
188
  "Include full screen link?": "Inkluder fuldskærmslink?",
189
189
  "Inherit": "Nedarv",
190
- "inherit": "nedarvet",
190
+ "inherit": "nedarv",
191
191
  "Interaction options": "Interaktionsindstillinger",
192
- "Invalid latitude or longitude": "Invalid latitude or longitude",
193
- "Invalid umap data in {filename}": "Ugydige umapdata i {filename}",
194
- "Invalid umap data": "Ugyldige umapdata",
192
+ "Invalid latitude or longitude": "Ugyldig bredde- eller længdegrad",
193
+ "Invalid umap data in {filename}": "Ugydige umap-data i {filename}",
194
+ "Invalid umap data": "Ugyldige umap-data",
195
195
  "Jenks-Fisher": "Jenks-Fisher",
196
196
  "K-means": "K-means",
197
197
  "Keep current visible layers": "Behold nuværende synlige lag",
198
198
  "kilometers": "kilometer",
199
199
  "km": "km",
200
- "Label direction": "Labelretning",
201
- "Label key": "Labelnøgle",
202
- "Labels are clickable": "Labels er klikbare",
203
- "Latest feature": "Latest feature",
200
+ "Label direction": "Etiketteretning",
201
+ "Label key": "Etikette-nøgle",
202
+ "Labels are clickable": "Etiketter er klikbare",
203
+ "Latest feature": "Seneste objekt",
204
204
  "Latitude": "Længdegrader",
205
205
  "Layer properties": "Lags egenskaber",
206
206
  "Layer": "Lag",
207
207
  "Licence": "Licens",
208
208
  "licence": "licens",
209
- "Limit bounds": "Afgræsning",
210
- "Link to view the map": "Link to view the map",
209
+ "Limit bounds": "Afgrænsning",
210
+ "Link to view the map": "Link til at se kortet",
211
211
  "Link to…": "Link til…",
212
- "Link with text: [[https://example.com|text of the link]]": "Link with text: [[https://example.com|text of the link]]",
212
+ "Link with text: [[https://example.com|text of the link]]": "Link med tekst: [[https://example.com|tekst for link]]",
213
213
  "Long credits": "Lang kreditering",
214
214
  "Longitude": "Breddegrader",
215
- "Make main shape": "Gør til hovedfigur",
215
+ "Make main shape": "Gør til primær figur",
216
216
  "Manage layers": "Håndter lag",
217
- "Manual": "Manual",
217
+ "Manual": "Manuel",
218
218
  "Map background credits": "Baggrundskortkreditering",
219
219
  "Map has been attached to your account": "Kortet er blevet knyttet til din konto",
220
220
  "Map has been saved!": "Kortet er blevet gemt!",
221
- "Map has been starred": "Map has been starred",
222
- "Map has been unstarred": "Map has been unstarred",
223
- "Map user content has been published under licence": "Kortbrugerindholdet er udgivet under licensen",
224
- "Map's editors": "Korts redaktører",
225
- "Map's owner": "Korts ejer",
221
+ "Map has been starred": "Kort er blevet stjernemarkeret",
222
+ "Map has been unstarred": "Stjerne er fjernet fra kort",
223
+ "Map user content has been published under licence": "Kortets brugerindholdet er udgivet under licensen",
224
+ "Map's editors": "Kortets redaktører",
225
+ "Map's owner": "Kortets ejer",
226
226
  "max East": "max øst",
227
227
  "max North": "max nord",
228
228
  "max South": "max syd",
@@ -232,7 +232,7 @@ const locale = {
232
232
  "Merge lines": "Flet linjer",
233
233
  "mi": "mi",
234
234
  "miles": "miles",
235
- "min zoom": "min zoom",
235
+ "min zoom": "min. zoom",
236
236
  "More controls": "Vis flere kontroller",
237
237
  "Must be a valid CSS value (eg.: DarkBlue or #123456)": "Skal være en gyldig CSS-værdi (fx: DarkBlue eller #123456)",
238
238
  "name": "navn",
@@ -245,139 +245,139 @@ const locale = {
245
245
  "No licence has been set": "Ingen licens angivet",
246
246
  "No results": "Ingen resultater",
247
247
  "no": "nej",
248
- "No.": "No.",
248
+ "No.": "Nej.",
249
249
  "None": "Ingen",
250
- "Number of desired classes (default 5)": "Number of desired classes (default 5)",
250
+ "Number of desired classes (default 5)": "Antal ønskede klasser (standard 5)",
251
251
  "On the bottom": "I bunden",
252
252
  "On the left": "Til venstre",
253
253
  "On the right": "Til højre",
254
254
  "On the top": "I toppen",
255
- "Only visible layers' data": "Only visible layers' data",
255
+ "Only visible layers' data": "Kun synlige lags data",
256
256
  "opacity": "gennemsigtighed",
257
- "Opacity": "Opacity",
258
- "Open current feature on load": "Open current feature on load",
257
+ "Opacity": "Gennemsigtighed",
258
+ "Open current feature on load": "Åbn aktuelt objekt ved indlæsning",
259
259
  "Open link in…": "Åbn link i…",
260
- "Open share & download panel": "Open share & download panel",
260
+ "Open share & download panel": "Åbn panelet for deling og download",
261
261
  "Open this map extent in a map editor to provide more accurate data to OpenStreetMap": "Åbn dette kort i en korteditor for at levere mere nøjagtige data til OpenStreetMap",
262
262
  "OpenStreetMap": "OpenStreetMap",
263
263
  "Optional intensity property for heatmap": "Valgfri intensitetsegenskaber for heatmap",
264
- "Optional. Same as color if not set.": "Valgfrit. Samme som farve hvis ikke opsat.",
265
- "Optional.": "Valgfrit.",
264
+ "Optional. Same as color if not set.": "Valgfri. Samme som farve, hvis ikke angivet.",
265
+ "Optional.": "Valgfri.",
266
266
  "Override clustering radius (default 80)": "Overskriv klyngeradius (standard 80)",
267
267
  "Override heatmap radius (default 25)": "Overskriv heatmapradius (standard 25)",
268
268
  "parent window": "forældervindue",
269
269
  "Paste your data here": "Indsæt dine data her",
270
270
  "Permalink": "Permalink",
271
- "Permanent credits background": "Permanent credits background",
272
- "Permanent credits": "Permanent credits",
273
- "Please be sure the licence is compliant with your use.": "Sørg for at licensen tillader din anvendelse.",
271
+ "Permanent credits background": "Permanent kreditering baggrund",
272
+ "Permanent credits": "Permanent kreditering",
273
+ "Please be sure the licence is compliant with your use.": "Sørg for, at licensen er kompatibel med din anvendelse.",
274
274
  "Please choose a format": "Vælg et format",
275
275
  "Please enter the name of the property": "Angiv egenskabens navn",
276
276
  "Please enter the new name of this property": "Angiv egenskabens nye navn",
277
277
  "Please save the map first": "Gem først kortet",
278
278
  "Popup (large)": "Popup (stor)",
279
- "Popup content style": "Popupindholdsstil",
280
- "Popup content template": "Popups indholdsskabelon",
281
- "Popup shape": "Popupfacon",
279
+ "Popup content style": "Popup-indholdsstil",
280
+ "Popup content template": "Popup-indholdsskabelon",
281
+ "Popup shape": "Popup-facon",
282
282
  "Popup": "Popup",
283
- "Powered by uMap": "Powered by uMap",
283
+ "Powered by uMap": "Drevet af uMap",
284
284
  "previous": "forrige",
285
- "Problem in the response": "Problem in the response",
285
+ "Problem in the response": "Problem i svaret",
286
286
  "Properties imported:": "Egenskaber importeret:",
287
287
  "Provide an URL here": "Indsæt en URL her",
288
- "Proxy request": "Proxyforespørgsel",
289
- "Quantiles": "Quantiles",
290
- "Recent": "Recent",
291
- "Remote data": "Fjernudbudte data",
288
+ "Proxy request": "Proxy-forespørgsel",
289
+ "Quantiles": "Kvantiler",
290
+ "Recent": "Seneste",
291
+ "Remote data": "Fjerndata",
292
292
  "Remove shape from the multi": "Fjern figur fra multi",
293
293
  "Replace layer content": "Erstat lags indhold",
294
294
  "Restore this version": "Genskab denne version",
295
295
  "Save current edits": "Gem nuværende redigeringer",
296
- "Save map": "Save map",
296
+ "Save map": "Gem kort",
297
297
  "Save": "Gem",
298
- "Saved center and zoom": "Saved center and zoom",
299
- "Search location": "Søg efter placering",
300
- "Search": "Search",
301
- "Secret edit link:": "Secret edit link:",
298
+ "Saved center and zoom": "Gem centrum og zoom",
299
+ "Search location": "Søg efter lokalitet",
300
+ "Search": "Søg",
301
+ "Secret edit link:": "Hemmeligt redigeringslink:",
302
302
  "See full screen": "Se i fuld skærm",
303
- "See on OpenStreetMap": "See on OpenStreetMap",
304
- "Set it to false to hide this layer from the slideshow, the data browser, the popup navigation…": "Sæt den til false, for at skjule dette lag fra slideshowet, databrowseren, popupnavigeringen…",
305
- "settings": "settings",
303
+ "See on OpenStreetMap": "Se OpenStreetMap",
304
+ "Set it to false to hide this layer from the slideshow, the data browser, the popup navigation…": "Slå den fra for at skjule dette lag fra fremvisning, databrowseren, popup-navigeringen…",
305
+ "settings": "indstillinger",
306
306
  "Shape properties": "Figuregenskaber",
307
- "Share and download": "Share and download",
308
- "Share this link to open a customized map view": "Share this link to open a customized map view",
309
- "Short credits": "Kort kreditering",
310
- "Short link": "Short link",
311
- "Show this layer in the caption": "Show this layer in the caption",
307
+ "Share and download": "Del og download",
308
+ "Share this link to open a customized map view": "Del dette link for at åbne en tilpasset kortvisning",
309
+ "Short credits": "Korte krediteringer",
310
+ "Short link": "Forkortet link",
311
+ "Show this layer in the caption": "Vis dette lag i kortteksten",
312
312
  "Show/hide layer": "Vis/skjul lag",
313
313
  "Side panel": "Sidepanel",
314
- "Simple link: [[https://example.com]]": "Simple link: [[https://example.com]]",
314
+ "Simple link: [[https://example.com]]": "Simpelt link: [[https://example.com]]",
315
315
  "Simplify": "Simplificer",
316
316
  "Skipping unknown geometry.type: {type}": "Springer over ukendt geometry.type: {type}",
317
- "Slideshow": "Slideshow",
317
+ "Slideshow": "Fremvisning",
318
318
  "Sort key": "Sorteringsnøgle",
319
- "Split line": "Opsplit linje",
320
- "Star this map": "Star this map",
319
+ "Split line": "Opdel linje",
320
+ "Star this map": "Stjernemarker dette kort",
321
321
  "Start a hole here": "Start et hul her",
322
- "Start slideshow": "Start slideshow",
322
+ "Start slideshow": "Start fremvisning",
323
323
  "Stop editing": "Stop redigering",
324
- "Stop slideshow": "Stop slideshow",
325
- "Street": "Street",
326
- "stroke": "strøg",
327
- "Supported scheme": "Understøttet skema",
328
- "Supported variables that will be dynamically replaced": "Understøttede variabler som vil blive dynamisk erstattet",
324
+ "Stop slideshow": "Stop fremvisning",
325
+ "Street": "Gade",
326
+ "stroke": "streg",
327
+ "Supported scheme": "Understøttet format",
328
+ "Supported variables that will be dynamically replaced": "Understøttede variabler, der bliver udskiftet dynamisk",
329
329
  "Symbol": "Symbol",
330
330
  "Table": "Tabel",
331
- "Text color for the cluster label": "Tekstfarve for klyngelabel",
331
+ "Text color for the cluster label": "Tekstfarve for klyngeetikette",
332
332
  "Text formatting": "Tekstformatering",
333
- "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}\")",
334
- "The name of the property to use as feature unique identifier.": "The name of the property to use as feature unique identifier.",
335
- "The zoom and center have been modified.": "The zoom and center have been modified.",
333
+ "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}\")": "Navnet den egenskab, der skal bruges som objektetikette (f.eks.: \"nom\"). Du kan også bruge egenskaber inden for parentes til at bruge mere end én eller blande med statisk indhold (f.eks.: \"{name} in {place}\")",
334
+ "The name of the property to use as feature unique identifier.": "Navnet den egenskab, der skal bruges som objektets unikke identifikator.",
335
+ "The zoom and center have been modified.": "Zoom og centrum er blevet ændret.",
336
336
  "TMS format": "TMS-format",
337
337
  "To use if remote server doesn't allow cross domain (slower)": "Anvendes hvis fjernserver ikke tillader krydsdomæne (langsommere)",
338
- "To zoom": "For at zoome",
339
- "Toggle edit mode (⇧+Click)": "Toggle edit mode (⇧+Click)",
340
- "Toggle edit mode": "Toggle edit mode",
338
+ "To zoom": "Til zoom",
339
+ "Toggle edit mode (⇧+Click)": "Skift redigeringstilstand (⇧+Klik)",
340
+ "Toggle edit mode": "Skift redigeringstilstand",
341
341
  "Transfer shape to edited feature": "Overfør figur til redigeret objekt",
342
- "Transform to lines": "Transformer til linjer",
343
- "Transform to polygon": "Transformer til polygon",
344
- "Type a place name or coordinates": "Type a place name or coordinates",
345
- "Type char or paste emoji": "Type char or paste emoji",
342
+ "Transform to lines": "Omdan til linjer",
343
+ "Transform to polygon": "Omdan til polygon",
344
+ "Type a place name or coordinates": "Indtast et stednavn eller koordinater",
345
+ "Type char or paste emoji": "Indtast tegn eller indsæt emoji",
346
346
  "Type of layer": "Lagtype",
347
347
  "Unable to detect format of file {filename}": "Kunne ikke genkende formatet på filen {filename}",
348
348
  "Untitled layer": "Unavngivet lag",
349
349
  "Untitled map": "Unavngivet kort",
350
350
  "Update permissions and editors": "Opdater indstillinger og redaktører",
351
351
  "Update permissions": "Opdater tilladelser",
352
- "Update who can see and edit the map": "Update who can see and edit the map",
352
+ "Update who can see and edit the map": "Opdater, hvem der kan se og redigere kortet",
353
353
  "Url": "URL",
354
354
  "URL": "URL",
355
- "Use current bounds": "Brug nuværende grænser",
355
+ "Use current bounds": "Brug nuværende kortudsnit",
356
356
  "Use placeholders with feature properties between brackets, eg. {name}, they will be dynamically replaced by the corresponding values.": "Brug pladsholdere med objektegenskaberne mellem tuborgklammer, fx {navn}, så vil de dynamatisk blive erstattet med de tilhørende værdier.",
357
357
  "User content credits": "Brugerindhold-kreditering",
358
- "User interface options": "Brugergrænsefladeindstillinger",
359
- "User location": "User location",
360
- "Verify remote URL": "Verify remote URL",
358
+ "User interface options": "Brugerfladeindstillinger",
359
+ "User location": "Brugerplacering",
360
+ "Verify remote URL": "Bekræft ekstern URL",
361
361
  "Versions": "Versioner",
362
362
  "View Fullscreen": "Fuldskærmsvisning",
363
- "View": "View",
364
- "Visibility: {status}": "Visibility: {status}",
363
+ "View": "Vis",
364
+ "Visibility: {status}": "Synlighed: {status}",
365
365
  "weight": "vægtning",
366
- "Where do we go from here?": "Hvor skal vi hen herfra?",
366
+ "Where do we go from here?": "Hvad gør vi nu?",
367
367
  "Whether to display or not polygons paths.": "Hvorvidt der vises eller ikke vises polygonstier.",
368
368
  "Whether to fill polygons with color.": "Hvorvidt polygoner udfyldes med farve.",
369
- "Who can edit \"{layer}\"": "Who can edit \"{layer}\"",
369
+ "Who can edit \"{layer}\"": "Hvem kan redigere \"{layer}\"",
370
370
  "Who can edit": "Hvem kan redigere",
371
371
  "Who can view": "Hvem kan se",
372
372
  "width": "bredde",
373
373
  "Will be displayed in the bottom right corner of the map": "Vil blive vist i kortets nederste højre hjørne",
374
- "Will be permanently visible in the bottom left corner of the map": "Will be permanently visible in the bottom left corner of the map",
374
+ "Will be permanently visible in the bottom left corner of the map": "Vil være permanent synlig i nederste venstre hjørne af kortet",
375
375
  "Will be visible in the caption of the map": "Vil være synlig i tekstfeltet på kortet",
376
376
  "yes": "ja",
377
377
  "Zoom in": "Zoom ind",
378
378
  "Zoom level for automatic zooms": "Zoomniveau for automatisk zooming",
379
379
  "Zoom out": "Zoom ud",
380
- "Zoom to layer extent": "Zoom til lagudvidelse",
380
+ "Zoom to layer extent": "Zoom til lags udstrækning",
381
381
  "Zoom to the next": "Zoom til næste",
382
382
  "Zoom to the previous": "Zoom til forrige",
383
383
  "Zoom to this feature": "Zoom til dette objekt",
@@ -393,157 +393,190 @@ const locale = {
393
393
  "{distance} miles": "{distance} miles",
394
394
  "{distance} NM": "{distance} NM",
395
395
  "{distance} yd": "{distance} yd",
396
- "Edit map name and caption": "Edit map name and caption",
397
- "Map advanced properties": "Map advanced properties",
398
- "Edit map details": "Edit map details",
399
- "Back to browser": "Back to browser",
400
- "Toggle size": "Toggle size",
401
- "Display the caption control": "Display the caption control",
396
+ "Edit map name and caption": "Rediger kortnavn og tekst",
397
+ "Map advanced properties": "Kortets avancerede egenskaber",
398
+ "Edit map details": "Rediger kortdetaljer",
399
+ "Back to browser": "Tilbage til browser",
400
+ "Toggle size": "Skift størrelse",
401
+ "Display the caption control": "Vis korttekstkontrollen",
402
402
  "<empty value>": "<empty value>",
403
403
  "Min": "Min",
404
- "Max": "Max",
405
- "From": "From",
406
- "Until": "Until",
407
- "Example: key1,key2|Label 2,key3|Label 3|checkbox": "Example: key1,key2|Label 2,key3|Label 3|checkbox",
408
- "Edit in OpenStreetMap": "Edit in OpenStreetMap",
409
- "Cannot determine latitude and longitude columns.": "Cannot determine latitude and longitude columns.",
410
- "Back to layers": "Back to layers",
411
- "Filters": "Filters",
412
- "Comma separated list of properties to use when filtering features by text input": "Comma separated list of properties to use when filtering features by text input",
413
- "Comma separated list of properties to use for filters (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 filters (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.",
414
- "Search keys": "Search keys",
415
- "Filters keys": "Filters keys",
416
- "Filter data": "Filter data",
417
- "Search map features…": "Search map features…",
418
- "Reset all": "Reset all",
419
- "Open browser": "Open browser",
420
- "Open caption": "Open caption",
421
- "Your map has been created with an anonymous account!": "Your map has been created with an anonymous account!",
422
- "Real-time collaboration": "Real-time collaboration",
423
- "Cannot parse data": "Cannot parse data",
424
- "Start typing...": "Start typing...",
425
- "No result": "No result",
426
- "Data browser": "Data browser",
427
- "When providing an URL, uMap can copy the remote data in a layer, or add this URL as remote source of the layer. In that case, data will always be fetched from that URL, and thus be up to date, but it will not be possible to edit it inside uMap.": "When providing an URL, uMap can copy the remote data in a layer, or add this URL as remote source of the layer. In that case, data will always be fetched from that URL, and thus be up to date, but it will not be possible to edit it inside uMap.",
428
- "Overpass supported expressions": "Overpass supported expressions",
429
- "key (eg. building)": "key (eg. building)",
430
- "!key (eg. !name)": "!key (eg. !name)",
431
- "key=value (eg. building=yes)": "key=value (eg. building=yes)",
432
- "key!=value (eg. building!=yes)": "key!=value (eg. building!=yes)",
433
- "key~value (eg. name~Grisy)": "key~value (eg. name~Grisy)",
434
- "key=\"value|value2\" (eg. name=\"Paris|Berlin\")": "key=\"value|value2\" (eg. name=\"Paris|Berlin\")",
435
- "More info about Overpass syntax": "More info about Overpass syntax",
436
- "For more complex needs, see": "For more complex needs, see",
437
- "Choose data": "Choose data",
438
- "Choose the format": "Choose the format",
439
- "Choose the layer": "Choose the layer",
440
- "Layer name": "Layer name",
441
- "Choose import mode": "Choose import mode",
442
- "Copy into the layer": "Copy into the layer",
443
- "Link to the layer as remote data": "Link to the layer as remote data",
444
- "Condition": "Condition",
445
- "key=value or key!=value": "key=value or key!=value",
446
- "Are you sure you want to delete this rule?": "Are you sure you want to delete this rule?",
447
- "empty rule": "empty rule",
448
- "Conditional style rules": "Conditional style rules",
449
- "Add rule": "Add rule",
404
+ "Max": "Maks",
405
+ "From": "Fra",
406
+ "Until": "Indtil",
407
+ "Example: key1,key2|Label 2,key3|Label 3|checkbox": "Eksempel: key1,key2|Label 2,key3|Label 3|checkbox",
408
+ "Edit in OpenStreetMap": "Rediger i OpenStreetMap",
409
+ "Cannot determine latitude and longitude columns.": "Kan ikke bestemme bredde- og længdegradskolonner.",
410
+ "Back to layers": "Tilbage til lag",
411
+ "Filters": "Filtre",
412
+ "Comma separated list of properties to use when filtering features by text input": "Kommasepareret liste over egenskaber, der skal bruges til at filtrere objekter efter tekstinput",
413
+ "Comma separated list of properties to use for filters (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.": "Kommasepareret liste over egenskaber, der skal bruges til filtre (f.eks.: mykey,otherkey). For at kontrollere etiketten skal du tilføje den efter en | (F.eks.: mykey|My Key,otherkey|Other Key). For at styre inputfeltets type skal du tilføje det efter en anden | (F.eks.: mykey|My Key|checkbox,otherkey|Other Key|datetime). Tilladte værdier for inputfelt-typen er checkbox (standard), radio, number, date og datetime.",
414
+ "Search keys": "Søg nøgler",
415
+ "Filters keys": "Filtrerer nøgler",
416
+ "Filter data": "Filtrer data",
417
+ "Search map features…": "Søg kortobjekter…",
418
+ "Reset all": "Nulstil alt",
419
+ "Open browser": "Åbn browser",
420
+ "Open caption": "Åbn korttekst",
421
+ "Your map has been created with an anonymous account!": "Dit kort er blevet oprettet med en anonym konto!",
422
+ "Real-time collaboration": "Samarbejde i realtid",
423
+ "Cannot parse data": "Kan ikke fortolke data",
424
+ "Start typing...": "Begynd at skrive...",
425
+ "No result": "Intet resultat",
426
+ "Data browser": "Data-browser",
427
+ "When providing an URL, uMap can copy the remote data in a layer, or add this URL as remote source of the layer. In that case, data will always be fetched from that URL, and thus be up to date, but it will not be possible to edit it inside uMap.": "Når du angiver en URL, kan uMap kopiere fjerndataene i et lag eller tilføje denne URL som fjernkilde til laget. I fald vil data altid blive hentet fra denne URL og dermed være opdaterede, men det vil ikke være muligt at redigere dem i uMap.",
428
+ "Overpass supported expressions": "Understøttede Overpass-udtryk",
429
+ "key (eg. building)": "key (f.eks. building)",
430
+ "!key (eg. !name)": "!key (f.eks. !name)",
431
+ "key=value (eg. building=yes)": "key=value (f.eks. building=yes)",
432
+ "key!=value (eg. building!=yes)": "key!=value (f.eks. building!=yes)",
433
+ "key~value (eg. name~Grisy)": "key~value (f.eks. name~Grisy)",
434
+ "key=\"value|value2\" (eg. name=\"Paris|Berlin\")": "key=\"value|value2\" (f.eks. name=\"Paris|Berlin\")",
435
+ "More info about Overpass syntax": "Mere info om Overpass-syntaks",
436
+ "For more complex needs, see": "For mere komplekse behov, se",
437
+ "Choose data": "Vælg data",
438
+ "Choose the format": "Vælg formatet",
439
+ "Choose the layer": "Vælg laget",
440
+ "Layer name": "Lagnavn",
441
+ "Choose import mode": "Vælg importtype",
442
+ "Copy into the layer": "Kopier ind i laget",
443
+ "Link to the layer as remote data": "Link til laget som fjerndata",
444
+ "Condition": "Tilstand",
445
+ "key=value or key!=value": "key=value eller key!=value",
446
+ "Are you sure you want to delete this rule?": "Er du sikker på, at du vil slette denne regel?",
447
+ "empty rule": "tom regel",
448
+ "Conditional style rules": "Betingede stilregler",
449
+ "Add rule": "Tilføj regel",
450
450
  "Browser: data": "Browser: data",
451
- "Browser: layers": "Browser: layers",
452
- "Browser: filters": "Browser: filters",
453
- "Enable real-time collaboration": "Enable real-time collaboration",
454
- "✅ Copied!": "✅ Copied!",
455
- "Choose a dataset": "Choose a dataset",
456
- "Choose this dataset": "Choose this dataset",
457
- "GeoDataMine: thematic data from OpenStreetMap": "GeoDataMine: thematic data from OpenStreetMap",
458
- "Choose a theme": "Choose a theme",
459
- "Choose this data": "Choose this data",
460
- "Search admin boundary": "Search admin boundary",
461
- "Please choose a theme and a boundary first.": "Please choose a theme and a boundary first.",
462
- "Expression": "Expression",
463
- "Geometry mode": "Geometry mode",
464
- "Only geometry centers": "Only geometry centers",
465
- "Search area": "Search area",
466
- "Type area name, or let empty to load data in current map view": "Type area name, or let empty to load data in current map view",
467
- "Data successfully imported!": "Data successfully imported!",
468
- "Clear data": "Clear data",
469
- "Remove layers": "Remove layers",
470
- "Categorized": "Categorized",
471
- "Alphabetical": "Alphabetical",
472
- "Category property": "Category property",
473
- "Color palette": "Color palette",
474
- "Categories": "Categories",
475
- "Comma separated list of categories.": "Comma separated list of categories.",
476
- "Categories mode": "Categories mode",
477
- "Remove filter for this column": "Remove filter for this column",
478
- "Add filter for this column": "Add filter for this column",
479
- "Rename this column": "Rename this column",
480
- "Delete this column": "Delete this column",
481
- "Name “{name}” should not contain a dot.": "Name “{name}” should not contain a dot.",
482
- "This name already exists: “{name}”": "This name already exists: “{name}”",
483
- "Delete selected rows": "Delete selected rows",
484
- "Found {count} rows. Are you sure you want to delete all?": "Found {count} rows. Are you sure you want to delete all?",
485
- "Expression is empty": "Expression is empty",
451
+ "Browser: layers": "Browser: lag",
452
+ "Browser: filters": "Browser: filtre",
453
+ "Enable real-time collaboration": "Aktiver samarbejde i realtid",
454
+ "✅ Copied!": "✅ Kopieret!",
455
+ "Choose a dataset": "Vælg et datasæt",
456
+ "Choose this dataset": "Vælg dette datasæt",
457
+ "GeoDataMine: thematic data from OpenStreetMap": "GeoDataMine: tematiske data fra OpenStreetMap",
458
+ "Choose a theme": "Vælg et tema",
459
+ "Choose this data": "Vælg disse data",
460
+ "Search admin boundary": "Søg admin-grænse",
461
+ "Please choose a theme and a boundary first.": "Vælg først et tema og en afgrænsning.",
462
+ "Expression": "Udtryk",
463
+ "Geometry mode": "Geometri-tilstand",
464
+ "Only geometry centers": "Kun geometricentre",
465
+ "Search area": "Søgeområde",
466
+ "Type area name, or let empty to load data in current map view": "Indtast områdenavn, eller lad det være tomt for at indlæse data i den aktuelle kortvisning",
467
+ "Data successfully imported!": "Data importeret!",
468
+ "Clear data": "Ryd data",
469
+ "Remove layers": "Fjern lag",
470
+ "Categorized": "Kategoriseret",
471
+ "Alphabetical": "Alfabetisk",
472
+ "Category property": "Kategori-egenskab",
473
+ "Color palette": "Farvepalette",
474
+ "Categories": "Kategorier",
475
+ "Comma separated list of categories.": "Kommasepareret liste over kategorier.",
476
+ "Categories mode": "Kategori-tilstand",
477
+ "Remove filter for this column": "Fjern filter for denne kolonne",
478
+ "Add filter for this column": "Tilføj filter for denne kolonne",
479
+ "Rename this column": "Omdøb denne kolonne",
480
+ "Delete this column": "Slet denne kolonne",
481
+ "Name “{name}” should not contain a dot.": "Navnet “{name}” ikke indeholde et punktum.",
482
+ "This name already exists: “{name}”": "Dette navn findes allerede: “{name}”",
483
+ "Delete selected rows": "Slet valgte rækker",
484
+ "Found {count} rows. Are you sure you want to delete all?": "Fandt {count} rækker. Er du sikker på, at du vil slette alt?",
485
+ "Expression is empty": "Udtryk er tomt",
486
486
  "OK": "OK",
487
- "Cancel": "Cancel",
488
- "Attach map to a team": "Attach map to a team",
489
- "Display the polygon inverted": "Display the polygon inverted",
490
- "Proportional circles": "Proportional circles",
491
- "Property name to compute circles": "Property name to compute circles",
492
- "Min circle radius": "Min circle radius",
493
- "Max circle radius": "Max circle radius",
494
- "Display the open browser control": "Display the open browser control",
495
- "Copy as GeoJSON": "Copy as GeoJSON",
496
- "Please zoom in to edit the geometry": "Please zoom in to edit the geometry",
497
- "New map": "New map",
498
- "My maps": "My maps",
499
- "My teams": "My teams",
500
- "My profile": "My profile",
501
- "Type new owner's username": "Type new owner's username",
502
- "Type editor's username": "Type editor's username",
503
- "Map": "Map",
504
- "Manage collaborators": "Manage collaborators",
505
- "show/hide all layers": "show/hide all layers",
506
- "zoom to data extent": "zoom to data extent",
507
- "download visible data": "download visible data",
508
- "Import helpers": "Import helpers",
509
- "Import helpers will fill the URL field for you.": "Import helpers will fill the URL field for you.",
487
+ "Cancel": "Annuller",
488
+ "Attach map to a team": "Tilknyt kort til et team",
489
+ "Display the polygon inverted": "Vis polygonen spejlvendt",
490
+ "Proportional circles": "Proportionelle cirkler",
491
+ "Property name to compute circles": "Egenskabsnavn til beregning af cirkler",
492
+ "Min circle radius": "Min. cirkelradius",
493
+ "Max circle radius": "Maks. cirkelradius",
494
+ "Display the open browser control": "Vis kontrollen til at åbne browser",
495
+ "Copy as GeoJSON": "Kopier som GeoJSON",
496
+ "Please zoom in to edit the geometry": "Zoom ind for at redigere geometrien",
497
+ "New map": "Nyt kort",
498
+ "My maps": "Mine kort",
499
+ "My teams": "Mine teams",
500
+ "My profile": "Min profil",
501
+ "Type new owner's username": "Indtast den nye ejers brugernavn",
502
+ "Type editor's username": "Indtast redaktørs brugernavn",
503
+ "Map": "Kort",
504
+ "Manage collaborators": "Administrer samarbejdspartnere",
505
+ "show/hide all layers": "vis/skjul alle lag",
506
+ "zoom to data extent": "zoom til dataomfang",
507
+ "download visible data": "download synlige data",
508
+ "Import helpers": "Import-hjælpere",
509
+ "Import helpers will fill the URL field for you.": "Import-hjælpere udfylder URL-feltet for dig.",
510
510
  "Wikipedia": "Wikipedia",
511
- "Save draft": "Save draft",
512
- "No data has been found for import": "No data has been found for import",
513
- "Successfully imported {count} feature(s)": "Successfully imported {count} feature(s)",
514
- "Disconnected": "Disconnected",
515
- "You must be logged in": "You must be logged in",
516
- "on hover": "on hover",
517
- "Cannot load remote data for layer \"{layer}\" with url \"{url}\"": "Cannot load remote data for layer \"{layer}\" with url \"{url}\"",
518
- "Cannot parse remote data for layer \"{layer}\" with url \"{url}\"": "Cannot parse remote data for layer \"{layer}\" with url \"{url}\"",
519
- "Import failed: invalid data": "Import failed: invalid data",
520
- "Anonymous": "Anonymous",
521
- "created at {date}": "created at {date}",
522
- "modified at {date}": "modified at {date}",
523
- "Default zoom": "Default zoom",
524
- "Default latitude": "Default latitude",
525
- "Default longitude": "Default longitude",
526
- "Edit map default view": "Edit map default view",
527
- "Use current center and zoom": "Use current center and zoom",
528
- "Layer permalink": "Layer permalink",
529
- "Back to home": "Back to home",
530
- "Home logo": "Home logo",
531
- "Add this geometry to my map": "Add this geometry to my map",
532
- "Add this place to my map": "Add this place to my map",
533
- "Cancel last edit": "Cancel last edit",
534
- "Redo last edit": "Redo last edit",
511
+ "Save draft": "Gem kladde",
512
+ "No data has been found for import": "Der er ikke fundet nogen data til import",
513
+ "Successfully imported {count} feature(s)": "Importerede {count} objekt(er)",
514
+ "Disconnected": "Afbrudt",
515
+ "You must be logged in": "Du skal være logget ind",
516
+ "on hover": "ved hover",
517
+ "Cannot load remote data for layer \"{layer}\" with url \"{url}\"": "Kan ikke indlæse fjerndata for laget \"{layer}\" med url \"{url}\"",
518
+ "Cannot parse remote data for layer \"{layer}\" with url \"{url}\"": "Kan ikke fortolke fjerndata for laget \"{layer}\" med url \"{url}\"",
519
+ "Import failed: invalid data": "Import mislykkedes: ugyldige data",
520
+ "Anonymous": "Anonym",
521
+ "created at {date}": "oprettet den {date}",
522
+ "modified at {date}": "ændret den {date}",
523
+ "Default zoom": "Standard-zoom",
524
+ "Default latitude": "Standard-breddegrad",
525
+ "Default longitude": "Standard-længdegrad",
526
+ "Edit map default view": "Rediger kortets standardvisning",
527
+ "Use current center and zoom": "Brug nuværende centrum og zoom",
528
+ "Layer permalink": "Lag permalink",
529
+ "Back to home": "Tilbage til startside",
530
+ "Home logo": "Startside-logo",
531
+ "Add this geometry to my map": "Tilføj denne geometri til mit kort",
532
+ "Add this place to my map": "Tilføj dette sted til mit kort",
533
+ "Cancel last edit": "Annuller seneste redigering",
534
+ "Redo last edit": "Gentag seneste redigering",
535
535
  "Links": "Links",
536
- "Images": "Images",
536
+ "Images": "Billeder",
537
537
  "Iframes": "Iframes",
538
538
  "Tags": "Tags",
539
- "Geocode": "Geocode",
540
- "Display the back to home icon": "Display the back to home icon",
541
- "Do you want to display layer switcher in caption bar?": "Do you want to display layer switcher in caption bar?",
542
- "Simplify all geometries to points": "Simplify all geometries to points",
543
- "Back to list": "Back to list",
544
- "Toggle rule": "Toggle rule",
545
- "Delete rule": "Delete rule",
546
- "Cannot save layer, please try again in a few minutes.": "Cannot save layer, please try again in a few minutes."
539
+ "Geocode": "Geokode",
540
+ "Display the back to home icon": "Vis ikonet for startsiden",
541
+ "Do you want to display layer switcher in caption bar?": "Vil du vise lagskifter i korttekstbjælken?",
542
+ "Simplify all geometries to points": "Simplificér alle geometrier til punkter",
543
+ "Back to list": "Tilbage til liste",
544
+ "Toggle rule": "Skift regel",
545
+ "Delete rule": "Slet regel",
546
+ "Cannot save layer, please try again in a few minutes.": "Kan ikke gemme laget, prøv igen om et par minutter.",
547
+ "Activate collaborative live editing on this map. Other users must reload the map after changing this setting.": "Aktivér fælles live-redigering på dette kort. Andre brugere skal genindlæse kortet, efter at denne indstilling er ændret.",
548
+ "More help resources": "Flere ressourcer til hjælp",
549
+ "This map is a template": "Dette kort er en skabelon",
550
+ "Add text along path": "Tilføj tekst langs sti",
551
+ "Text color": "Tekstfarve",
552
+ "Text offset": "Tekstforskydning",
553
+ "Text position": "Tekstposition",
554
+ "start": "start",
555
+ "center": "centrum",
556
+ "end": "slut",
557
+ "Text repeat": "Tekst-gentagelse",
558
+ "Text rotate": "Tekst-rotation",
559
+ "Text size": "Tekststørrelse",
560
+ "Load map template": "Indlæs kortskabelon",
561
+ "My templates": "Mine skabeloner",
562
+ "From staff": "Fra medarbejdere",
563
+ "From community": "Fra fællesskabet",
564
+ "You must select a template.": "Du skal vælge en skabelon.",
565
+ "Line decoration": "Linjeudsmykning",
566
+ "Reuse this template": "Genbrug denne skabelon",
567
+ "Create a new map using this template": "Opret et nyt kort ved hjælp af denne skabelon",
568
+ "Save template": "Gem skabelon",
569
+ "Load template": "Indlæs skabelon",
570
+ "Loading a template will apply predefined styles and settings to your map": "Indlæsning af en skabelon vil anvende foruddefinerede stilarter og indstillinger på dit kort",
571
+ "Load template with data": "Indlæs skabelon med data",
572
+ "You have no registered template yet. You can add one by creating a new map and flagging it as \"template\".": "Du har ikke registreret nogen skabelon endnu. Du kan tilføje en ved at oprette et nyt kort og markere det som \"skabelon\".",
573
+ "There is no recommended template yet. Recommended templates are the ones starred by uMap administrators.": "Der er ingen anbefalet skabelon endnu. Anbefalede skabeloner er dem, der er stjernemarkeret af uMap-administratorer.",
574
+ "There is no public template yet.": "Der er ingen offentlig skabelon endnu.",
575
+ "Explore": "Udforsk",
576
+ "Import data from public open data portals": "Importer data fra offentlige åbne dataportaler",
577
+ "Choose a portal": "Vælg en portal",
578
+ "Limit results to current map view": "Begræns resultaterne til den aktuelle kortvisning",
579
+ "Please choose an instance first.": "Vælg en instans først."
547
580
  }
548
581
  L.registerLocale("da", locale)
549
582
  L.setLocale("da")