mirror of
https://github.com/gpxstudio/gpx.studio.git
synced 2026-07-02 18:46:54 +00:00
New translations scissors.mdx (Ukrainian)
[ci skip]
This commit is contained in:
@@ -1,5 +1,5 @@
|
|||||||
---
|
---
|
||||||
title: Crop and split
|
title: Обрізання та розділення
|
||||||
---
|
---
|
||||||
|
|
||||||
<script>
|
<script>
|
||||||
@@ -10,23 +10,23 @@ title: Crop and split
|
|||||||
|
|
||||||
# <ScissorsIcon size="24" class="inline-block" style="margin-bottom: 5px" /> { title }
|
# <ScissorsIcon size="24" class="inline-block" style="margin-bottom: 5px" /> { title }
|
||||||
|
|
||||||
## Crop
|
## Обрізання
|
||||||
|
|
||||||
Using the slider, you can define the part of the selected trace that you want to keep.
|
За допомогою повзунка можна визначити частину вибраного треку, яку потрібно залишити.
|
||||||
The start and end markers on the map and the [statistics and elevation profile](../files-and-stats) are updated in real time to reflect the selection.
|
Початкова й кінцева позначки на карті, а також [статистика та профіль висоти](../files-and-stats) оновлюються в реальному часі відповідно до вибраної частини.
|
||||||
Alternatively, you can drag a selection rectangle directly on the elevation profile.
|
Також можна виділити потрібну частину, перетягнувши прямокутник безпосередньо на профілі висоти.
|
||||||
Validate the selection when you are satisfied with the result.
|
Коли результат вас влаштовує, підтвердьте вибір.
|
||||||
|
|
||||||
<div class="flex flex-row justify-center">
|
<div class="flex flex-row justify-center">
|
||||||
<Scissors class="text-foreground p-3 border rounded-md shadow-lg" />
|
<Scissors class="text-foreground p-3 border rounded-md shadow-lg" />
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
## Split
|
## Розділення
|
||||||
|
|
||||||
To split the selected trace into two parts, click on one of the split markers displayed along the trace.
|
Щоб розділити вибраний трек на дві частини, клацніть одну з позначок розділення, показаних уздовж треку.
|
||||||
To split at a specific point of your choice, hover over the trace on the map.
|
Щоб розділити трек у потрібному місці, наведіть курсор на трек на карті.
|
||||||
Scissors will appear at the cursor position, showing that you can split the trace at that point.
|
На місці курсора з’явиться значок ножиць, який вказує, що тут можна розділити трек.
|
||||||
|
|
||||||
You can choose to split the trace into two GPX files, or to keep the split parts in the same file as [tracks or segments](../gpx).
|
Ви можете розділити трек на два GPX-файли або залишити розділені частини в тому самому файлі як [треки чи сегменти](../gpx).
|
||||||
|
|
||||||
<DocsImage src="tools/split" alt="Hovering over the selected trace turns your cursor into scissors." />
|
<DocsImage src="tools/split" alt="При наведенні на вибраний трек курсор змінюється на значок ножиць." />
|
||||||
|
|||||||
Reference in New Issue
Block a user