New Crowdin updates (#60)

* New translations gpx.mdx (Italian)

* New translations funding.mdx (Italian)

* New translations clean.mdx (Italian)

* New translations files-and-stats.mdx (Hungarian)

* New translations funding.mdx (Hungarian)

* New translations funding.mdx (Hungarian)

* New translations mapbox.mdx (Hungarian)

* New translations translation.mdx (Hungarian)

* New translations settings.mdx (Hungarian)

* New translations clean.mdx (Italian)

* New translations extract.mdx (Italian)

* New translations toolbar.mdx (German)

* New translations file.mdx (German)

* New translations funding.mdx (German)

* New translations mapbox.mdx (German)

* New translations translation.mdx (German)

* New translations edit.mdx (German)

* New translations file.mdx (German)

* New translations settings.mdx (German)

* New translations routing.mdx (German)

* New translations time.mdx (German)

* New translations edit.mdx (German)

* New translations settings.mdx (German)

* New translations view.mdx (German)

* New translations clean.mdx (German)

* New translations extract.mdx (German)

* New translations extract.mdx (Italian)

* New translations merge.mdx (Italian)

* New translations minify.mdx (Italian)

* New translations routing.mdx (Italian)

* New translations en.json (Romanian)

* New translations en.json (French)

* New translations en.json (Spanish)

* New translations en.json (Catalan)

* New translations en.json (Czech)

* New translations en.json (German)

* New translations en.json (Greek)

* New translations en.json (Hungarian)

* New translations en.json (Italian)

* New translations en.json (Lithuanian)

* New translations en.json (Dutch)

* New translations en.json (Norwegian)

* New translations en.json (Polish)

* New translations en.json (Portuguese)

* New translations en.json (Russian)

* New translations en.json (Swedish)

* New translations en.json (Chinese Simplified)

* New translations en.json (Vietnamese)

* New translations en.json (Portuguese, Brazilian)

* New translations integration.mdx (Romanian)

* New translations integration.mdx (French)

* New translations integration.mdx (Spanish)

* New translations integration.mdx (Catalan)

* New translations integration.mdx (Czech)

* New translations integration.mdx (German)

* New translations integration.mdx (Greek)

* New translations integration.mdx (Hungarian)

* New translations integration.mdx (Italian)

* New translations integration.mdx (Lithuanian)

* New translations integration.mdx (Dutch)

* New translations integration.mdx (Norwegian)

* New translations integration.mdx (Polish)

* New translations integration.mdx (Portuguese)

* New translations integration.mdx (Russian)

* New translations integration.mdx (Swedish)

* New translations integration.mdx (Chinese Simplified)

* New translations integration.mdx (Vietnamese)

* New translations integration.mdx (Portuguese, Brazilian)

* Update source file en.json

* Update source file integration.mdx

* New translations en.json (French)

* New translations en.json (Spanish)

* New translations en.json (Catalan)

* New translations en.json (Czech)

* New translations en.json (German)

* New translations en.json (Greek)

* New translations en.json (Hungarian)

* New translations en.json (Italian)

* New translations en.json (Dutch)

* New translations en.json (Polish)

* New translations en.json (Russian)

* New translations en.json (Swedish)

* New translations en.json (Chinese Simplified)

* New translations integration.mdx (French)
This commit is contained in:
vcoppe
2024-08-14 19:02:46 +02:00
committed by GitHub
parent 84b3d29e2e
commit 3bc9ac4639
62 changed files with 199 additions and 181 deletions

View File

@@ -1,5 +1,5 @@
---
title: GPX file format
title: Formato file GPX
---
<script>
@@ -8,27 +8,27 @@ title: GPX file format
# { title }
The <a href="https://www.topografix.com/gpx.asp" target="_blank">GPX file format</a> is an open standard for exchanging GPS data between applications and GPS devices.
It essentially consists of a series of GPS points encoding one or multiple GPS traces, and, optionally, some points of interest.
Il formato <a href="https://www.topografix.com/gpx.asp" target="_blank">GPX</a> è uno standard aperto per lo scambio di dati GPS tra applicazioni e dispositivi GPS.
Esso consiste essenzialmente di una serie di punti GPS che codificano una o più tracce GPS, e, facoltativamente, alcuni punti d'interesse.
GPX files may also contain metadata, of which the **name** and **description** fields are the most useful for users.
I file GPX possono anche contenere metadati, di cui i campi **nome** e **descrizione** sono i più utili per gli utenti.
### <Waypoints size="16" class="inline-block" style="margin-bottom: 2px" /> Tracks, segments, and GPS points
### <Waypoints size="16" class="inline-block" style="margin-bottom: 2px" /> Tracce, segmenti e punti GPS
As mentioned above, a GPX file can contain multiple GPS traces.
These are organized in a hierarchical structure, with tracks at the top level.
Come accennato sopra, un file GPX può contenere più tracce GPS.
Queste sono organizzate in una struttura gerarchica, con le tracce stesse al livello superiore.
- A **track** is made of a sequence of disconnected segments.
Furthermore, it can contain metadata such as a **name**, a **description**, and **appearance properties**.
- A **segment** is a sequence of GPS points that form a continuous path.
- A **GPS point** is a location with a latitude, a longitude, and optionally a timestamp and an altitude.
Some devices also store additional information such as heart rate, cadence, temperature, and power.
- Una **traccia** è composta da una sequenza di segmenti scollegati.
Inoltre, può contenere metadati come un **nome**, una **descrizione**, e **proprietà di visualizzazione**.
- Un **segmento** è una sequenza di punti GPS che formano un percorso continuo.
- Un **punto GPS** è una posizione con una latitudine, una longitudine, ed eventualmente un timestamp e un'altitudine.
Alcuni dispositivi memorizzano anche informazioni aggiuntive come frequenza cardiaca, cadenza, temperatura e potenza.
In most cases, GPX files contain a single track with a single segment.
However, the hierarchy described above allows for more advanced use cases, such as planning multi-day trips with several variants for each day.
Nella maggior parte dei casi, i file GPX contengono una singola traccia con un singolo segmento.
Tuttavia, la gerarchia sopra descritta consente applicazioni più avanzate, come la pianificazione di viaggi di più giorni con diverse varianti per ogni giorno.
### <MapPin size="16" class="inline-block" style="margin-bottom: 2px" /> Points of interest
### <MapPin size="16" class="inline-block" style="margin-bottom: 2px" /> Punti d'interesse
**Points of interest** (technically called _waypoints_) represent locations of interest to show either on a GPS device or on a digital map.
I **punti d'interesse** (tecnicamente chiamati _waypoint_) rappresentano luoghi d'interesse da mostrare su un dispositivo GPS o su una mappa digitale.
In addition to its coordinates, a point of interest can have a **name** and a **description**.
Oltre alle sue coordinate, un punto d'interesse può avere un **nome** e una **descrizione**.

View File

@@ -2,12 +2,12 @@
import { HeartHandshake } from 'lucide-svelte';
</script>
## <HeartHandshake size="18" class="mr-1 inline-block align-baseline" /> Aiuta a mantenere il sito libero (e senza pubblicità)
## <HeartHandshake size="18" class="mr-1 inline-block align-baseline" /> Aiuta a mantenere il sito gratis (e senza pubblicità)
Ogni volta che aggiungi o sposti i punti GPS, i nostri server calcolano il percorso migliore sulla rete stradale.
Utilizziamo anche API da <a href="https://mapbox.com" target="_blank">Mapbox</a> per visualizzare belle mappe, recuperare i dati di elevazione e consentire di cercare i luoghi.
Utilizziamo anche le API di <a href="https://mapbox.com" target="_blank">Mapbox</a> per visualizzare mappe dettagliate, recuperare i dati di elevazione e consentire la ricerca di luoghi.
Sfortunatamente, questo è costoso.
Se ti piace utilizzare questo strumento e lo trovi utile, prendi in considerazione di fare una piccola donazione per aiutare a mantenere il sito web gratuito e senza pubblicità.
Se ti piace utilizzare questo strumento e lo trovi utile, per favore considera di fare una piccola donazione per aiutare a mantenere il sito web gratuito e senza pubblicità.
Grazie mille per il tuo supporto! ❤️

View File

@@ -14,7 +14,7 @@ You can use **gpx.studio** to create maps showing your GPX files and embed them
All you need is:
1. A <a href="https://account.mapbox.com/auth/signup" target="_blank">Mapbox access token</a> to load the map, and
2. GPX files hosted on your server or a public URL.
2. GPX files hosted on your server or on Google Drive, or accessible via a public URL.
You can then play with the configurator below to customize your map and generate the corresponding HTML code.

View File

@@ -1,5 +1,5 @@
---
title: Clean
title: Cancella
---
<script>
@@ -9,9 +9,9 @@ title: Clean
# <SquareDashedMousePointer size="24" class="inline-block" style="margin-bottom: 5px" /> { title }
When the clean tool is selected, dragging the map will create a rectangular selection.
Quando lo strumento "Cancella" è selezionato, trascinando la mappa si creerà una selezione rettangolare.
Depending on the options selected in the dialog shown below, clicking the delete button will remove GPS points and/or [points of interest](../gpx) located either inside or outside the selection.
A seconda delle opzioni selezionate nella finestra mostrata sotto, fare clic sul pulsante Elimina rimuoverà i punti GPS e/o [punti d'interesse](../gpx) situati dentro o fuori la selezione.
<div class="flex flex-row justify-center">
<Clean class="text-foreground p-3 border rounded-md shadow-lg" />

View File

@@ -1,5 +1,5 @@
---
title: Extract
title: Estrai
---
<script>
@@ -10,17 +10,17 @@ title: Extract
# <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.
Questo strumento consente di estrarre [tracce (o segmenti)](../gpx) da file (o tracce) contenenti più di essi.
<div class="flex flex-row justify-center">
<Extract class="text-foreground p-3 border rounded-md shadow-lg" />
</div>
Applying the tool to a file containing multiple tracks will create a new file for each of the tracks it contains.
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.
Applicando lo strumento a un file contenente più tracce si creerà un nuovo file per ciascuna delle tracce che contiene.
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>
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>

View File

@@ -1,5 +1,5 @@
---
title: Merge
title: Unisci
---
<script>
@@ -9,11 +9,11 @@ title: Merge
# <Group size="24" class="inline-block" style="margin-bottom: 5px" /> { title }
To use this tool, you need to [select](../files-and-stats) multiple files, [tracks, or segments](../gpx).
Per utilizzare questo strumento, è necessario [selezionare](../files-and-stats) file multipli, [tracce, o segmenti](../gpx).
- If your goal is to create a single continuous trace from your selection, use the **Connect the traces** option and validate.
- The second option can be used to create or manage files with multiple [tracks or segments](../gpx).
Merging files (or tracks) will result in a single file (or track) containing all tracks (or segments) from the selection.
- Se il tuo obiettivo è quello di creare una singola traccia continua dalla tua selezione, usa l'opzione **Collega le tracce** e convalida.
- 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.
<div class="flex flex-row justify-center">
<Merge class="text-foreground p-3 border rounded-md shadow-lg" />

View File

@@ -10,9 +10,9 @@ title: Minify
# <Filter size="24" class="inline-block" style="margin-bottom: 5px" /> { title }
This tool can be used to reduce the number of GPS points in a trace, which can be useful for decreasing its size.
Questo strumento può essere utilizzato per ridurre il numero di punti GPS in una traccia, che può essere utile per diminuire le sue dimensioni.
You can adjust the tolerance of the simplification algorithm using the slider, and see the number of points that will be kept, as well as the simplified trace on the map.
È possibile regolare la tolleranza dell'algoritmo di semplificazione utilizzando il cursore, e vedere il numero di punti che saranno mantenuti, così come la traccia semplificata sulla mappa.
<div class="flex flex-row justify-center">
<Reduce class="text-foreground p-3 border rounded-md shadow-lg" />
@@ -20,7 +20,7 @@ You can adjust the tolerance of the simplification algorithm using the slider, a
<DocsNote>
The tolerance value represents the maximum distance allowed between the original trace and the simplified trace.
You can read more about the algorithm used <a href="https://en.wikipedia.org/wiki/Ramer%E2%80%93Douglas%E2%80%93Peucker_algorithm" target="_blank">here</a>.
Il valore di tolleranza rappresenta la distanza massima consentita tra la traccia originale e la traccia semplificata.
Puoi leggere di più sull'algoritmo utilizzato <a href="https://en.wikipedia.org/wiki/Ramer%E2%80%93Douglas%E2%80%93Peucker_algorithm" target="_blank">qui</a>.
</DocsNote>

View File

@@ -1,5 +1,5 @@
---
title: Pianificazione del percorso e modifica
title: Pianificazione e modifica del percorso
---
<script>