New translations scissors.mdx (Dutch)
This commit is contained in:
parent
1173d91350
commit
ba105f1ce8
1 changed files with 1 additions and 2 deletions
|
|
@ -5,7 +5,6 @@ title: Bijsnijden of splitsen
|
||||||
<script>
|
<script>
|
||||||
import { ScissorsIcon } from 'lucide-svelte';
|
import { ScissorsIcon } from 'lucide-svelte';
|
||||||
import Scissors from '$lib/components/toolbar/tools/scissors/Scissors.svelte';
|
import Scissors from '$lib/components/toolbar/tools/scissors/Scissors.svelte';
|
||||||
import splitScreenshot from '$lib/assets/img/docs/tools/split.png?enhanced';
|
|
||||||
import DocsImage from '$lib/components/docs/DocsImage.svelte';
|
import DocsImage from '$lib/components/docs/DocsImage.svelte';
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
|
|
@ -30,4 +29,4 @@ Schaar verschijnt op de cursorpositie, en toont dat je het spoor kunt splitsen o
|
||||||
|
|
||||||
Je kunt kiezen om de track te splitsen in twee GPX-bestanden, of om de delen in hetzelfde bestand te houden als [nummers of segmenten](../gpx).
|
Je kunt kiezen om de track te splitsen in twee GPX-bestanden, of om de delen in hetzelfde bestand te houden als [nummers of segmenten](../gpx).
|
||||||
|
|
||||||
<DocsImage src={splitScreenshot} alt="Over het geselecteerde spoor zweven verandert je cursor in een schaar." />
|
<DocsImage img="tools/split" alt="Hovering over the selected trace turns your cursor into scissors." />
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue