umap-project 1.4.4__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 +8 -7
- 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/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 +12 -5
- umap/static/umap/js/umap.features.js +40 -14
- 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 +29 -22
- umap/static/umap/locale/br.json +29 -22
- 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/Util.js +7 -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 +3 -1
- {umap_project-1.4.4.dist-info → umap_project-1.5.0.dist-info}/METADATA +3 -3
- {umap_project-1.4.4.dist-info → umap_project-1.5.0.dist-info}/RECORD +132 -130
- {umap_project-1.4.4.dist-info → umap_project-1.5.0.dist-info}/WHEEL +0 -0
- {umap_project-1.4.4.dist-info → umap_project-1.5.0.dist-info}/entry_points.txt +0 -0
- {umap_project-1.4.4.dist-info → umap_project-1.5.0.dist-info}/licenses/LICENSE +0 -0
umap/static/umap/locale/am_ET.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": "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("am_ET", locale)
|
|
404
411
|
L.setLocale("am_ET")
|
|
@@ -164,7 +164,6 @@
|
|
|
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 @@
|
|
|
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/ar.js
CHANGED
|
@@ -164,7 +164,6 @@ const locale = {
|
|
|
164
164
|
"Edit map settings": "Edit map settings",
|
|
165
165
|
"Edit properties in a table": "Edit properties in a table",
|
|
166
166
|
"Edit this feature": "Edit this feature",
|
|
167
|
-
"Editing": "Editing",
|
|
168
167
|
"Embed and share this map": "Embed and share this map",
|
|
169
168
|
"Embed the map": "Embed the map",
|
|
170
169
|
"Empty": "Empty",
|
|
@@ -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("ar", locale)
|
|
404
411
|
L.setLocale("ar")
|
umap/static/umap/locale/ar.json
CHANGED
|
@@ -164,7 +164,6 @@
|
|
|
164
164
|
"Edit map settings": "Edit map settings",
|
|
165
165
|
"Edit properties in a table": "Edit properties in a table",
|
|
166
166
|
"Edit this feature": "Edit this feature",
|
|
167
|
-
"Editing": "Editing",
|
|
168
167
|
"Embed and share this map": "Embed and share this map",
|
|
169
168
|
"Embed the map": "Embed the map",
|
|
170
169
|
"Empty": "Empty",
|
|
@@ -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/ast.js
CHANGED
|
@@ -164,7 +164,6 @@ const locale = {
|
|
|
164
164
|
"Edit map settings": "Edit map settings",
|
|
165
165
|
"Edit properties in a table": "Edit properties in a table",
|
|
166
166
|
"Edit this feature": "Edit this feature",
|
|
167
|
-
"Editing": "Editing",
|
|
168
167
|
"Embed and share this map": "Embed and share this map",
|
|
169
168
|
"Embed the map": "Embed the map",
|
|
170
169
|
"Empty": "Empty",
|
|
@@ -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("ast", locale)
|
|
404
411
|
L.setLocale("ast")
|
umap/static/umap/locale/ast.json
CHANGED
|
@@ -164,7 +164,6 @@
|
|
|
164
164
|
"Edit map settings": "Edit map settings",
|
|
165
165
|
"Edit properties in a table": "Edit properties in a table",
|
|
166
166
|
"Edit this feature": "Edit this feature",
|
|
167
|
-
"Editing": "Editing",
|
|
168
167
|
"Embed and share this map": "Embed and share this map",
|
|
169
168
|
"Embed the map": "Embed the map",
|
|
170
169
|
"Empty": "Empty",
|
|
@@ -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/bg.js
CHANGED
|
@@ -164,7 +164,6 @@ const locale = {
|
|
|
164
164
|
"Edit map settings": "Редактиране на настройките на картата",
|
|
165
165
|
"Edit properties in a table": "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": "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("bg", locale)
|
|
404
411
|
L.setLocale("bg")
|
umap/static/umap/locale/bg.json
CHANGED
|
@@ -164,7 +164,6 @@
|
|
|
164
164
|
"Edit map settings": "Редактиране на настройките на картата",
|
|
165
165
|
"Edit properties in a table": "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 @@
|
|
|
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/br.js
CHANGED
|
@@ -20,25 +20,25 @@ const locale = {
|
|
|
20
20
|
"Display the embed control": "Diskwel an afell \"enframmañ\"",
|
|
21
21
|
"Display the fullscreen control": "Diskwel an afell \"skramm a-bezh\"",
|
|
22
22
|
"Display the locate control": "Diskwel an afell \"lec'hiañ\"",
|
|
23
|
-
"Display the measure control": "
|
|
23
|
+
"Display the measure control": "Diskwel an afell muzuliañ",
|
|
24
24
|
"Display the search control": "Diskwel an afell \"klask\"",
|
|
25
25
|
"Display the tile layers control": "Diskwel an afell \"cheñch foñs ar gartenn\"",
|
|
26
26
|
"Display the zoom control": "Diskwel an afelloù \"zoumañ\" ha \"dizoumañ\"",
|
|
27
|
-
"Do you want to display a caption bar?": "
|
|
28
|
-
"Do you want to display a minimap?": "
|
|
27
|
+
"Do you want to display a caption bar?": "Diskwel ur varrenn alc'hwez?",
|
|
28
|
+
"Do you want to display a minimap?": "Diskwel ur gartennig evit en em lec'hiañ?",
|
|
29
29
|
"Do you want to display a panel on load?": "Do you want to display a panel on load?",
|
|
30
|
-
"Do you want to display popup footer?": "
|
|
31
|
-
"Do you want to display the scale control?": "
|
|
32
|
-
"Do you want to display the «more» control?": "
|
|
30
|
+
"Do you want to display popup footer?": "Diskwel an diflugell e traoñ ar bajenn?",
|
|
31
|
+
"Do you want to display the scale control?": "Diskwel skeul ar gartenn?",
|
|
32
|
+
"Do you want to display the «more» control?": "Diskwel an afell \"muioc'h\"?",
|
|
33
33
|
"Drop": "Takenn",
|
|
34
34
|
"GeoRSS (only link)": "GeoRSS (liamm hepken)",
|
|
35
35
|
"GeoRSS (title + image)": "GeoRSS (titl + skeudenn)",
|
|
36
|
-
"Heatmap": "
|
|
36
|
+
"Heatmap": "Kartenn dermek",
|
|
37
37
|
"Icon shape": "Furm an ikon",
|
|
38
38
|
"Icon symbol": "Arouez an ikon",
|
|
39
39
|
"Inherit": "Heritañ",
|
|
40
40
|
"Label direction": "Durc'hadur an dikedenn",
|
|
41
|
-
"Label key": "
|
|
41
|
+
"Label key": "Alc'hwez an dikedenn",
|
|
42
42
|
"Labels are clickable": "An dikedennoù a c'haller klikañ",
|
|
43
43
|
"None": "Hini ebet",
|
|
44
44
|
"On the bottom": "D'an traoñ",
|
|
@@ -101,7 +101,7 @@ const locale = {
|
|
|
101
101
|
"Are you sure you want to delete this property on all the features?": "Ha sur oc'h a faot deoc'h lemel ar perzh-mañ diwar an holl elfennoù?",
|
|
102
102
|
"Are you sure you want to restore this version?": "Ha sur oc'h e faot deoc'h adsevel ar stumm-mañ?",
|
|
103
103
|
"Attach the map to my account": "Stagañ ar gartenn d'am c'hont",
|
|
104
|
-
"Auto": "
|
|
104
|
+
"Auto": "Emgefre",
|
|
105
105
|
"Autostart when map is loaded": "Loc'hañ pa vez karget ar gartenn",
|
|
106
106
|
"Bring feature to center": "Kreizañ ar gartenn war an elfenn-mañ",
|
|
107
107
|
"Browse data": "Furchal ar roadennoù",
|
|
@@ -132,7 +132,7 @@ const locale = {
|
|
|
132
132
|
"Credits": "Kredadoù",
|
|
133
133
|
"Current view instead of default map view?": "Gwel a-vremañ e-lec'h ar gwel dre ziouer?",
|
|
134
134
|
"Custom background": "Foñs personelaet",
|
|
135
|
-
"Data is browsable": "
|
|
135
|
+
"Data is browsable": "Ar roadennoù a c'haller merdeiñ",
|
|
136
136
|
"Default interaction options": "Default interaction options",
|
|
137
137
|
"Default properties": "Perzhioù dre ziouer",
|
|
138
138
|
"Default shape properties": "Default shape properties",
|
|
@@ -164,7 +164,6 @@ const locale = {
|
|
|
164
164
|
"Edit map settings": "Kemmañ arventennoù ar gartenn",
|
|
165
165
|
"Edit properties in a table": "Aozañ ar perzhioù en un daolenn",
|
|
166
166
|
"Edit this feature": "Kemmañ an elfenn-mañ",
|
|
167
|
-
"Editing": "Oc'h aozañ",
|
|
168
167
|
"Embed and share this map": "Ezporzhiañ ha rannañ ar gartenn",
|
|
169
168
|
"Embed the map": "Enframmañ ar gartenn",
|
|
170
169
|
"Empty": "Goullonderiñ",
|
|
@@ -181,7 +180,7 @@ const locale = {
|
|
|
181
180
|
"Full map data": "Roadennoù klok ar gartenn",
|
|
182
181
|
"Go to «{feature}»": "Mont da «{feature}»",
|
|
183
182
|
"Heatmap intensity property": "Heatmap intensity property",
|
|
184
|
-
"Heatmap radius": "
|
|
183
|
+
"Heatmap radius": "Skin ar gartenn dermek",
|
|
185
184
|
"Help": "Skoazell",
|
|
186
185
|
"Hide controls": "Kuzhat ar binvioù",
|
|
187
186
|
"Home": "Degemer",
|
|
@@ -310,7 +309,7 @@ const locale = {
|
|
|
310
309
|
"Zoom to the previous": "Kent",
|
|
311
310
|
"Zoom to this feature": "Zoumañ war an elfenn-mañ",
|
|
312
311
|
"Zoom to this place": "Zoumañ war al lec'h-mañ",
|
|
313
|
-
"attribution": "
|
|
312
|
+
"attribution": "deroadur",
|
|
314
313
|
"by": "gant",
|
|
315
314
|
"display name": "anv diskwel",
|
|
316
315
|
"height": "uhelder",
|
|
@@ -339,9 +338,9 @@ const locale = {
|
|
|
339
338
|
"No cache": "No cache",
|
|
340
339
|
"Popup": "Diflugell",
|
|
341
340
|
"Popup (large)": "Diflugell (vras)",
|
|
342
|
-
"Popup content style": "
|
|
341
|
+
"Popup content style": "Neuz endalc'had an diflugell",
|
|
343
342
|
"Popup shape": "Stumm an diflugell",
|
|
344
|
-
"Skipping unknown geometry.type: {type}": "
|
|
343
|
+
"Skipping unknown geometry.type: {type}": "Tremen e-bioù tikedenn geometry.type dianav: {type}",
|
|
345
344
|
"Optional.": "Diret.",
|
|
346
345
|
"Paste your data here": "Pegit ho roadennoù amañ",
|
|
347
346
|
"Please save the map first": "Ret eo deoc'h enrollañ ar gartenn da gentañ",
|
|
@@ -349,14 +348,10 @@ const locale = {
|
|
|
349
348
|
"Open current feature on load": "Open current feature on load",
|
|
350
349
|
"Permalink": "Liamm pad",
|
|
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
|
-
"
|
|
353
|
-
"Comma separated list of properties to use for checkbox filtering": "Comma separated list of properties to use for checkbox filtering",
|
|
354
|
-
"Data filters": "Silañ ar roadennoù",
|
|
355
|
-
"Do you want to display caption menus?": "Fellout a ra deoc'h diskwel lañser an alc'hwezioù?",
|
|
351
|
+
"Do you want to display caption menus?": "Diskwel lañser an alc'hwezioù?",
|
|
356
352
|
"Example: key1,key2,key3": "Skouer: key1,key2,key3",
|
|
357
353
|
"Invalid latitude or longitude": "Hedred pe ledred direizh",
|
|
358
354
|
"Invalide property name: {name}": "Anv ar perzh direizh: {name}",
|
|
359
|
-
"No results for these filters": "Disoc'h ebet evit ar siloù-mañ",
|
|
360
355
|
"Permanent credits": "Kredadoù padus",
|
|
361
356
|
"Permanent credits background": "Permanent credits background",
|
|
362
357
|
"Select data": "Diuzañ ar roadennoù",
|
|
@@ -393,12 +388,24 @@ const locale = {
|
|
|
393
388
|
"Send me the link": "Kas al liamm din",
|
|
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:": "Krouet eo bet ho kartenn! Peogwir n'oc'h ket kevreet, setu al liamm kuzh evit aozañ ar gartenn diwezhatoc'h, diwallit mat anezhañ !",
|
|
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)": "Ur fazi ez eus bet en ur gargañ an URL-mañ (kudenn rouedad pe gwarez CORS)",
|
|
397
391
|
"Toggle edit mode (⇧+Click)": "Gweredekaat ar mod aozañ (⇧+Click)",
|
|
398
392
|
"icon opacity": "Demerez an ikon",
|
|
399
393
|
"*single star for italic*": "*ur steredennig simpl evit italek*",
|
|
400
394
|
"--- for a horizontal rule": "--- evit ul linenn-disparti a-blaen",
|
|
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("br", locale)
|
|
404
411
|
L.setLocale("br")
|