umap-project 1.12.1__py3-none-any.whl → 1.13.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.
- umap/__init__.py +1 -1
- umap/locale/br/LC_MESSAGES/django.mo +0 -0
- umap/locale/br/LC_MESSAGES/django.po +82 -54
- umap/locale/cs_CZ/LC_MESSAGES/django.mo +0 -0
- umap/locale/cs_CZ/LC_MESSAGES/django.po +82 -54
- umap/locale/el/LC_MESSAGES/django.mo +0 -0
- umap/locale/el/LC_MESSAGES/django.po +86 -58
- umap/locale/en/LC_MESSAGES/django.po +79 -51
- umap/locale/es/LC_MESSAGES/django.mo +0 -0
- umap/locale/es/LC_MESSAGES/django.po +82 -54
- umap/locale/fr/LC_MESSAGES/django.mo +0 -0
- umap/locale/fr/LC_MESSAGES/django.po +84 -56
- umap/locale/hu/LC_MESSAGES/django.mo +0 -0
- umap/locale/hu/LC_MESSAGES/django.po +108 -80
- umap/locale/it/LC_MESSAGES/django.mo +0 -0
- umap/locale/it/LC_MESSAGES/django.po +82 -54
- umap/locale/ms/LC_MESSAGES/django.mo +0 -0
- umap/locale/ms/LC_MESSAGES/django.po +82 -54
- umap/locale/pl/LC_MESSAGES/django.mo +0 -0
- umap/locale/pl/LC_MESSAGES/django.po +82 -54
- umap/locale/sv/LC_MESSAGES/django.mo +0 -0
- umap/locale/sv/LC_MESSAGES/django.po +82 -54
- umap/locale/zh_TW/LC_MESSAGES/django.mo +0 -0
- umap/locale/zh_TW/LC_MESSAGES/django.po +86 -58
- umap/models.py +29 -0
- umap/static/umap/base.css +33 -5
- umap/static/umap/content.css +41 -2
- umap/static/umap/img/16.svg +12 -2
- umap/static/umap/img/source/16.svg +165 -820
- umap/static/umap/js/umap.browser.js +9 -3
- umap/static/umap/js/umap.controls.js +60 -222
- umap/static/umap/js/umap.core.js +66 -30
- umap/static/umap/js/umap.forms.js +18 -31
- umap/static/umap/js/umap.icon.js +44 -21
- umap/static/umap/js/umap.js +11 -27
- umap/static/umap/js/umap.layer.js +68 -25
- umap/static/umap/js/umap.popup.js +87 -0
- umap/static/umap/js/umap.share.js +254 -0
- umap/static/umap/js/umap.ui.js +4 -2
- umap/static/umap/locale/am_ET.js +19 -9
- umap/static/umap/locale/am_ET.json +19 -9
- umap/static/umap/locale/ar.js +19 -9
- umap/static/umap/locale/ar.json +19 -9
- umap/static/umap/locale/ast.js +19 -9
- umap/static/umap/locale/ast.json +19 -9
- umap/static/umap/locale/bg.js +19 -9
- umap/static/umap/locale/bg.json +19 -9
- umap/static/umap/locale/br.js +22 -12
- umap/static/umap/locale/br.json +22 -12
- umap/static/umap/locale/ca.js +19 -9
- umap/static/umap/locale/ca.json +19 -9
- umap/static/umap/locale/cs_CZ.js +19 -9
- umap/static/umap/locale/cs_CZ.json +19 -9
- umap/static/umap/locale/da.js +19 -9
- umap/static/umap/locale/da.json +19 -9
- umap/static/umap/locale/de.js +30 -20
- umap/static/umap/locale/de.json +30 -20
- umap/static/umap/locale/el.js +19 -9
- umap/static/umap/locale/el.json +19 -9
- umap/static/umap/locale/en.js +19 -9
- umap/static/umap/locale/en.json +19 -9
- umap/static/umap/locale/en_US.json +19 -9
- umap/static/umap/locale/es.js +19 -9
- umap/static/umap/locale/es.json +19 -9
- umap/static/umap/locale/et.js +19 -9
- umap/static/umap/locale/et.json +19 -9
- umap/static/umap/locale/fa_IR.js +19 -9
- umap/static/umap/locale/fa_IR.json +19 -9
- umap/static/umap/locale/fi.js +19 -9
- umap/static/umap/locale/fi.json +19 -9
- umap/static/umap/locale/fr.js +21 -11
- umap/static/umap/locale/fr.json +21 -11
- umap/static/umap/locale/gl.js +19 -9
- umap/static/umap/locale/gl.json +19 -9
- umap/static/umap/locale/he.js +19 -9
- umap/static/umap/locale/he.json +19 -9
- umap/static/umap/locale/hr.js +19 -9
- umap/static/umap/locale/hr.json +19 -9
- umap/static/umap/locale/hu.js +19 -9
- umap/static/umap/locale/hu.json +19 -9
- umap/static/umap/locale/id.js +19 -9
- umap/static/umap/locale/id.json +19 -9
- umap/static/umap/locale/is.js +19 -9
- umap/static/umap/locale/is.json +19 -9
- umap/static/umap/locale/it.js +19 -9
- umap/static/umap/locale/it.json +19 -9
- umap/static/umap/locale/ja.js +19 -9
- umap/static/umap/locale/ja.json +19 -9
- umap/static/umap/locale/ko.js +19 -9
- umap/static/umap/locale/ko.json +19 -9
- umap/static/umap/locale/lt.js +19 -9
- umap/static/umap/locale/lt.json +19 -9
- umap/static/umap/locale/ms.js +19 -9
- umap/static/umap/locale/ms.json +19 -9
- umap/static/umap/locale/nl.js +20 -10
- umap/static/umap/locale/nl.json +20 -10
- umap/static/umap/locale/no.js +19 -9
- umap/static/umap/locale/no.json +19 -9
- umap/static/umap/locale/pl.js +19 -9
- umap/static/umap/locale/pl.json +19 -9
- umap/static/umap/locale/pl_PL.json +19 -9
- umap/static/umap/locale/pt.js +19 -9
- umap/static/umap/locale/pt.json +19 -9
- umap/static/umap/locale/pt_BR.js +19 -9
- umap/static/umap/locale/pt_BR.json +19 -9
- umap/static/umap/locale/pt_PT.js +19 -9
- umap/static/umap/locale/pt_PT.json +19 -9
- umap/static/umap/locale/ro.js +19 -9
- umap/static/umap/locale/ro.json +19 -9
- umap/static/umap/locale/ru.js +19 -9
- umap/static/umap/locale/ru.json +19 -9
- umap/static/umap/locale/sk_SK.js +19 -9
- umap/static/umap/locale/sk_SK.json +19 -9
- umap/static/umap/locale/sl.js +19 -9
- umap/static/umap/locale/sl.json +19 -9
- umap/static/umap/locale/sr.js +19 -9
- umap/static/umap/locale/sr.json +19 -9
- umap/static/umap/locale/sv.js +19 -9
- umap/static/umap/locale/sv.json +19 -9
- umap/static/umap/locale/th_TH.js +19 -9
- umap/static/umap/locale/th_TH.json +19 -9
- umap/static/umap/locale/tr.js +19 -9
- umap/static/umap/locale/tr.json +19 -9
- umap/static/umap/locale/uk_UA.js +19 -9
- umap/static/umap/locale/uk_UA.json +19 -9
- umap/static/umap/locale/vi.js +19 -9
- umap/static/umap/locale/vi.json +19 -9
- umap/static/umap/locale/vi_VN.json +19 -9
- umap/static/umap/locale/zh.js +19 -9
- umap/static/umap/locale/zh.json +19 -9
- umap/static/umap/locale/zh_CN.json +19 -9
- umap/static/umap/locale/zh_TW.Big5.json +19 -9
- umap/static/umap/locale/zh_TW.js +55 -45
- umap/static/umap/locale/zh_TW.json +55 -45
- umap/static/umap/map.css +77 -10
- umap/static/umap/test/Map.Export.js +3 -3
- umap/static/umap/test/Polygon.js +2 -2
- umap/static/umap/test/Polyline.js +2 -0
- umap/static/umap/test/index.html +1 -0
- umap/static/umap/vendors/leaflet/leaflet-src.esm.js +7055 -7054
- umap/static/umap/vendors/leaflet/leaflet-src.js +7144 -7144
- umap/static/umap/vendors/toolbar/leaflet.toolbar-src.js +1 -1
- umap/templates/auth/user_form.html +1 -1
- umap/templates/umap/content.html +1 -1
- umap/templates/umap/js.html +1 -0
- umap/templates/umap/map_list.html +1 -1
- umap/templates/umap/map_table.html +67 -35
- umap/templates/umap/user_dashboard.html +23 -1
- umap/templatetags/umap_tags.py +7 -27
- umap/tests/integration/test_edit_datalayer.py +45 -0
- umap/tests/integration/test_export_map.py +2 -3
- umap/tests/integration/test_facets_browser.py +86 -0
- umap/utils.py +17 -0
- umap/views.py +7 -18
- {umap_project-1.12.1.dist-info → umap_project-1.13.0.dist-info}/METADATA +4 -11
- {umap_project-1.12.1.dist-info → umap_project-1.13.0.dist-info}/RECORD +159 -156
- {umap_project-1.12.1.dist-info → umap_project-1.13.0.dist-info}/WHEEL +0 -0
- {umap_project-1.12.1.dist-info → umap_project-1.13.0.dist-info}/entry_points.txt +0 -0
- {umap_project-1.12.1.dist-info → umap_project-1.13.0.dist-info}/licenses/LICENSE +0 -0
umap/static/umap/locale/de.js
CHANGED
|
@@ -145,7 +145,6 @@ const locale = {
|
|
|
145
145
|
"Display measure": "Display measure",
|
|
146
146
|
"Display on load": "Beim Seitenaufruf anzeigen.",
|
|
147
147
|
"Download": "Herunterladen",
|
|
148
|
-
"Download data": "Daten herunterladen",
|
|
149
148
|
"Drag to reorder": "Ziehen zum Neuanordnen",
|
|
150
149
|
"Draw a marker": "Einen Marker zeichnen",
|
|
151
150
|
"Draw a polygon": "Eine Fläche zeichnen",
|
|
@@ -210,8 +209,6 @@ const locale = {
|
|
|
210
209
|
"Must be a valid CSS value (eg.: DarkBlue or #123456)": "Muss ein gültiger CSS-Wert sein (z.B.: DarkBlue oder #123456)",
|
|
211
210
|
"No licence has been set": "Keine Lizenz ausgewählt",
|
|
212
211
|
"No results": "Keine Ergebnisse",
|
|
213
|
-
"Only visible features will be downloaded.": "Es werden nur die sichtbaren Elemente heruntergeladen.",
|
|
214
|
-
"Open download panel": "Herunterladeleiste öffnen",
|
|
215
212
|
"Open link in…": "Link öffnen in…",
|
|
216
213
|
"Open this map extent in a map editor to provide more accurate data to OpenStreetMap": "Diesen Kartenauschnitt in einem Karten-Editor öffnen, um genauere Daten für OpenStreetMap bereitzustellen.",
|
|
217
214
|
"Optional intensity property for heatmap": "Optionale Intensitätseigenschaft für die Heatmap",
|
|
@@ -243,7 +240,6 @@ const locale = {
|
|
|
243
240
|
"See full screen": "Vollbildanzeige",
|
|
244
241
|
"Set it to false to hide this layer from the slideshow, the data browser, the popup navigation…": "Setze es auf Nein, um diese Ebene in der Diashow, im Datenbrowser, in der Popup-Navigation,... auszublenden.",
|
|
245
242
|
"Shape properties": "Formeigenschaften",
|
|
246
|
-
"Short URL": "Kurze URL",
|
|
247
243
|
"Short credits": "Kurze Credits",
|
|
248
244
|
"Show/hide layer": "Ebene einblenden/ausblenden",
|
|
249
245
|
"Simple link: [[http://example.com]]": "Einfacher Link: [[http://beispiel.com]]",
|
|
@@ -331,7 +327,7 @@ const locale = {
|
|
|
331
327
|
"Feature identifier key": "Feature identifier key",
|
|
332
328
|
"Open current feature on load": "Open current feature on load",
|
|
333
329
|
"Permalink": "Permalink",
|
|
334
|
-
"The name of the property to use as feature unique identifier.": "
|
|
330
|
+
"The name of the property to use as feature unique identifier.": "Name des Merkmals, das als eindeutiger Identifikationsschlüssel für jedes Element verwendet wird",
|
|
335
331
|
"Do you want to display caption menus?": "Möchtest du Beschriftungsmenüs anzeigen?",
|
|
336
332
|
"Example: key1,key2,key3": "Beispiel: key1,key2,key3",
|
|
337
333
|
"Invalid latitude or longitude": "Ungültiger Längen- oder Breitengrad",
|
|
@@ -361,18 +357,17 @@ const locale = {
|
|
|
361
357
|
"Map has been unstarred": "Map has been unstarred",
|
|
362
358
|
"Opacity": "Deckkraft",
|
|
363
359
|
"Star this map": "Star this map",
|
|
364
|
-
"Symbol can be either a unicode character or an URL. You can use feature properties as variables: ex.: with \"http://myserver.org/images/{name}.png\", the {name} variable will be replaced by the \"name\" value of each marker.": "Symbol
|
|
360
|
+
"Symbol can be either a unicode character or an URL. You can use feature properties as variables: ex.: with \"http://myserver.org/images/{name}.png\", the {name} variable will be replaced by the \"name\" value of each marker.": "Symbol kann entweder ein Unicode-Zeichen oder eine URL sein. Du kannst Merkmale eines Elements als Variablen verwenden: z. B. wird in \"http://myserver.org/images/{name}.png\" die Variable {name} durch den \"name\"-Wert des jeweiligen Markers ersetzt.",
|
|
365
361
|
"Direct link": "Direktlink",
|
|
366
|
-
"Export options": "Export options",
|
|
367
362
|
"The zoom and center have been modified.": "The zoom and center have been modified.",
|
|
368
363
|
"Congratulations, your map has been created!": "Glückwunsch, deine Karte wurde erstellt!",
|
|
369
|
-
"Copy link": "
|
|
364
|
+
"Copy link": "Link kopieren",
|
|
370
365
|
"Email": "Email",
|
|
371
|
-
"Secret edit link copied to clipboard!": "
|
|
366
|
+
"Secret edit link copied to clipboard!": "Geheimer Link zum Bearbeiten der Karte in die Zwischenablage kopiert!",
|
|
372
367
|
"Send me the link": "Send me the link",
|
|
373
|
-
"Your map has been created! As you are not logged in, here is your secret link to edit the map, please keep it safe:": "
|
|
374
|
-
"Comma separated list of properties to use for sorting features. To reverse the sort, put a minus sign (-) before. Eg. mykey,-otherkey.": "
|
|
375
|
-
"Toggle edit mode (⇧+Click)": "
|
|
368
|
+
"Your map has been created! As you are not logged in, here is your secret link to edit the map, please keep it safe:": "Deine Karte wurde erstellt! Da du nicht eingeloggt bist, nutze bitte zukünftig folgenden geheimen Link zum Bearbeiten deiner Karte; bitte verwahre ihn sicher:",
|
|
369
|
+
"Comma separated list of properties to use for sorting features. To reverse the sort, put a minus sign (-) before. Eg. mykey,-otherkey.": "Komma-getrennte Liste von Eigenschaften, die für die Sortierung verwendet werden sollen. Um die Sortierung umzukehren, setzen ein Minuszeichen (-) davor, z. B. mykey,-otherkey.",
|
|
370
|
+
"Toggle edit mode (⇧+Click)": "Bearbeitungsmodus umschalten (⇧+Mausklick)",
|
|
376
371
|
"icon opacity": "icon opacity",
|
|
377
372
|
"*single star for italic*": "*single star for italic*",
|
|
378
373
|
"--- for a horizontal rule": "--- for a horizontal rule",
|
|
@@ -415,23 +410,38 @@ const locale = {
|
|
|
415
410
|
"Show this layer in the caption": "Show this layer in the caption",
|
|
416
411
|
"Back to preview": "Back to preview",
|
|
417
412
|
"Drawing": "Drawing",
|
|
418
|
-
"Edit the title of the map": "
|
|
413
|
+
"Edit the title of the map": "Die Überschrift der Karte bearbeiten",
|
|
419
414
|
"Go to the homepage": "Go to the homepage",
|
|
420
|
-
"Switch to edit mode": "
|
|
421
|
-
"Update who can see and edit the map": "
|
|
415
|
+
"Switch to edit mode": "In Bearbeitungsmodus wechseln",
|
|
416
|
+
"Update who can see and edit the map": "Ändere, wer deine Karte sehen und bearbeiten kann.",
|
|
422
417
|
"View": "View",
|
|
423
418
|
"Add image URL": "Add image URL",
|
|
424
|
-
"Backup data": "Backup data",
|
|
425
|
-
"Download full data": "Download full data",
|
|
426
419
|
"Emoji & Character": "Emoji & Character",
|
|
427
420
|
"Generic": "Generic",
|
|
428
421
|
"Symbol": "Symbol",
|
|
429
|
-
"Type char or paste emoji": "
|
|
422
|
+
"Type char or paste emoji": "Gib ein Zeichen ein oder füge ein Emoji aus der Zwischenablage ein.",
|
|
430
423
|
"URL": "URL",
|
|
431
424
|
"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.",
|
|
432
425
|
"Save map": "Save map",
|
|
433
|
-
"
|
|
434
|
-
"
|
|
426
|
+
"Toggle edit mode": "Toggle edit mode",
|
|
427
|
+
"All data and settings of the map": "All data and settings of the map",
|
|
428
|
+
"Embed and link options": "Embed and link options",
|
|
429
|
+
"Go to \"{coords}\"": "Go to \"{coords}\"",
|
|
430
|
+
"Link to view the map": "Link to view the map",
|
|
431
|
+
"No.": "No.",
|
|
432
|
+
"Only visible layers' data": "Only visible layers' data",
|
|
433
|
+
"Open share & download panel": "Open share & download panel",
|
|
434
|
+
"OpenStreetMap": "OpenStreetMap",
|
|
435
|
+
"See on OpenStreetMap": "See on OpenStreetMap",
|
|
436
|
+
"Share and download": "Share and download",
|
|
437
|
+
"Share this link to open a customized map view": "Share this link to open a customized map view",
|
|
438
|
+
"Short link": "Short link",
|
|
439
|
+
"Street": "Street",
|
|
440
|
+
"Type a place name or coordinates": "Type a place name or coordinates",
|
|
441
|
+
"copy": "copy",
|
|
442
|
+
"full backup": "full backup",
|
|
443
|
+
"settings": "settings",
|
|
444
|
+
"{count} features in this layer": "{count} features in this layer"
|
|
435
445
|
}
|
|
436
446
|
L.registerLocale("de", locale)
|
|
437
447
|
L.setLocale("de")
|
umap/static/umap/locale/de.json
CHANGED
|
@@ -145,7 +145,6 @@
|
|
|
145
145
|
"Display measure": "Display measure",
|
|
146
146
|
"Display on load": "Beim Seitenaufruf anzeigen.",
|
|
147
147
|
"Download": "Herunterladen",
|
|
148
|
-
"Download data": "Daten herunterladen",
|
|
149
148
|
"Drag to reorder": "Ziehen zum Neuanordnen",
|
|
150
149
|
"Draw a marker": "Einen Marker zeichnen",
|
|
151
150
|
"Draw a polygon": "Eine Fläche zeichnen",
|
|
@@ -210,8 +209,6 @@
|
|
|
210
209
|
"Must be a valid CSS value (eg.: DarkBlue or #123456)": "Muss ein gültiger CSS-Wert sein (z.B.: DarkBlue oder #123456)",
|
|
211
210
|
"No licence has been set": "Keine Lizenz ausgewählt",
|
|
212
211
|
"No results": "Keine Ergebnisse",
|
|
213
|
-
"Only visible features will be downloaded.": "Es werden nur die sichtbaren Elemente heruntergeladen.",
|
|
214
|
-
"Open download panel": "Herunterladeleiste öffnen",
|
|
215
212
|
"Open link in…": "Link öffnen in…",
|
|
216
213
|
"Open this map extent in a map editor to provide more accurate data to OpenStreetMap": "Diesen Kartenauschnitt in einem Karten-Editor öffnen, um genauere Daten für OpenStreetMap bereitzustellen.",
|
|
217
214
|
"Optional intensity property for heatmap": "Optionale Intensitätseigenschaft für die Heatmap",
|
|
@@ -243,7 +240,6 @@
|
|
|
243
240
|
"See full screen": "Vollbildanzeige",
|
|
244
241
|
"Set it to false to hide this layer from the slideshow, the data browser, the popup navigation…": "Setze es auf Nein, um diese Ebene in der Diashow, im Datenbrowser, in der Popup-Navigation,... auszublenden.",
|
|
245
242
|
"Shape properties": "Formeigenschaften",
|
|
246
|
-
"Short URL": "Kurze URL",
|
|
247
243
|
"Short credits": "Kurze Credits",
|
|
248
244
|
"Show/hide layer": "Ebene einblenden/ausblenden",
|
|
249
245
|
"Simple link: [[http://example.com]]": "Einfacher Link: [[http://beispiel.com]]",
|
|
@@ -331,7 +327,7 @@
|
|
|
331
327
|
"Feature identifier key": "Feature identifier key",
|
|
332
328
|
"Open current feature on load": "Open current feature on load",
|
|
333
329
|
"Permalink": "Permalink",
|
|
334
|
-
"The name of the property to use as feature unique identifier.": "
|
|
330
|
+
"The name of the property to use as feature unique identifier.": "Name des Merkmals, das als eindeutiger Identifikationsschlüssel für jedes Element verwendet wird",
|
|
335
331
|
"Do you want to display caption menus?": "Möchtest du Beschriftungsmenüs anzeigen?",
|
|
336
332
|
"Example: key1,key2,key3": "Beispiel: key1,key2,key3",
|
|
337
333
|
"Invalid latitude or longitude": "Ungültiger Längen- oder Breitengrad",
|
|
@@ -361,18 +357,17 @@
|
|
|
361
357
|
"Map has been unstarred": "Map has been unstarred",
|
|
362
358
|
"Opacity": "Deckkraft",
|
|
363
359
|
"Star this map": "Star this map",
|
|
364
|
-
"Symbol can be either a unicode character or an URL. You can use feature properties as variables: ex.: with \"http://myserver.org/images/{name}.png\", the {name} variable will be replaced by the \"name\" value of each marker.": "Symbol
|
|
360
|
+
"Symbol can be either a unicode character or an URL. You can use feature properties as variables: ex.: with \"http://myserver.org/images/{name}.png\", the {name} variable will be replaced by the \"name\" value of each marker.": "Symbol kann entweder ein Unicode-Zeichen oder eine URL sein. Du kannst Merkmale eines Elements als Variablen verwenden: z. B. wird in \"http://myserver.org/images/{name}.png\" die Variable {name} durch den \"name\"-Wert des jeweiligen Markers ersetzt.",
|
|
365
361
|
"Direct link": "Direktlink",
|
|
366
|
-
"Export options": "Export options",
|
|
367
362
|
"The zoom and center have been modified.": "The zoom and center have been modified.",
|
|
368
363
|
"Congratulations, your map has been created!": "Glückwunsch, deine Karte wurde erstellt!",
|
|
369
|
-
"Copy link": "
|
|
364
|
+
"Copy link": "Link kopieren",
|
|
370
365
|
"Email": "Email",
|
|
371
|
-
"Secret edit link copied to clipboard!": "
|
|
366
|
+
"Secret edit link copied to clipboard!": "Geheimer Link zum Bearbeiten der Karte in die Zwischenablage kopiert!",
|
|
372
367
|
"Send me the link": "Send me the link",
|
|
373
|
-
"Your map has been created! As you are not logged in, here is your secret link to edit the map, please keep it safe:": "
|
|
374
|
-
"Comma separated list of properties to use for sorting features. To reverse the sort, put a minus sign (-) before. Eg. mykey,-otherkey.": "
|
|
375
|
-
"Toggle edit mode (⇧+Click)": "
|
|
368
|
+
"Your map has been created! As you are not logged in, here is your secret link to edit the map, please keep it safe:": "Deine Karte wurde erstellt! Da du nicht eingeloggt bist, nutze bitte zukünftig folgenden geheimen Link zum Bearbeiten deiner Karte; bitte verwahre ihn sicher:",
|
|
369
|
+
"Comma separated list of properties to use for sorting features. To reverse the sort, put a minus sign (-) before. Eg. mykey,-otherkey.": "Komma-getrennte Liste von Eigenschaften, die für die Sortierung verwendet werden sollen. Um die Sortierung umzukehren, setzen ein Minuszeichen (-) davor, z. B. mykey,-otherkey.",
|
|
370
|
+
"Toggle edit mode (⇧+Click)": "Bearbeitungsmodus umschalten (⇧+Mausklick)",
|
|
376
371
|
"icon opacity": "icon opacity",
|
|
377
372
|
"*single star for italic*": "*single star for italic*",
|
|
378
373
|
"--- for a horizontal rule": "--- for a horizontal rule",
|
|
@@ -415,21 +410,36 @@
|
|
|
415
410
|
"Show this layer in the caption": "Show this layer in the caption",
|
|
416
411
|
"Back to preview": "Back to preview",
|
|
417
412
|
"Drawing": "Drawing",
|
|
418
|
-
"Edit the title of the map": "
|
|
413
|
+
"Edit the title of the map": "Die Überschrift der Karte bearbeiten",
|
|
419
414
|
"Go to the homepage": "Go to the homepage",
|
|
420
|
-
"Switch to edit mode": "
|
|
421
|
-
"Update who can see and edit the map": "
|
|
415
|
+
"Switch to edit mode": "In Bearbeitungsmodus wechseln",
|
|
416
|
+
"Update who can see and edit the map": "Ändere, wer deine Karte sehen und bearbeiten kann.",
|
|
422
417
|
"View": "View",
|
|
423
418
|
"Add image URL": "Add image URL",
|
|
424
|
-
"Backup data": "Backup data",
|
|
425
|
-
"Download full data": "Download full data",
|
|
426
419
|
"Emoji & Character": "Emoji & Character",
|
|
427
420
|
"Generic": "Generic",
|
|
428
421
|
"Symbol": "Symbol",
|
|
429
|
-
"Type char or paste emoji": "
|
|
422
|
+
"Type char or paste emoji": "Gib ein Zeichen ein oder füge ein Emoji aus der Zwischenablage ein.",
|
|
430
423
|
"URL": "URL",
|
|
431
424
|
"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.",
|
|
432
425
|
"Save map": "Save map",
|
|
433
|
-
"
|
|
434
|
-
"
|
|
426
|
+
"Toggle edit mode": "Toggle edit mode",
|
|
427
|
+
"All data and settings of the map": "All data and settings of the map",
|
|
428
|
+
"Embed and link options": "Embed and link options",
|
|
429
|
+
"Go to \"{coords}\"": "Go to \"{coords}\"",
|
|
430
|
+
"Link to view the map": "Link to view the map",
|
|
431
|
+
"No.": "No.",
|
|
432
|
+
"Only visible layers' data": "Only visible layers' data",
|
|
433
|
+
"Open share & download panel": "Open share & download panel",
|
|
434
|
+
"OpenStreetMap": "OpenStreetMap",
|
|
435
|
+
"See on OpenStreetMap": "See on OpenStreetMap",
|
|
436
|
+
"Share and download": "Share and download",
|
|
437
|
+
"Share this link to open a customized map view": "Share this link to open a customized map view",
|
|
438
|
+
"Short link": "Short link",
|
|
439
|
+
"Street": "Street",
|
|
440
|
+
"Type a place name or coordinates": "Type a place name or coordinates",
|
|
441
|
+
"copy": "copy",
|
|
442
|
+
"full backup": "full backup",
|
|
443
|
+
"settings": "settings",
|
|
444
|
+
"{count} features in this layer": "{count} features in this layer"
|
|
435
445
|
}
|
umap/static/umap/locale/el.js
CHANGED
|
@@ -145,7 +145,6 @@ const locale = {
|
|
|
145
145
|
"Display measure": "Εμφάνιση μέτρησης",
|
|
146
146
|
"Display on load": "Εμφάνιση κατά την φόρτωση",
|
|
147
147
|
"Download": "Λήψη",
|
|
148
|
-
"Download data": "Λήψη δεδομένων",
|
|
149
148
|
"Drag to reorder": "Σύρετε για αναδιάταξη",
|
|
150
149
|
"Draw a marker": "Σχεδιασμός σημείου",
|
|
151
150
|
"Draw a polygon": "Σχεδιασμός πολυγώνου",
|
|
@@ -210,8 +209,6 @@ const locale = {
|
|
|
210
209
|
"Must be a valid CSS value (eg.: DarkBlue or #123456)": "Πρέπει να είναι έγκυρη τιμή CSS (π.χ.: DarkBlue ή #123456)",
|
|
211
210
|
"No licence has been set": "Δεν έχει οριστεί άδεια χρήσης",
|
|
212
211
|
"No results": "Δεν υπάρχουν αποτελέσματα",
|
|
213
|
-
"Only visible features will be downloaded.": "Θα γίνει λήψη μόνο των ορατών στοιχείων",
|
|
214
|
-
"Open download panel": "Ανοίξτε το πλαίσιο λήψης",
|
|
215
212
|
"Open link in…": "Άνοιγμα συνδέσμου σε…",
|
|
216
213
|
"Open this map extent in a map editor to provide more accurate data to OpenStreetMap": "Ανοίξτε τον χάρτη σε έναν επεξεργαστή χαρτών για να παρέχετε πιο ακριβή δεδομένα στο OpenStreetMap",
|
|
217
214
|
"Optional intensity property for heatmap": "Προαιρετική ιδιότητα έντασης για τον χάρτη εγγύτητας",
|
|
@@ -243,7 +240,6 @@ const locale = {
|
|
|
243
240
|
"See full screen": "Εμφάνιση πλήρους οθόνης",
|
|
244
241
|
"Set it to false to hide this layer from the slideshow, the data browser, the popup navigation…": "Απενεργοποίηση εάν επιθυμείτε την απόκρυψη του επιπέδου κατά την προβολή των διαφανειών, την περιήγηση δεδομένων, την αναδυόμενη πλοήγηση...",
|
|
245
242
|
"Shape properties": "Ιδιότητες σχήματος",
|
|
246
|
-
"Short URL": "Σύντομος σύνδεσμος",
|
|
247
243
|
"Short credits": "Εύσημα εν συντομία",
|
|
248
244
|
"Show/hide layer": "Εμφάνιση/απόκρυψη επιπέδου",
|
|
249
245
|
"Simple link: [[http://example.com]]": "Απλός σύνδεσμος: [[http://example.com]]",
|
|
@@ -363,7 +359,6 @@ const locale = {
|
|
|
363
359
|
"Star this map": "Τοποθέτηση αστεριού σε αυτόν τον χάρτη",
|
|
364
360
|
"Symbol can be either a unicode character or an URL. You can use feature properties as variables: ex.: with \"http://myserver.org/images/{name}.png\", the {name} variable will be replaced by the \"name\" value of each marker.": "Το σύμβολο μπορεί να είναι είτε χαρακτήρας unicode είτε URL. Μπορείτε να χρησιμοποιήσετε ιδιότητες χαρακτηριστικών ως μεταβλητές: π.χ.: με \"http://myserver.org/images/{name}.png\", η μεταβλητή {name} θα αντικατασταθεί από την τιμή \"name\" του κάθε δείκτη.",
|
|
365
361
|
"Direct link": "Απευθείας σύνδεσμος",
|
|
366
|
-
"Export options": "Εξαγωγή ιδιοτήτων",
|
|
367
362
|
"The zoom and center have been modified.": "Η εστίαση και το κέντρο έχουν τροποποιηθεί.",
|
|
368
363
|
"Congratulations, your map has been created!": "Συγχαρητήρια, ο χάρτης σας δημιουργήθηκε!",
|
|
369
364
|
"Copy link": "Αντιγραφή συνδέσμου",
|
|
@@ -421,8 +416,6 @@ const locale = {
|
|
|
421
416
|
"Update who can see and edit the map": "Ενημερώστε ποιος μπορεί να δει και ποιος να επεξεργαστεί τον χάρτη",
|
|
422
417
|
"View": "Προβολή",
|
|
423
418
|
"Add image URL": "Προσθήκη URL εικόνας",
|
|
424
|
-
"Backup data": "Αντίγραφο ασφαλείας δεδομένων",
|
|
425
|
-
"Download full data": "Λήψη όλων των δεδομένων",
|
|
426
419
|
"Emoji & Character": "Emoji & Χαρακτήρες",
|
|
427
420
|
"Generic": "Γενικός",
|
|
428
421
|
"Symbol": "Σύμβολο",
|
|
@@ -430,8 +423,25 @@ const locale = {
|
|
|
430
423
|
"URL": "URL",
|
|
431
424
|
"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.",
|
|
432
425
|
"Save map": "Save map",
|
|
433
|
-
"
|
|
434
|
-
"
|
|
426
|
+
"Toggle edit mode": "Toggle edit mode",
|
|
427
|
+
"All data and settings of the map": "All data and settings of the map",
|
|
428
|
+
"Embed and link options": "Embed and link options",
|
|
429
|
+
"Go to \"{coords}\"": "Go to \"{coords}\"",
|
|
430
|
+
"Link to view the map": "Link to view the map",
|
|
431
|
+
"No.": "No.",
|
|
432
|
+
"Only visible layers' data": "Only visible layers' data",
|
|
433
|
+
"Open share & download panel": "Open share & download panel",
|
|
434
|
+
"OpenStreetMap": "OpenStreetMap",
|
|
435
|
+
"See on OpenStreetMap": "See on OpenStreetMap",
|
|
436
|
+
"Share and download": "Share and download",
|
|
437
|
+
"Share this link to open a customized map view": "Share this link to open a customized map view",
|
|
438
|
+
"Short link": "Short link",
|
|
439
|
+
"Street": "Street",
|
|
440
|
+
"Type a place name or coordinates": "Type a place name or coordinates",
|
|
441
|
+
"copy": "copy",
|
|
442
|
+
"full backup": "full backup",
|
|
443
|
+
"settings": "settings",
|
|
444
|
+
"{count} features in this layer": "{count} features in this layer"
|
|
435
445
|
}
|
|
436
446
|
L.registerLocale("el", locale)
|
|
437
447
|
L.setLocale("el")
|
umap/static/umap/locale/el.json
CHANGED
|
@@ -145,7 +145,6 @@
|
|
|
145
145
|
"Display measure": "Εμφάνιση μέτρησης",
|
|
146
146
|
"Display on load": "Εμφάνιση κατά την φόρτωση",
|
|
147
147
|
"Download": "Λήψη",
|
|
148
|
-
"Download data": "Λήψη δεδομένων",
|
|
149
148
|
"Drag to reorder": "Σύρετε για αναδιάταξη",
|
|
150
149
|
"Draw a marker": "Σχεδιασμός σημείου",
|
|
151
150
|
"Draw a polygon": "Σχεδιασμός πολυγώνου",
|
|
@@ -210,8 +209,6 @@
|
|
|
210
209
|
"Must be a valid CSS value (eg.: DarkBlue or #123456)": "Πρέπει να είναι έγκυρη τιμή CSS (π.χ.: DarkBlue ή #123456)",
|
|
211
210
|
"No licence has been set": "Δεν έχει οριστεί άδεια χρήσης",
|
|
212
211
|
"No results": "Δεν υπάρχουν αποτελέσματα",
|
|
213
|
-
"Only visible features will be downloaded.": "Θα γίνει λήψη μόνο των ορατών στοιχείων",
|
|
214
|
-
"Open download panel": "Ανοίξτε το πλαίσιο λήψης",
|
|
215
212
|
"Open link in…": "Άνοιγμα συνδέσμου σε…",
|
|
216
213
|
"Open this map extent in a map editor to provide more accurate data to OpenStreetMap": "Ανοίξτε τον χάρτη σε έναν επεξεργαστή χαρτών για να παρέχετε πιο ακριβή δεδομένα στο OpenStreetMap",
|
|
217
214
|
"Optional intensity property for heatmap": "Προαιρετική ιδιότητα έντασης για τον χάρτη εγγύτητας",
|
|
@@ -243,7 +240,6 @@
|
|
|
243
240
|
"See full screen": "Εμφάνιση πλήρους οθόνης",
|
|
244
241
|
"Set it to false to hide this layer from the slideshow, the data browser, the popup navigation…": "Απενεργοποίηση εάν επιθυμείτε την απόκρυψη του επιπέδου κατά την προβολή των διαφανειών, την περιήγηση δεδομένων, την αναδυόμενη πλοήγηση...",
|
|
245
242
|
"Shape properties": "Ιδιότητες σχήματος",
|
|
246
|
-
"Short URL": "Σύντομος σύνδεσμος",
|
|
247
243
|
"Short credits": "Εύσημα εν συντομία",
|
|
248
244
|
"Show/hide layer": "Εμφάνιση/απόκρυψη επιπέδου",
|
|
249
245
|
"Simple link: [[http://example.com]]": "Απλός σύνδεσμος: [[http://example.com]]",
|
|
@@ -363,7 +359,6 @@
|
|
|
363
359
|
"Star this map": "Τοποθέτηση αστεριού σε αυτόν τον χάρτη",
|
|
364
360
|
"Symbol can be either a unicode character or an URL. You can use feature properties as variables: ex.: with \"http://myserver.org/images/{name}.png\", the {name} variable will be replaced by the \"name\" value of each marker.": "Το σύμβολο μπορεί να είναι είτε χαρακτήρας unicode είτε URL. Μπορείτε να χρησιμοποιήσετε ιδιότητες χαρακτηριστικών ως μεταβλητές: π.χ.: με \"http://myserver.org/images/{name}.png\", η μεταβλητή {name} θα αντικατασταθεί από την τιμή \"name\" του κάθε δείκτη.",
|
|
365
361
|
"Direct link": "Απευθείας σύνδεσμος",
|
|
366
|
-
"Export options": "Εξαγωγή ιδιοτήτων",
|
|
367
362
|
"The zoom and center have been modified.": "Η εστίαση και το κέντρο έχουν τροποποιηθεί.",
|
|
368
363
|
"Congratulations, your map has been created!": "Συγχαρητήρια, ο χάρτης σας δημιουργήθηκε!",
|
|
369
364
|
"Copy link": "Αντιγραφή συνδέσμου",
|
|
@@ -421,8 +416,6 @@
|
|
|
421
416
|
"Update who can see and edit the map": "Ενημερώστε ποιος μπορεί να δει και ποιος να επεξεργαστεί τον χάρτη",
|
|
422
417
|
"View": "Προβολή",
|
|
423
418
|
"Add image URL": "Προσθήκη URL εικόνας",
|
|
424
|
-
"Backup data": "Αντίγραφο ασφαλείας δεδομένων",
|
|
425
|
-
"Download full data": "Λήψη όλων των δεδομένων",
|
|
426
419
|
"Emoji & Character": "Emoji & Χαρακτήρες",
|
|
427
420
|
"Generic": "Γενικός",
|
|
428
421
|
"Symbol": "Σύμβολο",
|
|
@@ -430,6 +423,23 @@
|
|
|
430
423
|
"URL": "URL",
|
|
431
424
|
"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.",
|
|
432
425
|
"Save map": "Save map",
|
|
433
|
-
"
|
|
434
|
-
"
|
|
426
|
+
"Toggle edit mode": "Toggle edit mode",
|
|
427
|
+
"All data and settings of the map": "All data and settings of the map",
|
|
428
|
+
"Embed and link options": "Embed and link options",
|
|
429
|
+
"Go to \"{coords}\"": "Go to \"{coords}\"",
|
|
430
|
+
"Link to view the map": "Link to view the map",
|
|
431
|
+
"No.": "No.",
|
|
432
|
+
"Only visible layers' data": "Only visible layers' data",
|
|
433
|
+
"Open share & download panel": "Open share & download panel",
|
|
434
|
+
"OpenStreetMap": "OpenStreetMap",
|
|
435
|
+
"See on OpenStreetMap": "See on OpenStreetMap",
|
|
436
|
+
"Share and download": "Share and download",
|
|
437
|
+
"Share this link to open a customized map view": "Share this link to open a customized map view",
|
|
438
|
+
"Short link": "Short link",
|
|
439
|
+
"Street": "Street",
|
|
440
|
+
"Type a place name or coordinates": "Type a place name or coordinates",
|
|
441
|
+
"copy": "copy",
|
|
442
|
+
"full backup": "full backup",
|
|
443
|
+
"settings": "settings",
|
|
444
|
+
"{count} features in this layer": "{count} features in this layer"
|
|
435
445
|
}
|
umap/static/umap/locale/en.js
CHANGED
|
@@ -145,7 +145,6 @@ const locale = {
|
|
|
145
145
|
"Display measure": "Display measure",
|
|
146
146
|
"Display on load": "Display on load",
|
|
147
147
|
"Download": "Download",
|
|
148
|
-
"Download data": "Download data",
|
|
149
148
|
"Drag to reorder": "Drag to reorder",
|
|
150
149
|
"Draw a marker": "Draw a marker",
|
|
151
150
|
"Draw a polygon": "Draw a polygon",
|
|
@@ -210,8 +209,6 @@ const locale = {
|
|
|
210
209
|
"Must be a valid CSS value (eg.: DarkBlue or #123456)": "Must be a valid CSS value (eg.: DarkBlue or #123456)",
|
|
211
210
|
"No licence has been set": "No licence has been set",
|
|
212
211
|
"No results": "No results",
|
|
213
|
-
"Only visible features will be downloaded.": "Only visible features will be downloaded.",
|
|
214
|
-
"Open download panel": "Open download panel",
|
|
215
212
|
"Open link in…": "Open link in…",
|
|
216
213
|
"Open this map extent in a map editor to provide more accurate data to OpenStreetMap": "Open this map extent in a map editor to provide more accurate data to OpenStreetMap",
|
|
217
214
|
"Optional intensity property for heatmap": "Optional intensity property for heatmap",
|
|
@@ -243,7 +240,6 @@ const locale = {
|
|
|
243
240
|
"See full screen": "See full screen",
|
|
244
241
|
"Set it to false to hide this layer from the slideshow, the data browser, the popup navigation…": "Set it to false to hide this layer from the slideshow, the data browser, the popup navigation…",
|
|
245
242
|
"Shape properties": "Shape properties",
|
|
246
|
-
"Short URL": "Short URL",
|
|
247
243
|
"Short credits": "Short credits",
|
|
248
244
|
"Show/hide layer": "Show/hide layer",
|
|
249
245
|
"Simple link: [[http://example.com]]": "Simple link: [[http://example.com]]",
|
|
@@ -363,7 +359,6 @@ const locale = {
|
|
|
363
359
|
"Star this map": "Star this map",
|
|
364
360
|
"Symbol can be either a unicode character or an URL. You can use feature properties as variables: ex.: with \"http://myserver.org/images/{name}.png\", the {name} variable will be replaced by the \"name\" value of each marker.": "Symbol can be either a unicode character or an URL. You can use feature properties as variables: ex.: with \"http://myserver.org/images/{name}.png\", the {name} variable will be replaced by the \"name\" value of each marker.",
|
|
365
361
|
"Direct link": "Direct link",
|
|
366
|
-
"Export options": "Export options",
|
|
367
362
|
"The zoom and center have been modified.": "The zoom and center have been modified.",
|
|
368
363
|
"Congratulations, your map has been created!": "Congratulations, your map has been created!",
|
|
369
364
|
"Copy link": "Copy link",
|
|
@@ -421,8 +416,6 @@ const locale = {
|
|
|
421
416
|
"Update who can see and edit the map": "Update who can see and edit the map",
|
|
422
417
|
"View": "View",
|
|
423
418
|
"Add image URL": "Add image URL",
|
|
424
|
-
"Backup data": "Backup data",
|
|
425
|
-
"Download full data": "Download full data",
|
|
426
419
|
"Emoji & Character": "Emoji & Character",
|
|
427
420
|
"Generic": "Generic",
|
|
428
421
|
"Symbol": "Symbol",
|
|
@@ -430,8 +423,25 @@ const locale = {
|
|
|
430
423
|
"URL": "URL",
|
|
431
424
|
"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.",
|
|
432
425
|
"Save map": "Save map",
|
|
433
|
-
"
|
|
434
|
-
"
|
|
426
|
+
"Toggle edit mode": "Toggle edit mode",
|
|
427
|
+
"All data and settings of the map": "All data and settings of the map",
|
|
428
|
+
"Embed and link options": "Embed and link options",
|
|
429
|
+
"Go to \"{coords}\"": "Go to \"{coords}\"",
|
|
430
|
+
"Link to view the map": "Link to view the map",
|
|
431
|
+
"No.": "No.",
|
|
432
|
+
"Only visible layers' data": "Only visible layers' data",
|
|
433
|
+
"Open share & download panel": "Open share & download panel",
|
|
434
|
+
"OpenStreetMap": "OpenStreetMap",
|
|
435
|
+
"See on OpenStreetMap": "See on OpenStreetMap",
|
|
436
|
+
"Share and download": "Share and download",
|
|
437
|
+
"Share this link to open a customized map view": "Share this link to open a customized map view",
|
|
438
|
+
"Short link": "Short link",
|
|
439
|
+
"Street": "Street",
|
|
440
|
+
"Type a place name or coordinates": "Type a place name or coordinates",
|
|
441
|
+
"copy": "copy",
|
|
442
|
+
"full backup": "full backup",
|
|
443
|
+
"settings": "settings",
|
|
444
|
+
"{count} features in this layer": "{count} features in this layer"
|
|
435
445
|
}
|
|
436
446
|
L.registerLocale("en", locale)
|
|
437
447
|
L.setLocale("en")
|
umap/static/umap/locale/en.json
CHANGED
|
@@ -145,7 +145,6 @@
|
|
|
145
145
|
"Display measure": "Display measure",
|
|
146
146
|
"Display on load": "Display on load",
|
|
147
147
|
"Download": "Download",
|
|
148
|
-
"Download data": "Download data",
|
|
149
148
|
"Drag to reorder": "Drag to reorder",
|
|
150
149
|
"Draw a marker": "Draw a marker",
|
|
151
150
|
"Draw a polygon": "Draw a polygon",
|
|
@@ -210,8 +209,6 @@
|
|
|
210
209
|
"Must be a valid CSS value (eg.: DarkBlue or #123456)": "Must be a valid CSS value (eg.: DarkBlue or #123456)",
|
|
211
210
|
"No licence has been set": "No licence has been set",
|
|
212
211
|
"No results": "No results",
|
|
213
|
-
"Only visible features will be downloaded.": "Only visible features will be downloaded.",
|
|
214
|
-
"Open download panel": "Open download panel",
|
|
215
212
|
"Open link in…": "Open link in…",
|
|
216
213
|
"Open this map extent in a map editor to provide more accurate data to OpenStreetMap": "Open this map extent in a map editor to provide more accurate data to OpenStreetMap",
|
|
217
214
|
"Optional intensity property for heatmap": "Optional intensity property for heatmap",
|
|
@@ -243,7 +240,6 @@
|
|
|
243
240
|
"See full screen": "See full screen",
|
|
244
241
|
"Set it to false to hide this layer from the slideshow, the data browser, the popup navigation…": "Set it to false to hide this layer from the slideshow, the data browser, the popup navigation…",
|
|
245
242
|
"Shape properties": "Shape properties",
|
|
246
|
-
"Short URL": "Short URL",
|
|
247
243
|
"Short credits": "Short credits",
|
|
248
244
|
"Show/hide layer": "Show/hide layer",
|
|
249
245
|
"Simple link: [[http://example.com]]": "Simple link: [[http://example.com]]",
|
|
@@ -363,7 +359,6 @@
|
|
|
363
359
|
"Star this map": "Star this map",
|
|
364
360
|
"Symbol can be either a unicode character or an URL. You can use feature properties as variables: ex.: with \"http://myserver.org/images/{name}.png\", the {name} variable will be replaced by the \"name\" value of each marker.": "Symbol can be either a unicode character or an URL. You can use feature properties as variables: ex.: with \"http://myserver.org/images/{name}.png\", the {name} variable will be replaced by the \"name\" value of each marker.",
|
|
365
361
|
"Direct link": "Direct link",
|
|
366
|
-
"Export options": "Export options",
|
|
367
362
|
"The zoom and center have been modified.": "The zoom and center have been modified.",
|
|
368
363
|
"Congratulations, your map has been created!": "Congratulations, your map has been created!",
|
|
369
364
|
"Copy link": "Copy link",
|
|
@@ -421,8 +416,6 @@
|
|
|
421
416
|
"Update who can see and edit the map": "Update who can see and edit the map",
|
|
422
417
|
"View": "View",
|
|
423
418
|
"Add image URL": "Add image URL",
|
|
424
|
-
"Backup data": "Backup data",
|
|
425
|
-
"Download full data": "Download full data",
|
|
426
419
|
"Emoji & Character": "Emoji & Character",
|
|
427
420
|
"Generic": "Generic",
|
|
428
421
|
"Symbol": "Symbol",
|
|
@@ -430,6 +423,23 @@
|
|
|
430
423
|
"URL": "URL",
|
|
431
424
|
"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.",
|
|
432
425
|
"Save map": "Save map",
|
|
433
|
-
"
|
|
434
|
-
"
|
|
426
|
+
"Toggle edit mode": "Toggle edit mode",
|
|
427
|
+
"All data and settings of the map": "All data and settings of the map",
|
|
428
|
+
"Embed and link options": "Embed and link options",
|
|
429
|
+
"Go to \"{coords}\"": "Go to \"{coords}\"",
|
|
430
|
+
"Link to view the map": "Link to view the map",
|
|
431
|
+
"No.": "No.",
|
|
432
|
+
"Only visible layers' data": "Only visible layers' data",
|
|
433
|
+
"Open share & download panel": "Open share & download panel",
|
|
434
|
+
"OpenStreetMap": "OpenStreetMap",
|
|
435
|
+
"See on OpenStreetMap": "See on OpenStreetMap",
|
|
436
|
+
"Share and download": "Share and download",
|
|
437
|
+
"Share this link to open a customized map view": "Share this link to open a customized map view",
|
|
438
|
+
"Short link": "Short link",
|
|
439
|
+
"Street": "Street",
|
|
440
|
+
"Type a place name or coordinates": "Type a place name or coordinates",
|
|
441
|
+
"copy": "copy",
|
|
442
|
+
"full backup": "full backup",
|
|
443
|
+
"settings": "settings",
|
|
444
|
+
"{count} features in this layer": "{count} features in this layer"
|
|
435
445
|
}
|
|
@@ -145,7 +145,6 @@
|
|
|
145
145
|
"Display measure": "Display measure",
|
|
146
146
|
"Display on load": "Display on load",
|
|
147
147
|
"Download": "Download",
|
|
148
|
-
"Download data": "Download data",
|
|
149
148
|
"Drag to reorder": "Drag to reorder",
|
|
150
149
|
"Draw a marker": "Draw a marker",
|
|
151
150
|
"Draw a polygon": "Draw a polygon",
|
|
@@ -210,8 +209,6 @@
|
|
|
210
209
|
"Must be a valid CSS value (eg.: DarkBlue or #123456)": "Must be a valid CSS value (eg.: DarkBlue or #123456)",
|
|
211
210
|
"No licence has been set": "No licence has been set",
|
|
212
211
|
"No results": "No results",
|
|
213
|
-
"Only visible features will be downloaded.": "Only visible features will be downloaded.",
|
|
214
|
-
"Open download panel": "Open download panel",
|
|
215
212
|
"Open link in…": "Open link in…",
|
|
216
213
|
"Open this map extent in a map editor to provide more accurate data to OpenStreetMap": "Open this map extent in a map editor to provide more accurate data to OpenStreetMap",
|
|
217
214
|
"Optional intensity property for heatmap": "Optional intensity property for heatmap",
|
|
@@ -243,7 +240,6 @@
|
|
|
243
240
|
"See full screen": "See full screen",
|
|
244
241
|
"Set it to false to hide this layer from the slideshow, the data browser, the popup navigation…": "Set it to false to hide this layer from the slideshow, the data browser, the popup navigation…",
|
|
245
242
|
"Shape properties": "Shape properties",
|
|
246
|
-
"Short URL": "Short URL",
|
|
247
243
|
"Short credits": "Short credits",
|
|
248
244
|
"Show/hide layer": "Show/hide layer",
|
|
249
245
|
"Simple link: [[http://example.com]]": "Simple link: [[http://example.com]]",
|
|
@@ -363,7 +359,6 @@
|
|
|
363
359
|
"Star this map": "Star this map",
|
|
364
360
|
"Symbol can be either a unicode character or an URL. You can use feature properties as variables: ex.: with \"http://myserver.org/images/{name}.png\", the {name} variable will be replaced by the \"name\" value of each marker.": "Symbol can be either a unicode character or an URL. You can use feature properties as variables: ex.: with \"http://myserver.org/images/{name}.png\", the {name} variable will be replaced by the \"name\" value of each marker.",
|
|
365
361
|
"Direct link": "Direct link",
|
|
366
|
-
"Export options": "Export options",
|
|
367
362
|
"The zoom and center have been modified.": "The zoom and center have been modified.",
|
|
368
363
|
"Congratulations, your map has been created!": "Congratulations, your map has been created!",
|
|
369
364
|
"Copy link": "Copy link",
|
|
@@ -421,8 +416,6 @@
|
|
|
421
416
|
"Update who can see and edit the map": "Update who can see and edit the map",
|
|
422
417
|
"View": "View",
|
|
423
418
|
"Add image URL": "Add image URL",
|
|
424
|
-
"Backup data": "Backup data",
|
|
425
|
-
"Download full data": "Download full data",
|
|
426
419
|
"Emoji & Character": "Emoji & Character",
|
|
427
420
|
"Generic": "Generic",
|
|
428
421
|
"Symbol": "Symbol",
|
|
@@ -430,6 +423,23 @@
|
|
|
430
423
|
"URL": "URL",
|
|
431
424
|
"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.",
|
|
432
425
|
"Save map": "Save map",
|
|
433
|
-
"
|
|
434
|
-
"
|
|
426
|
+
"Toggle edit mode": "Toggle edit mode",
|
|
427
|
+
"All data and settings of the map": "All data and settings of the map",
|
|
428
|
+
"Embed and link options": "Embed and link options",
|
|
429
|
+
"Go to \"{coords}\"": "Go to \"{coords}\"",
|
|
430
|
+
"Link to view the map": "Link to view the map",
|
|
431
|
+
"No.": "No.",
|
|
432
|
+
"Only visible layers' data": "Only visible layers' data",
|
|
433
|
+
"Open share & download panel": "Open share & download panel",
|
|
434
|
+
"OpenStreetMap": "OpenStreetMap",
|
|
435
|
+
"See on OpenStreetMap": "See on OpenStreetMap",
|
|
436
|
+
"Share and download": "Share and download",
|
|
437
|
+
"Share this link to open a customized map view": "Share this link to open a customized map view",
|
|
438
|
+
"Short link": "Short link",
|
|
439
|
+
"Street": "Street",
|
|
440
|
+
"Type a place name or coordinates": "Type a place name or coordinates",
|
|
441
|
+
"copy": "copy",
|
|
442
|
+
"full backup": "full backup",
|
|
443
|
+
"settings": "settings",
|
|
444
|
+
"{count} features in this layer": "{count} features in this layer"
|
|
435
445
|
}
|