umap-project 1.4.3__py3-none-any.whl → 1.5.0__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Potentially problematic release.
This version of umap-project might be problematic. Click here for more details.
- umap/__init__.py +1 -1
- umap/locale/br/LC_MESSAGES/django.mo +0 -0
- umap/locale/br/LC_MESSAGES/django.po +29 -28
- umap/locale/cs_CZ/LC_MESSAGES/django.mo +0 -0
- umap/locale/cs_CZ/LC_MESSAGES/django.po +35 -35
- umap/locale/en/LC_MESSAGES/django.po +28 -28
- umap/migrations/0010_alter_map_edit_status_alter_map_share_status.py +23 -0
- umap/migrations/0011_alter_map_edit_status_alter_map_share_status.py +24 -0
- umap/models.py +10 -2
- umap/settings/base.py +2 -0
- umap/static/umap/base.css +4 -4
- umap/static/umap/img/16-white.svg +18 -3
- umap/static/umap/img/logo_small.svg +14 -0
- umap/static/umap/img/source/16-white.svg +19 -5
- umap/static/umap/js/umap.controls.js +122 -132
- umap/static/umap/js/umap.core.js +13 -6
- umap/static/umap/js/umap.features.js +41 -15
- umap/static/umap/js/umap.forms.js +55 -5
- umap/static/umap/js/umap.js +59 -100
- umap/static/umap/js/umap.layer.js +69 -26
- umap/static/umap/js/umap.permissions.js +5 -0
- umap/static/umap/js/umap.popup.js +3 -6
- umap/static/umap/js/umap.xhr.js +2 -1
- umap/static/umap/locale/am_ET.js +14 -7
- umap/static/umap/locale/am_ET.json +14 -7
- umap/static/umap/locale/ar.js +14 -7
- umap/static/umap/locale/ar.json +14 -7
- umap/static/umap/locale/ast.js +14 -7
- umap/static/umap/locale/ast.json +14 -7
- umap/static/umap/locale/bg.js +14 -7
- umap/static/umap/locale/bg.json +14 -7
- umap/static/umap/locale/br.js +149 -142
- umap/static/umap/locale/br.json +149 -142
- umap/static/umap/locale/ca.js +14 -7
- umap/static/umap/locale/ca.json +14 -7
- umap/static/umap/locale/cs_CZ.js +42 -35
- umap/static/umap/locale/cs_CZ.json +42 -35
- umap/static/umap/locale/da.js +14 -7
- umap/static/umap/locale/da.json +14 -7
- umap/static/umap/locale/de.js +14 -7
- umap/static/umap/locale/de.json +14 -7
- umap/static/umap/locale/el.js +14 -7
- umap/static/umap/locale/el.json +14 -7
- umap/static/umap/locale/en.js +14 -7
- umap/static/umap/locale/en.json +14 -7
- umap/static/umap/locale/en_US.json +14 -7
- umap/static/umap/locale/es.js +14 -7
- umap/static/umap/locale/es.json +14 -7
- umap/static/umap/locale/et.js +14 -7
- umap/static/umap/locale/et.json +14 -7
- umap/static/umap/locale/eu.js +7 -7
- umap/static/umap/locale/eu.json +7 -7
- umap/static/umap/locale/fa_IR.js +14 -7
- umap/static/umap/locale/fa_IR.json +14 -7
- umap/static/umap/locale/fi.js +14 -7
- umap/static/umap/locale/fi.json +14 -7
- umap/static/umap/locale/fr.js +14 -7
- umap/static/umap/locale/fr.json +14 -7
- umap/static/umap/locale/gl.js +14 -7
- umap/static/umap/locale/gl.json +14 -7
- umap/static/umap/locale/he.js +14 -7
- umap/static/umap/locale/he.json +14 -7
- umap/static/umap/locale/hr.js +14 -7
- umap/static/umap/locale/hr.json +14 -7
- umap/static/umap/locale/hu.js +14 -7
- umap/static/umap/locale/hu.json +14 -7
- umap/static/umap/locale/id.js +14 -7
- umap/static/umap/locale/id.json +14 -7
- umap/static/umap/locale/is.js +14 -7
- umap/static/umap/locale/is.json +14 -7
- umap/static/umap/locale/it.js +14 -7
- umap/static/umap/locale/it.json +14 -7
- umap/static/umap/locale/ja.js +14 -7
- umap/static/umap/locale/ja.json +14 -7
- umap/static/umap/locale/ko.js +14 -7
- umap/static/umap/locale/ko.json +14 -7
- umap/static/umap/locale/lt.js +14 -7
- umap/static/umap/locale/lt.json +14 -7
- umap/static/umap/locale/ms.js +14 -7
- umap/static/umap/locale/ms.json +14 -7
- umap/static/umap/locale/nl.js +14 -7
- umap/static/umap/locale/nl.json +14 -7
- umap/static/umap/locale/no.js +14 -7
- umap/static/umap/locale/no.json +14 -7
- umap/static/umap/locale/pl.js +14 -7
- umap/static/umap/locale/pl.json +14 -7
- umap/static/umap/locale/pl_PL.json +14 -7
- umap/static/umap/locale/pt.js +14 -7
- umap/static/umap/locale/pt.json +14 -7
- umap/static/umap/locale/pt_BR.js +14 -7
- umap/static/umap/locale/pt_BR.json +14 -7
- umap/static/umap/locale/pt_PT.js +14 -7
- umap/static/umap/locale/pt_PT.json +14 -7
- umap/static/umap/locale/ro.js +14 -7
- umap/static/umap/locale/ro.json +14 -7
- umap/static/umap/locale/ru.js +14 -7
- umap/static/umap/locale/ru.json +14 -7
- umap/static/umap/locale/sk_SK.js +14 -7
- umap/static/umap/locale/sk_SK.json +14 -7
- umap/static/umap/locale/sl.js +14 -7
- umap/static/umap/locale/sl.json +14 -7
- umap/static/umap/locale/sr.js +14 -7
- umap/static/umap/locale/sr.json +14 -7
- umap/static/umap/locale/sv.js +38 -31
- umap/static/umap/locale/sv.json +38 -31
- umap/static/umap/locale/th_TH.js +14 -7
- umap/static/umap/locale/th_TH.json +14 -7
- umap/static/umap/locale/tr.js +14 -7
- umap/static/umap/locale/tr.json +14 -7
- umap/static/umap/locale/uk_UA.js +14 -7
- umap/static/umap/locale/uk_UA.json +14 -7
- umap/static/umap/locale/vi.js +14 -7
- umap/static/umap/locale/vi.json +14 -7
- umap/static/umap/locale/vi_VN.json +14 -7
- umap/static/umap/locale/zh.js +14 -7
- umap/static/umap/locale/zh.json +14 -7
- umap/static/umap/locale/zh_CN.json +14 -7
- umap/static/umap/locale/zh_TW.Big5.json +14 -7
- umap/static/umap/locale/zh_TW.js +14 -7
- umap/static/umap/locale/zh_TW.json +14 -7
- umap/static/umap/map.css +119 -47
- umap/static/umap/test/DataLayer.js +32 -6
- umap/static/umap/test/Permissions.js +2 -2
- umap/static/umap/test/Util.js +26 -7
- umap/static/umap/vendors/leaflet/leaflet-src.js +7156 -7156
- umap/static/umap/vendors/togeojson/togeojson.js +2 -406
- umap/tests/test_map.py +16 -0
- umap/tests/test_views.py +18 -0
- umap/views.py +4 -2
- {umap_project-1.4.3.dist-info → umap_project-1.5.0.dist-info}/METADATA +3 -3
- {umap_project-1.4.3.dist-info → umap_project-1.5.0.dist-info}/RECORD +134 -131
- {umap_project-1.4.3.dist-info → umap_project-1.5.0.dist-info}/WHEEL +0 -0
- {umap_project-1.4.3.dist-info → umap_project-1.5.0.dist-info}/entry_points.txt +0 -0
- {umap_project-1.4.3.dist-info → umap_project-1.5.0.dist-info}/licenses/LICENSE +0 -0
umap/static/umap/locale/ca.js
CHANGED
|
@@ -164,7 +164,6 @@ const locale = {
|
|
|
164
164
|
"Edit map settings": "Edita els paràmetres del mapa",
|
|
165
165
|
"Edit properties in a table": "Edita les propietats en una taula",
|
|
166
166
|
"Edit this feature": "Edita aquesta característica",
|
|
167
|
-
"Editing": "Edició",
|
|
168
167
|
"Embed and share this map": "Incrusta i comparteix aquest mapa",
|
|
169
168
|
"Embed the map": "Incrusta el mapa",
|
|
170
169
|
"Empty": "Buit",
|
|
@@ -349,14 +348,10 @@ const locale = {
|
|
|
349
348
|
"Open current feature on load": "Open current feature on load",
|
|
350
349
|
"Permalink": "Permalink",
|
|
351
350
|
"The name of the property to use as feature unique identifier.": "The name of the property to use as feature unique identifier.",
|
|
352
|
-
"Advanced filter keys": "Advanced filter keys",
|
|
353
|
-
"Comma separated list of properties to use for checkbox filtering": "Comma separated list of properties to use for checkbox filtering",
|
|
354
|
-
"Data filters": "Data filters",
|
|
355
351
|
"Do you want to display caption menus?": "Do you want to display caption menus?",
|
|
356
352
|
"Example: key1,key2,key3": "Example: key1,key2,key3",
|
|
357
353
|
"Invalid latitude or longitude": "Invalid latitude or longitude",
|
|
358
354
|
"Invalide property name: {name}": "Invalide property name: {name}",
|
|
359
|
-
"No results for these filters": "No results for these filters",
|
|
360
355
|
"Permanent credits": "Permanent credits",
|
|
361
356
|
"Permanent credits background": "Permanent credits background",
|
|
362
357
|
"Select data": "Select data",
|
|
@@ -393,12 +388,24 @@ const locale = {
|
|
|
393
388
|
"Send me the link": "Envia'm aquest enllaç",
|
|
394
389
|
"Your map has been created! As you are not logged in, here is your secret link to edit the map, please keep it safe:": "S'ha creat el vostre mapa! Com que no heu iniciat sessió, aquí teniu l'enllaç secret per a editar-lo. Conserveu-lo en un lloc segur:",
|
|
395
390
|
"Comma separated list of properties to use for sorting features. To reverse the sort, put a minus sign (-) before. Eg. mykey,-otherkey.": "Llista separada per comes de les propietats a usar per a les característiques d'ordenació. Per a invertir l'ordre, afegiu un signe menys (-) abans. P. ex. lamevaclau, -unaslatraclau",
|
|
396
|
-
"Issue reaching that URL (network problem or CORS protection)": "S'ha produït un problema en intentar arribar a l'URL (problema de xarxa o protecció CORS)",
|
|
397
391
|
"Toggle edit mode (⇧+Click)": "Activa o desactiva el mode d'edició (⇧+clic)",
|
|
398
392
|
"icon opacity": "opacitat de la icona",
|
|
399
393
|
"*single star for italic*": "*single star for italic*",
|
|
400
394
|
"--- for a horizontal rule": "--- for a horizontal rule",
|
|
401
|
-
"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}\")"
|
|
395
|
+
"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}\")",
|
|
396
|
+
"Cancel all": "Cancel all",
|
|
397
|
+
"Comma separated list of properties to use for facet search (eg.: mykey,otherkey). To control label, add it after a | (eg.: mykey|My Key,otherkey|Other Key)": "Comma separated list of properties to use for facet search (eg.: mykey,otherkey). To control label, add it after a | (eg.: mykey|My Key,otherkey|Other Key)",
|
|
398
|
+
"Default view": "Default view",
|
|
399
|
+
"Facet keys": "Facet keys",
|
|
400
|
+
"Facet search": "Facet search",
|
|
401
|
+
"Feature properties": "Feature properties",
|
|
402
|
+
"Issue reaching that URL (network problem or CORS protection): {url}": "Issue reaching that URL (network problem or CORS protection): {url}",
|
|
403
|
+
"Latest feature": "Latest feature",
|
|
404
|
+
"Layers bounds": "Layers bounds",
|
|
405
|
+
"No results for these facets": "No results for these facets",
|
|
406
|
+
"Saved center and zoom": "Saved center and zoom",
|
|
407
|
+
"User location": "User location",
|
|
408
|
+
"Visibility: {status}": "Visibility: {status}"
|
|
402
409
|
}
|
|
403
410
|
L.registerLocale("ca", locale)
|
|
404
411
|
L.setLocale("ca")
|
umap/static/umap/locale/ca.json
CHANGED
|
@@ -164,7 +164,6 @@
|
|
|
164
164
|
"Edit map settings": "Edita els paràmetres del mapa",
|
|
165
165
|
"Edit properties in a table": "Edita les propietats en una taula",
|
|
166
166
|
"Edit this feature": "Edita aquesta característica",
|
|
167
|
-
"Editing": "Edició",
|
|
168
167
|
"Embed and share this map": "Incrusta i comparteix aquest mapa",
|
|
169
168
|
"Embed the map": "Incrusta el mapa",
|
|
170
169
|
"Empty": "Buit",
|
|
@@ -349,14 +348,10 @@
|
|
|
349
348
|
"Open current feature on load": "Open current feature on load",
|
|
350
349
|
"Permalink": "Permalink",
|
|
351
350
|
"The name of the property to use as feature unique identifier.": "The name of the property to use as feature unique identifier.",
|
|
352
|
-
"Advanced filter keys": "Advanced filter keys",
|
|
353
|
-
"Comma separated list of properties to use for checkbox filtering": "Comma separated list of properties to use for checkbox filtering",
|
|
354
|
-
"Data filters": "Data filters",
|
|
355
351
|
"Do you want to display caption menus?": "Do you want to display caption menus?",
|
|
356
352
|
"Example: key1,key2,key3": "Example: key1,key2,key3",
|
|
357
353
|
"Invalid latitude or longitude": "Invalid latitude or longitude",
|
|
358
354
|
"Invalide property name: {name}": "Invalide property name: {name}",
|
|
359
|
-
"No results for these filters": "No results for these filters",
|
|
360
355
|
"Permanent credits": "Permanent credits",
|
|
361
356
|
"Permanent credits background": "Permanent credits background",
|
|
362
357
|
"Select data": "Select data",
|
|
@@ -393,10 +388,22 @@
|
|
|
393
388
|
"Send me the link": "Envia'm aquest enllaç",
|
|
394
389
|
"Your map has been created! As you are not logged in, here is your secret link to edit the map, please keep it safe:": "S'ha creat el vostre mapa! Com que no heu iniciat sessió, aquí teniu l'enllaç secret per a editar-lo. Conserveu-lo en un lloc segur:",
|
|
395
390
|
"Comma separated list of properties to use for sorting features. To reverse the sort, put a minus sign (-) before. Eg. mykey,-otherkey.": "Llista separada per comes de les propietats a usar per a les característiques d'ordenació. Per a invertir l'ordre, afegiu un signe menys (-) abans. P. ex. lamevaclau, -unaslatraclau",
|
|
396
|
-
"Issue reaching that URL (network problem or CORS protection)": "S'ha produït un problema en intentar arribar a l'URL (problema de xarxa o protecció CORS)",
|
|
397
391
|
"Toggle edit mode (⇧+Click)": "Activa o desactiva el mode d'edició (⇧+clic)",
|
|
398
392
|
"icon opacity": "opacitat de la icona",
|
|
399
393
|
"*single star for italic*": "*single star for italic*",
|
|
400
394
|
"--- for a horizontal rule": "--- for a horizontal rule",
|
|
401
|
-
"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}\")"
|
|
395
|
+
"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}\")",
|
|
396
|
+
"Cancel all": "Cancel all",
|
|
397
|
+
"Comma separated list of properties to use for facet search (eg.: mykey,otherkey). To control label, add it after a | (eg.: mykey|My Key,otherkey|Other Key)": "Comma separated list of properties to use for facet search (eg.: mykey,otherkey). To control label, add it after a | (eg.: mykey|My Key,otherkey|Other Key)",
|
|
398
|
+
"Default view": "Default view",
|
|
399
|
+
"Facet keys": "Facet keys",
|
|
400
|
+
"Facet search": "Facet search",
|
|
401
|
+
"Feature properties": "Feature properties",
|
|
402
|
+
"Issue reaching that URL (network problem or CORS protection): {url}": "Issue reaching that URL (network problem or CORS protection): {url}",
|
|
403
|
+
"Latest feature": "Latest feature",
|
|
404
|
+
"Layers bounds": "Layers bounds",
|
|
405
|
+
"No results for these facets": "No results for these facets",
|
|
406
|
+
"Saved center and zoom": "Saved center and zoom",
|
|
407
|
+
"User location": "User location",
|
|
408
|
+
"Visibility: {status}": "Visibility: {status}"
|
|
402
409
|
}
|
umap/static/umap/locale/cs_CZ.js
CHANGED
|
@@ -164,7 +164,6 @@ const locale = {
|
|
|
164
164
|
"Edit map settings": "Nastavení mapy",
|
|
165
165
|
"Edit properties in a table": "Upravit vlastnosti v tabulce",
|
|
166
166
|
"Edit this feature": "Upravit tento objekt",
|
|
167
|
-
"Editing": "Upravujete",
|
|
168
167
|
"Embed and share this map": "Sdílet mapu nebo ji vložit do jiného webu",
|
|
169
168
|
"Embed the map": "Vložit mapu do jiného webu",
|
|
170
169
|
"Empty": "Vyprázdnit",
|
|
@@ -349,19 +348,15 @@ const locale = {
|
|
|
349
348
|
"Open current feature on load": "Otevřít současnou funkci při zatížení",
|
|
350
349
|
"Permalink": "Trvalý odkaz",
|
|
351
350
|
"The name of the property to use as feature unique identifier.": "Název vlastnosti pro použití v popisku jedinečného identifikátoru objektu.",
|
|
352
|
-
"Advanced filter keys": "Pokročilé filtry klíčů",
|
|
353
|
-
"Comma separated list of properties to use for checkbox filtering": "Čárkami oddělený seznam vlastností pro filtrování zaškrtávacích políček.",
|
|
354
|
-
"Data filters": "Filtry dat",
|
|
355
351
|
"Do you want to display caption menus?": "Chcete zobrazit nabídky s popiskem?",
|
|
356
352
|
"Example: key1,key2,key3": "Příklad: key1,key2,key3",
|
|
357
353
|
"Invalid latitude or longitude": "Neplatná zeměpisná šířka nebo délka",
|
|
358
354
|
"Invalide property name: {name}": "Neplatný název vlastnosti: {name}",
|
|
359
|
-
"No results for these filters": "Žádné výsledky pro tyto filtry",
|
|
360
355
|
"Permanent credits": "Permanent credits",
|
|
361
356
|
"Permanent credits background": "Permanent credits background",
|
|
362
357
|
"Select data": "Select data",
|
|
363
358
|
"Will be permanently visible in the bottom left corner of the map": "Will be permanently visible in the bottom left corner of the map",
|
|
364
|
-
"{area} acres": "{area}
|
|
359
|
+
"{area} acres": "{area} akry",
|
|
365
360
|
"{area} ha": "{area} ha",
|
|
366
361
|
"{area} m²": "{area} m²",
|
|
367
362
|
"{area} mi²": "{area} mi²",
|
|
@@ -369,36 +364,48 @@ const locale = {
|
|
|
369
364
|
"{distance} NM": "{distance} NM",
|
|
370
365
|
"{distance} km": "{distance} km",
|
|
371
366
|
"{distance} m": "{distance} m",
|
|
372
|
-
"{distance} miles": "{distance}
|
|
367
|
+
"{distance} miles": "{distance} míle",
|
|
373
368
|
"{distance} yd": "{distance} yd",
|
|
374
|
-
" (area: {measure})": "(
|
|
375
|
-
" (length: {measure})": "(
|
|
376
|
-
"Animated transitions": "
|
|
377
|
-
"Background overlay url": "
|
|
378
|
-
"Custom overlay": "
|
|
379
|
-
"Display the star map button": "
|
|
380
|
-
"Error in the overlay URL": "
|
|
381
|
-
"Map has been starred": "
|
|
382
|
-
"Map has been unstarred": "
|
|
383
|
-
"Opacity": "
|
|
384
|
-
"Star this map": "
|
|
385
|
-
"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
|
|
386
|
-
"Direct link": "
|
|
387
|
-
"Export options": "
|
|
388
|
-
"The zoom and center have been modified.": "
|
|
389
|
-
"Congratulations, your map has been created!": "
|
|
390
|
-
"Copy link": "
|
|
391
|
-
"Email": "
|
|
392
|
-
"Secret edit link copied to clipboard!": "
|
|
393
|
-
"Send me the link": "
|
|
394
|
-
"Your map has been created! As you are not logged in, here is your secret link to edit the map, please keep it safe:": "
|
|
395
|
-
"Comma separated list of properties to use for sorting features. To reverse the sort, put a minus sign (-) before. Eg. mykey,-otherkey.": "
|
|
396
|
-
"
|
|
397
|
-
"
|
|
398
|
-
"
|
|
399
|
-
"
|
|
400
|
-
"
|
|
401
|
-
"
|
|
369
|
+
" (area: {measure})": "(plocha: {measure})",
|
|
370
|
+
" (length: {measure})": "(délka: {measure})",
|
|
371
|
+
"Animated transitions": "Animované přechody",
|
|
372
|
+
"Background overlay url": "Url překrytí pozadí",
|
|
373
|
+
"Custom overlay": "Vlastní překryv",
|
|
374
|
+
"Display the star map button": "Zobrazit tlačítko mapy označené hvězdičkou",
|
|
375
|
+
"Error in the overlay URL": "Chyba u URL překryvu dlaždic",
|
|
376
|
+
"Map has been starred": "Mapa byla označena hvězdičkou",
|
|
377
|
+
"Map has been unstarred": "Označení mapy hvězdičkou bylo zrušeno",
|
|
378
|
+
"Opacity": "Průhlednost",
|
|
379
|
+
"Star this map": "Označit tuto mapu hvězdičkou",
|
|
380
|
+
"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 může mít buď znak unicode nebo URL. Vlastnosti můžete použít jako proměnné: např. Pomocí \"http://myserver.org/images/{name}.png\" bude proměnná {name} nahrazena hodnotou \"name\" každé značky.",
|
|
381
|
+
"Direct link": "Přímý odkaz",
|
|
382
|
+
"Export options": "Exportovat možnosti",
|
|
383
|
+
"The zoom and center have been modified.": "Přiblížení a střed mapy byly modifikovány",
|
|
384
|
+
"Congratulations, your map has been created!": "Gratulujeme, vaše mapa byla vytvořena!",
|
|
385
|
+
"Copy link": "Kopírovat odkaz",
|
|
386
|
+
"Email": "E-mail",
|
|
387
|
+
"Secret edit link copied to clipboard!": "Tajný odkaz na úpravy do schránky!",
|
|
388
|
+
"Send me the link": "Pošlete mi odkaz",
|
|
389
|
+
"Your map has been created! As you are not logged in, here is your secret link to edit the map, please keep it safe:": "Vaše mapa byla vytvořena! Protože nejste přihlášeni, zde je váš tajný odkaz na úpravu mapy, uschovejte jej prosím:",
|
|
390
|
+
"Comma separated list of properties to use for sorting features. To reverse the sort, put a minus sign (-) before. Eg. mykey,-otherkey.": "Čárkami oddělený seznam vlastností, které se mají použít pro třídění prvků. Chcete-li řazení obrátit, vložte před něj znaménko mínus (-). Např. mykey,-otherkey.",
|
|
391
|
+
"Toggle edit mode (⇧+Click)": "Přepnout do editovacího módu (⇧+Klik)",
|
|
392
|
+
"icon opacity": "průhlednost ikony",
|
|
393
|
+
"*single star for italic*": "*vše mezi hvězdičkami bude kurzívou*",
|
|
394
|
+
"--- for a horizontal rule": "--- vytvoří vodorovnou linku",
|
|
395
|
+
"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}\")": "Název vlastnosti, která se má použít jako popis funkce (např.: \"nom\"). Můžete také použít vlastnosti uvnitř hranatých závorek a použít více než jednu nebo je kombinovat se statickým obsahem (např.: \"{jméno} v {místo}\")",
|
|
396
|
+
"Cancel all": "Cancel all",
|
|
397
|
+
"Comma separated list of properties to use for facet search (eg.: mykey,otherkey). To control label, add it after a | (eg.: mykey|My Key,otherkey|Other Key)": "Comma separated list of properties to use for facet search (eg.: mykey,otherkey). To control label, add it after a | (eg.: mykey|My Key,otherkey|Other Key)",
|
|
398
|
+
"Default view": "Default view",
|
|
399
|
+
"Facet keys": "Facet keys",
|
|
400
|
+
"Facet search": "Facet search",
|
|
401
|
+
"Feature properties": "Feature properties",
|
|
402
|
+
"Issue reaching that URL (network problem or CORS protection): {url}": "Issue reaching that URL (network problem or CORS protection): {url}",
|
|
403
|
+
"Latest feature": "Latest feature",
|
|
404
|
+
"Layers bounds": "Layers bounds",
|
|
405
|
+
"No results for these facets": "No results for these facets",
|
|
406
|
+
"Saved center and zoom": "Saved center and zoom",
|
|
407
|
+
"User location": "User location",
|
|
408
|
+
"Visibility: {status}": "Visibility: {status}"
|
|
402
409
|
}
|
|
403
410
|
L.registerLocale("cs_CZ", locale)
|
|
404
411
|
L.setLocale("cs_CZ")
|
|
@@ -164,7 +164,6 @@
|
|
|
164
164
|
"Edit map settings": "Nastavení mapy",
|
|
165
165
|
"Edit properties in a table": "Upravit vlastnosti v tabulce",
|
|
166
166
|
"Edit this feature": "Upravit tento objekt",
|
|
167
|
-
"Editing": "Upravujete",
|
|
168
167
|
"Embed and share this map": "Sdílet mapu nebo ji vložit do jiného webu",
|
|
169
168
|
"Embed the map": "Vložit mapu do jiného webu",
|
|
170
169
|
"Empty": "Vyprázdnit",
|
|
@@ -349,19 +348,15 @@
|
|
|
349
348
|
"Open current feature on load": "Otevřít současnou funkci při zatížení",
|
|
350
349
|
"Permalink": "Trvalý odkaz",
|
|
351
350
|
"The name of the property to use as feature unique identifier.": "Název vlastnosti pro použití v popisku jedinečného identifikátoru objektu.",
|
|
352
|
-
"Advanced filter keys": "Pokročilé filtry klíčů",
|
|
353
|
-
"Comma separated list of properties to use for checkbox filtering": "Čárkami oddělený seznam vlastností pro filtrování zaškrtávacích políček.",
|
|
354
|
-
"Data filters": "Filtry dat",
|
|
355
351
|
"Do you want to display caption menus?": "Chcete zobrazit nabídky s popiskem?",
|
|
356
352
|
"Example: key1,key2,key3": "Příklad: key1,key2,key3",
|
|
357
353
|
"Invalid latitude or longitude": "Neplatná zeměpisná šířka nebo délka",
|
|
358
354
|
"Invalide property name: {name}": "Neplatný název vlastnosti: {name}",
|
|
359
|
-
"No results for these filters": "Žádné výsledky pro tyto filtry",
|
|
360
355
|
"Permanent credits": "Permanent credits",
|
|
361
356
|
"Permanent credits background": "Permanent credits background",
|
|
362
357
|
"Select data": "Select data",
|
|
363
358
|
"Will be permanently visible in the bottom left corner of the map": "Will be permanently visible in the bottom left corner of the map",
|
|
364
|
-
"{area} acres": "{area}
|
|
359
|
+
"{area} acres": "{area} akry",
|
|
365
360
|
"{area} ha": "{area} ha",
|
|
366
361
|
"{area} m²": "{area} m²",
|
|
367
362
|
"{area} mi²": "{area} mi²",
|
|
@@ -369,34 +364,46 @@
|
|
|
369
364
|
"{distance} NM": "{distance} NM",
|
|
370
365
|
"{distance} km": "{distance} km",
|
|
371
366
|
"{distance} m": "{distance} m",
|
|
372
|
-
"{distance} miles": "{distance}
|
|
367
|
+
"{distance} miles": "{distance} míle",
|
|
373
368
|
"{distance} yd": "{distance} yd",
|
|
374
|
-
" (area: {measure})": "(
|
|
375
|
-
" (length: {measure})": "(
|
|
376
|
-
"Animated transitions": "
|
|
377
|
-
"Background overlay url": "
|
|
378
|
-
"Custom overlay": "
|
|
379
|
-
"Display the star map button": "
|
|
380
|
-
"Error in the overlay URL": "
|
|
381
|
-
"Map has been starred": "
|
|
382
|
-
"Map has been unstarred": "
|
|
383
|
-
"Opacity": "
|
|
384
|
-
"Star this map": "
|
|
385
|
-
"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
|
|
386
|
-
"Direct link": "
|
|
387
|
-
"Export options": "
|
|
388
|
-
"The zoom and center have been modified.": "
|
|
389
|
-
"Congratulations, your map has been created!": "
|
|
390
|
-
"Copy link": "
|
|
391
|
-
"Email": "
|
|
392
|
-
"Secret edit link copied to clipboard!": "
|
|
393
|
-
"Send me the link": "
|
|
394
|
-
"Your map has been created! As you are not logged in, here is your secret link to edit the map, please keep it safe:": "
|
|
395
|
-
"Comma separated list of properties to use for sorting features. To reverse the sort, put a minus sign (-) before. Eg. mykey,-otherkey.": "
|
|
396
|
-
"
|
|
397
|
-
"
|
|
398
|
-
"
|
|
399
|
-
"
|
|
400
|
-
"
|
|
401
|
-
"
|
|
369
|
+
" (area: {measure})": "(plocha: {measure})",
|
|
370
|
+
" (length: {measure})": "(délka: {measure})",
|
|
371
|
+
"Animated transitions": "Animované přechody",
|
|
372
|
+
"Background overlay url": "Url překrytí pozadí",
|
|
373
|
+
"Custom overlay": "Vlastní překryv",
|
|
374
|
+
"Display the star map button": "Zobrazit tlačítko mapy označené hvězdičkou",
|
|
375
|
+
"Error in the overlay URL": "Chyba u URL překryvu dlaždic",
|
|
376
|
+
"Map has been starred": "Mapa byla označena hvězdičkou",
|
|
377
|
+
"Map has been unstarred": "Označení mapy hvězdičkou bylo zrušeno",
|
|
378
|
+
"Opacity": "Průhlednost",
|
|
379
|
+
"Star this map": "Označit tuto mapu hvězdičkou",
|
|
380
|
+
"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 může mít buď znak unicode nebo URL. Vlastnosti můžete použít jako proměnné: např. Pomocí \"http://myserver.org/images/{name}.png\" bude proměnná {name} nahrazena hodnotou \"name\" každé značky.",
|
|
381
|
+
"Direct link": "Přímý odkaz",
|
|
382
|
+
"Export options": "Exportovat možnosti",
|
|
383
|
+
"The zoom and center have been modified.": "Přiblížení a střed mapy byly modifikovány",
|
|
384
|
+
"Congratulations, your map has been created!": "Gratulujeme, vaše mapa byla vytvořena!",
|
|
385
|
+
"Copy link": "Kopírovat odkaz",
|
|
386
|
+
"Email": "E-mail",
|
|
387
|
+
"Secret edit link copied to clipboard!": "Tajný odkaz na úpravy do schránky!",
|
|
388
|
+
"Send me the link": "Pošlete mi odkaz",
|
|
389
|
+
"Your map has been created! As you are not logged in, here is your secret link to edit the map, please keep it safe:": "Vaše mapa byla vytvořena! Protože nejste přihlášeni, zde je váš tajný odkaz na úpravu mapy, uschovejte jej prosím:",
|
|
390
|
+
"Comma separated list of properties to use for sorting features. To reverse the sort, put a minus sign (-) before. Eg. mykey,-otherkey.": "Čárkami oddělený seznam vlastností, které se mají použít pro třídění prvků. Chcete-li řazení obrátit, vložte před něj znaménko mínus (-). Např. mykey,-otherkey.",
|
|
391
|
+
"Toggle edit mode (⇧+Click)": "Přepnout do editovacího módu (⇧+Klik)",
|
|
392
|
+
"icon opacity": "průhlednost ikony",
|
|
393
|
+
"*single star for italic*": "*vše mezi hvězdičkami bude kurzívou*",
|
|
394
|
+
"--- for a horizontal rule": "--- vytvoří vodorovnou linku",
|
|
395
|
+
"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}\")": "Název vlastnosti, která se má použít jako popis funkce (např.: \"nom\"). Můžete také použít vlastnosti uvnitř hranatých závorek a použít více než jednu nebo je kombinovat se statickým obsahem (např.: \"{jméno} v {místo}\")",
|
|
396
|
+
"Cancel all": "Cancel all",
|
|
397
|
+
"Comma separated list of properties to use for facet search (eg.: mykey,otherkey). To control label, add it after a | (eg.: mykey|My Key,otherkey|Other Key)": "Comma separated list of properties to use for facet search (eg.: mykey,otherkey). To control label, add it after a | (eg.: mykey|My Key,otherkey|Other Key)",
|
|
398
|
+
"Default view": "Default view",
|
|
399
|
+
"Facet keys": "Facet keys",
|
|
400
|
+
"Facet search": "Facet search",
|
|
401
|
+
"Feature properties": "Feature properties",
|
|
402
|
+
"Issue reaching that URL (network problem or CORS protection): {url}": "Issue reaching that URL (network problem or CORS protection): {url}",
|
|
403
|
+
"Latest feature": "Latest feature",
|
|
404
|
+
"Layers bounds": "Layers bounds",
|
|
405
|
+
"No results for these facets": "No results for these facets",
|
|
406
|
+
"Saved center and zoom": "Saved center and zoom",
|
|
407
|
+
"User location": "User location",
|
|
408
|
+
"Visibility: {status}": "Visibility: {status}"
|
|
402
409
|
}
|
umap/static/umap/locale/da.js
CHANGED
|
@@ -164,7 +164,6 @@ const locale = {
|
|
|
164
164
|
"Edit map settings": "Rediger kortindstillinger",
|
|
165
165
|
"Edit properties in a table": "Rediger egenskaberne i en tabel",
|
|
166
166
|
"Edit this feature": "Rediger dette objekt",
|
|
167
|
-
"Editing": "Redigerer",
|
|
168
167
|
"Embed and share this map": "Indlejr og del dette kort",
|
|
169
168
|
"Embed the map": "Indlejring af kortet",
|
|
170
169
|
"Empty": "Tomt",
|
|
@@ -349,14 +348,10 @@ const locale = {
|
|
|
349
348
|
"Open current feature on load": "Open current feature on load",
|
|
350
349
|
"Permalink": "Permalink",
|
|
351
350
|
"The name of the property to use as feature unique identifier.": "The name of the property to use as feature unique identifier.",
|
|
352
|
-
"Advanced filter keys": "Advanced filter keys",
|
|
353
|
-
"Comma separated list of properties to use for checkbox filtering": "Comma separated list of properties to use for checkbox filtering",
|
|
354
|
-
"Data filters": "Data filters",
|
|
355
351
|
"Do you want to display caption menus?": "Do you want to display caption menus?",
|
|
356
352
|
"Example: key1,key2,key3": "Example: key1,key2,key3",
|
|
357
353
|
"Invalid latitude or longitude": "Invalid latitude or longitude",
|
|
358
354
|
"Invalide property name: {name}": "Invalide property name: {name}",
|
|
359
|
-
"No results for these filters": "No results for these filters",
|
|
360
355
|
"Permanent credits": "Permanent credits",
|
|
361
356
|
"Permanent credits background": "Permanent credits background",
|
|
362
357
|
"Select data": "Select data",
|
|
@@ -393,12 +388,24 @@ const locale = {
|
|
|
393
388
|
"Send me the link": "Send me the link",
|
|
394
389
|
"Your map has been created! As you are not logged in, here is your secret link to edit the map, please keep it safe:": "Your map has been created! As you are not logged in, here is your secret link to edit the map, please keep it safe:",
|
|
395
390
|
"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.",
|
|
396
|
-
"Issue reaching that URL (network problem or CORS protection)": "Issue reaching that URL (network problem or CORS protection)",
|
|
397
391
|
"Toggle edit mode (⇧+Click)": "Toggle edit mode (⇧+Click)",
|
|
398
392
|
"icon opacity": "icon opacity",
|
|
399
393
|
"*single star for italic*": "*single star for italic*",
|
|
400
394
|
"--- for a horizontal rule": "--- for a horizontal rule",
|
|
401
|
-
"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}\")"
|
|
395
|
+
"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}\")",
|
|
396
|
+
"Cancel all": "Cancel all",
|
|
397
|
+
"Comma separated list of properties to use for facet search (eg.: mykey,otherkey). To control label, add it after a | (eg.: mykey|My Key,otherkey|Other Key)": "Comma separated list of properties to use for facet search (eg.: mykey,otherkey). To control label, add it after a | (eg.: mykey|My Key,otherkey|Other Key)",
|
|
398
|
+
"Default view": "Default view",
|
|
399
|
+
"Facet keys": "Facet keys",
|
|
400
|
+
"Facet search": "Facet search",
|
|
401
|
+
"Feature properties": "Feature properties",
|
|
402
|
+
"Issue reaching that URL (network problem or CORS protection): {url}": "Issue reaching that URL (network problem or CORS protection): {url}",
|
|
403
|
+
"Latest feature": "Latest feature",
|
|
404
|
+
"Layers bounds": "Layers bounds",
|
|
405
|
+
"No results for these facets": "No results for these facets",
|
|
406
|
+
"Saved center and zoom": "Saved center and zoom",
|
|
407
|
+
"User location": "User location",
|
|
408
|
+
"Visibility: {status}": "Visibility: {status}"
|
|
402
409
|
}
|
|
403
410
|
L.registerLocale("da", locale)
|
|
404
411
|
L.setLocale("da")
|
umap/static/umap/locale/da.json
CHANGED
|
@@ -164,7 +164,6 @@
|
|
|
164
164
|
"Edit map settings": "Rediger kortindstillinger",
|
|
165
165
|
"Edit properties in a table": "Rediger egenskaberne i en tabel",
|
|
166
166
|
"Edit this feature": "Rediger dette objekt",
|
|
167
|
-
"Editing": "Redigerer",
|
|
168
167
|
"Embed and share this map": "Indlejr og del dette kort",
|
|
169
168
|
"Embed the map": "Indlejring af kortet",
|
|
170
169
|
"Empty": "Tomt",
|
|
@@ -349,14 +348,10 @@
|
|
|
349
348
|
"Open current feature on load": "Open current feature on load",
|
|
350
349
|
"Permalink": "Permalink",
|
|
351
350
|
"The name of the property to use as feature unique identifier.": "The name of the property to use as feature unique identifier.",
|
|
352
|
-
"Advanced filter keys": "Advanced filter keys",
|
|
353
|
-
"Comma separated list of properties to use for checkbox filtering": "Comma separated list of properties to use for checkbox filtering",
|
|
354
|
-
"Data filters": "Data filters",
|
|
355
351
|
"Do you want to display caption menus?": "Do you want to display caption menus?",
|
|
356
352
|
"Example: key1,key2,key3": "Example: key1,key2,key3",
|
|
357
353
|
"Invalid latitude or longitude": "Invalid latitude or longitude",
|
|
358
354
|
"Invalide property name: {name}": "Invalide property name: {name}",
|
|
359
|
-
"No results for these filters": "No results for these filters",
|
|
360
355
|
"Permanent credits": "Permanent credits",
|
|
361
356
|
"Permanent credits background": "Permanent credits background",
|
|
362
357
|
"Select data": "Select data",
|
|
@@ -393,10 +388,22 @@
|
|
|
393
388
|
"Send me the link": "Send me the link",
|
|
394
389
|
"Your map has been created! As you are not logged in, here is your secret link to edit the map, please keep it safe:": "Your map has been created! As you are not logged in, here is your secret link to edit the map, please keep it safe:",
|
|
395
390
|
"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.",
|
|
396
|
-
"Issue reaching that URL (network problem or CORS protection)": "Issue reaching that URL (network problem or CORS protection)",
|
|
397
391
|
"Toggle edit mode (⇧+Click)": "Toggle edit mode (⇧+Click)",
|
|
398
392
|
"icon opacity": "icon opacity",
|
|
399
393
|
"*single star for italic*": "*single star for italic*",
|
|
400
394
|
"--- for a horizontal rule": "--- for a horizontal rule",
|
|
401
|
-
"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}\")"
|
|
395
|
+
"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}\")",
|
|
396
|
+
"Cancel all": "Cancel all",
|
|
397
|
+
"Comma separated list of properties to use for facet search (eg.: mykey,otherkey). To control label, add it after a | (eg.: mykey|My Key,otherkey|Other Key)": "Comma separated list of properties to use for facet search (eg.: mykey,otherkey). To control label, add it after a | (eg.: mykey|My Key,otherkey|Other Key)",
|
|
398
|
+
"Default view": "Default view",
|
|
399
|
+
"Facet keys": "Facet keys",
|
|
400
|
+
"Facet search": "Facet search",
|
|
401
|
+
"Feature properties": "Feature properties",
|
|
402
|
+
"Issue reaching that URL (network problem or CORS protection): {url}": "Issue reaching that URL (network problem or CORS protection): {url}",
|
|
403
|
+
"Latest feature": "Latest feature",
|
|
404
|
+
"Layers bounds": "Layers bounds",
|
|
405
|
+
"No results for these facets": "No results for these facets",
|
|
406
|
+
"Saved center and zoom": "Saved center and zoom",
|
|
407
|
+
"User location": "User location",
|
|
408
|
+
"Visibility: {status}": "Visibility: {status}"
|
|
402
409
|
}
|
umap/static/umap/locale/de.js
CHANGED
|
@@ -164,7 +164,6 @@ const locale = {
|
|
|
164
164
|
"Edit map settings": "Karteneinstellungen bearbeiten",
|
|
165
165
|
"Edit properties in a table": "Merkmale in einer Tabelle bearbeiten",
|
|
166
166
|
"Edit this feature": "Dieses Element bearbeiten",
|
|
167
|
-
"Editing": "Bearbeiten",
|
|
168
167
|
"Embed and share this map": "Teile und binde diese Karte ein.",
|
|
169
168
|
"Embed the map": "Karte einbinden",
|
|
170
169
|
"Empty": "Leeren",
|
|
@@ -349,14 +348,10 @@ const locale = {
|
|
|
349
348
|
"Open current feature on load": "Open current feature on load",
|
|
350
349
|
"Permalink": "Permalink",
|
|
351
350
|
"The name of the property to use as feature unique identifier.": "The name of the property to use as feature unique identifier.",
|
|
352
|
-
"Advanced filter keys": "Erweiterte Filterschlüssel",
|
|
353
|
-
"Comma separated list of properties to use for checkbox filtering": "Kommaseparierte Eigenschaftsliste zur Checkbox-Filterung",
|
|
354
|
-
"Data filters": "Datenfilter",
|
|
355
351
|
"Do you want to display caption menus?": "Möchtest du Beschriftungsmenüs anzeigen?",
|
|
356
352
|
"Example: key1,key2,key3": "Beispiel: key1,key2,key3",
|
|
357
353
|
"Invalid latitude or longitude": "Ungültiger Längen- oder Breitengrad",
|
|
358
354
|
"Invalide property name: {name}": "Ungültiger Eigenschaftsname: {name}",
|
|
359
|
-
"No results for these filters": "Keine Ergebnisse für diese Filter",
|
|
360
355
|
"Permanent credits": "Dauerhafte Danksagung",
|
|
361
356
|
"Permanent credits background": "Dauerhafte Danksagung im Hintergrund",
|
|
362
357
|
"Select data": "Wähle Daten aus",
|
|
@@ -393,12 +388,24 @@ const locale = {
|
|
|
393
388
|
"Send me the link": "Send me the link",
|
|
394
389
|
"Your map has been created! As you are not logged in, here is your secret link to edit the map, please keep it safe:": "Your map has been created! As you are not logged in, here is your secret link to edit the map, please keep it safe:",
|
|
395
390
|
"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.",
|
|
396
|
-
"Issue reaching that URL (network problem or CORS protection)": "Issue reaching that URL (network problem or CORS protection)",
|
|
397
391
|
"Toggle edit mode (⇧+Click)": "Toggle edit mode (⇧+Click)",
|
|
398
392
|
"icon opacity": "icon opacity",
|
|
399
393
|
"*single star for italic*": "*single star for italic*",
|
|
400
394
|
"--- for a horizontal rule": "--- for a horizontal rule",
|
|
401
|
-
"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}\")"
|
|
395
|
+
"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}\")",
|
|
396
|
+
"Cancel all": "Cancel all",
|
|
397
|
+
"Comma separated list of properties to use for facet search (eg.: mykey,otherkey). To control label, add it after a | (eg.: mykey|My Key,otherkey|Other Key)": "Comma separated list of properties to use for facet search (eg.: mykey,otherkey). To control label, add it after a | (eg.: mykey|My Key,otherkey|Other Key)",
|
|
398
|
+
"Default view": "Default view",
|
|
399
|
+
"Facet keys": "Facet keys",
|
|
400
|
+
"Facet search": "Facet search",
|
|
401
|
+
"Feature properties": "Feature properties",
|
|
402
|
+
"Issue reaching that URL (network problem or CORS protection): {url}": "Issue reaching that URL (network problem or CORS protection): {url}",
|
|
403
|
+
"Latest feature": "Latest feature",
|
|
404
|
+
"Layers bounds": "Layers bounds",
|
|
405
|
+
"No results for these facets": "No results for these facets",
|
|
406
|
+
"Saved center and zoom": "Saved center and zoom",
|
|
407
|
+
"User location": "User location",
|
|
408
|
+
"Visibility: {status}": "Visibility: {status}"
|
|
402
409
|
}
|
|
403
410
|
L.registerLocale("de", locale)
|
|
404
411
|
L.setLocale("de")
|
umap/static/umap/locale/de.json
CHANGED
|
@@ -164,7 +164,6 @@
|
|
|
164
164
|
"Edit map settings": "Karteneinstellungen bearbeiten",
|
|
165
165
|
"Edit properties in a table": "Merkmale in einer Tabelle bearbeiten",
|
|
166
166
|
"Edit this feature": "Dieses Element bearbeiten",
|
|
167
|
-
"Editing": "Bearbeiten",
|
|
168
167
|
"Embed and share this map": "Teile und binde diese Karte ein.",
|
|
169
168
|
"Embed the map": "Karte einbinden",
|
|
170
169
|
"Empty": "Leeren",
|
|
@@ -349,14 +348,10 @@
|
|
|
349
348
|
"Open current feature on load": "Open current feature on load",
|
|
350
349
|
"Permalink": "Permalink",
|
|
351
350
|
"The name of the property to use as feature unique identifier.": "The name of the property to use as feature unique identifier.",
|
|
352
|
-
"Advanced filter keys": "Erweiterte Filterschlüssel",
|
|
353
|
-
"Comma separated list of properties to use for checkbox filtering": "Kommaseparierte Eigenschaftsliste zur Checkbox-Filterung",
|
|
354
|
-
"Data filters": "Datenfilter",
|
|
355
351
|
"Do you want to display caption menus?": "Möchtest du Beschriftungsmenüs anzeigen?",
|
|
356
352
|
"Example: key1,key2,key3": "Beispiel: key1,key2,key3",
|
|
357
353
|
"Invalid latitude or longitude": "Ungültiger Längen- oder Breitengrad",
|
|
358
354
|
"Invalide property name: {name}": "Ungültiger Eigenschaftsname: {name}",
|
|
359
|
-
"No results for these filters": "Keine Ergebnisse für diese Filter",
|
|
360
355
|
"Permanent credits": "Dauerhafte Danksagung",
|
|
361
356
|
"Permanent credits background": "Dauerhafte Danksagung im Hintergrund",
|
|
362
357
|
"Select data": "Wähle Daten aus",
|
|
@@ -393,10 +388,22 @@
|
|
|
393
388
|
"Send me the link": "Send me the link",
|
|
394
389
|
"Your map has been created! As you are not logged in, here is your secret link to edit the map, please keep it safe:": "Your map has been created! As you are not logged in, here is your secret link to edit the map, please keep it safe:",
|
|
395
390
|
"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.",
|
|
396
|
-
"Issue reaching that URL (network problem or CORS protection)": "Issue reaching that URL (network problem or CORS protection)",
|
|
397
391
|
"Toggle edit mode (⇧+Click)": "Toggle edit mode (⇧+Click)",
|
|
398
392
|
"icon opacity": "icon opacity",
|
|
399
393
|
"*single star for italic*": "*single star for italic*",
|
|
400
394
|
"--- for a horizontal rule": "--- for a horizontal rule",
|
|
401
|
-
"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}\")"
|
|
395
|
+
"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}\")",
|
|
396
|
+
"Cancel all": "Cancel all",
|
|
397
|
+
"Comma separated list of properties to use for facet search (eg.: mykey,otherkey). To control label, add it after a | (eg.: mykey|My Key,otherkey|Other Key)": "Comma separated list of properties to use for facet search (eg.: mykey,otherkey). To control label, add it after a | (eg.: mykey|My Key,otherkey|Other Key)",
|
|
398
|
+
"Default view": "Default view",
|
|
399
|
+
"Facet keys": "Facet keys",
|
|
400
|
+
"Facet search": "Facet search",
|
|
401
|
+
"Feature properties": "Feature properties",
|
|
402
|
+
"Issue reaching that URL (network problem or CORS protection): {url}": "Issue reaching that URL (network problem or CORS protection): {url}",
|
|
403
|
+
"Latest feature": "Latest feature",
|
|
404
|
+
"Layers bounds": "Layers bounds",
|
|
405
|
+
"No results for these facets": "No results for these facets",
|
|
406
|
+
"Saved center and zoom": "Saved center and zoom",
|
|
407
|
+
"User location": "User location",
|
|
408
|
+
"Visibility: {status}": "Visibility: {status}"
|
|
402
409
|
}
|
umap/static/umap/locale/el.js
CHANGED
|
@@ -164,7 +164,6 @@ const locale = {
|
|
|
164
164
|
"Edit map settings": "Επεξεργασία ρυθμίσεων χάρτη",
|
|
165
165
|
"Edit properties in a table": "Επεξεργασία ιδιοτήτων σε πίνακα",
|
|
166
166
|
"Edit this feature": "Επεξεργασία αυτού του στοιχείου",
|
|
167
|
-
"Editing": "Επεξεργασία",
|
|
168
167
|
"Embed and share this map": "Ένθεση και διαμοιρασμός του χάρτη",
|
|
169
168
|
"Embed the map": "Ένθεση του χάρτη",
|
|
170
169
|
"Empty": "Κενό",
|
|
@@ -349,14 +348,10 @@ const locale = {
|
|
|
349
348
|
"Open current feature on load": "Άνοιγμα τρέχοντος στοιχείου κατά τη φόρτωση",
|
|
350
349
|
"Permalink": "Μόνιμος σύνδεσμος",
|
|
351
350
|
"The name of the property to use as feature unique identifier.": "Το όνομα της ιδιότητας που θα χρησιμοποιείται ως μοναδικό αναγνωριστικό.",
|
|
352
|
-
"Advanced filter keys": "Προηγμένα πλήκτρα φίλτρου",
|
|
353
|
-
"Comma separated list of properties to use for checkbox filtering": "Λίστα ιδιοτήτων διαχωρισμένων με κόμματα για χρήση στο φιλτράρισμα πλαισίου ελέγχου",
|
|
354
|
-
"Data filters": "Φίλτρα δεδομένων",
|
|
355
351
|
"Do you want to display caption menus?": "Θέλετε να εμφανίζονται τα μενού των λεζαντών;",
|
|
356
352
|
"Example: key1,key2,key3": "Παράδειγμα: key1,key2,key3",
|
|
357
353
|
"Invalid latitude or longitude": "Μη έγκυρο γεωγραφικό πλάτος ή μήκος",
|
|
358
354
|
"Invalide property name: {name}": "Μη έγκυρο όνομα ιδιότητας: {name}",
|
|
359
|
-
"No results for these filters": "Δεν υπάρχουν αποτελέσματα για αυτά τα φίλτρα",
|
|
360
355
|
"Permanent credits": "Μόνιμα εύσημα",
|
|
361
356
|
"Permanent credits background": "Φόντο μόνιμων ευσήμων",
|
|
362
357
|
"Select data": "Επιλογή δεδομένων",
|
|
@@ -393,12 +388,24 @@ const locale = {
|
|
|
393
388
|
"Send me the link": "Στείλε μου τον σύνδεσμο",
|
|
394
389
|
"Your map has been created! As you are not logged in, here is your secret link to edit the map, please keep it safe:": "Ο χάρτης σας δημιουργήθηκε! Καθώς δεν είστε συνδεδεμένοι, εδώ είναι ο μυστικός σύνδεσμός σας για να επεξεργαστείτε τον χάρτη. Κρατήστε τον ασφαλή:",
|
|
395
390
|
"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.",
|
|
396
|
-
"Issue reaching that URL (network problem or CORS protection)": "Issue reaching that URL (network problem or CORS protection)",
|
|
397
391
|
"Toggle edit mode (⇧+Click)": "Toggle edit mode (⇧+Click)",
|
|
398
392
|
"icon opacity": "icon opacity",
|
|
399
393
|
"*single star for italic*": "*single star for italic*",
|
|
400
394
|
"--- for a horizontal rule": "--- for a horizontal rule",
|
|
401
|
-
"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}\")"
|
|
395
|
+
"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}\")",
|
|
396
|
+
"Cancel all": "Cancel all",
|
|
397
|
+
"Comma separated list of properties to use for facet search (eg.: mykey,otherkey). To control label, add it after a | (eg.: mykey|My Key,otherkey|Other Key)": "Comma separated list of properties to use for facet search (eg.: mykey,otherkey). To control label, add it after a | (eg.: mykey|My Key,otherkey|Other Key)",
|
|
398
|
+
"Default view": "Default view",
|
|
399
|
+
"Facet keys": "Facet keys",
|
|
400
|
+
"Facet search": "Facet search",
|
|
401
|
+
"Feature properties": "Feature properties",
|
|
402
|
+
"Issue reaching that URL (network problem or CORS protection): {url}": "Issue reaching that URL (network problem or CORS protection): {url}",
|
|
403
|
+
"Latest feature": "Latest feature",
|
|
404
|
+
"Layers bounds": "Layers bounds",
|
|
405
|
+
"No results for these facets": "No results for these facets",
|
|
406
|
+
"Saved center and zoom": "Saved center and zoom",
|
|
407
|
+
"User location": "User location",
|
|
408
|
+
"Visibility: {status}": "Visibility: {status}"
|
|
402
409
|
}
|
|
403
410
|
L.registerLocale("el", locale)
|
|
404
411
|
L.setLocale("el")
|