New translations extract.mdx (French)

This commit is contained in:
vcoppe 2024-07-27 11:56:50 +02:00
parent fbf1a499e1
commit e075b55aca

View file

@ -1,5 +1,5 @@
--- ---
title: Extract title: Extraire
--- ---
<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. Cet outil vous permet d'extraire [des pistes (ou des segments)](../gpx) de fichiers (ou de pistes) en contenant plusieurs.
<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. Appliquer l'outil à un fichier contenant plusieurs pistes créera un nouveau fichier pour chacune des pistes qu'il contient.
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. De même, appliquer l'outil à une piste contenant plusieurs segments créera (dans le même fichier) une nouvelle piste pour chacun des segments qu'elle contient.
<DocsNote> <DocsNote>
When extracting the tracks from a file containing <a href="../gpx">points of interest</a>, the tool will automatically assign each point of interest to the track it is closest to. Lors de l'extraction des pistes d'un fichier contenant des <a href="../gpx">points d'intérêt</a>, l'outil assigne automatiquement chaque point d'intérêt à la piste de laquelle il est le plus proche.
</DocsNote> </DocsNote>