New translations extract.mdx (Italian)

This commit is contained in:
vcoppe 2024-08-14 14:11:27 +02:00
parent e1836f1a1a
commit e5b29b799f

View file

@ -1,5 +1,5 @@
--- ---
title: Extract title: Estrai
--- ---
<script> <script>
@ -16,11 +16,11 @@ Questo strumento consente di estrarre [tracce (o segmenti)](../gpx) da file (o t
<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. Applicando lo strumento a un file contenente più tracce si creerà un nuovo file per ciascuna delle tracce che contiene.
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. Allo stesso modo, applicare lo strumento a una traccia contenente più segmenti creerà (nello stesso file) una nuova traccia per ciascuno dei segmenti che contiene.
<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. Quando si estraggono le tracce da un file contenente <a href="../gpx">punti d'interesse</a>, lo strumento assegnerà automaticamente ogni punto d'interesse alla traccia a cui è più vicino.
</DocsNote> </DocsNote>