umap-project 3.0.4__py3-none-any.whl → 3.0.5__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/el/LC_MESSAGES/django.mo +0 -0
- umap/locale/el/LC_MESSAGES/django.po +136 -56
- umap/locale/en/LC_MESSAGES/django.po +18 -18
- umap/locale/es/LC_MESSAGES/django.mo +0 -0
- umap/locale/es/LC_MESSAGES/django.po +136 -56
- umap/locale/nl/LC_MESSAGES/django.mo +0 -0
- umap/locale/nl/LC_MESSAGES/django.po +1 -1
- umap/models.py +1 -0
- umap/settings/base.py +1 -0
- umap/static/umap/css/bar.css +1 -1
- umap/static/umap/css/tooltip.css +13 -0
- umap/static/umap/js/modules/autocomplete.js +7 -8
- umap/static/umap/js/modules/browser.js +89 -94
- umap/static/umap/js/modules/caption.js +6 -4
- umap/static/umap/js/modules/data/features.js +1 -19
- umap/static/umap/js/modules/data/layer.js +100 -61
- umap/static/umap/js/modules/facets.js +1 -1
- umap/static/umap/js/modules/form/fields.js +1 -1
- umap/static/umap/js/modules/importer.js +1 -1
- umap/static/umap/js/modules/managers.js +46 -0
- umap/static/umap/js/modules/permissions.js +1 -1
- umap/static/umap/js/modules/rendering/controls.js +251 -0
- umap/static/umap/js/modules/rendering/layers/heat.js +5 -0
- umap/static/umap/js/modules/rendering/map.js +21 -10
- umap/static/umap/js/modules/rendering/ui.js +0 -1
- umap/static/umap/js/modules/rules.js +56 -46
- umap/static/umap/js/modules/schema.js +5 -1
- umap/static/umap/js/modules/share.js +2 -2
- umap/static/umap/js/modules/slideshow.js +1 -1
- umap/static/umap/js/modules/sync/engine.js +23 -9
- umap/static/umap/js/modules/ui/bar.js +2 -2
- umap/static/umap/js/modules/ui/base.js +13 -0
- umap/static/umap/js/modules/umap.js +69 -111
- umap/static/umap/js/umap.controls.js +0 -310
- umap/static/umap/js/umap.core.js +0 -40
- umap/static/umap/locale/am_ET.js +8 -3
- umap/static/umap/locale/am_ET.json +8 -3
- umap/static/umap/locale/ar.js +8 -3
- umap/static/umap/locale/ar.json +8 -3
- umap/static/umap/locale/ast.js +8 -3
- umap/static/umap/locale/ast.json +8 -3
- umap/static/umap/locale/bg.js +8 -3
- umap/static/umap/locale/bg.json +8 -3
- umap/static/umap/locale/br.js +8 -3
- umap/static/umap/locale/br.json +8 -3
- umap/static/umap/locale/ca.js +20 -17
- umap/static/umap/locale/ca.json +20 -17
- umap/static/umap/locale/cs_CZ.js +5 -2
- umap/static/umap/locale/cs_CZ.json +5 -2
- umap/static/umap/locale/da.js +8 -3
- umap/static/umap/locale/da.json +8 -3
- umap/static/umap/locale/de.js +5 -2
- umap/static/umap/locale/de.json +5 -2
- umap/static/umap/locale/el.js +92 -87
- umap/static/umap/locale/el.json +92 -87
- umap/static/umap/locale/en.js +5 -2
- umap/static/umap/locale/en.json +5 -2
- umap/static/umap/locale/en_US.json +8 -3
- umap/static/umap/locale/es.js +18 -15
- umap/static/umap/locale/es.json +18 -15
- umap/static/umap/locale/et.js +8 -3
- umap/static/umap/locale/et.json +8 -3
- umap/static/umap/locale/eu.js +5 -2
- umap/static/umap/locale/eu.json +5 -2
- umap/static/umap/locale/fa_IR.js +5 -2
- umap/static/umap/locale/fa_IR.json +5 -2
- umap/static/umap/locale/fi.js +8 -3
- umap/static/umap/locale/fi.json +8 -3
- umap/static/umap/locale/fr.js +5 -2
- umap/static/umap/locale/fr.json +5 -2
- umap/static/umap/locale/gl.js +5 -2
- umap/static/umap/locale/gl.json +5 -2
- umap/static/umap/locale/he.js +8 -3
- umap/static/umap/locale/he.json +8 -3
- umap/static/umap/locale/hr.js +8 -3
- umap/static/umap/locale/hr.json +8 -3
- umap/static/umap/locale/hu.js +5 -2
- umap/static/umap/locale/hu.json +5 -2
- umap/static/umap/locale/id.js +8 -3
- umap/static/umap/locale/id.json +8 -3
- umap/static/umap/locale/is.js +8 -3
- umap/static/umap/locale/is.json +8 -3
- umap/static/umap/locale/it.js +5 -2
- umap/static/umap/locale/it.json +5 -2
- umap/static/umap/locale/ja.js +8 -3
- umap/static/umap/locale/ja.json +8 -3
- umap/static/umap/locale/ko.js +8 -3
- umap/static/umap/locale/ko.json +8 -3
- umap/static/umap/locale/lt.js +8 -3
- umap/static/umap/locale/lt.json +8 -3
- umap/static/umap/locale/ms.js +8 -3
- umap/static/umap/locale/ms.json +8 -3
- umap/static/umap/locale/nl.js +7 -4
- umap/static/umap/locale/nl.json +7 -4
- umap/static/umap/locale/no.js +8 -3
- umap/static/umap/locale/no.json +8 -3
- umap/static/umap/locale/pl.js +8 -3
- umap/static/umap/locale/pl.json +8 -3
- umap/static/umap/locale/pl_PL.json +8 -3
- umap/static/umap/locale/pt.js +5 -2
- umap/static/umap/locale/pt.json +5 -2
- umap/static/umap/locale/pt_BR.js +8 -3
- umap/static/umap/locale/pt_BR.json +8 -3
- umap/static/umap/locale/pt_PT.js +5 -2
- umap/static/umap/locale/pt_PT.json +5 -2
- umap/static/umap/locale/ro.js +8 -3
- umap/static/umap/locale/ro.json +8 -3
- umap/static/umap/locale/ru.js +8 -3
- umap/static/umap/locale/ru.json +8 -3
- umap/static/umap/locale/sk_SK.js +8 -3
- umap/static/umap/locale/sk_SK.json +8 -3
- umap/static/umap/locale/sl.js +8 -3
- umap/static/umap/locale/sl.json +8 -3
- umap/static/umap/locale/sr.js +8 -3
- umap/static/umap/locale/sr.json +8 -3
- umap/static/umap/locale/sv.js +8 -3
- umap/static/umap/locale/sv.json +8 -3
- umap/static/umap/locale/th_TH.js +8 -3
- umap/static/umap/locale/th_TH.json +8 -3
- umap/static/umap/locale/tr.js +8 -3
- umap/static/umap/locale/tr.json +8 -3
- umap/static/umap/locale/uk_UA.js +8 -3
- umap/static/umap/locale/uk_UA.json +8 -3
- umap/static/umap/locale/vi.js +8 -3
- umap/static/umap/locale/vi.json +8 -3
- umap/static/umap/locale/vi_VN.json +8 -3
- umap/static/umap/locale/zh.js +8 -3
- umap/static/umap/locale/zh.json +8 -3
- umap/static/umap/locale/zh_CN.json +8 -3
- umap/static/umap/locale/zh_TW.Big5.json +8 -3
- umap/static/umap/locale/zh_TW.js +5 -2
- umap/static/umap/locale/zh_TW.json +5 -2
- umap/static/umap/map.css +9 -31
- umap/static/umap/vendors/togeojson/togeojson.es.js +350 -177
- umap/static/umap/vendors/togeojson/togeojson.es.mjs.map +1 -1
- umap/templates/umap/design_system.html +355 -0
- umap/tests/base.py +2 -2
- umap/tests/fixtures/heatmap_data.json +1044 -0
- umap/tests/integration/test_browser.py +3 -3
- umap/tests/integration/test_conditional_rules.py +2 -2
- umap/tests/integration/test_datalayer.py +0 -1
- umap/tests/integration/test_edit_map.py +7 -7
- umap/tests/integration/test_facets_browser.py +2 -2
- umap/tests/integration/test_heatmap.py +41 -0
- umap/tests/integration/test_import.py +58 -1
- umap/tests/integration/test_map.py +7 -8
- umap/tests/integration/test_optimistic_merge.py +12 -4
- umap/tests/integration/test_querystring.py +1 -1
- umap/tests/integration/test_remote_data.py +79 -0
- umap/tests/integration/test_websocket_sync.py +2 -2
- umap/urls.py +1 -0
- umap/views.py +7 -0
- {umap_project-3.0.4.dist-info → umap_project-3.0.5.dist-info}/METADATA +8 -8
- {umap_project-3.0.4.dist-info → umap_project-3.0.5.dist-info}/RECORD +158 -152
- {umap_project-3.0.4.dist-info → umap_project-3.0.5.dist-info}/WHEEL +0 -0
- {umap_project-3.0.4.dist-info → umap_project-3.0.5.dist-info}/entry_points.txt +0 -0
- {umap_project-3.0.4.dist-info → umap_project-3.0.5.dist-info}/licenses/LICENSE +0 -0
umap/static/umap/locale/is.json
CHANGED
|
@@ -45,7 +45,6 @@
|
|
|
45
45
|
"Cache proxied request": "Setja milliþjónabeiðnir í skyndiminni",
|
|
46
46
|
"Caption": "Skýringatexti",
|
|
47
47
|
"Center map on your location": "Miðjusetja kortið á staðsetningu þína",
|
|
48
|
-
"Change map background": "Breyta bakgrunni landakorts",
|
|
49
48
|
"Change tilelayers": "Skipta um kortatíglaþekjur",
|
|
50
49
|
"Change": "Breyta",
|
|
51
50
|
"Choose the data format": "Veldu gagnasnið",
|
|
@@ -457,7 +456,6 @@
|
|
|
457
456
|
"Choose this dataset": "Choose this dataset",
|
|
458
457
|
"GeoDataMine: thematic data from OpenStreetMap": "GeoDataMine: thematic data from OpenStreetMap",
|
|
459
458
|
"Choose a theme": "Choose a theme",
|
|
460
|
-
"Symplify all geometries to points": "Symplify all geometries to points",
|
|
461
459
|
"Choose this data": "Choose this data",
|
|
462
460
|
"Search admin boundary": "Search admin boundary",
|
|
463
461
|
"Please choose a theme and a boundary first.": "Please choose a theme and a boundary first.",
|
|
@@ -538,5 +536,12 @@
|
|
|
538
536
|
"Images": "Images",
|
|
539
537
|
"Iframes": "Iframes",
|
|
540
538
|
"Tags": "Tags",
|
|
541
|
-
"Geocode": "Geocode"
|
|
539
|
+
"Geocode": "Geocode",
|
|
540
|
+
"Display the back to home icon": "Display the back to home icon",
|
|
541
|
+
"Do you want to display layer switcher in caption bar?": "Do you want to display layer switcher in caption bar?",
|
|
542
|
+
"Simplify all geometries to points": "Simplify all geometries to points",
|
|
543
|
+
"Back to list": "Back to list",
|
|
544
|
+
"Toggle rule": "Toggle rule",
|
|
545
|
+
"Delete rule": "Delete rule",
|
|
546
|
+
"Cannot save layer, please try again in a few minutes.": "Cannot save layer, please try again in a few minutes."
|
|
542
547
|
}
|
umap/static/umap/locale/it.js
CHANGED
|
@@ -45,7 +45,6 @@ const locale = {
|
|
|
45
45
|
"Cache proxied request": "Usa la cache per le richieste proxy",
|
|
46
46
|
"Caption": "Didascalia",
|
|
47
47
|
"Center map on your location": "Centra la mappa sulla tua posizione",
|
|
48
|
-
"Change map background": "Cambia la mappa di sfondo",
|
|
49
48
|
"Change tilelayers": "Cambia i livelli di sfondo",
|
|
50
49
|
"Change": "Cambia",
|
|
51
50
|
"Choose the data format": "Scegli il formato dati",
|
|
@@ -540,7 +539,11 @@ const locale = {
|
|
|
540
539
|
"Geocode": "Geocode",
|
|
541
540
|
"Display the back to home icon": "Display the back to home icon",
|
|
542
541
|
"Do you want to display layer switcher in caption bar?": "Do you want to display layer switcher in caption bar?",
|
|
543
|
-
"Simplify all geometries to points": "Simplify all geometries to points"
|
|
542
|
+
"Simplify all geometries to points": "Simplify all geometries to points",
|
|
543
|
+
"Back to list": "Back to list",
|
|
544
|
+
"Toggle rule": "Toggle rule",
|
|
545
|
+
"Delete rule": "Delete rule",
|
|
546
|
+
"Cannot save layer, please try again in a few minutes.": "Cannot save layer, please try again in a few minutes."
|
|
544
547
|
}
|
|
545
548
|
L.registerLocale("it", locale)
|
|
546
549
|
L.setLocale("it")
|
umap/static/umap/locale/it.json
CHANGED
|
@@ -45,7 +45,6 @@
|
|
|
45
45
|
"Cache proxied request": "Usa la cache per le richieste proxy",
|
|
46
46
|
"Caption": "Didascalia",
|
|
47
47
|
"Center map on your location": "Centra la mappa sulla tua posizione",
|
|
48
|
-
"Change map background": "Cambia la mappa di sfondo",
|
|
49
48
|
"Change tilelayers": "Cambia i livelli di sfondo",
|
|
50
49
|
"Change": "Cambia",
|
|
51
50
|
"Choose the data format": "Scegli il formato dati",
|
|
@@ -540,5 +539,9 @@
|
|
|
540
539
|
"Geocode": "Geocode",
|
|
541
540
|
"Display the back to home icon": "Display the back to home icon",
|
|
542
541
|
"Do you want to display layer switcher in caption bar?": "Do you want to display layer switcher in caption bar?",
|
|
543
|
-
"Simplify all geometries to points": "Simplify all geometries to points"
|
|
542
|
+
"Simplify all geometries to points": "Simplify all geometries to points",
|
|
543
|
+
"Back to list": "Back to list",
|
|
544
|
+
"Toggle rule": "Toggle rule",
|
|
545
|
+
"Delete rule": "Delete rule",
|
|
546
|
+
"Cannot save layer, please try again in a few minutes.": "Cannot save layer, please try again in a few minutes."
|
|
544
547
|
}
|
umap/static/umap/locale/ja.js
CHANGED
|
@@ -45,7 +45,6 @@ const locale = {
|
|
|
45
45
|
"Cache proxied request": "Cache proxied request",
|
|
46
46
|
"Caption": "表題",
|
|
47
47
|
"Center map on your location": "閲覧者の位置をマップの中心に設定",
|
|
48
|
-
"Change map background": "背景地図を変更",
|
|
49
48
|
"Change tilelayers": "タイルレイヤの変更",
|
|
50
49
|
"Change": "Change",
|
|
51
50
|
"Choose the data format": "データ形式選択",
|
|
@@ -457,7 +456,6 @@ const locale = {
|
|
|
457
456
|
"Choose this dataset": "Choose this dataset",
|
|
458
457
|
"GeoDataMine: thematic data from OpenStreetMap": "GeoDataMine: thematic data from OpenStreetMap",
|
|
459
458
|
"Choose a theme": "Choose a theme",
|
|
460
|
-
"Symplify all geometries to points": "Symplify all geometries to points",
|
|
461
459
|
"Choose this data": "Choose this data",
|
|
462
460
|
"Search admin boundary": "Search admin boundary",
|
|
463
461
|
"Please choose a theme and a boundary first.": "Please choose a theme and a boundary first.",
|
|
@@ -538,7 +536,14 @@ const locale = {
|
|
|
538
536
|
"Images": "Images",
|
|
539
537
|
"Iframes": "Iframes",
|
|
540
538
|
"Tags": "Tags",
|
|
541
|
-
"Geocode": "Geocode"
|
|
539
|
+
"Geocode": "Geocode",
|
|
540
|
+
"Display the back to home icon": "Display the back to home icon",
|
|
541
|
+
"Do you want to display layer switcher in caption bar?": "Do you want to display layer switcher in caption bar?",
|
|
542
|
+
"Simplify all geometries to points": "Simplify all geometries to points",
|
|
543
|
+
"Back to list": "Back to list",
|
|
544
|
+
"Toggle rule": "Toggle rule",
|
|
545
|
+
"Delete rule": "Delete rule",
|
|
546
|
+
"Cannot save layer, please try again in a few minutes.": "Cannot save layer, please try again in a few minutes."
|
|
542
547
|
}
|
|
543
548
|
L.registerLocale("ja", locale)
|
|
544
549
|
L.setLocale("ja")
|
umap/static/umap/locale/ja.json
CHANGED
|
@@ -45,7 +45,6 @@
|
|
|
45
45
|
"Cache proxied request": "Cache proxied request",
|
|
46
46
|
"Caption": "表題",
|
|
47
47
|
"Center map on your location": "閲覧者の位置をマップの中心に設定",
|
|
48
|
-
"Change map background": "背景地図を変更",
|
|
49
48
|
"Change tilelayers": "タイルレイヤの変更",
|
|
50
49
|
"Change": "Change",
|
|
51
50
|
"Choose the data format": "データ形式選択",
|
|
@@ -457,7 +456,6 @@
|
|
|
457
456
|
"Choose this dataset": "Choose this dataset",
|
|
458
457
|
"GeoDataMine: thematic data from OpenStreetMap": "GeoDataMine: thematic data from OpenStreetMap",
|
|
459
458
|
"Choose a theme": "Choose a theme",
|
|
460
|
-
"Symplify all geometries to points": "Symplify all geometries to points",
|
|
461
459
|
"Choose this data": "Choose this data",
|
|
462
460
|
"Search admin boundary": "Search admin boundary",
|
|
463
461
|
"Please choose a theme and a boundary first.": "Please choose a theme and a boundary first.",
|
|
@@ -538,5 +536,12 @@
|
|
|
538
536
|
"Images": "Images",
|
|
539
537
|
"Iframes": "Iframes",
|
|
540
538
|
"Tags": "Tags",
|
|
541
|
-
"Geocode": "Geocode"
|
|
539
|
+
"Geocode": "Geocode",
|
|
540
|
+
"Display the back to home icon": "Display the back to home icon",
|
|
541
|
+
"Do you want to display layer switcher in caption bar?": "Do you want to display layer switcher in caption bar?",
|
|
542
|
+
"Simplify all geometries to points": "Simplify all geometries to points",
|
|
543
|
+
"Back to list": "Back to list",
|
|
544
|
+
"Toggle rule": "Toggle rule",
|
|
545
|
+
"Delete rule": "Delete rule",
|
|
546
|
+
"Cannot save layer, please try again in a few minutes.": "Cannot save layer, please try again in a few minutes."
|
|
542
547
|
}
|
umap/static/umap/locale/ko.js
CHANGED
|
@@ -45,7 +45,6 @@ const locale = {
|
|
|
45
45
|
"Cache proxied request": "Cache proxied request",
|
|
46
46
|
"Caption": "캡션",
|
|
47
47
|
"Center map on your location": "지도에서 나의 위치를 가운데로 놓기",
|
|
48
|
-
"Change map background": "배경 지도 변경",
|
|
49
48
|
"Change tilelayers": "타일 레이어 변경",
|
|
50
49
|
"Change": "Change",
|
|
51
50
|
"Choose the data format": "데이터 포맷 선택",
|
|
@@ -457,7 +456,6 @@ const locale = {
|
|
|
457
456
|
"Choose this dataset": "Choose this dataset",
|
|
458
457
|
"GeoDataMine: thematic data from OpenStreetMap": "GeoDataMine: thematic data from OpenStreetMap",
|
|
459
458
|
"Choose a theme": "Choose a theme",
|
|
460
|
-
"Symplify all geometries to points": "Symplify all geometries to points",
|
|
461
459
|
"Choose this data": "Choose this data",
|
|
462
460
|
"Search admin boundary": "Search admin boundary",
|
|
463
461
|
"Please choose a theme and a boundary first.": "Please choose a theme and a boundary first.",
|
|
@@ -538,7 +536,14 @@ const locale = {
|
|
|
538
536
|
"Images": "Images",
|
|
539
537
|
"Iframes": "Iframes",
|
|
540
538
|
"Tags": "Tags",
|
|
541
|
-
"Geocode": "Geocode"
|
|
539
|
+
"Geocode": "Geocode",
|
|
540
|
+
"Display the back to home icon": "Display the back to home icon",
|
|
541
|
+
"Do you want to display layer switcher in caption bar?": "Do you want to display layer switcher in caption bar?",
|
|
542
|
+
"Simplify all geometries to points": "Simplify all geometries to points",
|
|
543
|
+
"Back to list": "Back to list",
|
|
544
|
+
"Toggle rule": "Toggle rule",
|
|
545
|
+
"Delete rule": "Delete rule",
|
|
546
|
+
"Cannot save layer, please try again in a few minutes.": "Cannot save layer, please try again in a few minutes."
|
|
542
547
|
}
|
|
543
548
|
L.registerLocale("ko", locale)
|
|
544
549
|
L.setLocale("ko")
|
umap/static/umap/locale/ko.json
CHANGED
|
@@ -45,7 +45,6 @@
|
|
|
45
45
|
"Cache proxied request": "Cache proxied request",
|
|
46
46
|
"Caption": "캡션",
|
|
47
47
|
"Center map on your location": "지도에서 나의 위치를 가운데로 놓기",
|
|
48
|
-
"Change map background": "배경 지도 변경",
|
|
49
48
|
"Change tilelayers": "타일 레이어 변경",
|
|
50
49
|
"Change": "Change",
|
|
51
50
|
"Choose the data format": "데이터 포맷 선택",
|
|
@@ -457,7 +456,6 @@
|
|
|
457
456
|
"Choose this dataset": "Choose this dataset",
|
|
458
457
|
"GeoDataMine: thematic data from OpenStreetMap": "GeoDataMine: thematic data from OpenStreetMap",
|
|
459
458
|
"Choose a theme": "Choose a theme",
|
|
460
|
-
"Symplify all geometries to points": "Symplify all geometries to points",
|
|
461
459
|
"Choose this data": "Choose this data",
|
|
462
460
|
"Search admin boundary": "Search admin boundary",
|
|
463
461
|
"Please choose a theme and a boundary first.": "Please choose a theme and a boundary first.",
|
|
@@ -538,5 +536,12 @@
|
|
|
538
536
|
"Images": "Images",
|
|
539
537
|
"Iframes": "Iframes",
|
|
540
538
|
"Tags": "Tags",
|
|
541
|
-
"Geocode": "Geocode"
|
|
539
|
+
"Geocode": "Geocode",
|
|
540
|
+
"Display the back to home icon": "Display the back to home icon",
|
|
541
|
+
"Do you want to display layer switcher in caption bar?": "Do you want to display layer switcher in caption bar?",
|
|
542
|
+
"Simplify all geometries to points": "Simplify all geometries to points",
|
|
543
|
+
"Back to list": "Back to list",
|
|
544
|
+
"Toggle rule": "Toggle rule",
|
|
545
|
+
"Delete rule": "Delete rule",
|
|
546
|
+
"Cannot save layer, please try again in a few minutes.": "Cannot save layer, please try again in a few minutes."
|
|
542
547
|
}
|
umap/static/umap/locale/lt.js
CHANGED
|
@@ -45,7 +45,6 @@ const locale = {
|
|
|
45
45
|
"Cache proxied request": "Cache proxied request",
|
|
46
46
|
"Caption": "Antraštė",
|
|
47
47
|
"Center map on your location": "Centruoti pagal Jūsų vietovę",
|
|
48
|
-
"Change map background": "Keisti žemėlapio foną",
|
|
49
48
|
"Change tilelayers": "Pakeisti sluoksnius",
|
|
50
49
|
"Change": "Change",
|
|
51
50
|
"Choose the data format": "Pasirinkite duomenų formatą",
|
|
@@ -457,7 +456,6 @@ const locale = {
|
|
|
457
456
|
"Choose this dataset": "Choose this dataset",
|
|
458
457
|
"GeoDataMine: thematic data from OpenStreetMap": "GeoDataMine: thematic data from OpenStreetMap",
|
|
459
458
|
"Choose a theme": "Choose a theme",
|
|
460
|
-
"Symplify all geometries to points": "Symplify all geometries to points",
|
|
461
459
|
"Choose this data": "Choose this data",
|
|
462
460
|
"Search admin boundary": "Search admin boundary",
|
|
463
461
|
"Please choose a theme and a boundary first.": "Please choose a theme and a boundary first.",
|
|
@@ -538,7 +536,14 @@ const locale = {
|
|
|
538
536
|
"Images": "Images",
|
|
539
537
|
"Iframes": "Iframes",
|
|
540
538
|
"Tags": "Tags",
|
|
541
|
-
"Geocode": "Geocode"
|
|
539
|
+
"Geocode": "Geocode",
|
|
540
|
+
"Display the back to home icon": "Display the back to home icon",
|
|
541
|
+
"Do you want to display layer switcher in caption bar?": "Do you want to display layer switcher in caption bar?",
|
|
542
|
+
"Simplify all geometries to points": "Simplify all geometries to points",
|
|
543
|
+
"Back to list": "Back to list",
|
|
544
|
+
"Toggle rule": "Toggle rule",
|
|
545
|
+
"Delete rule": "Delete rule",
|
|
546
|
+
"Cannot save layer, please try again in a few minutes.": "Cannot save layer, please try again in a few minutes."
|
|
542
547
|
}
|
|
543
548
|
L.registerLocale("lt", locale)
|
|
544
549
|
L.setLocale("lt")
|
umap/static/umap/locale/lt.json
CHANGED
|
@@ -45,7 +45,6 @@
|
|
|
45
45
|
"Cache proxied request": "Cache proxied request",
|
|
46
46
|
"Caption": "Antraštė",
|
|
47
47
|
"Center map on your location": "Centruoti pagal Jūsų vietovę",
|
|
48
|
-
"Change map background": "Keisti žemėlapio foną",
|
|
49
48
|
"Change tilelayers": "Pakeisti sluoksnius",
|
|
50
49
|
"Change": "Change",
|
|
51
50
|
"Choose the data format": "Pasirinkite duomenų formatą",
|
|
@@ -457,7 +456,6 @@
|
|
|
457
456
|
"Choose this dataset": "Choose this dataset",
|
|
458
457
|
"GeoDataMine: thematic data from OpenStreetMap": "GeoDataMine: thematic data from OpenStreetMap",
|
|
459
458
|
"Choose a theme": "Choose a theme",
|
|
460
|
-
"Symplify all geometries to points": "Symplify all geometries to points",
|
|
461
459
|
"Choose this data": "Choose this data",
|
|
462
460
|
"Search admin boundary": "Search admin boundary",
|
|
463
461
|
"Please choose a theme and a boundary first.": "Please choose a theme and a boundary first.",
|
|
@@ -538,5 +536,12 @@
|
|
|
538
536
|
"Images": "Images",
|
|
539
537
|
"Iframes": "Iframes",
|
|
540
538
|
"Tags": "Tags",
|
|
541
|
-
"Geocode": "Geocode"
|
|
539
|
+
"Geocode": "Geocode",
|
|
540
|
+
"Display the back to home icon": "Display the back to home icon",
|
|
541
|
+
"Do you want to display layer switcher in caption bar?": "Do you want to display layer switcher in caption bar?",
|
|
542
|
+
"Simplify all geometries to points": "Simplify all geometries to points",
|
|
543
|
+
"Back to list": "Back to list",
|
|
544
|
+
"Toggle rule": "Toggle rule",
|
|
545
|
+
"Delete rule": "Delete rule",
|
|
546
|
+
"Cannot save layer, please try again in a few minutes.": "Cannot save layer, please try again in a few minutes."
|
|
542
547
|
}
|
umap/static/umap/locale/ms.js
CHANGED
|
@@ -45,7 +45,6 @@ const locale = {
|
|
|
45
45
|
"Cache proxied request": "Cache permintaan diproksi",
|
|
46
46
|
"Caption": "Keterangan",
|
|
47
47
|
"Center map on your location": "Ketengahkan peta ke kedudukan anda",
|
|
48
|
-
"Change map background": "Tukar latar belakang peta",
|
|
49
48
|
"Change tilelayers": "Tukar lapisan jubin",
|
|
50
49
|
"Change": "Tukar",
|
|
51
50
|
"Choose the data format": "Pilih format data",
|
|
@@ -457,7 +456,6 @@ const locale = {
|
|
|
457
456
|
"Choose this dataset": "Choose this dataset",
|
|
458
457
|
"GeoDataMine: thematic data from OpenStreetMap": "GeoDataMine: thematic data from OpenStreetMap",
|
|
459
458
|
"Choose a theme": "Choose a theme",
|
|
460
|
-
"Symplify all geometries to points": "Symplify all geometries to points",
|
|
461
459
|
"Choose this data": "Choose this data",
|
|
462
460
|
"Search admin boundary": "Search admin boundary",
|
|
463
461
|
"Please choose a theme and a boundary first.": "Please choose a theme and a boundary first.",
|
|
@@ -538,7 +536,14 @@ const locale = {
|
|
|
538
536
|
"Images": "Images",
|
|
539
537
|
"Iframes": "Iframes",
|
|
540
538
|
"Tags": "Tags",
|
|
541
|
-
"Geocode": "Geocode"
|
|
539
|
+
"Geocode": "Geocode",
|
|
540
|
+
"Display the back to home icon": "Display the back to home icon",
|
|
541
|
+
"Do you want to display layer switcher in caption bar?": "Do you want to display layer switcher in caption bar?",
|
|
542
|
+
"Simplify all geometries to points": "Simplify all geometries to points",
|
|
543
|
+
"Back to list": "Back to list",
|
|
544
|
+
"Toggle rule": "Toggle rule",
|
|
545
|
+
"Delete rule": "Delete rule",
|
|
546
|
+
"Cannot save layer, please try again in a few minutes.": "Cannot save layer, please try again in a few minutes."
|
|
542
547
|
}
|
|
543
548
|
L.registerLocale("ms", locale)
|
|
544
549
|
L.setLocale("ms")
|
umap/static/umap/locale/ms.json
CHANGED
|
@@ -45,7 +45,6 @@
|
|
|
45
45
|
"Cache proxied request": "Cache permintaan diproksi",
|
|
46
46
|
"Caption": "Keterangan",
|
|
47
47
|
"Center map on your location": "Ketengahkan peta ke kedudukan anda",
|
|
48
|
-
"Change map background": "Tukar latar belakang peta",
|
|
49
48
|
"Change tilelayers": "Tukar lapisan jubin",
|
|
50
49
|
"Change": "Tukar",
|
|
51
50
|
"Choose the data format": "Pilih format data",
|
|
@@ -457,7 +456,6 @@
|
|
|
457
456
|
"Choose this dataset": "Choose this dataset",
|
|
458
457
|
"GeoDataMine: thematic data from OpenStreetMap": "GeoDataMine: thematic data from OpenStreetMap",
|
|
459
458
|
"Choose a theme": "Choose a theme",
|
|
460
|
-
"Symplify all geometries to points": "Symplify all geometries to points",
|
|
461
459
|
"Choose this data": "Choose this data",
|
|
462
460
|
"Search admin boundary": "Search admin boundary",
|
|
463
461
|
"Please choose a theme and a boundary first.": "Please choose a theme and a boundary first.",
|
|
@@ -538,5 +536,12 @@
|
|
|
538
536
|
"Images": "Images",
|
|
539
537
|
"Iframes": "Iframes",
|
|
540
538
|
"Tags": "Tags",
|
|
541
|
-
"Geocode": "Geocode"
|
|
539
|
+
"Geocode": "Geocode",
|
|
540
|
+
"Display the back to home icon": "Display the back to home icon",
|
|
541
|
+
"Do you want to display layer switcher in caption bar?": "Do you want to display layer switcher in caption bar?",
|
|
542
|
+
"Simplify all geometries to points": "Simplify all geometries to points",
|
|
543
|
+
"Back to list": "Back to list",
|
|
544
|
+
"Toggle rule": "Toggle rule",
|
|
545
|
+
"Delete rule": "Delete rule",
|
|
546
|
+
"Cannot save layer, please try again in a few minutes.": "Cannot save layer, please try again in a few minutes."
|
|
542
547
|
}
|
umap/static/umap/locale/nl.js
CHANGED
|
@@ -45,7 +45,6 @@ const locale = {
|
|
|
45
45
|
"Cache proxied request": "Cache proxied request",
|
|
46
46
|
"Caption": "Hoofding",
|
|
47
47
|
"Center map on your location": "Centreer kaart op je locatie",
|
|
48
|
-
"Change map background": "Verander kaartachtergrond",
|
|
49
48
|
"Change tilelayers": "Andere kaartachtergrond instellen",
|
|
50
49
|
"Change": "Veranderen",
|
|
51
50
|
"Choose the data format": "Gegevensformaat selecteren",
|
|
@@ -538,9 +537,13 @@ const locale = {
|
|
|
538
537
|
"Iframes": "Iframes",
|
|
539
538
|
"Tags": "Tags",
|
|
540
539
|
"Geocode": "Geocode",
|
|
541
|
-
"Display the back to home icon": "
|
|
542
|
-
"Do you want to display layer switcher in caption bar?": "
|
|
543
|
-
"Simplify all geometries to points": "
|
|
540
|
+
"Display the back to home icon": "Het pictogram Terug naar huis weergeven",
|
|
541
|
+
"Do you want to display layer switcher in caption bar?": "Wilt u de laagwisselaar weergeven in de ondertitelingsbalk?",
|
|
542
|
+
"Simplify all geometries to points": "Vereenvoudig alle geometrieën tot punten",
|
|
543
|
+
"Back to list": "Back to list",
|
|
544
|
+
"Toggle rule": "Toggle rule",
|
|
545
|
+
"Delete rule": "Delete rule",
|
|
546
|
+
"Cannot save layer, please try again in a few minutes.": "Cannot save layer, please try again in a few minutes."
|
|
544
547
|
}
|
|
545
548
|
L.registerLocale("nl", locale)
|
|
546
549
|
L.setLocale("nl")
|
umap/static/umap/locale/nl.json
CHANGED
|
@@ -45,7 +45,6 @@
|
|
|
45
45
|
"Cache proxied request": "Cache proxied request",
|
|
46
46
|
"Caption": "Hoofding",
|
|
47
47
|
"Center map on your location": "Centreer kaart op je locatie",
|
|
48
|
-
"Change map background": "Verander kaartachtergrond",
|
|
49
48
|
"Change tilelayers": "Andere kaartachtergrond instellen",
|
|
50
49
|
"Change": "Veranderen",
|
|
51
50
|
"Choose the data format": "Gegevensformaat selecteren",
|
|
@@ -538,7 +537,11 @@
|
|
|
538
537
|
"Iframes": "Iframes",
|
|
539
538
|
"Tags": "Tags",
|
|
540
539
|
"Geocode": "Geocode",
|
|
541
|
-
"Display the back to home icon": "
|
|
542
|
-
"Do you want to display layer switcher in caption bar?": "
|
|
543
|
-
"Simplify all geometries to points": "
|
|
540
|
+
"Display the back to home icon": "Het pictogram Terug naar huis weergeven",
|
|
541
|
+
"Do you want to display layer switcher in caption bar?": "Wilt u de laagwisselaar weergeven in de ondertitelingsbalk?",
|
|
542
|
+
"Simplify all geometries to points": "Vereenvoudig alle geometrieën tot punten",
|
|
543
|
+
"Back to list": "Back to list",
|
|
544
|
+
"Toggle rule": "Toggle rule",
|
|
545
|
+
"Delete rule": "Delete rule",
|
|
546
|
+
"Cannot save layer, please try again in a few minutes.": "Cannot save layer, please try again in a few minutes."
|
|
544
547
|
}
|
umap/static/umap/locale/no.js
CHANGED
|
@@ -45,7 +45,6 @@ const locale = {
|
|
|
45
45
|
"Cache proxied request": "Cache proxied request",
|
|
46
46
|
"Caption": "Caption",
|
|
47
47
|
"Center map on your location": "Sentrer kartet på din posisjon",
|
|
48
|
-
"Change map background": "Endre bakgrunnskart",
|
|
49
48
|
"Change tilelayers": "Endre flislag",
|
|
50
49
|
"Change": "Change",
|
|
51
50
|
"Choose the data format": "Velg dataformatet",
|
|
@@ -457,7 +456,6 @@ const locale = {
|
|
|
457
456
|
"Choose this dataset": "Choose this dataset",
|
|
458
457
|
"GeoDataMine: thematic data from OpenStreetMap": "GeoDataMine: thematic data from OpenStreetMap",
|
|
459
458
|
"Choose a theme": "Choose a theme",
|
|
460
|
-
"Symplify all geometries to points": "Symplify all geometries to points",
|
|
461
459
|
"Choose this data": "Choose this data",
|
|
462
460
|
"Search admin boundary": "Search admin boundary",
|
|
463
461
|
"Please choose a theme and a boundary first.": "Please choose a theme and a boundary first.",
|
|
@@ -538,7 +536,14 @@ const locale = {
|
|
|
538
536
|
"Images": "Images",
|
|
539
537
|
"Iframes": "Iframes",
|
|
540
538
|
"Tags": "Tags",
|
|
541
|
-
"Geocode": "Geocode"
|
|
539
|
+
"Geocode": "Geocode",
|
|
540
|
+
"Display the back to home icon": "Display the back to home icon",
|
|
541
|
+
"Do you want to display layer switcher in caption bar?": "Do you want to display layer switcher in caption bar?",
|
|
542
|
+
"Simplify all geometries to points": "Simplify all geometries to points",
|
|
543
|
+
"Back to list": "Back to list",
|
|
544
|
+
"Toggle rule": "Toggle rule",
|
|
545
|
+
"Delete rule": "Delete rule",
|
|
546
|
+
"Cannot save layer, please try again in a few minutes.": "Cannot save layer, please try again in a few minutes."
|
|
542
547
|
}
|
|
543
548
|
L.registerLocale("no", locale)
|
|
544
549
|
L.setLocale("no")
|
umap/static/umap/locale/no.json
CHANGED
|
@@ -45,7 +45,6 @@
|
|
|
45
45
|
"Cache proxied request": "Cache proxied request",
|
|
46
46
|
"Caption": "Caption",
|
|
47
47
|
"Center map on your location": "Sentrer kartet på din posisjon",
|
|
48
|
-
"Change map background": "Endre bakgrunnskart",
|
|
49
48
|
"Change tilelayers": "Endre flislag",
|
|
50
49
|
"Change": "Change",
|
|
51
50
|
"Choose the data format": "Velg dataformatet",
|
|
@@ -457,7 +456,6 @@
|
|
|
457
456
|
"Choose this dataset": "Choose this dataset",
|
|
458
457
|
"GeoDataMine: thematic data from OpenStreetMap": "GeoDataMine: thematic data from OpenStreetMap",
|
|
459
458
|
"Choose a theme": "Choose a theme",
|
|
460
|
-
"Symplify all geometries to points": "Symplify all geometries to points",
|
|
461
459
|
"Choose this data": "Choose this data",
|
|
462
460
|
"Search admin boundary": "Search admin boundary",
|
|
463
461
|
"Please choose a theme and a boundary first.": "Please choose a theme and a boundary first.",
|
|
@@ -538,5 +536,12 @@
|
|
|
538
536
|
"Images": "Images",
|
|
539
537
|
"Iframes": "Iframes",
|
|
540
538
|
"Tags": "Tags",
|
|
541
|
-
"Geocode": "Geocode"
|
|
539
|
+
"Geocode": "Geocode",
|
|
540
|
+
"Display the back to home icon": "Display the back to home icon",
|
|
541
|
+
"Do you want to display layer switcher in caption bar?": "Do you want to display layer switcher in caption bar?",
|
|
542
|
+
"Simplify all geometries to points": "Simplify all geometries to points",
|
|
543
|
+
"Back to list": "Back to list",
|
|
544
|
+
"Toggle rule": "Toggle rule",
|
|
545
|
+
"Delete rule": "Delete rule",
|
|
546
|
+
"Cannot save layer, please try again in a few minutes.": "Cannot save layer, please try again in a few minutes."
|
|
542
547
|
}
|
umap/static/umap/locale/pl.js
CHANGED
|
@@ -45,7 +45,6 @@ const locale = {
|
|
|
45
45
|
"Cache proxied request": "Zapytanie pośredniczące pamięci podręcznej",
|
|
46
46
|
"Caption": "Podpis",
|
|
47
47
|
"Center map on your location": "Wyśrodkuj mapę na twojej lokalizacji",
|
|
48
|
-
"Change map background": "Zmień podkład mapy",
|
|
49
48
|
"Change tilelayers": "Zmień podkład",
|
|
50
49
|
"Change": "Zmiana",
|
|
51
50
|
"Choose the data format": "Wybierz format danych",
|
|
@@ -457,7 +456,6 @@ const locale = {
|
|
|
457
456
|
"Choose this dataset": "Wybierz ten zbiór danych",
|
|
458
457
|
"GeoDataMine: thematic data from OpenStreetMap": "GeoDataMine: thematic data from OpenStreetMap",
|
|
459
458
|
"Choose a theme": "Wybierz motyw",
|
|
460
|
-
"Symplify all geometries to points": "Symplify all geometries to points",
|
|
461
459
|
"Choose this data": "Wybierz te dane",
|
|
462
460
|
"Search admin boundary": "Search admin boundary",
|
|
463
461
|
"Please choose a theme and a boundary first.": "Please choose a theme and a boundary first.",
|
|
@@ -538,7 +536,14 @@ const locale = {
|
|
|
538
536
|
"Images": "Images",
|
|
539
537
|
"Iframes": "Iframes",
|
|
540
538
|
"Tags": "Tags",
|
|
541
|
-
"Geocode": "Geocode"
|
|
539
|
+
"Geocode": "Geocode",
|
|
540
|
+
"Display the back to home icon": "Display the back to home icon",
|
|
541
|
+
"Do you want to display layer switcher in caption bar?": "Do you want to display layer switcher in caption bar?",
|
|
542
|
+
"Simplify all geometries to points": "Simplify all geometries to points",
|
|
543
|
+
"Back to list": "Back to list",
|
|
544
|
+
"Toggle rule": "Toggle rule",
|
|
545
|
+
"Delete rule": "Delete rule",
|
|
546
|
+
"Cannot save layer, please try again in a few minutes.": "Cannot save layer, please try again in a few minutes."
|
|
542
547
|
}
|
|
543
548
|
L.registerLocale("pl", locale)
|
|
544
549
|
L.setLocale("pl")
|
umap/static/umap/locale/pl.json
CHANGED
|
@@ -45,7 +45,6 @@
|
|
|
45
45
|
"Cache proxied request": "Zapytanie pośredniczące pamięci podręcznej",
|
|
46
46
|
"Caption": "Podpis",
|
|
47
47
|
"Center map on your location": "Wyśrodkuj mapę na twojej lokalizacji",
|
|
48
|
-
"Change map background": "Zmień podkład mapy",
|
|
49
48
|
"Change tilelayers": "Zmień podkład",
|
|
50
49
|
"Change": "Zmiana",
|
|
51
50
|
"Choose the data format": "Wybierz format danych",
|
|
@@ -457,7 +456,6 @@
|
|
|
457
456
|
"Choose this dataset": "Wybierz ten zbiór danych",
|
|
458
457
|
"GeoDataMine: thematic data from OpenStreetMap": "GeoDataMine: thematic data from OpenStreetMap",
|
|
459
458
|
"Choose a theme": "Wybierz motyw",
|
|
460
|
-
"Symplify all geometries to points": "Symplify all geometries to points",
|
|
461
459
|
"Choose this data": "Wybierz te dane",
|
|
462
460
|
"Search admin boundary": "Search admin boundary",
|
|
463
461
|
"Please choose a theme and a boundary first.": "Please choose a theme and a boundary first.",
|
|
@@ -538,5 +536,12 @@
|
|
|
538
536
|
"Images": "Images",
|
|
539
537
|
"Iframes": "Iframes",
|
|
540
538
|
"Tags": "Tags",
|
|
541
|
-
"Geocode": "Geocode"
|
|
539
|
+
"Geocode": "Geocode",
|
|
540
|
+
"Display the back to home icon": "Display the back to home icon",
|
|
541
|
+
"Do you want to display layer switcher in caption bar?": "Do you want to display layer switcher in caption bar?",
|
|
542
|
+
"Simplify all geometries to points": "Simplify all geometries to points",
|
|
543
|
+
"Back to list": "Back to list",
|
|
544
|
+
"Toggle rule": "Toggle rule",
|
|
545
|
+
"Delete rule": "Delete rule",
|
|
546
|
+
"Cannot save layer, please try again in a few minutes.": "Cannot save layer, please try again in a few minutes."
|
|
542
547
|
}
|
|
@@ -45,7 +45,6 @@
|
|
|
45
45
|
"Cache proxied request": "Cache proxied request",
|
|
46
46
|
"Caption": "Caption",
|
|
47
47
|
"Center map on your location": "Center map on your location",
|
|
48
|
-
"Change map background": "Change map background",
|
|
49
48
|
"Change tilelayers": "Change tilelayers",
|
|
50
49
|
"Change": "Change",
|
|
51
50
|
"Choose the data format": "Choose the data format",
|
|
@@ -457,7 +456,6 @@
|
|
|
457
456
|
"Choose this dataset": "Choose this dataset",
|
|
458
457
|
"GeoDataMine: thematic data from OpenStreetMap": "GeoDataMine: thematic data from OpenStreetMap",
|
|
459
458
|
"Choose a theme": "Choose a theme",
|
|
460
|
-
"Symplify all geometries to points": "Symplify all geometries to points",
|
|
461
459
|
"Choose this data": "Choose this data",
|
|
462
460
|
"Search admin boundary": "Search admin boundary",
|
|
463
461
|
"Please choose a theme and a boundary first.": "Please choose a theme and a boundary first.",
|
|
@@ -538,5 +536,12 @@
|
|
|
538
536
|
"Images": "Images",
|
|
539
537
|
"Iframes": "Iframes",
|
|
540
538
|
"Tags": "Tags",
|
|
541
|
-
"Geocode": "Geocode"
|
|
539
|
+
"Geocode": "Geocode",
|
|
540
|
+
"Display the back to home icon": "Display the back to home icon",
|
|
541
|
+
"Do you want to display layer switcher in caption bar?": "Do you want to display layer switcher in caption bar?",
|
|
542
|
+
"Simplify all geometries to points": "Simplify all geometries to points",
|
|
543
|
+
"Back to list": "Back to list",
|
|
544
|
+
"Toggle rule": "Toggle rule",
|
|
545
|
+
"Delete rule": "Delete rule",
|
|
546
|
+
"Cannot save layer, please try again in a few minutes.": "Cannot save layer, please try again in a few minutes."
|
|
542
547
|
}
|
umap/static/umap/locale/pt.js
CHANGED
|
@@ -45,7 +45,6 @@ const locale = {
|
|
|
45
45
|
"Cache proxied request": "Pedido cache com proxy",
|
|
46
46
|
"Caption": "Legenda",
|
|
47
47
|
"Center map on your location": "Centrar mapa na sua localização",
|
|
48
|
-
"Change map background": "Mudar fundo do mapa",
|
|
49
48
|
"Change tilelayers": "Alterar camadas de mosaicos",
|
|
50
49
|
"Change": "Alterar",
|
|
51
50
|
"Choose the data format": "Escolha o formato dos dados",
|
|
@@ -540,7 +539,11 @@ const locale = {
|
|
|
540
539
|
"Geocode": "Geocode",
|
|
541
540
|
"Display the back to home icon": "Display the back to home icon",
|
|
542
541
|
"Do you want to display layer switcher in caption bar?": "Do you want to display layer switcher in caption bar?",
|
|
543
|
-
"Simplify all geometries to points": "Simplify all geometries to points"
|
|
542
|
+
"Simplify all geometries to points": "Simplify all geometries to points",
|
|
543
|
+
"Back to list": "Back to list",
|
|
544
|
+
"Toggle rule": "Toggle rule",
|
|
545
|
+
"Delete rule": "Delete rule",
|
|
546
|
+
"Cannot save layer, please try again in a few minutes.": "Cannot save layer, please try again in a few minutes."
|
|
544
547
|
}
|
|
545
548
|
L.registerLocale("pt", locale)
|
|
546
549
|
L.setLocale("pt")
|
umap/static/umap/locale/pt.json
CHANGED
|
@@ -45,7 +45,6 @@
|
|
|
45
45
|
"Cache proxied request": "Pedido cache com proxy",
|
|
46
46
|
"Caption": "Legenda",
|
|
47
47
|
"Center map on your location": "Centrar mapa na sua localização",
|
|
48
|
-
"Change map background": "Mudar fundo do mapa",
|
|
49
48
|
"Change tilelayers": "Alterar camadas de mosaicos",
|
|
50
49
|
"Change": "Alterar",
|
|
51
50
|
"Choose the data format": "Escolha o formato dos dados",
|
|
@@ -540,5 +539,9 @@
|
|
|
540
539
|
"Geocode": "Geocode",
|
|
541
540
|
"Display the back to home icon": "Display the back to home icon",
|
|
542
541
|
"Do you want to display layer switcher in caption bar?": "Do you want to display layer switcher in caption bar?",
|
|
543
|
-
"Simplify all geometries to points": "Simplify all geometries to points"
|
|
542
|
+
"Simplify all geometries to points": "Simplify all geometries to points",
|
|
543
|
+
"Back to list": "Back to list",
|
|
544
|
+
"Toggle rule": "Toggle rule",
|
|
545
|
+
"Delete rule": "Delete rule",
|
|
546
|
+
"Cannot save layer, please try again in a few minutes.": "Cannot save layer, please try again in a few minutes."
|
|
544
547
|
}
|
umap/static/umap/locale/pt_BR.js
CHANGED
|
@@ -45,7 +45,6 @@ const locale = {
|
|
|
45
45
|
"Cache proxied request": "Pedido cache com proxy",
|
|
46
46
|
"Caption": "Cabeçalho",
|
|
47
47
|
"Center map on your location": "Centrar mapa na sua localização",
|
|
48
|
-
"Change map background": "Mudar fundo do mapa",
|
|
49
48
|
"Change tilelayers": "Alterar camadas de telas",
|
|
50
49
|
"Change": "Change",
|
|
51
50
|
"Choose the data format": "Escolha o formato dos dados",
|
|
@@ -457,7 +456,6 @@ const locale = {
|
|
|
457
456
|
"Choose this dataset": "Choose this dataset",
|
|
458
457
|
"GeoDataMine: thematic data from OpenStreetMap": "GeoDataMine: thematic data from OpenStreetMap",
|
|
459
458
|
"Choose a theme": "Choose a theme",
|
|
460
|
-
"Symplify all geometries to points": "Symplify all geometries to points",
|
|
461
459
|
"Choose this data": "Choose this data",
|
|
462
460
|
"Search admin boundary": "Search admin boundary",
|
|
463
461
|
"Please choose a theme and a boundary first.": "Please choose a theme and a boundary first.",
|
|
@@ -538,7 +536,14 @@ const locale = {
|
|
|
538
536
|
"Images": "Images",
|
|
539
537
|
"Iframes": "Iframes",
|
|
540
538
|
"Tags": "Tags",
|
|
541
|
-
"Geocode": "Geocode"
|
|
539
|
+
"Geocode": "Geocode",
|
|
540
|
+
"Display the back to home icon": "Display the back to home icon",
|
|
541
|
+
"Do you want to display layer switcher in caption bar?": "Do you want to display layer switcher in caption bar?",
|
|
542
|
+
"Simplify all geometries to points": "Simplify all geometries to points",
|
|
543
|
+
"Back to list": "Back to list",
|
|
544
|
+
"Toggle rule": "Toggle rule",
|
|
545
|
+
"Delete rule": "Delete rule",
|
|
546
|
+
"Cannot save layer, please try again in a few minutes.": "Cannot save layer, please try again in a few minutes."
|
|
542
547
|
}
|
|
543
548
|
L.registerLocale("pt_BR", locale)
|
|
544
549
|
L.setLocale("pt_BR")
|
|
@@ -45,7 +45,6 @@
|
|
|
45
45
|
"Cache proxied request": "Pedido cache com proxy",
|
|
46
46
|
"Caption": "Cabeçalho",
|
|
47
47
|
"Center map on your location": "Centrar mapa na sua localização",
|
|
48
|
-
"Change map background": "Mudar fundo do mapa",
|
|
49
48
|
"Change tilelayers": "Alterar camadas de telas",
|
|
50
49
|
"Change": "Change",
|
|
51
50
|
"Choose the data format": "Escolha o formato dos dados",
|
|
@@ -457,7 +456,6 @@
|
|
|
457
456
|
"Choose this dataset": "Choose this dataset",
|
|
458
457
|
"GeoDataMine: thematic data from OpenStreetMap": "GeoDataMine: thematic data from OpenStreetMap",
|
|
459
458
|
"Choose a theme": "Choose a theme",
|
|
460
|
-
"Symplify all geometries to points": "Symplify all geometries to points",
|
|
461
459
|
"Choose this data": "Choose this data",
|
|
462
460
|
"Search admin boundary": "Search admin boundary",
|
|
463
461
|
"Please choose a theme and a boundary first.": "Please choose a theme and a boundary first.",
|
|
@@ -538,5 +536,12 @@
|
|
|
538
536
|
"Images": "Images",
|
|
539
537
|
"Iframes": "Iframes",
|
|
540
538
|
"Tags": "Tags",
|
|
541
|
-
"Geocode": "Geocode"
|
|
539
|
+
"Geocode": "Geocode",
|
|
540
|
+
"Display the back to home icon": "Display the back to home icon",
|
|
541
|
+
"Do you want to display layer switcher in caption bar?": "Do you want to display layer switcher in caption bar?",
|
|
542
|
+
"Simplify all geometries to points": "Simplify all geometries to points",
|
|
543
|
+
"Back to list": "Back to list",
|
|
544
|
+
"Toggle rule": "Toggle rule",
|
|
545
|
+
"Delete rule": "Delete rule",
|
|
546
|
+
"Cannot save layer, please try again in a few minutes.": "Cannot save layer, please try again in a few minutes."
|
|
542
547
|
}
|