New translations merge.mdx (Italian)

This commit is contained in:
vcoppe
2026-03-29 20:33:33 +02:00
parent 0c6186c2ca
commit 417bb421d2

View File

@@ -5,6 +5,7 @@ title: Unisci
<script>
import { Group } from '@lucide/svelte';
import Merge from '$lib/components/toolbar/tools/Merge.svelte';
import DocsNote from '$lib/components/docs/DocsNote.svelte';
</script>
# <Group size="24" class="inline-block" style="margin-bottom: 5px" /> { title }
@@ -15,6 +16,13 @@ Per utilizzare questo strumento, è necessario [selezionare](../files-and-stats)
- La seconda opzione può essere utilizzata per creare o gestire file con più [tracce o segmenti](../gpx).
L'unione di file (o tracce) comporterà un singolo file (o traccia) contenente tutte le tracce (o segmenti) dalla selezione.
<DocsNote>
Selected items are merged in the order they appear in the files list.
Reorder items by drag-and-drop if needed.
</DocsNote>
<div class="flex flex-row justify-center">
<Merge class="text-foreground p-3 border rounded-md shadow-lg" />
</div>