umap-project 2.1.3__py3-none-any.whl → 2.2.0b0__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Potentially problematic release.
This version of umap-project might be problematic. Click here for more details.
- umap/__init__.py +1 -1
- umap/context_processors.py +1 -0
- umap/locale/br/LC_MESSAGES/django.mo +0 -0
- umap/locale/en/LC_MESSAGES/django.po +32 -32
- umap/locale/hu/LC_MESSAGES/django.mo +0 -0
- umap/locale/it/LC_MESSAGES/django.mo +0 -0
- umap/locale/ms/LC_MESSAGES/django.mo +0 -0
- umap/migrations/0020_alter_tilelayer_url_template.py +19 -0
- umap/migrations/0021_remove_map_description.py +16 -0
- umap/models.py +8 -6
- umap/settings/base.py +1 -0
- umap/static/umap/base.css +29 -151
- umap/static/umap/content.css +7 -25
- umap/static/umap/css/icon.css +112 -0
- umap/static/umap/css/panel.css +140 -0
- umap/static/umap/img/16-white.svg +5 -1
- umap/static/umap/img/16.svg +7 -4
- umap/static/umap/img/24-white.svg +3 -1
- umap/static/umap/img/24.svg +3 -4
- umap/static/umap/img/source/16-white.svg +176 -940
- umap/static/umap/img/source/16.svg +8 -5
- umap/static/umap/img/source/24-white.svg +5 -3
- umap/static/umap/img/source/24.svg +6 -7
- umap/static/umap/js/modules/browser.js +82 -73
- umap/static/umap/js/modules/dompurify.js +12 -0
- umap/static/umap/js/modules/facets.js +148 -0
- umap/static/umap/js/modules/global.js +9 -1
- umap/static/umap/js/modules/i18n.js +7 -0
- umap/static/umap/js/modules/orderable.js +84 -0
- umap/static/umap/js/modules/panel.js +76 -0
- umap/static/umap/js/modules/request.js +0 -1
- umap/static/umap/js/modules/schema.js +324 -223
- umap/static/umap/js/modules/urls.js +1 -16
- umap/static/umap/js/modules/utils.js +340 -0
- umap/static/umap/js/umap.controls.js +183 -330
- umap/static/umap/js/umap.core.js +60 -364
- umap/static/umap/js/umap.datalayer.permissions.js +1 -1
- umap/static/umap/js/umap.features.js +60 -40
- umap/static/umap/js/umap.forms.js +111 -25
- umap/static/umap/js/umap.icon.js +11 -4
- umap/static/umap/js/umap.importer.js +24 -17
- umap/static/umap/js/umap.js +170 -145
- umap/static/umap/js/umap.layer.js +71 -40
- umap/static/umap/js/umap.permissions.js +9 -11
- umap/static/umap/js/umap.popup.js +10 -21
- umap/static/umap/js/umap.share.js +11 -8
- umap/static/umap/js/umap.tableeditor.js +4 -6
- umap/static/umap/js/umap.ui.js +0 -51
- umap/static/umap/locale/am_ET.js +242 -227
- umap/static/umap/locale/am_ET.json +18 -7
- umap/static/umap/locale/ar.js +242 -227
- umap/static/umap/locale/ar.json +18 -7
- umap/static/umap/locale/ast.js +242 -227
- umap/static/umap/locale/ast.json +18 -7
- umap/static/umap/locale/bg.js +242 -227
- umap/static/umap/locale/bg.json +18 -7
- umap/static/umap/locale/br.js +252 -237
- umap/static/umap/locale/br.json +22 -11
- umap/static/umap/locale/ca.js +242 -227
- umap/static/umap/locale/ca.json +18 -7
- umap/static/umap/locale/cs_CZ.js +242 -227
- umap/static/umap/locale/cs_CZ.json +18 -7
- umap/static/umap/locale/da.js +242 -227
- umap/static/umap/locale/da.json +18 -7
- umap/static/umap/locale/de.js +242 -227
- umap/static/umap/locale/de.json +18 -7
- umap/static/umap/locale/el.js +242 -227
- umap/static/umap/locale/el.json +18 -7
- umap/static/umap/locale/en.js +242 -234
- umap/static/umap/locale/en.json +19 -8
- umap/static/umap/locale/en_US.json +18 -7
- umap/static/umap/locale/es.js +242 -227
- umap/static/umap/locale/es.json +18 -7
- umap/static/umap/locale/et.js +242 -227
- umap/static/umap/locale/et.json +18 -7
- umap/static/umap/locale/eu.js +227 -199
- umap/static/umap/locale/eu.json +1 -1
- umap/static/umap/locale/fa_IR.js +242 -227
- umap/static/umap/locale/fa_IR.json +18 -7
- umap/static/umap/locale/fi.js +242 -227
- umap/static/umap/locale/fi.json +18 -7
- umap/static/umap/locale/fr.js +242 -234
- umap/static/umap/locale/fr.json +18 -7
- umap/static/umap/locale/gl.js +242 -227
- umap/static/umap/locale/gl.json +18 -7
- umap/static/umap/locale/he.js +242 -227
- umap/static/umap/locale/he.json +18 -7
- umap/static/umap/locale/hr.js +242 -227
- umap/static/umap/locale/hr.json +18 -7
- umap/static/umap/locale/hu.js +242 -234
- umap/static/umap/locale/hu.json +18 -7
- umap/static/umap/locale/id.js +242 -227
- umap/static/umap/locale/id.json +18 -7
- umap/static/umap/locale/is.js +242 -227
- umap/static/umap/locale/is.json +18 -7
- umap/static/umap/locale/it.js +242 -234
- umap/static/umap/locale/it.json +18 -7
- umap/static/umap/locale/ja.js +242 -227
- umap/static/umap/locale/ja.json +18 -7
- umap/static/umap/locale/ko.js +242 -227
- umap/static/umap/locale/ko.json +18 -7
- umap/static/umap/locale/lt.js +242 -227
- umap/static/umap/locale/lt.json +18 -7
- umap/static/umap/locale/ms.js +242 -234
- umap/static/umap/locale/ms.json +19 -8
- umap/static/umap/locale/nl.js +245 -230
- umap/static/umap/locale/nl.json +18 -7
- umap/static/umap/locale/no.js +242 -227
- umap/static/umap/locale/no.json +18 -7
- umap/static/umap/locale/pl.js +242 -227
- umap/static/umap/locale/pl.json +18 -7
- umap/static/umap/locale/pl_PL.json +18 -7
- umap/static/umap/locale/pt.js +242 -227
- umap/static/umap/locale/pt.json +18 -7
- umap/static/umap/locale/pt_BR.js +242 -227
- umap/static/umap/locale/pt_BR.json +18 -7
- umap/static/umap/locale/pt_PT.js +242 -227
- umap/static/umap/locale/pt_PT.json +18 -7
- umap/static/umap/locale/ro.js +242 -227
- umap/static/umap/locale/ro.json +18 -7
- umap/static/umap/locale/ru.js +242 -227
- umap/static/umap/locale/ru.json +18 -7
- umap/static/umap/locale/si.js +1 -1
- umap/static/umap/locale/si.json +1 -1
- umap/static/umap/locale/sk_SK.js +242 -227
- umap/static/umap/locale/sk_SK.json +18 -7
- umap/static/umap/locale/sl.js +242 -227
- umap/static/umap/locale/sl.json +18 -7
- umap/static/umap/locale/sr.js +242 -227
- umap/static/umap/locale/sr.json +18 -7
- umap/static/umap/locale/sv.js +242 -227
- umap/static/umap/locale/sv.json +18 -7
- umap/static/umap/locale/th_TH.js +242 -227
- umap/static/umap/locale/th_TH.json +18 -7
- umap/static/umap/locale/tr.js +242 -227
- umap/static/umap/locale/tr.json +18 -7
- umap/static/umap/locale/uk_UA.js +242 -227
- umap/static/umap/locale/uk_UA.json +18 -7
- umap/static/umap/locale/vi.js +242 -227
- umap/static/umap/locale/vi.json +18 -7
- umap/static/umap/locale/vi_VN.json +18 -7
- umap/static/umap/locale/zh.js +242 -227
- umap/static/umap/locale/zh.json +18 -7
- umap/static/umap/locale/zh_CN.json +18 -7
- umap/static/umap/locale/zh_TW.Big5.json +18 -7
- umap/static/umap/locale/zh_TW.js +242 -234
- umap/static/umap/locale/zh_TW.json +18 -7
- umap/static/umap/map.css +114 -265
- umap/static/umap/test/DataLayer.js +463 -0
- umap/static/umap/test/Feature.js +0 -226
- umap/static/umap/test/TableEditor.js +104 -0
- umap/static/umap/test/Util.js +0 -521
- umap/static/umap/test/index.html +0 -1
- umap/static/umap/unittests/URLs.js +1 -1
- umap/static/umap/unittests/utils.js +610 -0
- umap/static/umap/vars.css +9 -0
- umap/static/umap/vendors/dompurify/purify.es.mjs +1525 -0
- umap/static/umap/vendors/iconlayers/iconLayers.js +1 -1
- umap/templates/umap/css.html +2 -0
- umap/templates/umap/js.html +0 -1
- umap/templates/umap/map_detail.html +4 -0
- umap/templates/umap/map_table.html +12 -10
- umap/templatetags/umap_tags.py +5 -0
- umap/tests/integration/conftest.py +12 -1
- umap/tests/integration/test_anonymous_owned_map.py +6 -5
- umap/tests/integration/test_browser.py +12 -25
- umap/tests/integration/test_choropleth.py +1 -1
- umap/tests/integration/test_dashboard.py +10 -0
- umap/tests/integration/test_datalayer.py +8 -6
- umap/tests/integration/test_edit_datalayer.py +24 -19
- umap/tests/integration/test_edit_map.py +182 -2
- umap/tests/integration/test_edit_marker.py +120 -0
- umap/tests/integration/test_edit_polygon.py +122 -0
- umap/tests/integration/test_facets_browser.py +104 -14
- umap/tests/integration/test_import.py +70 -20
- umap/tests/integration/test_map.py +19 -17
- umap/tests/integration/test_map_list.py +28 -0
- umap/tests/integration/test_owned_map.py +10 -10
- umap/tests/integration/test_picto.py +5 -5
- umap/tests/integration/test_querystring.py +9 -15
- umap/tests/integration/test_slideshow.py +0 -5
- umap/tests/integration/test_statics.py +3 -2
- umap/tests/integration/test_tableeditor.py +1 -5
- umap/tests/integration/test_view_marker.py +64 -0
- umap/tests/integration/test_view_polygon.py +59 -0
- umap/tests/integration/test_view_polyline.py +51 -0
- umap/tests/test_map_views.py +13 -0
- {umap_project-2.1.3.dist-info → umap_project-2.2.0b0.dist-info}/METADATA +8 -8
- {umap_project-2.1.3.dist-info → umap_project-2.2.0b0.dist-info}/RECORD +194 -178
- umap/static/umap/vendors/dompurify/purify.min.js +0 -3
- umap/static/umap/vendors/dompurify/purify.min.js.map +0 -1
- /umap/tests/integration/{test_polygon.py → test_draw_polygon.py} +0 -0
- /umap/tests/integration/{test_polyline.py → test_draw_polyline.py} +0 -0
- {umap_project-2.1.3.dist-info → umap_project-2.2.0b0.dist-info}/WHEEL +0 -0
- {umap_project-2.1.3.dist-info → umap_project-2.2.0b0.dist-info}/entry_points.txt +0 -0
- {umap_project-2.1.3.dist-info → umap_project-2.2.0b0.dist-info}/licenses/LICENSE +0 -0
umap/static/umap/locale/es.js
CHANGED
|
@@ -1,92 +1,33 @@
|
|
|
1
1
|
const locale = {
|
|
2
|
-
"
|
|
3
|
-
"
|
|
4
|
-
"Ball": "Bola",
|
|
5
|
-
"Cancel": "Cancelar",
|
|
6
|
-
"Caption": "Subtítulo",
|
|
7
|
-
"Choose the data format": "Elegir el formato de datos",
|
|
8
|
-
"Choose the layer of the feature": "Elegir la capa del elemento",
|
|
9
|
-
"Circle": "Círculo",
|
|
10
|
-
"Clustered": "Agrupados",
|
|
11
|
-
"Data browser": "Navegador de datos",
|
|
12
|
-
"Default": "Predeterminado",
|
|
13
|
-
"Default zoom level": "Nivel de acercamiento predeterminado",
|
|
14
|
-
"Default: name": "Predeterminado: nombre",
|
|
15
|
-
"Display label": "Mostrar etiqueta",
|
|
16
|
-
"Display the control to open OpenStreetMap editor": "Mostrar el control para abrir el editor OpenStreetMap",
|
|
17
|
-
"Display the data layers control": "Mostrrar el control de la capa de datos",
|
|
18
|
-
"Display the embed control": "Mostrar el control de embebido",
|
|
19
|
-
"Display the fullscreen control": "Mostrar el control de pantalla completa",
|
|
20
|
-
"Display the locate control": "Mostrar el control de ubicación",
|
|
21
|
-
"Display the measure control": "Mostrar el control de medida",
|
|
22
|
-
"Display the search control": "Mostrar el control de búsqueda",
|
|
23
|
-
"Display the tile layers control": "Mostrar el control de capas de teselas",
|
|
24
|
-
"Display the zoom control": "Mostrar el control de acercamiento",
|
|
25
|
-
"Do you want to display a caption bar?": "¿Quiere mostrar la barra de subtítulos?",
|
|
26
|
-
"Do you want to display a minimap?": "¿Quiere mostrar un minimapa?",
|
|
27
|
-
"Do you want to display a panel on load?": "¿Quiere mostrar un panel al cargar?",
|
|
28
|
-
"Do you want to display popup footer?": "¿Quiere mostrar la ventana emergente en el pie de página?",
|
|
29
|
-
"Do you want to display the scale control?": "¿Quiere mostrar el control de escala?",
|
|
30
|
-
"Do you want to display the «more» control?": "¿Quiere mostrar el control «más»?",
|
|
31
|
-
"Drop": "Gota",
|
|
32
|
-
"GeoRSS (only link)": "GeoRSS (sólo enlace)",
|
|
33
|
-
"GeoRSS (title + image)": "GeoRSS (título + imagen)",
|
|
34
|
-
"Heatmap": "Mapa de calor",
|
|
35
|
-
"Icon shape": "Forma de icono",
|
|
36
|
-
"Icon symbol": "Símbolo del icono",
|
|
37
|
-
"Inherit": "Heredar",
|
|
38
|
-
"Label direction": "Dirección de la etiqueta",
|
|
39
|
-
"Label key": "Etiqueta de la clave",
|
|
40
|
-
"Labels are clickable": "Las etiquetas se pueden hacer clic",
|
|
41
|
-
"None": "Ninguno",
|
|
42
|
-
"On the bottom": "En la parte inferior",
|
|
43
|
-
"On the left": "A la izquierda",
|
|
44
|
-
"On the right": "A la derecha",
|
|
45
|
-
"On the top": "En la parte superior",
|
|
46
|
-
"Popup content template": "Plantilla de contenido emergente",
|
|
47
|
-
"Side panel": "Panel lateral",
|
|
48
|
-
"Simplify": "Simplificar",
|
|
49
|
-
"Table": "Tabla",
|
|
50
|
-
"always": "siempre",
|
|
51
|
-
"clear": "limpiar",
|
|
52
|
-
"collapsed": "contraído",
|
|
53
|
-
"color": "color",
|
|
54
|
-
"dash array": "serie de guiones",
|
|
55
|
-
"define": "definir",
|
|
56
|
-
"description": "descripción",
|
|
57
|
-
"expanded": "expandido",
|
|
58
|
-
"fill": "rellenar",
|
|
59
|
-
"fill color": "color de relleno",
|
|
60
|
-
"fill opacity": "opacidad del relleno",
|
|
61
|
-
"hidden": "escondido",
|
|
62
|
-
"iframe": "iframe",
|
|
63
|
-
"inherit": "heredar",
|
|
64
|
-
"name": "nombre",
|
|
65
|
-
"never": "nunca",
|
|
66
|
-
"new window": "nueva ventana",
|
|
67
|
-
"no": "no",
|
|
68
|
-
"on hover": "al pasar el ratón",
|
|
69
|
-
"opacity": "opacidad",
|
|
70
|
-
"parent window": "ventana principal",
|
|
71
|
-
"stroke": "trazo",
|
|
72
|
-
"weight": "peso",
|
|
73
|
-
"yes": "si",
|
|
74
|
-
"{delay} seconds": "{delay} segundos",
|
|
2
|
+
" (area: {measure})": "(área: {medida})",
|
|
3
|
+
" (length: {measure})": "(longitud: {medida})",
|
|
75
4
|
"# one hash for main heading": "# una almohadilla para el encabezado principal",
|
|
76
5
|
"## two hashes for second heading": "## dos almohadillas para el encabezado secundario",
|
|
77
6
|
"### three hashes for third heading": "### tres almohadillas para el encabezado ternario",
|
|
78
7
|
"**double star for bold**": "**dos asteriscos para negrita**",
|
|
8
|
+
"*single star for italic*": "*una estrella para cursiva*",
|
|
9
|
+
"--- for a horizontal rule": "--- para una regla horizontal",
|
|
10
|
+
"1 day": "1 día",
|
|
11
|
+
"1 hour": "1 hora",
|
|
12
|
+
"5 min": "5 min",
|
|
79
13
|
"A comma separated list of numbers that defines the stroke dash pattern. Ex.: \"5, 10, 15\".": "Una lista de números separados por comas que define el patrón de trazos. Por ejemplo: \"5, 10, 15\".",
|
|
80
14
|
"About": "Acerca de",
|
|
15
|
+
"Action not allowed :(": "Action not allowed :(",
|
|
81
16
|
"Activate slideshow mode": "Activar el modo presentación de diapositivas",
|
|
82
17
|
"Add a layer": "Añadir una capa",
|
|
83
18
|
"Add a line to the current multi": "Añadir una línea para el multi elemento actual",
|
|
84
19
|
"Add a new property": "Añadir una nueva propiedad",
|
|
85
20
|
"Add a polygon to the current multi": "Añadir un polígono al multi elemento actual",
|
|
21
|
+
"Add image URL": "Add image URL",
|
|
22
|
+
"Add": "Añadir",
|
|
86
23
|
"Advanced actions": "Acciones avanzadas",
|
|
87
24
|
"Advanced properties": "Propiedades avanzadas",
|
|
25
|
+
"All data and settings of the map": "All data and settings of the map",
|
|
88
26
|
"All properties are imported.": "Todas las propiedades están importadas.",
|
|
89
27
|
"Allow interactions": "Permitir interacciones",
|
|
28
|
+
"Allow scroll wheel zoom?": "¿Permitir acercar con la rueda central del ratón?",
|
|
29
|
+
"always": "siempre",
|
|
30
|
+
"Animated transitions": "Transiciones animadas",
|
|
90
31
|
"Are you sure you want to cancel your changes?": "¿Está seguro que quiere cancelar sus cambios?",
|
|
91
32
|
"Are you sure you want to clone this map and all its datalayers?": "¿Está seguro que quiere clonar este mapa y todas sus capas de datos?",
|
|
92
33
|
"Are you sure you want to delete the feature?": "¿Está seguro que quiere borrar el elemento?",
|
|
@@ -95,186 +36,381 @@ const locale = {
|
|
|
95
36
|
"Are you sure you want to delete this property on all the features?": "¿Esta seguro que quiere borrar esta propiedad en todos los elementos?",
|
|
96
37
|
"Are you sure you want to restore this version?": "¿Está seguro que quiere restaurar esta versión?",
|
|
97
38
|
"Attach the map to my account": "Adjuntar el mapa a mi cuenta",
|
|
39
|
+
"attribution": "atribución",
|
|
98
40
|
"Auto": "Automático",
|
|
41
|
+
"Automatic": "Automático",
|
|
99
42
|
"Autostart when map is loaded": "Autocomenzar cuando el mapa esté cargado",
|
|
43
|
+
"Back to preview": "Volver a la vista previa",
|
|
44
|
+
"Background overlay url": "Url de superposición de fondo",
|
|
45
|
+
"Ball": "Bola",
|
|
46
|
+
"Bring feature to center": "Bring feature to center",
|
|
100
47
|
"Browse data": "Navegar los datos",
|
|
48
|
+
"by": "por",
|
|
49
|
+
"Cache proxied request": "Caché de la petición proxy",
|
|
101
50
|
"Cancel edits": "Cancelar las ediciones",
|
|
51
|
+
"Cancel": "Cancelar",
|
|
52
|
+
"Caption": "Subtítulo",
|
|
102
53
|
"Center map on your location": "Centrar el mapa en su ubicación",
|
|
103
54
|
"Change map background": "Cambiar el fondo del mapa",
|
|
104
55
|
"Change tilelayers": "Cambiar la capa de teselas",
|
|
56
|
+
"Change": "Cambiar",
|
|
105
57
|
"Choose a preset": "Elegir un preestablecido",
|
|
58
|
+
"Choose the data format": "Elegir el formato de datos",
|
|
106
59
|
"Choose the format of the data to import": "Elegir el formato de los datos a importar",
|
|
107
60
|
"Choose the layer to import in": "Elegir la capa a la que se importa",
|
|
61
|
+
"Choropleth breakpoints": "Puntos de ruptura de la Coropleta",
|
|
62
|
+
"Choropleth classes": "Clases de coropletas",
|
|
63
|
+
"Choropleth color palette": "Paleta de colores Coropleta",
|
|
64
|
+
"Choropleth mode": "Modo Coropleta",
|
|
65
|
+
"Choropleth property value": "Valor de la propiedad Choropleta",
|
|
66
|
+
"Choropleth": "Coropleto",
|
|
67
|
+
"Circle": "Círculo",
|
|
68
|
+
"clear": "limpiar",
|
|
108
69
|
"Click last point to finish shape": "Haga clic en el último punto para terminar la figura",
|
|
109
70
|
"Click to add a marker": "Haga clic para añadir un marcador",
|
|
110
71
|
"Click to continue drawing": "Haga clic para continuar dibujando",
|
|
111
72
|
"Click to edit": "Clic para editar",
|
|
112
73
|
"Click to start drawing a line": "Haga clic para empezar a dibujar una línea",
|
|
113
74
|
"Click to start drawing a polygon": "Haga clic para empezar a dibujar un polígono",
|
|
114
|
-
"Clone": "Clonar",
|
|
115
75
|
"Clone of {name}": "Clón de {name}",
|
|
116
76
|
"Clone this feature": "Clonar este elemento",
|
|
117
77
|
"Clone this map": "Clonar este mapa",
|
|
78
|
+
"Clone": "Clonar",
|
|
118
79
|
"Close": "Cerrar",
|
|
80
|
+
"Clustered": "Agrupados",
|
|
119
81
|
"Clustering radius": "Radio de agrupamiento",
|
|
82
|
+
"collapsed": "contraído",
|
|
83
|
+
"color": "color",
|
|
84
|
+
"Comma separated list of numbers, including min and max values.": "Lista de números separados por comas, incluidos los valores mínimo y máximo.",
|
|
85
|
+
"Comma separated list of properties to use for sorting features. To reverse the sort, put a minus sign (-) before. Eg. mykey,-otherkey.": "Lista separada por comas de las propiedades que se utilizarán para ordenar las características. Para invertir la ordenación, anteponga un signo menos (-). Ej. miclave,-otraclave.",
|
|
120
86
|
"Comma separated list of properties to use when filtering features": "Lista separada por comas de las propiedades a utilizar al filtrar los elementos",
|
|
121
87
|
"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 begining of the header, case insensitive. All other column are imported as properties.": "Valores separados por coma, tabulador o punto y coma. SRS WGS84 está implícito. Solo se importan las geometrías de los puntos. La importación buscará en los encabezados de las columnas cualquier mención de «lat» y «lon» al principio del encabezado, sin distinción de mayúsculas y minúsculas. Todas las demás columnas se importan como propiedades.",
|
|
122
|
-
"
|
|
88
|
+
"Congratulations, your map has been created!": "Enhorabuena, ¡su mapa ha sido creado!",
|
|
123
89
|
"Continue line (Ctrl+Click)": "Línea continuada (Ctrl+Clic)",
|
|
90
|
+
"Continue line": "Línea continua",
|
|
124
91
|
"Coordinates": "Coordenadas",
|
|
92
|
+
"Copy link": "Copiar enlace",
|
|
93
|
+
"copy": "copy",
|
|
125
94
|
"Credits": "Créditos",
|
|
95
|
+
"Current map view": "Current map view",
|
|
126
96
|
"Current view instead of default map view?": "¿Vista actual en lugar de la vista del mapa predeterminada?",
|
|
127
97
|
"Custom background": "Fondo personalizado",
|
|
98
|
+
"Custom overlay": "Superposición personalizada",
|
|
99
|
+
"dash array": "serie de guiones",
|
|
100
|
+
"Data browser": "Navegador de datos",
|
|
128
101
|
"Data is browsable": "Los datos son navegables",
|
|
102
|
+
"Datalayers": "Capas de datos",
|
|
129
103
|
"Default interaction options": "Opciones de interacción predeterminados",
|
|
130
104
|
"Default properties": "Propiedades predeterminadas",
|
|
131
105
|
"Default shape properties": "Propiedades de la figura predeterminada",
|
|
106
|
+
"Default view": "Vista predeterminada",
|
|
107
|
+
"Default zoom level": "Nivel de acercamiento predeterminado",
|
|
108
|
+
"Default": "Predeterminado",
|
|
109
|
+
"Default: name": "Predeterminado: nombre",
|
|
132
110
|
"Define link to open in a new window on polygon click.": "Defina un enlace para abrir en un nueva ventana al hacer clic en el polígono.",
|
|
111
|
+
"define": "definir",
|
|
133
112
|
"Delay between two transitions when in play mode": "Retraso entre dos transiciones cuando se está en el modo de reproducción",
|
|
134
|
-
"Delete": "Borrar",
|
|
135
113
|
"Delete all layers": "Borrar todas las capas",
|
|
136
114
|
"Delete layer": "Borrar capa",
|
|
137
115
|
"Delete this feature": "Borrar este elemento",
|
|
138
116
|
"Delete this property on all the features": "Borrar esta propiedad en todos los elementos",
|
|
139
117
|
"Delete this shape": "Borrar esta figura",
|
|
140
118
|
"Delete this vertex (Alt+Click)": "Borrar este vértice (Alt+Clic)",
|
|
119
|
+
"Delete": "Borrar",
|
|
120
|
+
"description": "descripción",
|
|
121
|
+
"Direct link": "Enlace directo",
|
|
141
122
|
"Directions from here": "Direcciones desde aquí",
|
|
123
|
+
"Display label": "Mostrar etiqueta",
|
|
142
124
|
"Display measure": "Mostrar medición",
|
|
125
|
+
"display name": "mostrar nombre",
|
|
143
126
|
"Display on load": "Mostrar al cargar",
|
|
127
|
+
"Display the control to open OpenStreetMap editor": "Mostrar el control para abrir el editor OpenStreetMap",
|
|
128
|
+
"Display the data layers control": "Mostrrar el control de la capa de datos",
|
|
129
|
+
"Display the embed control": "Mostrar el control de embebido",
|
|
130
|
+
"Display the fullscreen control": "Mostrar el control de pantalla completa",
|
|
131
|
+
"Display the locate control": "Mostrar el control de ubicación",
|
|
132
|
+
"Display the measure control": "Mostrar el control de medida",
|
|
133
|
+
"Display the search control": "Mostrar el control de búsqueda",
|
|
134
|
+
"Display the star map button": "Mostrar el botón del mapa de estrellas",
|
|
135
|
+
"Display the tile layers control": "Mostrar el control de capas de teselas",
|
|
136
|
+
"Display the zoom control": "Mostrar el control de acercamiento",
|
|
137
|
+
"Do you want to display a caption bar?": "¿Quiere mostrar la barra de subtítulos?",
|
|
138
|
+
"Do you want to display a minimap?": "¿Quiere mostrar un minimapa?",
|
|
139
|
+
"Do you want to display a panel on load?": "¿Quiere mostrar un panel al cargar?",
|
|
140
|
+
"Do you want to display caption menus?": "Do you want to display caption menus?",
|
|
141
|
+
"Do you want to display popup footer?": "¿Quiere mostrar la ventana emergente en el pie de página?",
|
|
142
|
+
"Do you want to display the scale control?": "¿Quiere mostrar el control de escala?",
|
|
143
|
+
"Do you want to display the «more» control?": "¿Quiere mostrar el control «más»?",
|
|
144
144
|
"Download": "Descargar",
|
|
145
145
|
"Drag to reorder": "Arrastrar para reordenar",
|
|
146
146
|
"Draw a marker": "Dibuja un marcador",
|
|
147
147
|
"Draw a polygon": "Dibuja un polígono",
|
|
148
148
|
"Draw a polyline": "Dibuja una polilínea",
|
|
149
|
-
"
|
|
149
|
+
"Drawing": "Dibujo",
|
|
150
|
+
"Drop": "Gota",
|
|
150
151
|
"Dynamic properties": "Propiedades dinámicas",
|
|
151
|
-
"
|
|
152
|
+
"Dynamic": "Dinámico",
|
|
152
153
|
"Edit feature's layer": "Editar la capa del elemento",
|
|
153
|
-
"Edit map properties": "Editar propiedades del mapa",
|
|
154
154
|
"Edit properties in a table": "Editar propiedades en una tabla",
|
|
155
|
+
"Edit the title of the map": "Editar el título del mapa",
|
|
155
156
|
"Edit this feature": "Editar este elemento",
|
|
157
|
+
"Edit": "Editar",
|
|
158
|
+
"Email": "Correoe",
|
|
159
|
+
"Embed and link options": "Embed and link options",
|
|
156
160
|
"Embed the map": "Embeber el mapa",
|
|
161
|
+
"Emoji & Character": "Emoji & Character",
|
|
157
162
|
"Empty": "Vaciar",
|
|
163
|
+
"Equidistant": "Equidistante",
|
|
164
|
+
"Error in the overlay URL": "Error en la URL de la superposición",
|
|
158
165
|
"Error in the tilelayer URL": "Error en la URL del la capa de teselas",
|
|
159
166
|
"Exit Fullscreen": "Salir de la pantalla completa",
|
|
167
|
+
"expanded": "expandido",
|
|
160
168
|
"Extract shape to separate feature": "Extraer la figura a un elemento separado",
|
|
169
|
+
"Facet keys": "Claves de facetas",
|
|
170
|
+
"Facet search": "Búsqueda de faceta",
|
|
171
|
+
"Feature identifier key": "Clave de identificación del elemento",
|
|
172
|
+
"Feature properties": "Propiedades de las funciones",
|
|
161
173
|
"Fetch data each time map view changes.": "Traer datos cada vez que la vista del mapa cambie.",
|
|
174
|
+
"fill color": "color de relleno",
|
|
175
|
+
"fill opacity": "opacidad del relleno",
|
|
176
|
+
"fill": "rellenar",
|
|
162
177
|
"Filter keys": "Claves de filtrado",
|
|
178
|
+
"Filter": "Filter",
|
|
179
|
+
"Fit all data": "Ajustar todos los datos",
|
|
163
180
|
"Format": "Formato",
|
|
164
181
|
"From zoom": "Desde el acercamiento",
|
|
182
|
+
"full backup": "full backup",
|
|
183
|
+
"Generic": "Generic",
|
|
184
|
+
"GeoRSS (only link)": "GeoRSS (sólo enlace)",
|
|
185
|
+
"GeoRSS (title + image)": "GeoRSS (título + imagen)",
|
|
186
|
+
"Go to \"{coords}\"": "Go to \"{coords}\"",
|
|
187
|
+
"Go to the homepage": "Ir a la página de inicio",
|
|
165
188
|
"Go to «{feature}»": "Ir a «{feature}»",
|
|
166
189
|
"Heatmap intensity property": "Propiedad de la intensidad del mapa de calor",
|
|
167
190
|
"Heatmap radius": "Radio del mapa de calor",
|
|
191
|
+
"Heatmap": "Mapa de calor",
|
|
192
|
+
"height": "altura",
|
|
168
193
|
"Help": "Ayuda",
|
|
194
|
+
"hidden": "escondido",
|
|
169
195
|
"Hide controls": "Ocultar controles",
|
|
170
196
|
"Home": "Inicio",
|
|
171
197
|
"How much to simplify the polyline on each zoom level (more = better performance and smoother look, less = more accurate)": "Cuánto simplificar la polilínea en cada nivel de acercamiento (más = mejor rendimiento y aspecto más suave, menos = más preciso)",
|
|
198
|
+
"icon opacity": "opacidad del icono",
|
|
199
|
+
"Icon shape": "Forma de icono",
|
|
200
|
+
"Icon symbol": "Símbolo del icono",
|
|
201
|
+
"If false, the polygon or line will act as a part of the underlying map.": "If false, the polygon or line will act as a part of the underlying map.",
|
|
172
202
|
"Iframe with custom height (in px): {{{http://iframe.url.com|height}}}": "Iframe con altura personalizada (en píxeles): {{{http://iframe.url.com|altura}}}",
|
|
173
203
|
"Iframe with custom height and width (in px): {{{http://iframe.url.com|height*width}}}": "Iframe con alto y ancho (en px) personalizado: {{{http://iframe.url.com|height*width}}}",
|
|
204
|
+
"iframe": "iframe",
|
|
174
205
|
"Iframe: {{{http://iframe.url.com}}}": "Iframe: {{{http://iframe.url.com}}}",
|
|
175
206
|
"Image with custom width (in px): {{http://image.url.com|width}}": "Imagen con anchura personalizada (en píxeles): {{http://imagen.url.com|anchura}}",
|
|
176
207
|
"Image: {{http://image.url.com}}": "Imagen: {{http://imagen.url.com}}",
|
|
177
|
-
"Import": "Importar",
|
|
178
208
|
"Import data": "Importar datos",
|
|
179
209
|
"Import in a new layer": "Importar en una nueva capa",
|
|
210
|
+
"Import": "Importar",
|
|
180
211
|
"Imports all umap data, including layers and settings.": "Importar todos los datos umap, incluyendo capas y ajustes.",
|
|
181
212
|
"Include full screen link?": "¿Incluir el enlace a pantalla completa?",
|
|
213
|
+
"Inherit": "Heredar",
|
|
214
|
+
"inherit": "heredar",
|
|
182
215
|
"Interaction options": "Opciones de interacción",
|
|
183
|
-
"Invalid
|
|
216
|
+
"Invalid latitude or longitude": "Invalid latitude or longitude",
|
|
184
217
|
"Invalid umap data in {filename}": "Datos umap inválido en {filename}",
|
|
218
|
+
"Invalid umap data": "Datos umap inválido",
|
|
219
|
+
"Invalide property name: {name}": "Invalide property name: {name}",
|
|
220
|
+
"Jenks-Fisher": "Jenks-Fisher",
|
|
221
|
+
"K-means": "K-medias",
|
|
185
222
|
"Keep current visible layers": "Guardar capas visibles actuales",
|
|
223
|
+
"kilometers": "kilómetros",
|
|
224
|
+
"km": "km",
|
|
225
|
+
"Label direction": "Dirección de la etiqueta",
|
|
226
|
+
"Label key": "Etiqueta de la clave",
|
|
227
|
+
"Labels are clickable": "Las etiquetas se pueden hacer clic",
|
|
228
|
+
"Latest feature": "Última novedad",
|
|
186
229
|
"Latitude": "Latitud",
|
|
187
|
-
"Layer": "Capa",
|
|
188
230
|
"Layer properties": "Propiedades de la capa",
|
|
231
|
+
"Layer": "Capa",
|
|
189
232
|
"Licence": "Licencia",
|
|
233
|
+
"licence": "licencia",
|
|
190
234
|
"Limit bounds": "Límites",
|
|
235
|
+
"Link to view the map": "Link to view the map",
|
|
191
236
|
"Link to…": "Enlace a...",
|
|
192
237
|
"Link with text: [[http://example.com|text of the link]]": "Enlace con texto: [[http://ejemplo.com|texto del enlace]]",
|
|
193
238
|
"Long credits": "Créditos largos",
|
|
194
239
|
"Longitude": "Longitud",
|
|
195
240
|
"Make main shape": "Hacer la figura principal",
|
|
196
241
|
"Manage layers": "Gestionar capas",
|
|
242
|
+
"Manual": "Manual",
|
|
197
243
|
"Map background credits": "Créditos del fondo del mapa",
|
|
198
244
|
"Map has been attached to your account": "El mapa se ha adjuntado a su cuenta",
|
|
199
245
|
"Map has been saved!": "¡Se ha guardado el mapa!",
|
|
246
|
+
"Map has been starred": "El mapa ha sido marcado con una estrella",
|
|
247
|
+
"Map has been unstarred": "El mapa se ha desprotegido",
|
|
200
248
|
"Map user content has been published under licence": "El contenido del mapa del usuario se ha publicado bajo la licencia",
|
|
201
249
|
"Map's editors": "Editores del mapa",
|
|
202
250
|
"Map's owner": "Propietario del mapa",
|
|
251
|
+
"max East": "máximo Este",
|
|
252
|
+
"max North": "máximo Norte",
|
|
253
|
+
"max South": "máximo Sur",
|
|
254
|
+
"max West": "máximo Oeste",
|
|
255
|
+
"max zoom": "acercamiento máximo",
|
|
256
|
+
"Measure distances": "Medir distancias",
|
|
203
257
|
"Merge lines": "Combinar líneas",
|
|
258
|
+
"mi": "mi",
|
|
259
|
+
"miles": "millas",
|
|
260
|
+
"min zoom": "acercamiento mínimo",
|
|
204
261
|
"More controls": "Más controles",
|
|
205
262
|
"Must be a valid CSS value (eg.: DarkBlue or #123456)": "Debe ser un valor CSS válido (por ejemplo: DarkBlue o #123456)",
|
|
263
|
+
"name": "nombre",
|
|
264
|
+
"nautical miles": "millas náuticas",
|
|
265
|
+
"never": "nunca",
|
|
266
|
+
"new window": "nueva ventana",
|
|
267
|
+
"next": "siguiente",
|
|
268
|
+
"NM": "NM",
|
|
269
|
+
"No cache": "Sin caché",
|
|
206
270
|
"No licence has been set": "Ninguna licencia se ha establecida",
|
|
271
|
+
"No results for these facets": "No hay resultados para estas facetas",
|
|
207
272
|
"No results": "Sin resultados",
|
|
273
|
+
"no": "no",
|
|
274
|
+
"No.": "No.",
|
|
275
|
+
"None": "Ninguno",
|
|
276
|
+
"Number of desired classes (default 5)": "Número de clases deseadas (predeterminadas 5)",
|
|
277
|
+
"On the bottom": "En la parte inferior",
|
|
278
|
+
"On the left": "A la izquierda",
|
|
279
|
+
"On the right": "A la derecha",
|
|
280
|
+
"On the top": "En la parte superior",
|
|
281
|
+
"Only visible layers' data": "Only visible layers' data",
|
|
282
|
+
"opacity": "opacidad",
|
|
283
|
+
"Opacity": "Opacidad",
|
|
284
|
+
"Open current feature on load": "Abrir el elemento actual al cargar",
|
|
208
285
|
"Open link in…": "Abrir enlace en...",
|
|
286
|
+
"Open share & download panel": "Open share & download panel",
|
|
209
287
|
"Open this map extent in a map editor to provide more accurate data to OpenStreetMap": "Abre la extensión de este mapa en un editor de mapas para proveer datos más precisos a OpenStreetMap",
|
|
288
|
+
"OpenStreetMap": "OpenStreetMap",
|
|
210
289
|
"Optional intensity property for heatmap": "Propiedad de intensidad opcional para el mapa de calor",
|
|
211
290
|
"Optional. Same as color if not set.": "Opcional. Igual que el color si no está establecido.",
|
|
291
|
+
"Optional.": "Opcional.",
|
|
212
292
|
"Override clustering radius (default 80)": "Sobrescribir el radio de agrupación (predeterminado 80)",
|
|
213
293
|
"Override heatmap radius (default 25)": "Sobrescribir el radio del mapa de calor (predeterminado 25)",
|
|
294
|
+
"parent window": "ventana principal",
|
|
295
|
+
"Paste your data here": "Pega tus datos aquí",
|
|
296
|
+
"Permalink": "Permalink",
|
|
297
|
+
"Permanent credits background": "Permanent credits background",
|
|
298
|
+
"Permanent credits": "Permanent credits",
|
|
214
299
|
"Please be sure the licence is compliant with your use.": "Asegúrese que la licencia sea compatible con el uso que le va a dar.",
|
|
215
300
|
"Please choose a format": "Elija un formato",
|
|
216
301
|
"Please enter the name of the property": "Introduzca el nombre de la propiedad",
|
|
217
302
|
"Please enter the new name of this property": "Introduzca el nuevo nombre de esta propiedad",
|
|
303
|
+
"Please save the map first": "Guarde primero el mapa",
|
|
304
|
+
"Popup (large)": "Ventana emergente (grande)",
|
|
305
|
+
"Popup content style": "Estilo del contenido emergente",
|
|
306
|
+
"Popup content template": "Plantilla de contenido emergente",
|
|
307
|
+
"Popup shape": "Forma de la ventana emergente",
|
|
308
|
+
"Popup": "Ventana emergente",
|
|
309
|
+
"Powered by uMap": "Desarrollado por uMap",
|
|
310
|
+
"previous": "anterior",
|
|
311
|
+
"Problem in the response": "Problem in the response",
|
|
218
312
|
"Properties imported:": "Propiedades importadas:",
|
|
219
313
|
"Provide an URL here": "Proporcione una URL aquí",
|
|
220
314
|
"Proxy request": "Petición proxy",
|
|
315
|
+
"Quantiles": "Cuantiles",
|
|
316
|
+
"Recent": "Recent",
|
|
221
317
|
"Remote data": "Datos remotos",
|
|
222
318
|
"Remove shape from the multi": "Quitar la figura del multi elemento",
|
|
223
319
|
"Rename this property on all the features": "Renombrar esta propiedad en todos los elementos",
|
|
224
320
|
"Replace layer content": "Reemplaza el contenido de la capa",
|
|
225
321
|
"Restore this version": "Restaurar esta versión",
|
|
226
|
-
"Save": "Guardar",
|
|
227
322
|
"Save anyway": "Guardar de todos modos",
|
|
228
323
|
"Save current edits": "Guardar las ediciones actuales",
|
|
324
|
+
"Save map": "Save map",
|
|
229
325
|
"Save this center and zoom": "Guardar este centrado y acercamiento",
|
|
230
326
|
"Save this location as new feature": "Guardar esta ubicación como nuevo elemento",
|
|
327
|
+
"Save": "Guardar",
|
|
328
|
+
"Saved center and zoom": "Centro y zoom guardados",
|
|
231
329
|
"Search location": "Buscar ubicación",
|
|
232
|
-
"
|
|
233
|
-
"
|
|
330
|
+
"Search": "Buscar",
|
|
331
|
+
"Secret edit link copied to clipboard!": "Enlace de edición secreto copiado en el portapapeles",
|
|
332
|
+
"Secret edit link:": "Enlace secreto de edición:",
|
|
333
|
+
"See layers": "See layers",
|
|
234
334
|
"See full screen": "Ver pantalla completa",
|
|
335
|
+
"See on OpenStreetMap": "See on OpenStreetMap",
|
|
336
|
+
"Select data": "Select data",
|
|
337
|
+
"Send me the link": "Envíeme el enlace",
|
|
235
338
|
"Set it to false to hide this layer from the slideshow, the data browser, the popup navigation…": "Establecer en falso para ocultar esta capa de la presentación de diapositivas, el navegador de datos, la navegación emergente...",
|
|
339
|
+
"settings": "settings",
|
|
236
340
|
"Shape properties": "Propiedades de la figura",
|
|
341
|
+
"Share and download": "Share and download",
|
|
342
|
+
"Share this link to open a customized map view": "Share this link to open a customized map view",
|
|
237
343
|
"Short credits": "Créditos cortos",
|
|
344
|
+
"Short link": "Short link",
|
|
345
|
+
"Show this layer in the caption": "Mostrar esta capa en la leyenda",
|
|
238
346
|
"Show/hide layer": "Mostrar/ocultar capa",
|
|
347
|
+
"Side panel": "Panel lateral",
|
|
239
348
|
"Simple link: [[http://example.com]]": "Enlace simple: [[http://ejemplo.com]]",
|
|
349
|
+
"Simplify": "Simplificar",
|
|
350
|
+
"Skipping unknown geometry.type: {type}": "Ignorando tipo de geometría desconocida: {type}",
|
|
240
351
|
"Slideshow": "Presentación de diapositivas",
|
|
241
352
|
"Sort key": "Orden de la clave",
|
|
242
353
|
"Split line": "Linea de división",
|
|
354
|
+
"Star this map": "Marcar este mapa con una estrella",
|
|
243
355
|
"Start a hole here": "Iniciar un agujero aquí",
|
|
244
356
|
"Start slideshow": "Iniciar presentación de diapositivas",
|
|
245
357
|
"Stop editing": "Parar de editar",
|
|
246
358
|
"Stop slideshow": "Parar presentación de diapositivas",
|
|
359
|
+
"Street": "Street",
|
|
360
|
+
"stroke": "trazo",
|
|
247
361
|
"Supported scheme": "Esquema soportado",
|
|
248
362
|
"Supported variables that will be dynamically replaced": "Las variables soportadas que serán reemplazadas dinámicamente",
|
|
249
|
-
"
|
|
363
|
+
"Switch to edit mode": "Cambiar al modo de edición",
|
|
364
|
+
"Symbol": "Symbol",
|
|
365
|
+
"Table": "Tabla",
|
|
250
366
|
"Text color for the cluster label": "Color del texto para la etiqueta clúster",
|
|
251
367
|
"Text formatting": "Formato de texto",
|
|
368
|
+
"The name of the property to use as feature label (eg.: \"nom\"). You can also use properties inside brackets to use more than one or mix with static content (eg.: \"{name} in {place}\")": "The name of the property to use as feature label (eg.: \"nom\"). You can also use properties inside brackets to use more than one or mix with static content (eg.: \"{name} in {place}\")",
|
|
369
|
+
"The name of the property to use as feature unique identifier.": "El nombre de la propiedad a utilizar como identificador único del elemento.",
|
|
370
|
+
"The zoom and center have been modified.": "Se han modificado el zoom y el centro.",
|
|
371
|
+
"TMS format": "formato TMS",
|
|
252
372
|
"To use if remote server doesn't allow cross domain (slower)": "Para utilizar si el servidor remoto no permite dominios cruzados (más lento)",
|
|
253
373
|
"To zoom": "Para acercar/alejar",
|
|
374
|
+
"Toggle edit mode (⇧+Click)": "Conmutar el modo de edición (⇧+Clic)",
|
|
375
|
+
"Toggle edit mode": "Toggle edit mode",
|
|
254
376
|
"Transfer shape to edited feature": "Transferir la figura al elemento editado",
|
|
255
377
|
"Transform to lines": "Transformar a líneas",
|
|
256
378
|
"Transform to polygon": "Transformar a polígono",
|
|
379
|
+
"Type a place name or coordinates": "Type a place name or coordinates",
|
|
380
|
+
"Type char or paste emoji": "Type char or paste emoji",
|
|
257
381
|
"Type of layer": "Tipo de capa",
|
|
258
382
|
"Unable to detect format of file {filename}": "No se puede detectar el formato de archivo {filename}",
|
|
259
383
|
"Untitled layer": "Capa sin título",
|
|
260
384
|
"Untitled map": "Mapa sin título",
|
|
261
|
-
"Update permissions": "Actualizar permisos",
|
|
262
385
|
"Update permissions and editors": "Actualizar permisos y editores",
|
|
386
|
+
"Update permissions": "Actualizar permisos",
|
|
387
|
+
"Update who can see and edit the map": "Actualizar quién puede ver y editar el mapa",
|
|
263
388
|
"Url": "Url",
|
|
389
|
+
"URL": "URL",
|
|
264
390
|
"Use current bounds": "Utilizar límites actuales",
|
|
265
391
|
"Use placeholders with feature properties between brackets, eg. {name}, they will be dynamically replaced by the corresponding values.": "Utilizar marcadores de posición con propiedades del elemento entre paréntesis, ejemplo {name}, serán reemplazados dinámicamente por los valores correspondientes.",
|
|
266
392
|
"User content credits": "Créditos del contenido del usuario",
|
|
267
393
|
"User interface options": "Opciones de la interface de usuario",
|
|
394
|
+
"User location": "Ubicación del usuario",
|
|
395
|
+
"Verify remote URL": "Verificar URL remota",
|
|
268
396
|
"Versions": "Versiones",
|
|
269
397
|
"View Fullscreen": "Ver en pantalla completa",
|
|
398
|
+
"View": "Vista",
|
|
399
|
+
"Visibility: {status}": "Visibilidad: {estado}",
|
|
400
|
+
"weight": "peso",
|
|
270
401
|
"Where do we go from here?": "¿A dónde vamos a partir de aquí?",
|
|
271
402
|
"Whether to display or not polygons paths.": "Si desea mostrar o no el trayecto de los polígonos.",
|
|
272
403
|
"Whether to fill polygons with color.": "Si desea rellenar los polígonos con color.",
|
|
404
|
+
"Who can edit \"{layer}\"": "Quién puede editar \"{layer}\"",
|
|
273
405
|
"Who can edit": "Quién puede editar",
|
|
274
406
|
"Who can view": "Quién puede ver",
|
|
407
|
+
"width": "anchura",
|
|
275
408
|
"Will be displayed in the bottom right corner of the map": "Se mostrará en la esquina inferior izquierda del mapa",
|
|
409
|
+
"Will be permanently visible in the bottom left corner of the map": "Will be permanently visible in the bottom left corner of the map",
|
|
276
410
|
"Will be visible in the caption of the map": "Será visible en el subtítulo del mapa",
|
|
277
411
|
"Woops! Someone else seems to have edited the data. You can save anyway, but this will erase the changes made by others.": "¡Oops! Alguien parece haber editado los datos. Puedes guardar de todos modos, pero esto va a borrar los cambios realizados por otros.",
|
|
412
|
+
"yes": "si",
|
|
413
|
+
"Your map has been created! As you are not logged in, here is your secret link to edit the map, please keep it safe:": "¡Su mapa ha sido creado! Como no ha iniciado sesión, aquí tiene el enlace secreto para editar el mapa:",
|
|
278
414
|
"Zoom in": "Acercar",
|
|
279
415
|
"Zoom level for automatic zooms": "Nivel de acercamiento para acercamientos automáticos",
|
|
280
416
|
"Zoom out": "Alejar",
|
|
@@ -283,155 +419,34 @@ const locale = {
|
|
|
283
419
|
"Zoom to the previous": "Acercamiento al anterior",
|
|
284
420
|
"Zoom to this feature": "Acercamiento a este elemento",
|
|
285
421
|
"Zoom to this place": "Acercamiento a este lugar",
|
|
286
|
-
"attribution": "atribución",
|
|
287
|
-
"by": "por",
|
|
288
|
-
"display name": "mostrar nombre",
|
|
289
|
-
"height": "altura",
|
|
290
|
-
"licence": "licencia",
|
|
291
|
-
"max East": "máximo Este",
|
|
292
|
-
"max North": "máximo Norte",
|
|
293
|
-
"max South": "máximo Sur",
|
|
294
|
-
"max West": "máximo Oeste",
|
|
295
|
-
"max zoom": "acercamiento máximo",
|
|
296
|
-
"min zoom": "acercamiento mínimo",
|
|
297
|
-
"next": "siguiente",
|
|
298
|
-
"previous": "anterior",
|
|
299
|
-
"width": "anchura",
|
|
300
|
-
"{count} errors during import: {message}": "{count} errores durante la importación: {message}",
|
|
301
|
-
"Measure distances": "Medir distancias",
|
|
302
|
-
"NM": "NM",
|
|
303
|
-
"kilometers": "kilómetros",
|
|
304
|
-
"km": "km",
|
|
305
|
-
"mi": "mi",
|
|
306
|
-
"miles": "millas",
|
|
307
|
-
"nautical miles": "millas náuticas",
|
|
308
|
-
"1 day": "1 día",
|
|
309
|
-
"1 hour": "1 hora",
|
|
310
|
-
"5 min": "5 min",
|
|
311
|
-
"Cache proxied request": "Caché de la petición proxy",
|
|
312
|
-
"No cache": "Sin caché",
|
|
313
|
-
"Popup": "Ventana emergente",
|
|
314
|
-
"Popup (large)": "Ventana emergente (grande)",
|
|
315
|
-
"Popup content style": "Estilo del contenido emergente",
|
|
316
|
-
"Popup shape": "Forma de la ventana emergente",
|
|
317
|
-
"Skipping unknown geometry.type: {type}": "Ignorando tipo de geometría desconocida: {type}",
|
|
318
|
-
"Optional.": "Opcional.",
|
|
319
|
-
"Paste your data here": "Pega tus datos aquí",
|
|
320
|
-
"Please save the map first": "Guarde primero el mapa",
|
|
321
|
-
"Feature identifier key": "Clave de identificación del elemento",
|
|
322
|
-
"Open current feature on load": "Abrir el elemento actual al cargar",
|
|
323
|
-
"Permalink": "Permalink",
|
|
324
|
-
"The name of the property to use as feature unique identifier.": "El nombre de la propiedad a utilizar como identificador único del elemento.",
|
|
325
|
-
"Do you want to display caption menus?": "Do you want to display caption menus?",
|
|
326
|
-
"Example: key1,key2,key3": "Example: key1,key2,key3",
|
|
327
|
-
"Invalid latitude or longitude": "Invalid latitude or longitude",
|
|
328
|
-
"Invalide property name: {name}": "Invalide property name: {name}",
|
|
329
|
-
"Permanent credits": "Permanent credits",
|
|
330
|
-
"Permanent credits background": "Permanent credits background",
|
|
331
|
-
"Select data": "Select data",
|
|
332
|
-
"Will be permanently visible in the bottom left corner of the map": "Will be permanently visible in the bottom left corner of the map",
|
|
333
422
|
"{area} acres": "{área} acres",
|
|
334
423
|
"{area} ha": "{área} ha",
|
|
335
424
|
"{area} m²": "{área} m²",
|
|
336
425
|
"{area} mi²": "{área} mi²",
|
|
337
426
|
"{area} yd²": "{área} yd²",
|
|
338
|
-
"{
|
|
427
|
+
"{count} errors during import: {message}": "{count} errores durante la importación: {message}",
|
|
428
|
+
"{delay} seconds": "{delay} segundos",
|
|
339
429
|
"{distance} km": "{distancia} km",
|
|
340
430
|
"{distance} m": "{distancia} m",
|
|
341
431
|
"{distance} miles": "{distancia} millas",
|
|
432
|
+
"{distance} NM": "{distancia} NM",
|
|
342
433
|
"{distance} yd": "{distancia} yd",
|
|
343
|
-
"
|
|
344
|
-
"
|
|
345
|
-
"
|
|
346
|
-
"
|
|
347
|
-
"
|
|
348
|
-
"
|
|
349
|
-
"
|
|
350
|
-
"
|
|
351
|
-
"
|
|
352
|
-
"
|
|
353
|
-
"
|
|
354
|
-
"
|
|
355
|
-
"
|
|
356
|
-
"
|
|
357
|
-
"
|
|
358
|
-
"
|
|
359
|
-
"Email": "Correoe",
|
|
360
|
-
"Secret edit link copied to clipboard!": "Enlace de edición secreto copiado en el portapapeles",
|
|
361
|
-
"Send me the link": "Envíeme el enlace",
|
|
362
|
-
"Your map has been created! As you are not logged in, here is your secret link to edit the map, please keep it safe:": "¡Su mapa ha sido creado! Como no ha iniciado sesión, aquí tiene el enlace secreto para editar el mapa:",
|
|
363
|
-
"Comma separated list of properties to use for sorting features. To reverse the sort, put a minus sign (-) before. Eg. mykey,-otherkey.": "Lista separada por comas de las propiedades que se utilizarán para ordenar las características. Para invertir la ordenación, anteponga un signo menos (-). Ej. miclave,-otraclave.",
|
|
364
|
-
"Toggle edit mode (⇧+Click)": "Conmutar el modo de edición (⇧+Clic)",
|
|
365
|
-
"icon opacity": "opacidad del icono",
|
|
366
|
-
"*single star for italic*": "*una estrella para cursiva*",
|
|
367
|
-
"--- for a horizontal rule": "--- para una regla horizontal",
|
|
368
|
-
"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}\")": "El nombre de la propiedad a utilizar como etiqueta de la característica (ej.: \"nom\"). También puede utilizar propiedades entre paréntesis para utilizar más de una o mezclarlas con contenido estático (p. ej.: \"{nombre} en {lugar}\").",
|
|
369
|
-
"Comma separated list of properties to use for facet search (eg.: mykey,otherkey). To control label, add it after a | (eg.: mykey|My Key,otherkey|Other Key)": "Lista separada por comas de las propiedades a utilizar para la búsqueda de facetas (ej.: miclave,otraclave). Para controlar la etiqueta, añádala después de | (ej.: mykey|Mi Clave,otherkey|Otra Clave)",
|
|
370
|
-
"Default view": "Vista predeterminada",
|
|
371
|
-
"Facet keys": "Claves de facetas",
|
|
372
|
-
"Facet search": "Búsqueda de faceta",
|
|
373
|
-
"Feature properties": "Propiedades de las funciones",
|
|
374
|
-
"Latest feature": "Última novedad",
|
|
375
|
-
"No results for these facets": "No hay resultados para estas facetas",
|
|
376
|
-
"Saved center and zoom": "Centro y zoom guardados",
|
|
377
|
-
"User location": "Ubicación del usuario",
|
|
378
|
-
"Visibility: {status}": "Visibilidad: {estado}",
|
|
379
|
-
"Fit all data": "Ajustar todos los datos",
|
|
380
|
-
"Verify remote URL": "Verificar URL remota",
|
|
381
|
-
"Add": "Añadir",
|
|
382
|
-
"Change": "Cambiar",
|
|
383
|
-
"Powered by uMap": "Desarrollado por uMap",
|
|
384
|
-
"Search": "Buscar",
|
|
385
|
-
"Datalayers": "Capas de datos",
|
|
386
|
-
"Secret edit link:": "Enlace secreto de edición:",
|
|
387
|
-
"Who can edit \"{layer}\"": "Quién puede editar \"{layer}\"",
|
|
388
|
-
"Choropleth": "Coropleto",
|
|
389
|
-
"Choropleth breakpoints": "Puntos de ruptura de la Coropleta",
|
|
390
|
-
"Choropleth classes": "Clases de coropletas",
|
|
391
|
-
"Choropleth color palette": "Paleta de colores Coropleta",
|
|
392
|
-
"Choropleth mode": "Modo Coropleta",
|
|
393
|
-
"Choropleth property value": "Valor de la propiedad Choropleta",
|
|
394
|
-
"Comma separated list of numbers, including min and max values.": "Lista de números separados por comas, incluidos los valores mínimo y máximo.",
|
|
395
|
-
"Equidistant": "Equidistante",
|
|
396
|
-
"Jenks-Fisher": "Jenks-Fisher",
|
|
397
|
-
"K-means": "K-medias",
|
|
398
|
-
"Manual": "Manual",
|
|
399
|
-
"Number of desired classes (default 5)": "Número de clases deseadas (predeterminadas 5)",
|
|
400
|
-
"Quantiles": "Cuantiles",
|
|
401
|
-
"Show this layer in the caption": "Mostrar esta capa en la leyenda",
|
|
402
|
-
"Back to preview": "Volver a la vista previa",
|
|
403
|
-
"Drawing": "Dibujo",
|
|
404
|
-
"Edit the title of the map": "Editar el título del mapa",
|
|
405
|
-
"Go to the homepage": "Ir a la página de inicio",
|
|
406
|
-
"Switch to edit mode": "Cambiar al modo de edición",
|
|
407
|
-
"Update who can see and edit the map": "Actualizar quién puede ver y editar el mapa",
|
|
408
|
-
"View": "Vista",
|
|
409
|
-
"Add image URL": "Add image URL",
|
|
410
|
-
"Emoji & Character": "Emoji & Character",
|
|
411
|
-
"Generic": "Generic",
|
|
412
|
-
"Symbol": "Symbol",
|
|
413
|
-
"Type char or paste emoji": "Type char or paste emoji",
|
|
414
|
-
"URL": "URL",
|
|
415
|
-
"If false, the polygon or line will act as a part of the underlying map.": "If false, the polygon or line will act as a part of the underlying map.",
|
|
416
|
-
"Save map": "Save map",
|
|
417
|
-
"Toggle edit mode": "Toggle edit mode",
|
|
418
|
-
"All data and settings of the map": "All data and settings of the map",
|
|
419
|
-
"Embed and link options": "Embed and link options",
|
|
420
|
-
"Go to \"{coords}\"": "Go to \"{coords}\"",
|
|
421
|
-
"Link to view the map": "Link to view the map",
|
|
422
|
-
"No.": "No.",
|
|
423
|
-
"Only visible layers' data": "Only visible layers' data",
|
|
424
|
-
"Open share & download panel": "Open share & download panel",
|
|
425
|
-
"OpenStreetMap": "OpenStreetMap",
|
|
426
|
-
"See on OpenStreetMap": "See on OpenStreetMap",
|
|
427
|
-
"Share and download": "Share and download",
|
|
428
|
-
"Share this link to open a customized map view": "Share this link to open a customized map view",
|
|
429
|
-
"Short link": "Short link",
|
|
430
|
-
"Street": "Street",
|
|
431
|
-
"Type a place name or coordinates": "Type a place name or coordinates",
|
|
432
|
-
"copy": "copy",
|
|
433
|
-
"full backup": "full backup",
|
|
434
|
-
"settings": "settings"
|
|
434
|
+
"Edit map name and caption": "Edit map name and caption",
|
|
435
|
+
"Map advanced properties": "Map advanced properties",
|
|
436
|
+
"Edit map details": "Edit map details",
|
|
437
|
+
"Back to browser": "Back to browser",
|
|
438
|
+
"Toggle size": "Toggle size",
|
|
439
|
+
"Layers": "Layers",
|
|
440
|
+
"Display the caption control": "Display the caption control",
|
|
441
|
+
"Comma separated list of properties to use for facet search (eg.: mykey,otherkey). To control label, add it after a | (eg.: mykey|My Key,otherkey|Other Key). 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.": "Comma separated list of properties to use for facet search (eg.: mykey,otherkey). To control label, add it after a | (eg.: mykey|My Key,otherkey|Other Key). 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.",
|
|
442
|
+
"<empty value>": "<empty value>",
|
|
443
|
+
"Min": "Min",
|
|
444
|
+
"Max": "Max",
|
|
445
|
+
"From": "From",
|
|
446
|
+
"Until": "Until",
|
|
447
|
+
"Example: key1,key2|Label 2,key3|Label 3|checkbox": "Example: key1,key2|Label 2,key3|Label 3|checkbox",
|
|
448
|
+
"Edit in OpenStreetMap": "Edit in OpenStreetMap",
|
|
449
|
+
"Cannot determine latitude and longitude columns.": "Cannot determine latitude and longitude columns."
|
|
435
450
|
}
|
|
436
451
|
L.registerLocale("es", locale)
|
|
437
452
|
L.setLocale("es")
|