New translations elevation.mdx (French)

This commit is contained in:
vcoppe 2024-09-04 19:38:24 +02:00
parent 4d583a26c4
commit 306b1a754a

View file

@ -1,5 +1,5 @@
--- ---
title: Dénivelé title: Altitude
--- ---
<script> <script>
@ -10,7 +10,7 @@ title: Dénivelé
# <MountainSnow size="24" class="inline-block" style="margin-bottom: 5px" /> { title } # <MountainSnow size="24" class="inline-block" style="margin-bottom: 5px" /> { title }
This tool allows you to add elevation data to traces and [points of interest](../gpx), or to replace the existing data. Cet outil vous permet d'ajouter des données d'altitude aux traces et aux [points d'intérêt](../gpx), ou de remplacer les données existantes.
<div class="flex flex-row justify-center"> <div class="flex flex-row justify-center">
<Elevation class="text-foreground p-3 border rounded-md shadow-lg" /> <Elevation class="text-foreground p-3 border rounded-md shadow-lg" />
@ -18,7 +18,7 @@ This tool allows you to add elevation data to traces and [points of interest](..
<DocsNote> <DocsNote>
Elevation data is provided by <a href="https://mapbox.com" target="_blank">Mapbox</a>. Les données d'altitude sont fournies par <a href="https://mapbox.com" target="_blank">Mapbox</a>.
You can learn more about its origin and accuracy in the <a href="https://docs.mapbox.com/data/tilesets/reference/mapbox-terrain-dem-v1/#elevation-data" target="_blank">documentation</a>. Vous pouvez en apprendre plus sur leur origine et précision dans la <a href="https://docs.mapbox.com/data/tilesets/reference/mapbox-terrain-dem-v1/#elevation-data" target="_blank">documentation</a>.
</DocsNote> </DocsNote>