New translations view.mdx (Spanish)
This commit is contained in:
parent
4f9cdc9fad
commit
5ce508be0c
1 changed files with 5 additions and 4 deletions
|
@ -3,7 +3,7 @@ title: Opciones de vista
|
|||
---
|
||||
|
||||
<script lang="ts">
|
||||
import { ChartArea, GalleryVertical, Map, Layers2, Coins, Milestone, Box } from 'lucide-svelte';
|
||||
import { ChartArea, ListTree, Map, Layers2, Coins, Milestone, Box } from 'lucide-svelte';
|
||||
import DocsNote from '$lib/components/docs/DocsNote.svelte';
|
||||
</script>
|
||||
|
||||
|
@ -15,10 +15,11 @@ Este menú proporciona opciones para reorganizar la interfaz y la vista del mapa
|
|||
|
||||
Oculta el perfil de elevación para dejar espacio para el mapa, o lo muestra para inspeccionar la selección actual.
|
||||
|
||||
### <GalleryVertical size="16" class="inline-block" style="margin-bottom: 2px" /> Lista vertical de archivos
|
||||
### <ListTree size="16" class="inline-block" style="margin-bottom: 2px" /> File tree
|
||||
|
||||
Cambia entre una distribución vertical u horizontal para la lista de archivos.
|
||||
La [lista vertical de archivos](../files-and-stats) es útil cuando tiene muchos archivos abiertos o archivos con varios [pistas, segmentos o puntos de interés](../gpx).
|
||||
Toggle the tree layout for the [file list](../files-and-stats).
|
||||
This layout is ideal for managing a large number of open files, as it organizes them into a vertical list on the right side of the map.
|
||||
In addition, the file tree view enables you to inspect the [tracks, segments, and points of interest](../gpx) contained inside the files through collapsible sections.
|
||||
|
||||
### <Map size="16" class="inline-block" style="margin-bottom: 2px" /> Cambiar al mapa base anterior
|
||||
|
||||
|
|
Loading…
Reference in a new issue