New translations scissors.mdx (Catalan)
This commit is contained in:
parent
be17698564
commit
14c6b56c1c
1 changed files with 12 additions and 12 deletions
|
@ -1,5 +1,5 @@
|
||||||
---
|
---
|
||||||
title: Crop and split
|
title: Retallar i dividir
|
||||||
---
|
---
|
||||||
|
|
||||||
<script>
|
<script>
|
||||||
|
@ -10,23 +10,23 @@ title: Crop and split
|
||||||
|
|
||||||
# <ScissorsIcon size="24" class="inline-block" style="margin-bottom: 5px" /> { title }
|
# <ScissorsIcon size="24" class="inline-block" style="margin-bottom: 5px" /> { title }
|
||||||
|
|
||||||
## Crop
|
## Retallar
|
||||||
|
|
||||||
Using the slider, you can define the part of the selected trace that you want to keep.
|
Utilitzant el control lliscant, pots definir la part de la traça seleccionada que vols mantenir.
|
||||||
The start and end markers on the map and the [statistics and elevation profile](../files-and-stats) are updated in real time to reflect the selection.
|
Els marcadors d'inici i final en el mapa i les [estadístiques i perfil d'elevació](../files-and-stats) s'actualitzen en temps real per reflectir la selecció.
|
||||||
Alternatively, you can drag a selection rectangle directly on the elevation profile.
|
Alternativament, pots crear un rectangle de selecció directament en el perfil d'elevació.
|
||||||
Validate the selection when you are satisfied with the result.
|
Valida la selecció quan estiguis satisfet amb el resultat.
|
||||||
|
|
||||||
<div class="flex flex-row justify-center">
|
<div class="flex flex-row justify-center">
|
||||||
<Scissors class="text-foreground p-3 border rounded-md shadow-lg" />
|
<Scissors class="text-foreground p-3 border rounded-md shadow-lg" />
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
## Split
|
## Dividir
|
||||||
|
|
||||||
To split the selected trace into two parts, click on one of the split markers displayed along the trace.
|
Per dividir la traça seleccionada en dues parts, clica sobre un dels marcadors de divisió visualitzats a la traça.
|
||||||
To split at a specific point of your choice, hover over the trace on the map.
|
Per dividir en un punt triat específicament, situat sobre la traça del mapa.
|
||||||
Scissors will appear at the cursor position, showing that you can split the trace at that point.
|
Les tisores apareixeran en la posició del cursor, mostrant que pots dividir el traçat en aquest punt.
|
||||||
|
|
||||||
You can choose to split the trace into two GPX files, or to keep the split parts in the same file as [tracks or segments](../gpx).
|
Pots triar dividir el traçat en dos arxius GPX o mantenir les parts dividides en el mateix arxiu com a [tracs o segments](../gpx).
|
||||||
|
|
||||||
<DocsImage src="tools/split" alt="Hovering over the selected trace turns your cursor into scissors." />
|
<DocsImage src="tools/split" alt="Situar el cursor sobre el traçat seleccionat el converteix en tisores." />
|
||||||
|
|
Loading…
Reference in a new issue