New translations extract.mdx (Catalan)

This commit is contained in:
vcoppe 2025-01-30 10:09:02 +01:00
parent 14d07de84e
commit ca44515de1

View file

@ -1,5 +1,5 @@
--- ---
title: Extract title: Extreu
--- ---
<script> <script>
@ -10,17 +10,17 @@ title: Extract
# <Ungroup size="24" class="inline-block" style="margin-bottom: 5px" /> { title } # <Ungroup size="24" class="inline-block" style="margin-bottom: 5px" /> { title }
This tool allows you to extract [tracks (or segments)](../gpx) from files (or tracks) containing multiple of them. Aquesta eina permet extreure [tracs (o segments)](../gpx) des d'arxius (o tracs) que en continguin múltiples.
<div class="flex flex-row justify-center"> <div class="flex flex-row justify-center">
<Extract class="text-foreground p-3 border rounded-md shadow-lg" /> <Extract class="text-foreground p-3 border rounded-md shadow-lg" />
</div> </div>
Applying the tool to a file containing multiple tracks will create a new file for each of the tracks it contains. Aplicant l'eina a un arxiu que contingui múltiples tracs, crearà un arxiu nou per cada trac que contingui.
Similarly, applying the tool to a track containing multiple segments will create (in the same file) a new track for each of the segments it contains. Igualment, aplicant l'eina a un trac que contingui múltiples segments, crearà (en el mateix arxiu) un nou trac per cada un dels segments que contingui.
<DocsNote> <DocsNote>
En extreure les pistes d'un arxiu que contingui <a href="../gpx">points of interest</a>, l'eina assignarà automàticament cada punt d'interès a la pista més propera. En extreure les pistes d'un arxiu que contingui <a href="../gpx">punts d'interès</a>, l'eina assignarà automàticament cada punt d'interès a la pista més propera.
</DocsNote> </DocsNote>