umap-project 2.4.1__py3-none-any.whl → 2.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.
- umap/__init__.py +1 -1
- umap/locale/el/LC_MESSAGES/django.mo +0 -0
- umap/locale/el/LC_MESSAGES/django.po +145 -90
- umap/locale/en/LC_MESSAGES/django.po +13 -13
- umap/locale/eu/LC_MESSAGES/django.mo +0 -0
- umap/locale/eu/LC_MESSAGES/django.po +145 -89
- umap/locale/hu/LC_MESSAGES/django.mo +0 -0
- umap/locale/hu/LC_MESSAGES/django.po +100 -50
- umap/static/umap/base.css +5 -2
- umap/static/umap/content.css +2 -2
- umap/static/umap/css/contextmenu.css +11 -0
- umap/static/umap/css/dialog.css +25 -4
- umap/static/umap/css/importers.css +2 -0
- umap/static/umap/css/panel.css +6 -4
- umap/static/umap/css/slideshow.css +69 -0
- umap/static/umap/css/tableeditor.css +69 -0
- umap/static/umap/css/tooltip.css +3 -3
- umap/static/umap/img/16-white.svg +4 -0
- umap/static/umap/img/source/16-white.svg +5 -1
- umap/static/umap/js/components/alerts/alert.css +11 -11
- umap/static/umap/js/components/alerts/alert.js +1 -1
- umap/static/umap/js/modules/autocomplete.js +27 -5
- umap/static/umap/js/modules/browser.js +20 -14
- umap/static/umap/js/modules/caption.js +4 -4
- umap/static/umap/js/modules/dompurify.js +2 -3
- umap/static/umap/js/modules/facets.js +53 -17
- umap/static/umap/js/modules/formatter.js +153 -0
- umap/static/umap/js/modules/global.js +25 -16
- umap/static/umap/js/modules/help.js +26 -26
- umap/static/umap/js/modules/importer.js +10 -10
- umap/static/umap/js/modules/importers/communesfr.js +3 -1
- umap/static/umap/js/modules/importers/datasets.js +8 -6
- umap/static/umap/js/modules/importers/geodatamine.js +14 -14
- umap/static/umap/js/modules/importers/overpass.js +19 -15
- umap/static/umap/js/modules/orderable.js +2 -2
- umap/static/umap/js/modules/request.js +1 -1
- umap/static/umap/js/modules/rules.js +26 -11
- umap/static/umap/js/modules/schema.js +16 -12
- umap/static/umap/js/{umap.share.js → modules/share.js} +58 -103
- umap/static/umap/js/modules/slideshow.js +141 -0
- umap/static/umap/js/modules/sync/engine.js +3 -3
- umap/static/umap/js/modules/sync/updaters.js +10 -11
- umap/static/umap/js/modules/sync/websocket.js +1 -1
- umap/static/umap/js/modules/tableeditor.js +329 -0
- umap/static/umap/js/modules/ui/base.js +93 -0
- umap/static/umap/js/modules/ui/contextmenu.js +50 -0
- umap/static/umap/js/modules/ui/dialog.js +169 -31
- umap/static/umap/js/modules/ui/panel.js +7 -5
- umap/static/umap/js/modules/ui/tooltip.js +7 -77
- umap/static/umap/js/modules/urls.js +1 -2
- umap/static/umap/js/modules/utils.js +36 -16
- umap/static/umap/js/umap.controls.js +27 -29
- umap/static/umap/js/umap.core.js +19 -15
- umap/static/umap/js/umap.datalayer.permissions.js +15 -18
- umap/static/umap/js/umap.features.js +113 -131
- umap/static/umap/js/umap.forms.js +203 -228
- umap/static/umap/js/umap.icon.js +17 -22
- umap/static/umap/js/umap.js +117 -107
- umap/static/umap/js/umap.layer.js +374 -324
- umap/static/umap/js/umap.permissions.js +7 -10
- umap/static/umap/js/umap.popup.js +20 -20
- umap/static/umap/locale/am_ET.js +22 -5
- umap/static/umap/locale/am_ET.json +22 -5
- umap/static/umap/locale/ar.js +22 -5
- umap/static/umap/locale/ar.json +22 -5
- umap/static/umap/locale/ast.js +22 -5
- umap/static/umap/locale/ast.json +22 -5
- umap/static/umap/locale/bg.js +22 -5
- umap/static/umap/locale/bg.json +22 -5
- umap/static/umap/locale/br.js +22 -5
- umap/static/umap/locale/br.json +22 -5
- umap/static/umap/locale/ca.js +56 -39
- umap/static/umap/locale/ca.json +56 -39
- umap/static/umap/locale/cs_CZ.js +22 -5
- umap/static/umap/locale/cs_CZ.json +22 -5
- umap/static/umap/locale/da.js +22 -5
- umap/static/umap/locale/da.json +22 -5
- umap/static/umap/locale/de.js +22 -5
- umap/static/umap/locale/de.json +22 -5
- umap/static/umap/locale/el.js +27 -10
- umap/static/umap/locale/el.json +27 -10
- umap/static/umap/locale/en.js +22 -6
- umap/static/umap/locale/en.json +22 -6
- umap/static/umap/locale/en_US.json +22 -5
- umap/static/umap/locale/es.js +22 -6
- umap/static/umap/locale/es.json +22 -6
- umap/static/umap/locale/et.js +22 -5
- umap/static/umap/locale/et.json +22 -5
- umap/static/umap/locale/eu.js +167 -150
- umap/static/umap/locale/eu.json +167 -150
- umap/static/umap/locale/fa_IR.js +22 -5
- umap/static/umap/locale/fa_IR.json +22 -5
- umap/static/umap/locale/fi.js +22 -5
- umap/static/umap/locale/fi.json +22 -5
- umap/static/umap/locale/fr.js +22 -6
- umap/static/umap/locale/fr.json +22 -6
- umap/static/umap/locale/gl.js +22 -5
- umap/static/umap/locale/gl.json +22 -5
- umap/static/umap/locale/he.js +22 -5
- umap/static/umap/locale/he.json +22 -5
- umap/static/umap/locale/hr.js +22 -5
- umap/static/umap/locale/hr.json +22 -5
- umap/static/umap/locale/hu.js +89 -72
- umap/static/umap/locale/hu.json +89 -72
- umap/static/umap/locale/id.js +22 -5
- umap/static/umap/locale/id.json +22 -5
- umap/static/umap/locale/is.js +22 -5
- umap/static/umap/locale/is.json +22 -5
- umap/static/umap/locale/it.js +22 -5
- umap/static/umap/locale/it.json +22 -5
- umap/static/umap/locale/ja.js +22 -5
- umap/static/umap/locale/ja.json +22 -5
- umap/static/umap/locale/ko.js +22 -5
- umap/static/umap/locale/ko.json +22 -5
- umap/static/umap/locale/lt.js +22 -5
- umap/static/umap/locale/lt.json +22 -5
- umap/static/umap/locale/ms.js +22 -5
- umap/static/umap/locale/ms.json +22 -5
- umap/static/umap/locale/nl.js +22 -5
- umap/static/umap/locale/nl.json +22 -5
- umap/static/umap/locale/no.js +22 -5
- umap/static/umap/locale/no.json +22 -5
- umap/static/umap/locale/pl.js +22 -5
- umap/static/umap/locale/pl.json +22 -5
- umap/static/umap/locale/pl_PL.json +22 -5
- umap/static/umap/locale/pt.js +22 -6
- umap/static/umap/locale/pt.json +22 -6
- umap/static/umap/locale/pt_BR.js +22 -5
- umap/static/umap/locale/pt_BR.json +22 -5
- umap/static/umap/locale/pt_PT.js +22 -5
- umap/static/umap/locale/pt_PT.json +22 -5
- umap/static/umap/locale/ro.js +22 -5
- umap/static/umap/locale/ro.json +22 -5
- umap/static/umap/locale/ru.js +22 -5
- umap/static/umap/locale/ru.json +22 -5
- umap/static/umap/locale/sk_SK.js +22 -5
- umap/static/umap/locale/sk_SK.json +22 -5
- umap/static/umap/locale/sl.js +22 -5
- umap/static/umap/locale/sl.json +22 -5
- umap/static/umap/locale/sr.js +22 -5
- umap/static/umap/locale/sr.json +22 -5
- umap/static/umap/locale/sv.js +22 -5
- umap/static/umap/locale/sv.json +22 -5
- umap/static/umap/locale/th_TH.js +22 -5
- umap/static/umap/locale/th_TH.json +22 -5
- umap/static/umap/locale/tr.js +22 -5
- umap/static/umap/locale/tr.json +22 -5
- umap/static/umap/locale/uk_UA.js +22 -5
- umap/static/umap/locale/uk_UA.json +22 -5
- umap/static/umap/locale/vi.js +22 -5
- umap/static/umap/locale/vi.json +22 -5
- umap/static/umap/locale/vi_VN.json +22 -5
- umap/static/umap/locale/zh.js +22 -5
- umap/static/umap/locale/zh.json +22 -5
- umap/static/umap/locale/zh_CN.json +22 -5
- umap/static/umap/locale/zh_TW.Big5.json +22 -5
- umap/static/umap/locale/zh_TW.js +22 -5
- umap/static/umap/locale/zh_TW.json +22 -5
- umap/static/umap/map.css +9 -153
- umap/static/umap/vars.css +15 -0
- umap/static/umap/vendors/dompurify/purify.es.js +5 -59
- umap/static/umap/vendors/dompurify/purify.es.mjs.map +1 -1
- umap/static/umap/vendors/formbuilder/Leaflet.FormBuilder.js +410 -428
- umap/static/umap/vendors/geojson-to-gpx/index.js +155 -0
- umap/static/umap/vendors/osmtogeojson/osmtogeojson.js +1 -2
- umap/static/umap/vendors/togeojson/togeojson.es.js +1109 -0
- umap/static/umap/vendors/togeojson/{togeojson.umd.js.map → togeojson.es.mjs.map} +1 -1
- umap/static/umap/vendors/tokml/tokml.es.js +895 -0
- umap/static/umap/vendors/tokml/tokml.es.mjs.map +1 -0
- umap/storage.py +6 -2
- umap/templates/umap/components/alerts/alert.html +3 -3
- umap/templates/umap/css.html +3 -0
- umap/templates/umap/js.html +0 -6
- umap/tests/fixtures/categorized_highway.geojson +1 -0
- umap/tests/fixtures/test_import_osm_relation.json +130 -0
- umap/tests/integration/conftest.py +8 -1
- umap/tests/integration/test_browser.py +3 -2
- umap/tests/integration/test_categorized_layer.py +141 -0
- umap/tests/integration/test_conditional_rules.py +21 -0
- umap/tests/integration/test_datalayer.py +9 -4
- umap/tests/integration/test_edit_datalayer.py +1 -0
- umap/tests/integration/test_edit_polygon.py +1 -1
- umap/tests/integration/test_export_map.py +2 -3
- umap/tests/integration/test_import.py +22 -0
- umap/tests/integration/test_map_preview.py +36 -2
- umap/tests/integration/test_tableeditor.py +158 -4
- umap/tests/integration/test_websocket_sync.py +2 -2
- umap/tests/test_views.py +2 -2
- umap/views.py +3 -2
- {umap_project-2.4.1.dist-info → umap_project-2.5.0.dist-info}/METADATA +8 -8
- {umap_project-2.4.1.dist-info → umap_project-2.5.0.dist-info}/RECORD +194 -184
- umap/static/umap/js/umap.slideshow.js +0 -165
- umap/static/umap/js/umap.tableeditor.js +0 -118
- umap/static/umap/vendors/togeojson/togeojson.umd.js +0 -2
- umap/static/umap/vendors/togpx/togpx.js +0 -547
- umap/static/umap/vendors/tokml/tokml.js +0 -343
- {umap_project-2.4.1.dist-info → umap_project-2.5.0.dist-info}/WHEEL +0 -0
- {umap_project-2.4.1.dist-info → umap_project-2.5.0.dist-info}/entry_points.txt +0 -0
- {umap_project-2.4.1.dist-info → umap_project-2.5.0.dist-info}/licenses/LICENSE +0 -0
umap/static/umap/locale/hu.js
CHANGED
|
@@ -102,10 +102,8 @@ const locale = {
|
|
|
102
102
|
"Define link to open in a new window on polygon click.": "A sokszögre kattintva új ablakban megnyíló link meghatározása.",
|
|
103
103
|
"define": "meghatározás",
|
|
104
104
|
"Delay between two transitions when in play mode": "Az áttűnések közötti késés lejátszási üzemmódban",
|
|
105
|
-
"Delete all layers": "Összes réteg törlése",
|
|
106
105
|
"Delete layer": "Réteg törlése",
|
|
107
106
|
"Delete this feature": "Objektum törlése",
|
|
108
|
-
"Delete this property on all the features": "Tulajdonság törlése az összes objektumról",
|
|
109
107
|
"Delete this shape": "Alakzat törlése",
|
|
110
108
|
"Delete this vertex (Alt+Click)": "Sarokpont törlése (Alt+Klikk)",
|
|
111
109
|
"Delete": "Törlés",
|
|
@@ -202,7 +200,6 @@ const locale = {
|
|
|
202
200
|
"Invalid latitude or longitude": "Érvénytelen szélesség vagy hosszúság",
|
|
203
201
|
"Invalid umap data in {filename}": "Érvénytelen uMap-adatok: {filename}",
|
|
204
202
|
"Invalid umap data": "Érvénytelen uMap-adatok",
|
|
205
|
-
"Invalide property name: {name}": "Érvénytelen tulajdonságnév: {name}",
|
|
206
203
|
"Jenks-Fisher": "Fisher-Jenks algoritmus",
|
|
207
204
|
"K-means": "K-középpont",
|
|
208
205
|
"Keep current visible layers": "A jelenleg látható rétegek megtartása",
|
|
@@ -301,7 +298,6 @@ const locale = {
|
|
|
301
298
|
"Recent": "Legutóbbi",
|
|
302
299
|
"Remote data": "Távoli adatok",
|
|
303
300
|
"Remove shape from the multi": "Alakzat eltávolítása a jelenlegi alakzatcsoportból",
|
|
304
|
-
"Rename this property on all the features": "Tulajdonság eltávolítása az összes objektumról",
|
|
305
301
|
"Replace layer content": "Réteg tartalmának lecserélése",
|
|
306
302
|
"Restore this version": "Ennek a változatnak a visszaállítása",
|
|
307
303
|
"Save current edits": "Jelenlegi szerkesztések mentése",
|
|
@@ -327,7 +323,7 @@ const locale = {
|
|
|
327
323
|
"Side panel": "Oldalsó panel",
|
|
328
324
|
"Simple link: [[http://example.com]]": "Egyszerű link: [[http://pelda.hu]]",
|
|
329
325
|
"Simplify": "Egyszerűsítés",
|
|
330
|
-
"Skipping unknown geometry.type: {type}": "Ismeretlen ({type})
|
|
326
|
+
"Skipping unknown geometry.type: {type}": "Ismeretlen ({type}) alakzattípus kihagyása",
|
|
331
327
|
"Slideshow": "Diavetítés",
|
|
332
328
|
"Sort key": "Sorba rendezéshez használt kulcs",
|
|
333
329
|
"Split line": "Vonal elvágása",
|
|
@@ -344,7 +340,7 @@ const locale = {
|
|
|
344
340
|
"Table": "Táblázat",
|
|
345
341
|
"Text color for the cluster label": "Csoportcímke szövegének színe",
|
|
346
342
|
"Text formatting": "Szövegformázás",
|
|
347
|
-
"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}\")": "
|
|
343
|
+
"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}\")": "A tulajdonság neve, amelyet az objektum felirataként fog megjelenni (pl.: „név”). A tulajdonságokat kapcsos zárójelben is használhatja, ha többet szeretne használni, vagy statikus tartalommal keverné (pl.: {név} itt: {hely}).",
|
|
348
344
|
"The name of the property to use as feature unique identifier.": "A tulajdonság neve, amely az objektum egyedi azonosítójaként lesz felhasználva.",
|
|
349
345
|
"The zoom and center have been modified.": "A nagyítás és a középpont módosult.",
|
|
350
346
|
"TMS format": "TMS-formátum",
|
|
@@ -408,80 +404,101 @@ const locale = {
|
|
|
408
404
|
"{distance} miles": "{distance} mf",
|
|
409
405
|
"{distance} NM": "{distance} tengeri mf.",
|
|
410
406
|
"{distance} yd": "{distance} yard",
|
|
411
|
-
"Edit map name and caption": "
|
|
412
|
-
"Map advanced properties": "
|
|
407
|
+
"Edit map name and caption": "Térkép nevének és címének szerkesztése",
|
|
408
|
+
"Map advanced properties": "Térkép speciális tulajdonságai",
|
|
413
409
|
"Edit map details": "Térkép adatainak szerkesztése",
|
|
414
410
|
"Back to browser": "Vissza a böngészőbe",
|
|
415
|
-
"Toggle size": "
|
|
416
|
-
"Display the caption control": "
|
|
411
|
+
"Toggle size": "Méret átkapcsolása",
|
|
412
|
+
"Display the caption control": "A címvezérlő megjelenítése",
|
|
417
413
|
"<empty value>": "<empty value>",
|
|
418
|
-
"Min": "
|
|
419
|
-
"Max": "
|
|
420
|
-
"From": "
|
|
421
|
-
"Until": "
|
|
414
|
+
"Min": "Legalább",
|
|
415
|
+
"Max": "Legfeljebb",
|
|
416
|
+
"From": "Ettől:",
|
|
417
|
+
"Until": "Eddig:",
|
|
422
418
|
"Example: key1,key2|Label 2,key3|Label 3|checkbox": "Példa: kulcs1,kulcs2|Réteg 2,kulcs3|Réteg 3|jelölőnégyzet",
|
|
423
419
|
"Edit in OpenStreetMap": "Szerkesztés az OpenStreetMapen",
|
|
424
420
|
"Cannot determine latitude and longitude columns.": "Nem lehet meghatározni a szélességet és hosszúságot tartalmazó oszlopokat.",
|
|
425
421
|
"Back to layers": "Vissza a rétegekhez",
|
|
426
422
|
"Filters": "Szűrők",
|
|
427
|
-
"Comma separated list of properties to use when filtering features by text input": "
|
|
428
|
-
"Comma separated list of properties to use for filters (eg.: mykey,otherkey). To control label, add it after a | (eg.: mykey|My Key,otherkey|Other Key). To control input field type, add it after another | (eg.: mykey|My Key|checkbox,otherkey|Other Key|datetime). Allowed values for the input field type are checkbox (default), radio, number, date and datetime.": "
|
|
429
|
-
"Search keys": "
|
|
430
|
-
"Filters keys": "
|
|
431
|
-
"Filter data": "
|
|
432
|
-
"Search map features…": "
|
|
433
|
-
"Reset all": "
|
|
434
|
-
"Open browser": "
|
|
435
|
-
"Open caption": "
|
|
436
|
-
"Your map has been created with an anonymous account!": "
|
|
437
|
-
"Real-time collaboration": "
|
|
438
|
-
"Cannot parse data": "
|
|
439
|
-
"Start typing...": "
|
|
440
|
-
"No result": "
|
|
441
|
-
"Data browser": "
|
|
442
|
-
"When providing an URL, uMap can copy the remote data in a layer, or add this URL as remote source of the layer. In that case, data will always be fetched from that URL, and thus be up to date, but it will not be possible to edit it inside uMap.": "
|
|
443
|
-
"Overpass supported expressions": "Overpass
|
|
444
|
-
"key (eg. building)": "
|
|
445
|
-
"!key (eg. !name)": "!
|
|
446
|
-
"key=value (eg. building=yes)": "
|
|
447
|
-
"key!=value (eg. building!=yes)": "
|
|
448
|
-
"key~value (eg. name~Grisy)": "
|
|
449
|
-
"key=\"value|value2\" (eg. name=\"Paris|Berlin\")": "
|
|
450
|
-
"More info about Overpass syntax": "
|
|
451
|
-
"For more complex needs, see": "
|
|
452
|
-
"Choose data": "
|
|
453
|
-
"Import helpers:": "
|
|
454
|
-
"Choose the format": "
|
|
455
|
-
"Choose the layer": "
|
|
456
|
-
"Layer name": "
|
|
457
|
-
"Choose import mode": "
|
|
458
|
-
"Copy into the layer": "
|
|
459
|
-
"Link to the layer as remote data": "
|
|
460
|
-
"Condition": "
|
|
461
|
-
"key=value or key!=value": "
|
|
462
|
-
"Are you sure you want to delete this rule?": "
|
|
463
|
-
"empty rule": "
|
|
464
|
-
"Conditional style rules": "
|
|
465
|
-
"Add rule": "
|
|
466
|
-
"Browser: data": "
|
|
467
|
-
"Browser: layers": "
|
|
468
|
-
"Browser: filters": "
|
|
469
|
-
"Enable real-time collaboration": "
|
|
470
|
-
"✅ Copied!": "✅
|
|
471
|
-
"Choose a dataset": "
|
|
472
|
-
"Choose this dataset": "
|
|
473
|
-
"GeoDataMine: thematic data from OpenStreetMap": "GeoDataMine:
|
|
474
|
-
"Choose a theme": "
|
|
475
|
-
"Symplify all geometries to points": "
|
|
476
|
-
"Choose this data": "
|
|
477
|
-
"Search admin boundary": "
|
|
478
|
-
"Please choose a theme and a boundary first.": "
|
|
479
|
-
"Expression": "
|
|
480
|
-
"Geometry mode": "
|
|
481
|
-
"Only geometry centers": "
|
|
482
|
-
"Search area": "
|
|
483
|
-
"Type area name, or let empty to load data in current map view": "
|
|
484
|
-
"
|
|
423
|
+
"Comma separated list of properties to use when filtering features by text input": "A tulajdonságok vesszővel elválasztott listája, amelyet akkor kell használni, ha az objektumokat szöveges bevitellel szűrjük.",
|
|
424
|
+
"Comma separated list of properties to use for filters (eg.: mykey,otherkey). To control label, add it after a | (eg.: mykey|My Key,otherkey|Other Key). To control input field type, add it after another | (eg.: mykey|My Key|checkbox,otherkey|Other Key|datetime). Allowed values for the input field type are checkbox (default), radio, number, date and datetime.": "A szűrőkhöz használandó tulajdonságok vesszővel elválasztott listája (pl.: kulcs,másikkulcs). Feliratként való megjelenítéshez a | után adja meg a feliratot (pl.: kulcs|Egyik kulcs,másikkulcs|Másik kulcs). A beviteli mező típusának meghatározásához egy másik | után adja meg a mező típusát (pl.: kulcs|Egyik kulcs|checkbox,másikkulcs|Másik kulcs|datetime). A beviteli mező típusának megengedett értékei: checkbox (jelölőnégyzet, alapértelmezett), radio (rádiógomb), number (szám), date (dátum) és datetime (dátum és idő).",
|
|
425
|
+
"Search keys": "Keresőkulcsok",
|
|
426
|
+
"Filters keys": "Szűrőkulcsok",
|
|
427
|
+
"Filter data": "Adatok szűrése",
|
|
428
|
+
"Search map features…": "Térképobjektum keresése…",
|
|
429
|
+
"Reset all": "Minden alaphelyzetbe állítása",
|
|
430
|
+
"Open browser": "Böngésző megnyitása",
|
|
431
|
+
"Open caption": "Cím megnyitása",
|
|
432
|
+
"Your map has been created with an anonymous account!": "A térképét egy névtelen fiókkal hozták létre.",
|
|
433
|
+
"Real-time collaboration": "Valós idejű együttműködés",
|
|
434
|
+
"Cannot parse data": "Nem lehet elemezni az adatokat",
|
|
435
|
+
"Start typing...": "Kezdjen el gépelni…",
|
|
436
|
+
"No result": "Nem találtunk semmit",
|
|
437
|
+
"Data browser": "Adatböngésző",
|
|
438
|
+
"When providing an URL, uMap can copy the remote data in a layer, or add this URL as remote source of the layer. In that case, data will always be fetched from that URL, and thus be up to date, but it will not be possible to edit it inside uMap.": "URL megadásakor a uMap vagy bemásolja a távoli adatokat egy rétegbe, vagy hozzáadja az URL-t a réteg távoli forrásaként. Ebben az esetben az adatok mindig erről az URL-címről lesznek lekérve, és így naprakészek lesznek, a uMap-en belül viszont nem lehet majd szerkeszteni őket.",
|
|
439
|
+
"Overpass supported expressions": "Overpass által támogatott kifejezések",
|
|
440
|
+
"key (eg. building)": "kulcs (pl. building)",
|
|
441
|
+
"!key (eg. !name)": "!kulcs (pl. !name)",
|
|
442
|
+
"key=value (eg. building=yes)": "kulcs=érték (pl. building=yes)",
|
|
443
|
+
"key!=value (eg. building!=yes)": "kulcs!=érték (pl. building!=yes)",
|
|
444
|
+
"key~value (eg. name~Grisy)": "kulcs~érték (pl. név~Grisy)",
|
|
445
|
+
"key=\"value|value2\" (eg. name=\"Paris|Berlin\")": "kulcs=\"érték|érték2\" (pl. name=\"Szeged|Budapest\")",
|
|
446
|
+
"More info about Overpass syntax": "További tudnivalók az Overpass szintaxisáról",
|
|
447
|
+
"For more complex needs, see": "Összetettebb lekérdezésekhez lásd",
|
|
448
|
+
"Choose data": "Adatok kiválasztása",
|
|
449
|
+
"Import helpers:": "Importálássegítők:",
|
|
450
|
+
"Choose the format": "Formátum kiválasztása",
|
|
451
|
+
"Choose the layer": "Réteg kiválasztása",
|
|
452
|
+
"Layer name": "Réteg neve",
|
|
453
|
+
"Choose import mode": "Importálás módjának kiválasztása",
|
|
454
|
+
"Copy into the layer": "Másolás a rétegre",
|
|
455
|
+
"Link to the layer as remote data": "Réteg belinkelése távoli adatként",
|
|
456
|
+
"Condition": "Feltétel",
|
|
457
|
+
"key=value or key!=value": "kulcs=érték vagy kulcs!=érték",
|
|
458
|
+
"Are you sure you want to delete this rule?": "Biztosan törölni szeretné ezt a szabályt?",
|
|
459
|
+
"empty rule": "üres szabály",
|
|
460
|
+
"Conditional style rules": "Feltételes stílusszabályok",
|
|
461
|
+
"Add rule": "Szabály hozzáadása",
|
|
462
|
+
"Browser: data": "Böngésző: adatok",
|
|
463
|
+
"Browser: layers": "Böngésző: rétegek",
|
|
464
|
+
"Browser: filters": "Böngésző: szűrők",
|
|
465
|
+
"Enable real-time collaboration": "Valós idejű együttműködés engedélyezése",
|
|
466
|
+
"✅ Copied!": "✅ lemásolva",
|
|
467
|
+
"Choose a dataset": "Adatkészlet kiválasztása",
|
|
468
|
+
"Choose this dataset": "Ezen adatkészlet kiválasztása",
|
|
469
|
+
"GeoDataMine: thematic data from OpenStreetMap": "GeoDataMine: tematikus adatok az OpenStreetMap-ről",
|
|
470
|
+
"Choose a theme": "Téma kiválasztása",
|
|
471
|
+
"Symplify all geometries to points": "Az összes alakzat egyszerűsítése pontokká",
|
|
472
|
+
"Choose this data": "Ezen adatok kiválasztása",
|
|
473
|
+
"Search admin boundary": "Közigazgatási határ keresése",
|
|
474
|
+
"Please choose a theme and a boundary first.": "Először válasszon ki egy témát és egy határt.",
|
|
475
|
+
"Expression": "Kifejezés",
|
|
476
|
+
"Geometry mode": "Alakzat mód",
|
|
477
|
+
"Only geometry centers": "Csak az alakzatok középpontja",
|
|
478
|
+
"Search area": "Terület keresése",
|
|
479
|
+
"Type area name, or let empty to load data in current map view": "Adja meg a terület nevét vagy hagyja üresen a jelenlegi térképnézet adatainak betöltéséhez",
|
|
480
|
+
"Data successfully imported!": "Adatok sikeresen importálva",
|
|
481
|
+
"My Dashboard ({username})": "Irányítópult ({username})",
|
|
482
|
+
"Clear data": "Adatok törlése",
|
|
483
|
+
"Remove layers": "Rétegek eltávolítása",
|
|
484
|
+
"Categorized": "Categorized",
|
|
485
|
+
"Alphabetical": "Alphabetical",
|
|
486
|
+
"Category property": "Category property",
|
|
487
|
+
"Color palette": "Color palette",
|
|
488
|
+
"Categories": "Categories",
|
|
489
|
+
"Comma separated list of categories.": "Comma separated list of categories.",
|
|
490
|
+
"Categories mode": "Categories mode",
|
|
491
|
+
"Remove filter for this column": "Remove filter for this column",
|
|
492
|
+
"Add filter for this column": "Add filter for this column",
|
|
493
|
+
"Rename this column": "Rename this column",
|
|
494
|
+
"Delete this column": "Delete this column",
|
|
495
|
+
"Name “{name}” should not contain a dot.": "Name “{name}” should not contain a dot.",
|
|
496
|
+
"This name already exists: “{name}”": "This name already exists: “{name}”",
|
|
497
|
+
"Delete selected rows": "Delete selected rows",
|
|
498
|
+
"Found {count} rows. Are you sure you want to delete all?": "Found {count} rows. Are you sure you want to delete all?",
|
|
499
|
+
"Expression is empty": "Expression is empty",
|
|
500
|
+
"OK": "OK",
|
|
501
|
+
"Cancel": "Cancel"
|
|
485
502
|
}
|
|
486
503
|
L.registerLocale("hu", locale)
|
|
487
504
|
L.setLocale("hu")
|
umap/static/umap/locale/hu.json
CHANGED
|
@@ -102,10 +102,8 @@
|
|
|
102
102
|
"Define link to open in a new window on polygon click.": "A sokszögre kattintva új ablakban megnyíló link meghatározása.",
|
|
103
103
|
"define": "meghatározás",
|
|
104
104
|
"Delay between two transitions when in play mode": "Az áttűnések közötti késés lejátszási üzemmódban",
|
|
105
|
-
"Delete all layers": "Összes réteg törlése",
|
|
106
105
|
"Delete layer": "Réteg törlése",
|
|
107
106
|
"Delete this feature": "Objektum törlése",
|
|
108
|
-
"Delete this property on all the features": "Tulajdonság törlése az összes objektumról",
|
|
109
107
|
"Delete this shape": "Alakzat törlése",
|
|
110
108
|
"Delete this vertex (Alt+Click)": "Sarokpont törlése (Alt+Klikk)",
|
|
111
109
|
"Delete": "Törlés",
|
|
@@ -202,7 +200,6 @@
|
|
|
202
200
|
"Invalid latitude or longitude": "Érvénytelen szélesség vagy hosszúság",
|
|
203
201
|
"Invalid umap data in {filename}": "Érvénytelen uMap-adatok: {filename}",
|
|
204
202
|
"Invalid umap data": "Érvénytelen uMap-adatok",
|
|
205
|
-
"Invalide property name: {name}": "Érvénytelen tulajdonságnév: {name}",
|
|
206
203
|
"Jenks-Fisher": "Fisher-Jenks algoritmus",
|
|
207
204
|
"K-means": "K-középpont",
|
|
208
205
|
"Keep current visible layers": "A jelenleg látható rétegek megtartása",
|
|
@@ -301,7 +298,6 @@
|
|
|
301
298
|
"Recent": "Legutóbbi",
|
|
302
299
|
"Remote data": "Távoli adatok",
|
|
303
300
|
"Remove shape from the multi": "Alakzat eltávolítása a jelenlegi alakzatcsoportból",
|
|
304
|
-
"Rename this property on all the features": "Tulajdonság eltávolítása az összes objektumról",
|
|
305
301
|
"Replace layer content": "Réteg tartalmának lecserélése",
|
|
306
302
|
"Restore this version": "Ennek a változatnak a visszaállítása",
|
|
307
303
|
"Save current edits": "Jelenlegi szerkesztések mentése",
|
|
@@ -327,7 +323,7 @@
|
|
|
327
323
|
"Side panel": "Oldalsó panel",
|
|
328
324
|
"Simple link: [[http://example.com]]": "Egyszerű link: [[http://pelda.hu]]",
|
|
329
325
|
"Simplify": "Egyszerűsítés",
|
|
330
|
-
"Skipping unknown geometry.type: {type}": "Ismeretlen ({type})
|
|
326
|
+
"Skipping unknown geometry.type: {type}": "Ismeretlen ({type}) alakzattípus kihagyása",
|
|
331
327
|
"Slideshow": "Diavetítés",
|
|
332
328
|
"Sort key": "Sorba rendezéshez használt kulcs",
|
|
333
329
|
"Split line": "Vonal elvágása",
|
|
@@ -344,7 +340,7 @@
|
|
|
344
340
|
"Table": "Táblázat",
|
|
345
341
|
"Text color for the cluster label": "Csoportcímke szövegének színe",
|
|
346
342
|
"Text formatting": "Szövegformázás",
|
|
347
|
-
"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}\")": "
|
|
343
|
+
"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}\")": "A tulajdonság neve, amelyet az objektum felirataként fog megjelenni (pl.: „név”). A tulajdonságokat kapcsos zárójelben is használhatja, ha többet szeretne használni, vagy statikus tartalommal keverné (pl.: {név} itt: {hely}).",
|
|
348
344
|
"The name of the property to use as feature unique identifier.": "A tulajdonság neve, amely az objektum egyedi azonosítójaként lesz felhasználva.",
|
|
349
345
|
"The zoom and center have been modified.": "A nagyítás és a középpont módosult.",
|
|
350
346
|
"TMS format": "TMS-formátum",
|
|
@@ -408,78 +404,99 @@
|
|
|
408
404
|
"{distance} miles": "{distance} mf",
|
|
409
405
|
"{distance} NM": "{distance} tengeri mf.",
|
|
410
406
|
"{distance} yd": "{distance} yard",
|
|
411
|
-
"Edit map name and caption": "
|
|
412
|
-
"Map advanced properties": "
|
|
407
|
+
"Edit map name and caption": "Térkép nevének és címének szerkesztése",
|
|
408
|
+
"Map advanced properties": "Térkép speciális tulajdonságai",
|
|
413
409
|
"Edit map details": "Térkép adatainak szerkesztése",
|
|
414
410
|
"Back to browser": "Vissza a böngészőbe",
|
|
415
|
-
"Toggle size": "
|
|
416
|
-
"Display the caption control": "
|
|
411
|
+
"Toggle size": "Méret átkapcsolása",
|
|
412
|
+
"Display the caption control": "A címvezérlő megjelenítése",
|
|
417
413
|
"<empty value>": "<empty value>",
|
|
418
|
-
"Min": "
|
|
419
|
-
"Max": "
|
|
420
|
-
"From": "
|
|
421
|
-
"Until": "
|
|
414
|
+
"Min": "Legalább",
|
|
415
|
+
"Max": "Legfeljebb",
|
|
416
|
+
"From": "Ettől:",
|
|
417
|
+
"Until": "Eddig:",
|
|
422
418
|
"Example: key1,key2|Label 2,key3|Label 3|checkbox": "Példa: kulcs1,kulcs2|Réteg 2,kulcs3|Réteg 3|jelölőnégyzet",
|
|
423
419
|
"Edit in OpenStreetMap": "Szerkesztés az OpenStreetMapen",
|
|
424
420
|
"Cannot determine latitude and longitude columns.": "Nem lehet meghatározni a szélességet és hosszúságot tartalmazó oszlopokat.",
|
|
425
421
|
"Back to layers": "Vissza a rétegekhez",
|
|
426
422
|
"Filters": "Szűrők",
|
|
427
|
-
"Comma separated list of properties to use when filtering features by text input": "
|
|
428
|
-
"Comma separated list of properties to use for filters (eg.: mykey,otherkey). To control label, add it after a | (eg.: mykey|My Key,otherkey|Other Key). To control input field type, add it after another | (eg.: mykey|My Key|checkbox,otherkey|Other Key|datetime). Allowed values for the input field type are checkbox (default), radio, number, date and datetime.": "
|
|
429
|
-
"Search keys": "
|
|
430
|
-
"Filters keys": "
|
|
431
|
-
"Filter data": "
|
|
432
|
-
"Search map features…": "
|
|
433
|
-
"Reset all": "
|
|
434
|
-
"Open browser": "
|
|
435
|
-
"Open caption": "
|
|
436
|
-
"Your map has been created with an anonymous account!": "
|
|
437
|
-
"Real-time collaboration": "
|
|
438
|
-
"Cannot parse data": "
|
|
439
|
-
"Start typing...": "
|
|
440
|
-
"No result": "
|
|
441
|
-
"Data browser": "
|
|
442
|
-
"When providing an URL, uMap can copy the remote data in a layer, or add this URL as remote source of the layer. In that case, data will always be fetched from that URL, and thus be up to date, but it will not be possible to edit it inside uMap.": "
|
|
443
|
-
"Overpass supported expressions": "Overpass
|
|
444
|
-
"key (eg. building)": "
|
|
445
|
-
"!key (eg. !name)": "!
|
|
446
|
-
"key=value (eg. building=yes)": "
|
|
447
|
-
"key!=value (eg. building!=yes)": "
|
|
448
|
-
"key~value (eg. name~Grisy)": "
|
|
449
|
-
"key=\"value|value2\" (eg. name=\"Paris|Berlin\")": "
|
|
450
|
-
"More info about Overpass syntax": "
|
|
451
|
-
"For more complex needs, see": "
|
|
452
|
-
"Choose data": "
|
|
453
|
-
"Import helpers:": "
|
|
454
|
-
"Choose the format": "
|
|
455
|
-
"Choose the layer": "
|
|
456
|
-
"Layer name": "
|
|
457
|
-
"Choose import mode": "
|
|
458
|
-
"Copy into the layer": "
|
|
459
|
-
"Link to the layer as remote data": "
|
|
460
|
-
"Condition": "
|
|
461
|
-
"key=value or key!=value": "
|
|
462
|
-
"Are you sure you want to delete this rule?": "
|
|
463
|
-
"empty rule": "
|
|
464
|
-
"Conditional style rules": "
|
|
465
|
-
"Add rule": "
|
|
466
|
-
"Browser: data": "
|
|
467
|
-
"Browser: layers": "
|
|
468
|
-
"Browser: filters": "
|
|
469
|
-
"Enable real-time collaboration": "
|
|
470
|
-
"✅ Copied!": "✅
|
|
471
|
-
"Choose a dataset": "
|
|
472
|
-
"Choose this dataset": "
|
|
473
|
-
"GeoDataMine: thematic data from OpenStreetMap": "GeoDataMine:
|
|
474
|
-
"Choose a theme": "
|
|
475
|
-
"Symplify all geometries to points": "
|
|
476
|
-
"Choose this data": "
|
|
477
|
-
"Search admin boundary": "
|
|
478
|
-
"Please choose a theme and a boundary first.": "
|
|
479
|
-
"Expression": "
|
|
480
|
-
"Geometry mode": "
|
|
481
|
-
"Only geometry centers": "
|
|
482
|
-
"Search area": "
|
|
483
|
-
"Type area name, or let empty to load data in current map view": "
|
|
484
|
-
"
|
|
423
|
+
"Comma separated list of properties to use when filtering features by text input": "A tulajdonságok vesszővel elválasztott listája, amelyet akkor kell használni, ha az objektumokat szöveges bevitellel szűrjük.",
|
|
424
|
+
"Comma separated list of properties to use for filters (eg.: mykey,otherkey). To control label, add it after a | (eg.: mykey|My Key,otherkey|Other Key). To control input field type, add it after another | (eg.: mykey|My Key|checkbox,otherkey|Other Key|datetime). Allowed values for the input field type are checkbox (default), radio, number, date and datetime.": "A szűrőkhöz használandó tulajdonságok vesszővel elválasztott listája (pl.: kulcs,másikkulcs). Feliratként való megjelenítéshez a | után adja meg a feliratot (pl.: kulcs|Egyik kulcs,másikkulcs|Másik kulcs). A beviteli mező típusának meghatározásához egy másik | után adja meg a mező típusát (pl.: kulcs|Egyik kulcs|checkbox,másikkulcs|Másik kulcs|datetime). A beviteli mező típusának megengedett értékei: checkbox (jelölőnégyzet, alapértelmezett), radio (rádiógomb), number (szám), date (dátum) és datetime (dátum és idő).",
|
|
425
|
+
"Search keys": "Keresőkulcsok",
|
|
426
|
+
"Filters keys": "Szűrőkulcsok",
|
|
427
|
+
"Filter data": "Adatok szűrése",
|
|
428
|
+
"Search map features…": "Térképobjektum keresése…",
|
|
429
|
+
"Reset all": "Minden alaphelyzetbe állítása",
|
|
430
|
+
"Open browser": "Böngésző megnyitása",
|
|
431
|
+
"Open caption": "Cím megnyitása",
|
|
432
|
+
"Your map has been created with an anonymous account!": "A térképét egy névtelen fiókkal hozták létre.",
|
|
433
|
+
"Real-time collaboration": "Valós idejű együttműködés",
|
|
434
|
+
"Cannot parse data": "Nem lehet elemezni az adatokat",
|
|
435
|
+
"Start typing...": "Kezdjen el gépelni…",
|
|
436
|
+
"No result": "Nem találtunk semmit",
|
|
437
|
+
"Data browser": "Adatböngésző",
|
|
438
|
+
"When providing an URL, uMap can copy the remote data in a layer, or add this URL as remote source of the layer. In that case, data will always be fetched from that URL, and thus be up to date, but it will not be possible to edit it inside uMap.": "URL megadásakor a uMap vagy bemásolja a távoli adatokat egy rétegbe, vagy hozzáadja az URL-t a réteg távoli forrásaként. Ebben az esetben az adatok mindig erről az URL-címről lesznek lekérve, és így naprakészek lesznek, a uMap-en belül viszont nem lehet majd szerkeszteni őket.",
|
|
439
|
+
"Overpass supported expressions": "Overpass által támogatott kifejezések",
|
|
440
|
+
"key (eg. building)": "kulcs (pl. building)",
|
|
441
|
+
"!key (eg. !name)": "!kulcs (pl. !name)",
|
|
442
|
+
"key=value (eg. building=yes)": "kulcs=érték (pl. building=yes)",
|
|
443
|
+
"key!=value (eg. building!=yes)": "kulcs!=érték (pl. building!=yes)",
|
|
444
|
+
"key~value (eg. name~Grisy)": "kulcs~érték (pl. név~Grisy)",
|
|
445
|
+
"key=\"value|value2\" (eg. name=\"Paris|Berlin\")": "kulcs=\"érték|érték2\" (pl. name=\"Szeged|Budapest\")",
|
|
446
|
+
"More info about Overpass syntax": "További tudnivalók az Overpass szintaxisáról",
|
|
447
|
+
"For more complex needs, see": "Összetettebb lekérdezésekhez lásd",
|
|
448
|
+
"Choose data": "Adatok kiválasztása",
|
|
449
|
+
"Import helpers:": "Importálássegítők:",
|
|
450
|
+
"Choose the format": "Formátum kiválasztása",
|
|
451
|
+
"Choose the layer": "Réteg kiválasztása",
|
|
452
|
+
"Layer name": "Réteg neve",
|
|
453
|
+
"Choose import mode": "Importálás módjának kiválasztása",
|
|
454
|
+
"Copy into the layer": "Másolás a rétegre",
|
|
455
|
+
"Link to the layer as remote data": "Réteg belinkelése távoli adatként",
|
|
456
|
+
"Condition": "Feltétel",
|
|
457
|
+
"key=value or key!=value": "kulcs=érték vagy kulcs!=érték",
|
|
458
|
+
"Are you sure you want to delete this rule?": "Biztosan törölni szeretné ezt a szabályt?",
|
|
459
|
+
"empty rule": "üres szabály",
|
|
460
|
+
"Conditional style rules": "Feltételes stílusszabályok",
|
|
461
|
+
"Add rule": "Szabály hozzáadása",
|
|
462
|
+
"Browser: data": "Böngésző: adatok",
|
|
463
|
+
"Browser: layers": "Böngésző: rétegek",
|
|
464
|
+
"Browser: filters": "Böngésző: szűrők",
|
|
465
|
+
"Enable real-time collaboration": "Valós idejű együttműködés engedélyezése",
|
|
466
|
+
"✅ Copied!": "✅ lemásolva",
|
|
467
|
+
"Choose a dataset": "Adatkészlet kiválasztása",
|
|
468
|
+
"Choose this dataset": "Ezen adatkészlet kiválasztása",
|
|
469
|
+
"GeoDataMine: thematic data from OpenStreetMap": "GeoDataMine: tematikus adatok az OpenStreetMap-ről",
|
|
470
|
+
"Choose a theme": "Téma kiválasztása",
|
|
471
|
+
"Symplify all geometries to points": "Az összes alakzat egyszerűsítése pontokká",
|
|
472
|
+
"Choose this data": "Ezen adatok kiválasztása",
|
|
473
|
+
"Search admin boundary": "Közigazgatási határ keresése",
|
|
474
|
+
"Please choose a theme and a boundary first.": "Először válasszon ki egy témát és egy határt.",
|
|
475
|
+
"Expression": "Kifejezés",
|
|
476
|
+
"Geometry mode": "Alakzat mód",
|
|
477
|
+
"Only geometry centers": "Csak az alakzatok középpontja",
|
|
478
|
+
"Search area": "Terület keresése",
|
|
479
|
+
"Type area name, or let empty to load data in current map view": "Adja meg a terület nevét vagy hagyja üresen a jelenlegi térképnézet adatainak betöltéséhez",
|
|
480
|
+
"Data successfully imported!": "Adatok sikeresen importálva",
|
|
481
|
+
"My Dashboard ({username})": "Irányítópult ({username})",
|
|
482
|
+
"Clear data": "Adatok törlése",
|
|
483
|
+
"Remove layers": "Rétegek eltávolítása",
|
|
484
|
+
"Categorized": "Categorized",
|
|
485
|
+
"Alphabetical": "Alphabetical",
|
|
486
|
+
"Category property": "Category property",
|
|
487
|
+
"Color palette": "Color palette",
|
|
488
|
+
"Categories": "Categories",
|
|
489
|
+
"Comma separated list of categories.": "Comma separated list of categories.",
|
|
490
|
+
"Categories mode": "Categories mode",
|
|
491
|
+
"Remove filter for this column": "Remove filter for this column",
|
|
492
|
+
"Add filter for this column": "Add filter for this column",
|
|
493
|
+
"Rename this column": "Rename this column",
|
|
494
|
+
"Delete this column": "Delete this column",
|
|
495
|
+
"Name “{name}” should not contain a dot.": "Name “{name}” should not contain a dot.",
|
|
496
|
+
"This name already exists: “{name}”": "This name already exists: “{name}”",
|
|
497
|
+
"Delete selected rows": "Delete selected rows",
|
|
498
|
+
"Found {count} rows. Are you sure you want to delete all?": "Found {count} rows. Are you sure you want to delete all?",
|
|
499
|
+
"Expression is empty": "Expression is empty",
|
|
500
|
+
"OK": "OK",
|
|
501
|
+
"Cancel": "Cancel"
|
|
485
502
|
}
|
umap/static/umap/locale/id.js
CHANGED
|
@@ -102,10 +102,8 @@ const locale = {
|
|
|
102
102
|
"Define link to open in a new window on polygon click.": "Define link to open in a new window on polygon click.",
|
|
103
103
|
"define": "define",
|
|
104
104
|
"Delay between two transitions when in play mode": "Delay between two transitions when in play mode",
|
|
105
|
-
"Delete all layers": "Delete all layers",
|
|
106
105
|
"Delete layer": "Delete layer",
|
|
107
106
|
"Delete this feature": "Delete this feature",
|
|
108
|
-
"Delete this property on all the features": "Delete this property on all the features",
|
|
109
107
|
"Delete this shape": "Delete this shape",
|
|
110
108
|
"Delete this vertex (Alt+Click)": "Delete this vertex (Alt+Click)",
|
|
111
109
|
"Delete": "Delete",
|
|
@@ -202,7 +200,6 @@ const locale = {
|
|
|
202
200
|
"Invalid latitude or longitude": "Invalid latitude or longitude",
|
|
203
201
|
"Invalid umap data in {filename}": "Invalid umap data in {filename}",
|
|
204
202
|
"Invalid umap data": "Invalid umap data",
|
|
205
|
-
"Invalide property name: {name}": "Invalide property name: {name}",
|
|
206
203
|
"Jenks-Fisher": "Jenks-Fisher",
|
|
207
204
|
"K-means": "K-means",
|
|
208
205
|
"Keep current visible layers": "Keep current visible layers",
|
|
@@ -301,7 +298,6 @@ const locale = {
|
|
|
301
298
|
"Recent": "Recent",
|
|
302
299
|
"Remote data": "Remote data",
|
|
303
300
|
"Remove shape from the multi": "Remove shape from the multi",
|
|
304
|
-
"Rename this property on all the features": "Rename this property on all the features",
|
|
305
301
|
"Replace layer content": "Replace layer content",
|
|
306
302
|
"Restore this version": "Restore this version",
|
|
307
303
|
"Save current edits": "Save current edits",
|
|
@@ -481,7 +477,28 @@ const locale = {
|
|
|
481
477
|
"Only geometry centers": "Only geometry centers",
|
|
482
478
|
"Search area": "Search area",
|
|
483
479
|
"Type area name, or let empty to load data in current map view": "Type area name, or let empty to load data in current map view",
|
|
484
|
-
"
|
|
480
|
+
"Data successfully imported!": "Data successfully imported!",
|
|
481
|
+
"My Dashboard ({username})": "My Dashboard ({username})",
|
|
482
|
+
"Clear data": "Clear data",
|
|
483
|
+
"Remove layers": "Remove layers",
|
|
484
|
+
"Categorized": "Categorized",
|
|
485
|
+
"Alphabetical": "Alphabetical",
|
|
486
|
+
"Category property": "Category property",
|
|
487
|
+
"Color palette": "Color palette",
|
|
488
|
+
"Categories": "Categories",
|
|
489
|
+
"Comma separated list of categories.": "Comma separated list of categories.",
|
|
490
|
+
"Categories mode": "Categories mode",
|
|
491
|
+
"Remove filter for this column": "Remove filter for this column",
|
|
492
|
+
"Add filter for this column": "Add filter for this column",
|
|
493
|
+
"Rename this column": "Rename this column",
|
|
494
|
+
"Delete this column": "Delete this column",
|
|
495
|
+
"Name “{name}” should not contain a dot.": "Name “{name}” should not contain a dot.",
|
|
496
|
+
"This name already exists: “{name}”": "This name already exists: “{name}”",
|
|
497
|
+
"Delete selected rows": "Delete selected rows",
|
|
498
|
+
"Found {count} rows. Are you sure you want to delete all?": "Found {count} rows. Are you sure you want to delete all?",
|
|
499
|
+
"Expression is empty": "Expression is empty",
|
|
500
|
+
"OK": "OK",
|
|
501
|
+
"Cancel": "Cancel"
|
|
485
502
|
}
|
|
486
503
|
L.registerLocale("id", locale)
|
|
487
504
|
L.setLocale("id")
|
umap/static/umap/locale/id.json
CHANGED
|
@@ -102,10 +102,8 @@
|
|
|
102
102
|
"Define link to open in a new window on polygon click.": "Define link to open in a new window on polygon click.",
|
|
103
103
|
"define": "define",
|
|
104
104
|
"Delay between two transitions when in play mode": "Delay between two transitions when in play mode",
|
|
105
|
-
"Delete all layers": "Delete all layers",
|
|
106
105
|
"Delete layer": "Delete layer",
|
|
107
106
|
"Delete this feature": "Delete this feature",
|
|
108
|
-
"Delete this property on all the features": "Delete this property on all the features",
|
|
109
107
|
"Delete this shape": "Delete this shape",
|
|
110
108
|
"Delete this vertex (Alt+Click)": "Delete this vertex (Alt+Click)",
|
|
111
109
|
"Delete": "Delete",
|
|
@@ -202,7 +200,6 @@
|
|
|
202
200
|
"Invalid latitude or longitude": "Invalid latitude or longitude",
|
|
203
201
|
"Invalid umap data in {filename}": "Invalid umap data in {filename}",
|
|
204
202
|
"Invalid umap data": "Invalid umap data",
|
|
205
|
-
"Invalide property name: {name}": "Invalide property name: {name}",
|
|
206
203
|
"Jenks-Fisher": "Jenks-Fisher",
|
|
207
204
|
"K-means": "K-means",
|
|
208
205
|
"Keep current visible layers": "Keep current visible layers",
|
|
@@ -301,7 +298,6 @@
|
|
|
301
298
|
"Recent": "Recent",
|
|
302
299
|
"Remote data": "Remote data",
|
|
303
300
|
"Remove shape from the multi": "Remove shape from the multi",
|
|
304
|
-
"Rename this property on all the features": "Rename this property on all the features",
|
|
305
301
|
"Replace layer content": "Replace layer content",
|
|
306
302
|
"Restore this version": "Restore this version",
|
|
307
303
|
"Save current edits": "Save current edits",
|
|
@@ -481,5 +477,26 @@
|
|
|
481
477
|
"Only geometry centers": "Only geometry centers",
|
|
482
478
|
"Search area": "Search area",
|
|
483
479
|
"Type area name, or let empty to load data in current map view": "Type area name, or let empty to load data in current map view",
|
|
484
|
-
"
|
|
480
|
+
"Data successfully imported!": "Data successfully imported!",
|
|
481
|
+
"My Dashboard ({username})": "My Dashboard ({username})",
|
|
482
|
+
"Clear data": "Clear data",
|
|
483
|
+
"Remove layers": "Remove layers",
|
|
484
|
+
"Categorized": "Categorized",
|
|
485
|
+
"Alphabetical": "Alphabetical",
|
|
486
|
+
"Category property": "Category property",
|
|
487
|
+
"Color palette": "Color palette",
|
|
488
|
+
"Categories": "Categories",
|
|
489
|
+
"Comma separated list of categories.": "Comma separated list of categories.",
|
|
490
|
+
"Categories mode": "Categories mode",
|
|
491
|
+
"Remove filter for this column": "Remove filter for this column",
|
|
492
|
+
"Add filter for this column": "Add filter for this column",
|
|
493
|
+
"Rename this column": "Rename this column",
|
|
494
|
+
"Delete this column": "Delete this column",
|
|
495
|
+
"Name “{name}” should not contain a dot.": "Name “{name}” should not contain a dot.",
|
|
496
|
+
"This name already exists: “{name}”": "This name already exists: “{name}”",
|
|
497
|
+
"Delete selected rows": "Delete selected rows",
|
|
498
|
+
"Found {count} rows. Are you sure you want to delete all?": "Found {count} rows. Are you sure you want to delete all?",
|
|
499
|
+
"Expression is empty": "Expression is empty",
|
|
500
|
+
"OK": "OK",
|
|
501
|
+
"Cancel": "Cancel"
|
|
485
502
|
}
|