New translations extract.mdx (Spanish)

This commit is contained in:
vcoppe 2024-07-24 12:32:27 +02:00
parent 84e0b2445f
commit c755fb8a7b

View file

@ -1,5 +1,5 @@
--- ---
title: Extract title: Extracción
--- ---
<script> <script>
@ -10,14 +10,14 @@ 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. Esta herramienta le permite extraer [pistas (o segmentos)](../gpx) de archivos (o pistas) que contengan varios.
<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. Aplicar la herramienta a un archivo que contenga múltiples pistas creará un nuevo archivo para cada una de las pistas.
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. Del mismo modo, la aplicación de la herramienta a una pista que contenga varios segmentos creará (en el mismo archivo) una nueva pista para cada uno de los segmentos.
<DocsNote> <DocsNote>