umap-project 3.4.0b1__py3-none-any.whl → 3.4.0b3__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/context_processors.py +1 -1
- umap/locale/da/LC_MESSAGES/django.mo +0 -0
- umap/locale/da/LC_MESSAGES/django.po +2 -2
- umap/locale/en/LC_MESSAGES/django.po +14 -14
- umap/migrations/0018_datalayer_uuid.py +1 -1
- umap/models.py +7 -3
- umap/settings/local.py.sample +1 -1
- umap/static/umap/css/form.css +2 -2
- umap/static/umap/js/components/base.js +1 -1
- umap/static/umap/js/modules/browser.js +4 -4
- umap/static/umap/js/modules/data/features.js +1 -1
- umap/static/umap/js/modules/data/fields.js +280 -0
- umap/static/umap/js/modules/data/layer.js +7 -9
- umap/static/umap/js/modules/domutils.js +3 -3
- umap/static/umap/js/modules/filters.js +7 -7
- umap/static/umap/js/modules/help.js +1 -1
- umap/static/umap/js/modules/i18n.js +1 -1
- umap/static/umap/js/modules/importer.js +1 -1
- umap/static/umap/js/modules/managers.js +0 -264
- umap/static/umap/js/modules/rendering/controls.js +4 -2
- umap/static/umap/js/modules/rendering/layers/classified.js +1 -1
- umap/static/umap/js/modules/rendering/layers/heat.js +26 -21
- umap/static/umap/js/modules/rendering/template.js +4 -4
- umap/static/umap/js/modules/ui/dialog.js +10 -1
- umap/static/umap/js/modules/ui/panel.js +2 -2
- umap/static/umap/js/modules/umap.js +9 -4
- umap/static/umap/js/modules/utils.js +1 -1
- umap/static/umap/locale/am_ET.js +14 -5
- umap/static/umap/locale/am_ET.json +14 -5
- umap/static/umap/locale/ar.js +14 -5
- umap/static/umap/locale/ar.json +14 -5
- umap/static/umap/locale/ast.js +14 -5
- umap/static/umap/locale/ast.json +14 -5
- umap/static/umap/locale/bg.js +14 -5
- umap/static/umap/locale/bg.json +14 -5
- umap/static/umap/locale/br.js +1 -1
- umap/static/umap/locale/br.json +1 -1
- umap/static/umap/locale/ca.js +14 -5
- umap/static/umap/locale/ca.json +14 -5
- umap/static/umap/locale/cs_CZ.js +14 -5
- umap/static/umap/locale/cs_CZ.json +14 -5
- umap/static/umap/locale/da.js +48 -39
- umap/static/umap/locale/da.json +48 -39
- umap/static/umap/locale/de.js +14 -5
- umap/static/umap/locale/de.json +14 -5
- umap/static/umap/locale/el.js +14 -5
- umap/static/umap/locale/el.json +14 -5
- umap/static/umap/locale/en.js +14 -5
- umap/static/umap/locale/en.json +14 -5
- umap/static/umap/locale/en_US.json +14 -5
- umap/static/umap/locale/es.js +49 -40
- umap/static/umap/locale/es.json +49 -40
- umap/static/umap/locale/et.js +14 -5
- umap/static/umap/locale/et.json +14 -5
- umap/static/umap/locale/eu.js +14 -5
- umap/static/umap/locale/eu.json +14 -5
- umap/static/umap/locale/fa_IR.js +14 -5
- umap/static/umap/locale/fa_IR.json +14 -5
- umap/static/umap/locale/fi.js +14 -5
- umap/static/umap/locale/fi.json +14 -5
- umap/static/umap/locale/fr.js +14 -5
- umap/static/umap/locale/fr.json +14 -5
- umap/static/umap/locale/gl.js +14 -5
- umap/static/umap/locale/gl.json +14 -5
- umap/static/umap/locale/he.js +14 -5
- umap/static/umap/locale/he.json +14 -5
- umap/static/umap/locale/hr.js +14 -5
- umap/static/umap/locale/hr.json +14 -5
- umap/static/umap/locale/hu.js +56 -47
- umap/static/umap/locale/hu.json +56 -47
- umap/static/umap/locale/id.js +14 -5
- umap/static/umap/locale/id.json +14 -5
- umap/static/umap/locale/is.js +14 -5
- umap/static/umap/locale/is.json +14 -5
- umap/static/umap/locale/it.js +14 -5
- umap/static/umap/locale/it.json +14 -5
- umap/static/umap/locale/ja.js +14 -5
- umap/static/umap/locale/ja.json +14 -5
- umap/static/umap/locale/ko.js +14 -5
- umap/static/umap/locale/ko.json +14 -5
- umap/static/umap/locale/lt.js +14 -5
- umap/static/umap/locale/lt.json +14 -5
- umap/static/umap/locale/ms.js +14 -5
- umap/static/umap/locale/ms.json +14 -5
- umap/static/umap/locale/nl.js +14 -5
- umap/static/umap/locale/nl.json +14 -5
- umap/static/umap/locale/no.js +14 -5
- umap/static/umap/locale/no.json +14 -5
- umap/static/umap/locale/pl.js +14 -5
- umap/static/umap/locale/pl.json +14 -5
- umap/static/umap/locale/pl_PL.json +14 -5
- umap/static/umap/locale/pt.js +14 -5
- umap/static/umap/locale/pt.json +14 -5
- umap/static/umap/locale/pt_BR.js +14 -5
- umap/static/umap/locale/pt_BR.json +14 -5
- umap/static/umap/locale/pt_PT.js +14 -5
- umap/static/umap/locale/pt_PT.json +14 -5
- umap/static/umap/locale/ro.js +14 -5
- umap/static/umap/locale/ro.json +14 -5
- umap/static/umap/locale/ru.js +14 -5
- umap/static/umap/locale/ru.json +14 -5
- umap/static/umap/locale/si.js +1 -1
- umap/static/umap/locale/si.json +1 -1
- umap/static/umap/locale/sk_SK.js +14 -5
- umap/static/umap/locale/sk_SK.json +14 -5
- umap/static/umap/locale/sl.js +14 -5
- umap/static/umap/locale/sl.json +14 -5
- umap/static/umap/locale/sr.js +14 -5
- umap/static/umap/locale/sr.json +14 -5
- umap/static/umap/locale/sv.js +14 -5
- umap/static/umap/locale/sv.json +14 -5
- umap/static/umap/locale/th_TH.js +14 -5
- umap/static/umap/locale/th_TH.json +14 -5
- umap/static/umap/locale/tr.js +14 -5
- umap/static/umap/locale/tr.json +14 -5
- umap/static/umap/locale/uk_UA.js +14 -5
- umap/static/umap/locale/uk_UA.json +14 -5
- umap/static/umap/locale/vi.js +14 -5
- umap/static/umap/locale/vi.json +14 -5
- umap/static/umap/locale/vi_VN.json +14 -5
- umap/static/umap/locale/zh.js +14 -5
- umap/static/umap/locale/zh.json +14 -5
- umap/static/umap/locale/zh_CN.json +14 -5
- umap/static/umap/locale/zh_TW.Big5.json +14 -5
- umap/static/umap/locale/zh_TW.js +47 -38
- umap/static/umap/locale/zh_TW.json +47 -38
- umap/static/umap/map.css +3 -3
- umap/templates/umap/login_popup_end.html +2 -2
- umap/tests/integration/conftest.py +8 -0
- umap/tests/integration/test_anonymous_owned_map.py +1 -1
- umap/tests/integration/test_conditional_rules.py +1 -1
- umap/tests/integration/test_filters.py +6 -7
- umap/tests/integration/test_map_preview.py +1 -1
- umap/tests/integration/test_picto.py +1 -1
- umap/tests/integration/test_save.py +1 -1
- umap/tests/integration/test_websocket_sync.py +63 -19
- umap/tests/test_dashboard.py +1 -1
- umap/tests/test_statics.py +2 -2
- umap/tests/test_views.py +1 -1
- umap/utils.py +2 -2
- {umap_project-3.4.0b1.dist-info → umap_project-3.4.0b3.dist-info}/METADATA +4 -4
- {umap_project-3.4.0b1.dist-info → umap_project-3.4.0b3.dist-info}/RECORD +146 -145
- {umap_project-3.4.0b1.dist-info → umap_project-3.4.0b3.dist-info}/WHEEL +0 -0
- {umap_project-3.4.0b1.dist-info → umap_project-3.4.0b3.dist-info}/entry_points.txt +0 -0
- {umap_project-3.4.0b1.dist-info → umap_project-3.4.0b3.dist-info}/licenses/LICENSE +0 -0
|
@@ -70,7 +70,7 @@
|
|
|
70
70
|
"color": "color",
|
|
71
71
|
"Comma separated list of numbers, including min and max values.": "Comma separated list of numbers, including min and max values.",
|
|
72
72
|
"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.",
|
|
73
|
-
"Comma, tab or semi-colon separated values. SRS WGS84 is implied. Only Point geometries are imported. The import will look at the column headers for any mention of «lat» and «lon» at the
|
|
73
|
+
"Comma, tab or semi-colon separated values. SRS WGS84 is implied. Only Point geometries are imported. The import will look at the column headers for any mention of «lat» and «lon» at the beginning of the header, case insensitive. All other column are imported as properties.": "Comma, tab or semi-colon separated values. SRS WGS84 is implied. Only Point geometries are imported. The import will look at the column headers for any mention of «lat» and «lon» at the beginning of the header, case insensitive. All other column are imported as properties.",
|
|
74
74
|
"Congratulations, your map has been created!": "Congratulations, your map has been created!",
|
|
75
75
|
"Continue line": "Continue line",
|
|
76
76
|
"Coordinates": "Coordinates",
|
|
@@ -159,7 +159,6 @@
|
|
|
159
159
|
"Go to \"{coords}\"": "Go to \"{coords}\"",
|
|
160
160
|
"Go to the homepage": "Go to the homepage",
|
|
161
161
|
"Go to «{feature}»": "Go to {feature}",
|
|
162
|
-
"Heatmap intensity property": "Heatmap intensity property",
|
|
163
162
|
"Heatmap radius": "Heatmap radius",
|
|
164
163
|
"Heatmap": "Heatmap",
|
|
165
164
|
"height": "height",
|
|
@@ -255,7 +254,6 @@
|
|
|
255
254
|
"Open share & download panel": "Open share & download panel",
|
|
256
255
|
"Open this map extent in a map editor to provide more accurate data to OpenStreetMap": "Open this map extent in a map editor to provide more accurate data to OpenStreetMap",
|
|
257
256
|
"OpenStreetMap": "OpenStreetMap",
|
|
258
|
-
"Optional intensity property for heatmap": "Optional intensity property for heatmap",
|
|
259
257
|
"Optional. Same as color if not set.": "Optional. Same as color if not set.",
|
|
260
258
|
"Optional.": "Optional.",
|
|
261
259
|
"Override clustering radius (default 80)": "Override clustering radius (default 80)",
|
|
@@ -631,7 +629,6 @@
|
|
|
631
629
|
"Are you sure you want to delete this field on all the data?": "Are you sure you want to delete this field on all the data?",
|
|
632
630
|
"Anonymous map": "Anonymous map",
|
|
633
631
|
"Edit filter for this field": "Edit filter for this field",
|
|
634
|
-
"Fields, filters and keys": "Fields, filters and keys",
|
|
635
632
|
"Hey, you created a map without an account!": "Hey, you created a map without an account!",
|
|
636
633
|
"This map is anonymous, do you want to attach it to your account?": "This map is anonymous, do you want to attach it to your account?",
|
|
637
634
|
"The map has been upgraded to latest version, please save it.": "The map has been upgraded to latest version, please save it.",
|
|
@@ -641,5 +638,17 @@
|
|
|
641
638
|
"Wikipedia contributors": "Wikipedia contributors",
|
|
642
639
|
"See on Wikipedia": "See on Wikipedia",
|
|
643
640
|
"Anonymous map: update who can see and edit it": "Anonymous map: update who can see and edit it",
|
|
644
|
-
"Login": "Login"
|
|
641
|
+
"Login": "Login",
|
|
642
|
+
"Manage filters": "Manage filters",
|
|
643
|
+
"Map (all layers)": "Map (all layers)",
|
|
644
|
+
"Add a filter for this field": "Add a filter for this field",
|
|
645
|
+
"Short text": "Short text",
|
|
646
|
+
"Text": "Text",
|
|
647
|
+
"Number": "Number",
|
|
648
|
+
"Date": "Date",
|
|
649
|
+
"Date and time": "Date and time",
|
|
650
|
+
"List of values": "List of values",
|
|
651
|
+
"Yes / No": "Yes / No",
|
|
652
|
+
"Select field to compute intensity": "Select field to compute intensity",
|
|
653
|
+
"Optional intensity field to compute heatmap": "Optional intensity field to compute heatmap"
|
|
645
654
|
}
|
umap/static/umap/locale/es.js
CHANGED
|
@@ -70,7 +70,7 @@ const locale = {
|
|
|
70
70
|
"color": "color",
|
|
71
71
|
"Comma separated list of numbers, including min and max values.": "Lista de números separados por comas, incluyendo valores mínimos y máximos.",
|
|
72
72
|
"Comma separated list of properties to use for sorting features. To reverse the sort, put a minus sign (-) before. Eg. mykey,-otherkey.": "Lista de propiedades separadas por comas para ordenar elementos. Para invertir el orden, coloca un signo menos (-) antes. Ej. miclave,-otraclave.",
|
|
73
|
-
"Comma, tab or semi-colon separated values. SRS WGS84 is implied. Only Point geometries are imported. The import will look at the column headers for any mention of «lat» and «lon» at the
|
|
73
|
+
"Comma, tab or semi-colon separated values. SRS WGS84 is implied. Only Point geometries are imported. The import will look at the column headers for any mention of «lat» and «lon» at the beginning of the header, case insensitive. All other column are imported as properties.": "Comma, tab or semi-colon separated values. SRS WGS84 is implied. Only Point geometries are imported. The import will look at the column headers for any mention of «lat» and «lon» at the beginning of the header, case insensitive. All other column are imported as properties.",
|
|
74
74
|
"Congratulations, your map has been created!": "¡Felicidades, tu mapa ha sido creado!",
|
|
75
75
|
"Continue line": "Línea continua",
|
|
76
76
|
"Coordinates": "Coordenadas",
|
|
@@ -159,7 +159,6 @@ const locale = {
|
|
|
159
159
|
"Go to \"{coords}\"": "Ir a \"{coords}\"",
|
|
160
160
|
"Go to the homepage": "Ir a la página de inicio",
|
|
161
161
|
"Go to «{feature}»": "Ir a «{feature}»",
|
|
162
|
-
"Heatmap intensity property": "Propiedad de intensidad del mapa de calor",
|
|
163
162
|
"Heatmap radius": "Radio del mapa de calor",
|
|
164
163
|
"Heatmap": "Mapa de calor",
|
|
165
164
|
"height": "altura",
|
|
@@ -255,7 +254,6 @@ const locale = {
|
|
|
255
254
|
"Open share & download panel": "Abrir panel de compartir y descargar",
|
|
256
255
|
"Open this map extent in a map editor to provide more accurate data to OpenStreetMap": "Abre esta extensión de mapa en un editor de mapas para proporcionar datos más precisos a OpenStreetMap",
|
|
257
256
|
"OpenStreetMap": "OpenStreetMap",
|
|
258
|
-
"Optional intensity property for heatmap": "Propiedad de intensidad opcional para mapa de calor",
|
|
259
257
|
"Optional. Same as color if not set.": "Opcional. Igual que el color si no se establece.",
|
|
260
258
|
"Optional.": "Opcional.",
|
|
261
259
|
"Override clustering radius (default 80)": "Anular el radio de agrupamiento (80 por defecto)",
|
|
@@ -603,45 +601,56 @@ const locale = {
|
|
|
603
601
|
"Altitude:": "Altitud:",
|
|
604
602
|
"Right-click to edit": "Haz clic derecho para editar",
|
|
605
603
|
"Draw along routes": "Dibujar siguiendo rutas",
|
|
606
|
-
"Skipping invalid geometry": "
|
|
607
|
-
"Add filter": "
|
|
608
|
-
"Min/Max": "
|
|
609
|
-
"Multiple choices": "
|
|
610
|
-
"Exclusive choice": "
|
|
611
|
-
"Yes/No": "
|
|
612
|
-
"Add a field prior to create a filter.": "
|
|
613
|
-
"Edit this filter": "
|
|
614
|
-
"Remove this filter": "
|
|
615
|
-
"Apply filter to": "
|
|
616
|
-
"Filter on": "
|
|
617
|
-
"Human readable name of the filter": "
|
|
618
|
-
"Widget for the filter": "Widget
|
|
619
|
-
"Edit filter": "
|
|
620
|
-
"Edit this field": "
|
|
621
|
-
"all layers": "
|
|
622
|
-
"single layer": "
|
|
623
|
-
"unset": "
|
|
624
|
-
"Filters will be displayed in the data browser to ease data selection.": "
|
|
625
|
-
"[key=\"value\"][key2=\"value2\"] (eg. [boundary=\"educational\"][name=\"Académie de Lyon\"])": "[key=\"value\"][key2=\"value2\"] (
|
|
626
|
-
"Field Name": "
|
|
627
|
-
"Field Type": "
|
|
628
|
-
"Manage field": "
|
|
629
|
-
"Add filter for this field": "
|
|
630
|
-
"Name cannot be empty.": "
|
|
631
|
-
"Are you sure you want to delete this field on all the data?": "
|
|
632
|
-
"Anonymous map": "
|
|
633
|
-
"Edit filter for this field": "
|
|
634
|
-
"
|
|
635
|
-
"
|
|
636
|
-
"
|
|
637
|
-
"
|
|
638
|
-
"Elevation has been added!": "Elevation has been added!",
|
|
604
|
+
"Skipping invalid geometry": "Omitiendo geometría no válida",
|
|
605
|
+
"Add filter": "Agregar filtro",
|
|
606
|
+
"Min/Max": "Mín/Máx",
|
|
607
|
+
"Multiple choices": "Opciones múltiples",
|
|
608
|
+
"Exclusive choice": "Opción exclusiva",
|
|
609
|
+
"Yes/No": "Sí/No",
|
|
610
|
+
"Add a field prior to create a filter.": "Agrega un campo antes de crear un filtro.",
|
|
611
|
+
"Edit this filter": "Editar este filtro",
|
|
612
|
+
"Remove this filter": "Eliminar este filtro",
|
|
613
|
+
"Apply filter to": "Aplicar filtro a",
|
|
614
|
+
"Filter on": "Filtrar por",
|
|
615
|
+
"Human readable name of the filter": "Nombre legible del filtro",
|
|
616
|
+
"Widget for the filter": "Widget del filtro",
|
|
617
|
+
"Edit filter": "Editar filtro",
|
|
618
|
+
"Edit this field": "Editar este campo",
|
|
619
|
+
"all layers": "todas las capas",
|
|
620
|
+
"single layer": "una sola capa",
|
|
621
|
+
"unset": "no establecido",
|
|
622
|
+
"Filters will be displayed in the data browser to ease data selection.": "Los filtros se mostrarán en el navegador de datos para facilitar la selección de información.",
|
|
623
|
+
"[key=\"value\"][key2=\"value2\"] (eg. [boundary=\"educational\"][name=\"Académie de Lyon\"])": "[key=\"value\"][key2=\"value2\"] (por ejemplo, [boundary=\"educational\"][name=\"Académie de Lyon\"])",
|
|
624
|
+
"Field Name": "Nombre del campo",
|
|
625
|
+
"Field Type": "Tipo de campo",
|
|
626
|
+
"Manage field": "Administrar campo",
|
|
627
|
+
"Add filter for this field": "Agregar filtro para este campo",
|
|
628
|
+
"Name cannot be empty.": "El nombre no puede estar vacío.",
|
|
629
|
+
"Are you sure you want to delete this field on all the data?": "¿Estás seguro de que quieres eliminar este campo de todos los datos?",
|
|
630
|
+
"Anonymous map": "Mapa anónimo",
|
|
631
|
+
"Edit filter for this field": "Editar filtro para este campo",
|
|
632
|
+
"Hey, you created a map without an account!": "¡Creaste un mapa sin una cuenta!",
|
|
633
|
+
"This map is anonymous, do you want to attach it to your account?": "Este mapa es anónimo, ¿quieres vincularlo a tu cuenta?",
|
|
634
|
+
"The map has been upgraded to latest version, please save it.": "El mapa se ha actualizado a la última versión, guárdalo.",
|
|
635
|
+
"Elevation has been added!": "¡Se agregó la elevación!",
|
|
639
636
|
"Mapillary": "Mapillary",
|
|
640
637
|
"Wikidata": "Wikidata",
|
|
641
|
-
"Wikipedia contributors": "Wikipedia
|
|
642
|
-
"See on Wikipedia": "
|
|
643
|
-
"Anonymous map: update who can see and edit it": "
|
|
644
|
-
"Login": "
|
|
638
|
+
"Wikipedia contributors": "Colaboradores de Wikipedia",
|
|
639
|
+
"See on Wikipedia": "Ver en Wikipedia",
|
|
640
|
+
"Anonymous map: update who can see and edit it": "Mapa anónimo: actualiza quién puede verlo y editarlo",
|
|
641
|
+
"Login": "Iniciar sesión",
|
|
642
|
+
"Manage filters": "Manage filters",
|
|
643
|
+
"Map (all layers)": "Map (all layers)",
|
|
644
|
+
"Add a filter for this field": "Add a filter for this field",
|
|
645
|
+
"Short text": "Short text",
|
|
646
|
+
"Text": "Text",
|
|
647
|
+
"Number": "Number",
|
|
648
|
+
"Date": "Date",
|
|
649
|
+
"Date and time": "Date and time",
|
|
650
|
+
"List of values": "List of values",
|
|
651
|
+
"Yes / No": "Yes / No",
|
|
652
|
+
"Select field to compute intensity": "Select field to compute intensity",
|
|
653
|
+
"Optional intensity field to compute heatmap": "Optional intensity field to compute heatmap"
|
|
645
654
|
}
|
|
646
655
|
L.registerLocale("es", locale)
|
|
647
656
|
L.setLocale("es")
|
umap/static/umap/locale/es.json
CHANGED
|
@@ -70,7 +70,7 @@
|
|
|
70
70
|
"color": "color",
|
|
71
71
|
"Comma separated list of numbers, including min and max values.": "Lista de números separados por comas, incluyendo valores mínimos y máximos.",
|
|
72
72
|
"Comma separated list of properties to use for sorting features. To reverse the sort, put a minus sign (-) before. Eg. mykey,-otherkey.": "Lista de propiedades separadas por comas para ordenar elementos. Para invertir el orden, coloca un signo menos (-) antes. Ej. miclave,-otraclave.",
|
|
73
|
-
"Comma, tab or semi-colon separated values. SRS WGS84 is implied. Only Point geometries are imported. The import will look at the column headers for any mention of «lat» and «lon» at the
|
|
73
|
+
"Comma, tab or semi-colon separated values. SRS WGS84 is implied. Only Point geometries are imported. The import will look at the column headers for any mention of «lat» and «lon» at the beginning of the header, case insensitive. All other column are imported as properties.": "Comma, tab or semi-colon separated values. SRS WGS84 is implied. Only Point geometries are imported. The import will look at the column headers for any mention of «lat» and «lon» at the beginning of the header, case insensitive. All other column are imported as properties.",
|
|
74
74
|
"Congratulations, your map has been created!": "¡Felicidades, tu mapa ha sido creado!",
|
|
75
75
|
"Continue line": "Línea continua",
|
|
76
76
|
"Coordinates": "Coordenadas",
|
|
@@ -159,7 +159,6 @@
|
|
|
159
159
|
"Go to \"{coords}\"": "Ir a \"{coords}\"",
|
|
160
160
|
"Go to the homepage": "Ir a la página de inicio",
|
|
161
161
|
"Go to «{feature}»": "Ir a «{feature}»",
|
|
162
|
-
"Heatmap intensity property": "Propiedad de intensidad del mapa de calor",
|
|
163
162
|
"Heatmap radius": "Radio del mapa de calor",
|
|
164
163
|
"Heatmap": "Mapa de calor",
|
|
165
164
|
"height": "altura",
|
|
@@ -255,7 +254,6 @@
|
|
|
255
254
|
"Open share & download panel": "Abrir panel de compartir y descargar",
|
|
256
255
|
"Open this map extent in a map editor to provide more accurate data to OpenStreetMap": "Abre esta extensión de mapa en un editor de mapas para proporcionar datos más precisos a OpenStreetMap",
|
|
257
256
|
"OpenStreetMap": "OpenStreetMap",
|
|
258
|
-
"Optional intensity property for heatmap": "Propiedad de intensidad opcional para mapa de calor",
|
|
259
257
|
"Optional. Same as color if not set.": "Opcional. Igual que el color si no se establece.",
|
|
260
258
|
"Optional.": "Opcional.",
|
|
261
259
|
"Override clustering radius (default 80)": "Anular el radio de agrupamiento (80 por defecto)",
|
|
@@ -603,43 +601,54 @@
|
|
|
603
601
|
"Altitude:": "Altitud:",
|
|
604
602
|
"Right-click to edit": "Haz clic derecho para editar",
|
|
605
603
|
"Draw along routes": "Dibujar siguiendo rutas",
|
|
606
|
-
"Skipping invalid geometry": "
|
|
607
|
-
"Add filter": "
|
|
608
|
-
"Min/Max": "
|
|
609
|
-
"Multiple choices": "
|
|
610
|
-
"Exclusive choice": "
|
|
611
|
-
"Yes/No": "
|
|
612
|
-
"Add a field prior to create a filter.": "
|
|
613
|
-
"Edit this filter": "
|
|
614
|
-
"Remove this filter": "
|
|
615
|
-
"Apply filter to": "
|
|
616
|
-
"Filter on": "
|
|
617
|
-
"Human readable name of the filter": "
|
|
618
|
-
"Widget for the filter": "Widget
|
|
619
|
-
"Edit filter": "
|
|
620
|
-
"Edit this field": "
|
|
621
|
-
"all layers": "
|
|
622
|
-
"single layer": "
|
|
623
|
-
"unset": "
|
|
624
|
-
"Filters will be displayed in the data browser to ease data selection.": "
|
|
625
|
-
"[key=\"value\"][key2=\"value2\"] (eg. [boundary=\"educational\"][name=\"Académie de Lyon\"])": "[key=\"value\"][key2=\"value2\"] (
|
|
626
|
-
"Field Name": "
|
|
627
|
-
"Field Type": "
|
|
628
|
-
"Manage field": "
|
|
629
|
-
"Add filter for this field": "
|
|
630
|
-
"Name cannot be empty.": "
|
|
631
|
-
"Are you sure you want to delete this field on all the data?": "
|
|
632
|
-
"Anonymous map": "
|
|
633
|
-
"Edit filter for this field": "
|
|
634
|
-
"
|
|
635
|
-
"
|
|
636
|
-
"
|
|
637
|
-
"
|
|
638
|
-
"Elevation has been added!": "Elevation has been added!",
|
|
604
|
+
"Skipping invalid geometry": "Omitiendo geometría no válida",
|
|
605
|
+
"Add filter": "Agregar filtro",
|
|
606
|
+
"Min/Max": "Mín/Máx",
|
|
607
|
+
"Multiple choices": "Opciones múltiples",
|
|
608
|
+
"Exclusive choice": "Opción exclusiva",
|
|
609
|
+
"Yes/No": "Sí/No",
|
|
610
|
+
"Add a field prior to create a filter.": "Agrega un campo antes de crear un filtro.",
|
|
611
|
+
"Edit this filter": "Editar este filtro",
|
|
612
|
+
"Remove this filter": "Eliminar este filtro",
|
|
613
|
+
"Apply filter to": "Aplicar filtro a",
|
|
614
|
+
"Filter on": "Filtrar por",
|
|
615
|
+
"Human readable name of the filter": "Nombre legible del filtro",
|
|
616
|
+
"Widget for the filter": "Widget del filtro",
|
|
617
|
+
"Edit filter": "Editar filtro",
|
|
618
|
+
"Edit this field": "Editar este campo",
|
|
619
|
+
"all layers": "todas las capas",
|
|
620
|
+
"single layer": "una sola capa",
|
|
621
|
+
"unset": "no establecido",
|
|
622
|
+
"Filters will be displayed in the data browser to ease data selection.": "Los filtros se mostrarán en el navegador de datos para facilitar la selección de información.",
|
|
623
|
+
"[key=\"value\"][key2=\"value2\"] (eg. [boundary=\"educational\"][name=\"Académie de Lyon\"])": "[key=\"value\"][key2=\"value2\"] (por ejemplo, [boundary=\"educational\"][name=\"Académie de Lyon\"])",
|
|
624
|
+
"Field Name": "Nombre del campo",
|
|
625
|
+
"Field Type": "Tipo de campo",
|
|
626
|
+
"Manage field": "Administrar campo",
|
|
627
|
+
"Add filter for this field": "Agregar filtro para este campo",
|
|
628
|
+
"Name cannot be empty.": "El nombre no puede estar vacío.",
|
|
629
|
+
"Are you sure you want to delete this field on all the data?": "¿Estás seguro de que quieres eliminar este campo de todos los datos?",
|
|
630
|
+
"Anonymous map": "Mapa anónimo",
|
|
631
|
+
"Edit filter for this field": "Editar filtro para este campo",
|
|
632
|
+
"Hey, you created a map without an account!": "¡Creaste un mapa sin una cuenta!",
|
|
633
|
+
"This map is anonymous, do you want to attach it to your account?": "Este mapa es anónimo, ¿quieres vincularlo a tu cuenta?",
|
|
634
|
+
"The map has been upgraded to latest version, please save it.": "El mapa se ha actualizado a la última versión, guárdalo.",
|
|
635
|
+
"Elevation has been added!": "¡Se agregó la elevación!",
|
|
639
636
|
"Mapillary": "Mapillary",
|
|
640
637
|
"Wikidata": "Wikidata",
|
|
641
|
-
"Wikipedia contributors": "Wikipedia
|
|
642
|
-
"See on Wikipedia": "
|
|
643
|
-
"Anonymous map: update who can see and edit it": "
|
|
644
|
-
"Login": "
|
|
638
|
+
"Wikipedia contributors": "Colaboradores de Wikipedia",
|
|
639
|
+
"See on Wikipedia": "Ver en Wikipedia",
|
|
640
|
+
"Anonymous map: update who can see and edit it": "Mapa anónimo: actualiza quién puede verlo y editarlo",
|
|
641
|
+
"Login": "Iniciar sesión",
|
|
642
|
+
"Manage filters": "Manage filters",
|
|
643
|
+
"Map (all layers)": "Map (all layers)",
|
|
644
|
+
"Add a filter for this field": "Add a filter for this field",
|
|
645
|
+
"Short text": "Short text",
|
|
646
|
+
"Text": "Text",
|
|
647
|
+
"Number": "Number",
|
|
648
|
+
"Date": "Date",
|
|
649
|
+
"Date and time": "Date and time",
|
|
650
|
+
"List of values": "List of values",
|
|
651
|
+
"Yes / No": "Yes / No",
|
|
652
|
+
"Select field to compute intensity": "Select field to compute intensity",
|
|
653
|
+
"Optional intensity field to compute heatmap": "Optional intensity field to compute heatmap"
|
|
645
654
|
}
|
umap/static/umap/locale/et.js
CHANGED
|
@@ -70,7 +70,7 @@ const locale = {
|
|
|
70
70
|
"color": "Värv",
|
|
71
71
|
"Comma separated list of numbers, including min and max values.": "Comma separated list of numbers, including min and max values.",
|
|
72
72
|
"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.",
|
|
73
|
-
"Comma, tab or semi-colon separated values. SRS WGS84 is implied. Only Point geometries are imported. The import will look at the column headers for any mention of «lat» and «lon» at the
|
|
73
|
+
"Comma, tab or semi-colon separated values. SRS WGS84 is implied. Only Point geometries are imported. The import will look at the column headers for any mention of «lat» and «lon» at the beginning of the header, case insensitive. All other column are imported as properties.": "Comma, tab or semi-colon separated values. SRS WGS84 is implied. Only Point geometries are imported. The import will look at the column headers for any mention of «lat» and «lon» at the beginning of the header, case insensitive. All other column are imported as properties.",
|
|
74
74
|
"Congratulations, your map has been created!": "Congratulations, your map has been created!",
|
|
75
75
|
"Continue line": "Jätka joont",
|
|
76
76
|
"Coordinates": "Koordinaadid",
|
|
@@ -159,7 +159,6 @@ const locale = {
|
|
|
159
159
|
"Go to \"{coords}\"": "Go to \"{coords}\"",
|
|
160
160
|
"Go to the homepage": "Go to the homepage",
|
|
161
161
|
"Go to «{feature}»": "Mine «{feature}» juurde",
|
|
162
|
-
"Heatmap intensity property": "Heatmap intensity property",
|
|
163
162
|
"Heatmap radius": "Soojuskaardi raadius",
|
|
164
163
|
"Heatmap": "Soojuskaart",
|
|
165
164
|
"height": "kõrgus",
|
|
@@ -255,7 +254,6 @@ const locale = {
|
|
|
255
254
|
"Open share & download panel": "Open share & download panel",
|
|
256
255
|
"Open this map extent in a map editor to provide more accurate data to OpenStreetMap": "Open this map extent in a map editor to provide more accurate data to OpenStreetMap",
|
|
257
256
|
"OpenStreetMap": "OpenStreetMap",
|
|
258
|
-
"Optional intensity property for heatmap": "Optional intensity property for heatmap",
|
|
259
257
|
"Optional. Same as color if not set.": "Valikuline. Sama mis värv, kui pole määratud teisiti",
|
|
260
258
|
"Optional.": "Valikuline.",
|
|
261
259
|
"Override clustering radius (default 80)": "Override clustering radius (default 80)",
|
|
@@ -631,7 +629,6 @@ const locale = {
|
|
|
631
629
|
"Are you sure you want to delete this field on all the data?": "Are you sure you want to delete this field on all the data?",
|
|
632
630
|
"Anonymous map": "Anonymous map",
|
|
633
631
|
"Edit filter for this field": "Edit filter for this field",
|
|
634
|
-
"Fields, filters and keys": "Fields, filters and keys",
|
|
635
632
|
"Hey, you created a map without an account!": "Hey, you created a map without an account!",
|
|
636
633
|
"This map is anonymous, do you want to attach it to your account?": "This map is anonymous, do you want to attach it to your account?",
|
|
637
634
|
"The map has been upgraded to latest version, please save it.": "The map has been upgraded to latest version, please save it.",
|
|
@@ -641,7 +638,19 @@ const locale = {
|
|
|
641
638
|
"Wikipedia contributors": "Wikipedia contributors",
|
|
642
639
|
"See on Wikipedia": "See on Wikipedia",
|
|
643
640
|
"Anonymous map: update who can see and edit it": "Anonymous map: update who can see and edit it",
|
|
644
|
-
"Login": "Login"
|
|
641
|
+
"Login": "Login",
|
|
642
|
+
"Manage filters": "Manage filters",
|
|
643
|
+
"Map (all layers)": "Map (all layers)",
|
|
644
|
+
"Add a filter for this field": "Add a filter for this field",
|
|
645
|
+
"Short text": "Short text",
|
|
646
|
+
"Text": "Text",
|
|
647
|
+
"Number": "Number",
|
|
648
|
+
"Date": "Date",
|
|
649
|
+
"Date and time": "Date and time",
|
|
650
|
+
"List of values": "List of values",
|
|
651
|
+
"Yes / No": "Yes / No",
|
|
652
|
+
"Select field to compute intensity": "Select field to compute intensity",
|
|
653
|
+
"Optional intensity field to compute heatmap": "Optional intensity field to compute heatmap"
|
|
645
654
|
}
|
|
646
655
|
L.registerLocale("et", locale)
|
|
647
656
|
L.setLocale("et")
|
umap/static/umap/locale/et.json
CHANGED
|
@@ -70,7 +70,7 @@
|
|
|
70
70
|
"color": "Värv",
|
|
71
71
|
"Comma separated list of numbers, including min and max values.": "Comma separated list of numbers, including min and max values.",
|
|
72
72
|
"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.",
|
|
73
|
-
"Comma, tab or semi-colon separated values. SRS WGS84 is implied. Only Point geometries are imported. The import will look at the column headers for any mention of «lat» and «lon» at the
|
|
73
|
+
"Comma, tab or semi-colon separated values. SRS WGS84 is implied. Only Point geometries are imported. The import will look at the column headers for any mention of «lat» and «lon» at the beginning of the header, case insensitive. All other column are imported as properties.": "Comma, tab or semi-colon separated values. SRS WGS84 is implied. Only Point geometries are imported. The import will look at the column headers for any mention of «lat» and «lon» at the beginning of the header, case insensitive. All other column are imported as properties.",
|
|
74
74
|
"Congratulations, your map has been created!": "Congratulations, your map has been created!",
|
|
75
75
|
"Continue line": "Jätka joont",
|
|
76
76
|
"Coordinates": "Koordinaadid",
|
|
@@ -159,7 +159,6 @@
|
|
|
159
159
|
"Go to \"{coords}\"": "Go to \"{coords}\"",
|
|
160
160
|
"Go to the homepage": "Go to the homepage",
|
|
161
161
|
"Go to «{feature}»": "Mine «{feature}» juurde",
|
|
162
|
-
"Heatmap intensity property": "Heatmap intensity property",
|
|
163
162
|
"Heatmap radius": "Soojuskaardi raadius",
|
|
164
163
|
"Heatmap": "Soojuskaart",
|
|
165
164
|
"height": "kõrgus",
|
|
@@ -255,7 +254,6 @@
|
|
|
255
254
|
"Open share & download panel": "Open share & download panel",
|
|
256
255
|
"Open this map extent in a map editor to provide more accurate data to OpenStreetMap": "Open this map extent in a map editor to provide more accurate data to OpenStreetMap",
|
|
257
256
|
"OpenStreetMap": "OpenStreetMap",
|
|
258
|
-
"Optional intensity property for heatmap": "Optional intensity property for heatmap",
|
|
259
257
|
"Optional. Same as color if not set.": "Valikuline. Sama mis värv, kui pole määratud teisiti",
|
|
260
258
|
"Optional.": "Valikuline.",
|
|
261
259
|
"Override clustering radius (default 80)": "Override clustering radius (default 80)",
|
|
@@ -631,7 +629,6 @@
|
|
|
631
629
|
"Are you sure you want to delete this field on all the data?": "Are you sure you want to delete this field on all the data?",
|
|
632
630
|
"Anonymous map": "Anonymous map",
|
|
633
631
|
"Edit filter for this field": "Edit filter for this field",
|
|
634
|
-
"Fields, filters and keys": "Fields, filters and keys",
|
|
635
632
|
"Hey, you created a map without an account!": "Hey, you created a map without an account!",
|
|
636
633
|
"This map is anonymous, do you want to attach it to your account?": "This map is anonymous, do you want to attach it to your account?",
|
|
637
634
|
"The map has been upgraded to latest version, please save it.": "The map has been upgraded to latest version, please save it.",
|
|
@@ -641,5 +638,17 @@
|
|
|
641
638
|
"Wikipedia contributors": "Wikipedia contributors",
|
|
642
639
|
"See on Wikipedia": "See on Wikipedia",
|
|
643
640
|
"Anonymous map: update who can see and edit it": "Anonymous map: update who can see and edit it",
|
|
644
|
-
"Login": "Login"
|
|
641
|
+
"Login": "Login",
|
|
642
|
+
"Manage filters": "Manage filters",
|
|
643
|
+
"Map (all layers)": "Map (all layers)",
|
|
644
|
+
"Add a filter for this field": "Add a filter for this field",
|
|
645
|
+
"Short text": "Short text",
|
|
646
|
+
"Text": "Text",
|
|
647
|
+
"Number": "Number",
|
|
648
|
+
"Date": "Date",
|
|
649
|
+
"Date and time": "Date and time",
|
|
650
|
+
"List of values": "List of values",
|
|
651
|
+
"Yes / No": "Yes / No",
|
|
652
|
+
"Select field to compute intensity": "Select field to compute intensity",
|
|
653
|
+
"Optional intensity field to compute heatmap": "Optional intensity field to compute heatmap"
|
|
645
654
|
}
|
umap/static/umap/locale/eu.js
CHANGED
|
@@ -70,7 +70,7 @@ const locale = {
|
|
|
70
70
|
"color": "kolorea",
|
|
71
71
|
"Comma separated list of numbers, including min and max values.": "Komaz bereizitako zenbakien zerrenda, gutxieneko eta gehienezko balioak barne.",
|
|
72
72
|
"Comma separated list of properties to use for sorting features. To reverse the sort, put a minus sign (-) before. Eg. mykey,-otherkey.": "Komaz bereizitako propietateen zerrenda entitateak ordenatzeko irizpide gisa erabiltzeko. Ordena aldatzeko, jarri minus ikurra (-) aurretik. Adib. niretekla,-bestetekla.",
|
|
73
|
-
"Comma, tab or semi-colon separated values. SRS WGS84 is implied. Only Point geometries are imported. The import will look at the column headers for any mention of «lat» and «lon» at the
|
|
73
|
+
"Comma, tab or semi-colon separated values. SRS WGS84 is implied. Only Point geometries are imported. The import will look at the column headers for any mention of «lat» and «lon» at the beginning of the header, case insensitive. All other column are imported as properties.": "Comma, tab or semi-colon separated values. SRS WGS84 is implied. Only Point geometries are imported. The import will look at the column headers for any mention of «lat» and «lon» at the beginning of the header, case insensitive. All other column are imported as properties.",
|
|
74
74
|
"Congratulations, your map has been created!": "Zorionak, zure mapa ondo sortu da!",
|
|
75
75
|
"Continue line": "Lerro jarrai",
|
|
76
76
|
"Coordinates": "Koordenatuak",
|
|
@@ -159,7 +159,6 @@ const locale = {
|
|
|
159
159
|
"Go to \"{coords}\"": "Joan \"{coords}\"-ra",
|
|
160
160
|
"Go to the homepage": "Joan hasierako orrira",
|
|
161
161
|
"Go to «{feature}»": "Joan «{feature}» atalera",
|
|
162
|
-
"Heatmap intensity property": "Bero-maparen intentsitatearen propietatea",
|
|
163
162
|
"Heatmap radius": "Bero-maparen erradioa",
|
|
164
163
|
"Heatmap": "Bero-mapa",
|
|
165
164
|
"height": "altuera",
|
|
@@ -255,7 +254,6 @@ const locale = {
|
|
|
255
254
|
"Open share & download panel": "Ireki partekatzeko eta deskargatzeko panela",
|
|
256
255
|
"Open this map extent in a map editor to provide more accurate data to OpenStreetMap": "Ireki mapa hau mapa-editore batean OpenStreetMap-i datu zehatzagoak emateko",
|
|
257
256
|
"OpenStreetMap": "OpenStreetMap",
|
|
258
|
-
"Optional intensity property for heatmap": "Bero-maparen intentsitate propietate aukerakoa",
|
|
259
257
|
"Optional. Same as color if not set.": "Aukerakoa. Kolore berdina ezarri ez bada.",
|
|
260
258
|
"Optional.": "Aukerakoa.",
|
|
261
259
|
"Override clustering radius (default 80)": "Gainidatzi multzokatze-erradioa (80 lehenetsia)",
|
|
@@ -631,7 +629,6 @@ const locale = {
|
|
|
631
629
|
"Are you sure you want to delete this field on all the data?": "Are you sure you want to delete this field on all the data?",
|
|
632
630
|
"Anonymous map": "Anonymous map",
|
|
633
631
|
"Edit filter for this field": "Edit filter for this field",
|
|
634
|
-
"Fields, filters and keys": "Fields, filters and keys",
|
|
635
632
|
"Hey, you created a map without an account!": "Hey, you created a map without an account!",
|
|
636
633
|
"This map is anonymous, do you want to attach it to your account?": "This map is anonymous, do you want to attach it to your account?",
|
|
637
634
|
"The map has been upgraded to latest version, please save it.": "The map has been upgraded to latest version, please save it.",
|
|
@@ -641,7 +638,19 @@ const locale = {
|
|
|
641
638
|
"Wikipedia contributors": "Wikipedia contributors",
|
|
642
639
|
"See on Wikipedia": "See on Wikipedia",
|
|
643
640
|
"Anonymous map: update who can see and edit it": "Anonymous map: update who can see and edit it",
|
|
644
|
-
"Login": "Login"
|
|
641
|
+
"Login": "Login",
|
|
642
|
+
"Manage filters": "Manage filters",
|
|
643
|
+
"Map (all layers)": "Map (all layers)",
|
|
644
|
+
"Add a filter for this field": "Add a filter for this field",
|
|
645
|
+
"Short text": "Short text",
|
|
646
|
+
"Text": "Text",
|
|
647
|
+
"Number": "Number",
|
|
648
|
+
"Date": "Date",
|
|
649
|
+
"Date and time": "Date and time",
|
|
650
|
+
"List of values": "List of values",
|
|
651
|
+
"Yes / No": "Yes / No",
|
|
652
|
+
"Select field to compute intensity": "Select field to compute intensity",
|
|
653
|
+
"Optional intensity field to compute heatmap": "Optional intensity field to compute heatmap"
|
|
645
654
|
}
|
|
646
655
|
L.registerLocale("eu", locale)
|
|
647
656
|
L.setLocale("eu")
|
umap/static/umap/locale/eu.json
CHANGED
|
@@ -70,7 +70,7 @@
|
|
|
70
70
|
"color": "kolorea",
|
|
71
71
|
"Comma separated list of numbers, including min and max values.": "Komaz bereizitako zenbakien zerrenda, gutxieneko eta gehienezko balioak barne.",
|
|
72
72
|
"Comma separated list of properties to use for sorting features. To reverse the sort, put a minus sign (-) before. Eg. mykey,-otherkey.": "Komaz bereizitako propietateen zerrenda entitateak ordenatzeko irizpide gisa erabiltzeko. Ordena aldatzeko, jarri minus ikurra (-) aurretik. Adib. niretekla,-bestetekla.",
|
|
73
|
-
"Comma, tab or semi-colon separated values. SRS WGS84 is implied. Only Point geometries are imported. The import will look at the column headers for any mention of «lat» and «lon» at the
|
|
73
|
+
"Comma, tab or semi-colon separated values. SRS WGS84 is implied. Only Point geometries are imported. The import will look at the column headers for any mention of «lat» and «lon» at the beginning of the header, case insensitive. All other column are imported as properties.": "Comma, tab or semi-colon separated values. SRS WGS84 is implied. Only Point geometries are imported. The import will look at the column headers for any mention of «lat» and «lon» at the beginning of the header, case insensitive. All other column are imported as properties.",
|
|
74
74
|
"Congratulations, your map has been created!": "Zorionak, zure mapa ondo sortu da!",
|
|
75
75
|
"Continue line": "Lerro jarrai",
|
|
76
76
|
"Coordinates": "Koordenatuak",
|
|
@@ -159,7 +159,6 @@
|
|
|
159
159
|
"Go to \"{coords}\"": "Joan \"{coords}\"-ra",
|
|
160
160
|
"Go to the homepage": "Joan hasierako orrira",
|
|
161
161
|
"Go to «{feature}»": "Joan «{feature}» atalera",
|
|
162
|
-
"Heatmap intensity property": "Bero-maparen intentsitatearen propietatea",
|
|
163
162
|
"Heatmap radius": "Bero-maparen erradioa",
|
|
164
163
|
"Heatmap": "Bero-mapa",
|
|
165
164
|
"height": "altuera",
|
|
@@ -255,7 +254,6 @@
|
|
|
255
254
|
"Open share & download panel": "Ireki partekatzeko eta deskargatzeko panela",
|
|
256
255
|
"Open this map extent in a map editor to provide more accurate data to OpenStreetMap": "Ireki mapa hau mapa-editore batean OpenStreetMap-i datu zehatzagoak emateko",
|
|
257
256
|
"OpenStreetMap": "OpenStreetMap",
|
|
258
|
-
"Optional intensity property for heatmap": "Bero-maparen intentsitate propietate aukerakoa",
|
|
259
257
|
"Optional. Same as color if not set.": "Aukerakoa. Kolore berdina ezarri ez bada.",
|
|
260
258
|
"Optional.": "Aukerakoa.",
|
|
261
259
|
"Override clustering radius (default 80)": "Gainidatzi multzokatze-erradioa (80 lehenetsia)",
|
|
@@ -631,7 +629,6 @@
|
|
|
631
629
|
"Are you sure you want to delete this field on all the data?": "Are you sure you want to delete this field on all the data?",
|
|
632
630
|
"Anonymous map": "Anonymous map",
|
|
633
631
|
"Edit filter for this field": "Edit filter for this field",
|
|
634
|
-
"Fields, filters and keys": "Fields, filters and keys",
|
|
635
632
|
"Hey, you created a map without an account!": "Hey, you created a map without an account!",
|
|
636
633
|
"This map is anonymous, do you want to attach it to your account?": "This map is anonymous, do you want to attach it to your account?",
|
|
637
634
|
"The map has been upgraded to latest version, please save it.": "The map has been upgraded to latest version, please save it.",
|
|
@@ -641,5 +638,17 @@
|
|
|
641
638
|
"Wikipedia contributors": "Wikipedia contributors",
|
|
642
639
|
"See on Wikipedia": "See on Wikipedia",
|
|
643
640
|
"Anonymous map: update who can see and edit it": "Anonymous map: update who can see and edit it",
|
|
644
|
-
"Login": "Login"
|
|
641
|
+
"Login": "Login",
|
|
642
|
+
"Manage filters": "Manage filters",
|
|
643
|
+
"Map (all layers)": "Map (all layers)",
|
|
644
|
+
"Add a filter for this field": "Add a filter for this field",
|
|
645
|
+
"Short text": "Short text",
|
|
646
|
+
"Text": "Text",
|
|
647
|
+
"Number": "Number",
|
|
648
|
+
"Date": "Date",
|
|
649
|
+
"Date and time": "Date and time",
|
|
650
|
+
"List of values": "List of values",
|
|
651
|
+
"Yes / No": "Yes / No",
|
|
652
|
+
"Select field to compute intensity": "Select field to compute intensity",
|
|
653
|
+
"Optional intensity field to compute heatmap": "Optional intensity field to compute heatmap"
|
|
645
654
|
}
|
umap/static/umap/locale/fa_IR.js
CHANGED
|
@@ -70,7 +70,7 @@ const locale = {
|
|
|
70
70
|
"color": "رنگ",
|
|
71
71
|
"Comma separated list of numbers, including min and max values.": "فهرست اعداد جداشده با کاما، شامل مقدارهای کمینه و بیشینه.",
|
|
72
72
|
"Comma separated list of properties to use for sorting features. To reverse the sort, put a minus sign (-) before. Eg. mykey,-otherkey.": "فهرست ویژگیها برای استفاده در مرتبسازی عنصرها (جداشده با کاما). برای ترتیب معکوس، یک منها قبل آن بگذارید. مثلاًmykey, -othrekey.",
|
|
73
|
-
"Comma, tab or semi-colon separated values. SRS WGS84 is implied. Only Point geometries are imported. The import will look at the column headers for any mention of «lat» and «lon» at the
|
|
73
|
+
"Comma, tab or semi-colon separated values. SRS WGS84 is implied. Only Point geometries are imported. The import will look at the column headers for any mention of «lat» and «lon» at the beginning of the header, case insensitive. All other column are imported as properties.": "Comma, tab or semi-colon separated values. SRS WGS84 is implied. Only Point geometries are imported. The import will look at the column headers for any mention of «lat» and «lon» at the beginning of the header, case insensitive. All other column are imported as properties.",
|
|
74
74
|
"Congratulations, your map has been created!": "تبریک، نقشهٔ شما ساخته شد!",
|
|
75
75
|
"Continue line": "ادامهدادن به خط",
|
|
76
76
|
"Coordinates": "مختصات",
|
|
@@ -159,7 +159,6 @@ const locale = {
|
|
|
159
159
|
"Go to \"{coords}\"": "برو به «{coords}»",
|
|
160
160
|
"Go to the homepage": "برو به صفحهٔ اصلی",
|
|
161
161
|
"Go to «{feature}»": "برو به «{feature}»",
|
|
162
|
-
"Heatmap intensity property": "ویژگی برای شدت نقشهٔ حرارتی",
|
|
163
162
|
"Heatmap radius": "شعاع نقشهٔ حرارتی",
|
|
164
163
|
"Heatmap": "نقشهٔ حرارتی",
|
|
165
164
|
"height": "ارتفاع",
|
|
@@ -255,7 +254,6 @@ const locale = {
|
|
|
255
254
|
"Open share & download panel": "پنجرهٔ همرسانی و بارگیری باز شود",
|
|
256
255
|
"Open this map extent in a map editor to provide more accurate data to OpenStreetMap": "این محدوده از نقشه را در یکی از ویرایشگرهای نقشه باز کنید تا دادههای درستتری در اوپناستریتمپ ارائه کنید",
|
|
257
256
|
"OpenStreetMap": "اوپناستریتمپ",
|
|
258
|
-
"Optional intensity property for heatmap": "ویژگی اختیاری برای شدت در نقشهٔ حرارتی",
|
|
259
257
|
"Optional. Same as color if not set.": "اختیاری. اگر تنظیم نشود با رنگ یکسان است.",
|
|
260
258
|
"Optional.": "اختیاری.",
|
|
261
259
|
"Override clustering radius (default 80)": "شعاع خوشهبندی (پیشفرض 80)",
|
|
@@ -631,7 +629,6 @@ const locale = {
|
|
|
631
629
|
"Are you sure you want to delete this field on all the data?": "Are you sure you want to delete this field on all the data?",
|
|
632
630
|
"Anonymous map": "Anonymous map",
|
|
633
631
|
"Edit filter for this field": "Edit filter for this field",
|
|
634
|
-
"Fields, filters and keys": "Fields, filters and keys",
|
|
635
632
|
"Hey, you created a map without an account!": "Hey, you created a map without an account!",
|
|
636
633
|
"This map is anonymous, do you want to attach it to your account?": "This map is anonymous, do you want to attach it to your account?",
|
|
637
634
|
"The map has been upgraded to latest version, please save it.": "The map has been upgraded to latest version, please save it.",
|
|
@@ -641,7 +638,19 @@ const locale = {
|
|
|
641
638
|
"Wikipedia contributors": "Wikipedia contributors",
|
|
642
639
|
"See on Wikipedia": "See on Wikipedia",
|
|
643
640
|
"Anonymous map: update who can see and edit it": "Anonymous map: update who can see and edit it",
|
|
644
|
-
"Login": "Login"
|
|
641
|
+
"Login": "Login",
|
|
642
|
+
"Manage filters": "Manage filters",
|
|
643
|
+
"Map (all layers)": "Map (all layers)",
|
|
644
|
+
"Add a filter for this field": "Add a filter for this field",
|
|
645
|
+
"Short text": "Short text",
|
|
646
|
+
"Text": "Text",
|
|
647
|
+
"Number": "Number",
|
|
648
|
+
"Date": "Date",
|
|
649
|
+
"Date and time": "Date and time",
|
|
650
|
+
"List of values": "List of values",
|
|
651
|
+
"Yes / No": "Yes / No",
|
|
652
|
+
"Select field to compute intensity": "Select field to compute intensity",
|
|
653
|
+
"Optional intensity field to compute heatmap": "Optional intensity field to compute heatmap"
|
|
645
654
|
}
|
|
646
655
|
L.registerLocale("fa_IR", locale)
|
|
647
656
|
L.setLocale("fa_IR")
|