New translations poi.mdx (Catalan)

This commit is contained in:
vcoppe 2025-01-30 15:59:41 +01:00
parent 9e136615be
commit f68c70e791

View file

@ -1,5 +1,5 @@
--- ---
title: Points of interest title: Punts d'interès
--- ---
<script> <script>
@ -9,19 +9,19 @@ title: Points of interest
# <MapPin size="24" class="inline-block" style="margin-bottom: 5px" /> { title } # <MapPin size="24" class="inline-block" style="margin-bottom: 5px" /> { title }
[Points of interest](../gpx) can be added to GPX files to mark locations of interest on the map and display them on your GPS device. Es poden afegir [Punts d'interès](../gpx) a arxius GPX per marcar ubicacions d'interès en el mapa i mostrar-los en el teu dispositiu GPS.
### Creating a point of interest ### Creant un punt d'interès
To create a point of interest, fill in the form shown below. To create a point of interest, fill in the form shown below.
You can choose the location of the point of interest either by clicking on the map or by entering the coordinates manually. Pots escollir la ubicació del punt d'interès fent clic en el mapa o introduint les coordenades manualment.
Validate the form when you are done. Valida el formulari quan hagis acabat.
<div class="flex flex-row justify-center"> <div class="flex flex-row justify-center">
<Waypoint class="text-foreground p-3 border rounded-md shadow-lg" /> <Waypoint class="text-foreground p-3 border rounded-md shadow-lg" />
</div> </div>
### Editing a point of interest ### Edició d'un punt d'interès
The form above can also be used to edit an existing point of interest after selecting it on the map. El formulari de dalt també es pot fer servir per editar un punt d'interès existent després de seleccionar-lo en el mapa.
If you only need to move the point of interest, you can drag it to the desired location. Si només necessites moure el punt d'interès, pots arrossegar-lo fins a la ubicació desitjada.