New translations routing.mdx (Spanish)
This commit is contained in:
parent
5853b1d11a
commit
57deb05add
1 changed files with 1 additions and 2 deletions
|
|
@ -6,7 +6,6 @@ title: Planificación y edición de rutas
|
|||
import { Pencil, Route, Bike, TriangleAlert, ArrowRightLeft, Home, Repeat, Trash2, CirclePlay, SquareArrowUpLeft } from 'lucide-svelte';
|
||||
import DocsNote from '$lib/components/docs/DocsNote.svelte';
|
||||
import Routing from '$lib/components/toolbar/tools/routing/Routing.svelte';
|
||||
import routingScreenshot from '$lib/assets/img/docs/tools/routing.png?enhanced';
|
||||
import DocsImage from '$lib/components/docs/DocsImage.svelte';
|
||||
</script>
|
||||
|
||||
|
|
@ -62,7 +61,7 @@ Esto permite que la ruta sea editada con diferentes niveles de detalle.
|
|||
|
||||
Finalmente, puede eliminar puntos de ancla haciendo clic en ellos y seleccionando <button><Trash2 size="16" class="inline-block" style="margin-bottom: 4px" /> Eliminar</button> del menú contextual.
|
||||
|
||||
<DocsImage src={routingScreenshot} alt="Los puntos de anclaje le permiten editar una ruta fácilmente." />
|
||||
<DocsImage img="tools/routing" alt="Anchor points allow you to easily edit a route." />
|
||||
|
||||
## Herramientas adicionales
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue