New translations poi.mdx (Ukrainian)

[ci skip]
This commit is contained in:
vcoppe
2026-06-28 14:24:34 +02:00
parent 598b2a30fe
commit a224ac3dcd
+9 -9
View File
@@ -1,5 +1,5 @@
--- ---
title: Points of interest title: Точки інтересу
--- ---
<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. Точки інтересу(../gpx) можна додавати до GPX-файлів, щоб позначати цікаві місця на карті та відображати їх на GPS-пристрої.
### Creating a point of interest ### Створити точку інтересу
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. Щоб указати розташування точки інтересу, клацніть на карті або введіть координати вручну.
Validate the form when you are done. Після заповнення збережіть форму.
<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 ### Редагування точки інтересу
The form above can also be used to edit an existing point of interest after selecting it on the map. Форму вище також можна використовувати для редагування наявної точки інтересу після її вибору на карті.
If you only need to move the point of interest, you can drag it to the desired location. Якщо потрібно лише перемістити точку інтересу, перетягніть її в потрібне місце.