diff --git a/website/src/lib/docs/uk/menu/edit.mdx b/website/src/lib/docs/uk/menu/edit.mdx
index cbcdd96e..d2f25b68 100644
--- a/website/src/lib/docs/uk/menu/edit.mdx
+++ b/website/src/lib/docs/uk/menu/edit.mdx
@@ -9,88 +9,88 @@ title: Edit actions
# { title }
-Unlike the file actions, the edit actions can potentially modify the content of the currently selected files.
-Moreover, when the tree layout of the files list is enabled (see [Files and statistics](../files-and-stats)), they can also be applied to [tracks, segments, and points of interest](../gpx).
-Therefore, we will refer to the elements that can be modified by these actions as _file items_.
-Note that except for the undo and redo actions, the edit actions are also accessible through the context menu (right-click) of the file items.
+На відміну від дій з файлами, дії редагування можуть потенційно змінювати вміст обраних файлів.
+Щобільше, коли ввімкнено деревоподібне розташування списку файлів (див. [Файли та статистика](../files-and-stats)), це також можна застосовувати до [треків, сегментів та точок інтересу](../gpx).
+Тому ми називатимемо елементи, які можна змінити цими діями, _елементами файлу_.
+Зверніть увагу, що окрім дій скасування та повторного виконання, редагування доступне також в контекстному меню файлів (права кнопка миші).
-### Undo and redo
+### Скасувати та повторити
-Using these buttons, you can undo or redo the last actions you performed.
-This applies to all actions of the interface but not to view options, application settings, or map navigation.
+За допомогою цих кнопок, Ви можете скасувати або повторити останні виконані дії.
+Це стосується всіх дій інтерфейсу, але не параметрів перегляду, налаштувань програми чи навігації по карті.
-### Info...
+### Інформація...
-Open the information dialog of the currently selected file item, where you can see and edit its name and description.
+Відкрити діалогове вікно інформації про вибраний елемент файлу, де можна переглянути та редагувати його назву й опис.
-### Appearance...
+### Зовнішній вигляд...
-Open the appearance dialog, where you can change the color, opacity, and width of the selected file items on the map.
+Відкрийте діалогове вікно зовнішнього вигляду, де можна змінити колір, прозорість та ширину вибраних файлових елементів на карті.
-### Hide/unhide
+### Сховати/показати
-Toggle the visibility of the selected file items on the map.
+Перемкнути видимість вибраних файлових елементів на мапі.
-### New track
+### Новий трек
-Create a new track in the selected file.
+Створити новий трек в обраному файлі.
-This action is only available when the tree layout of the files list is enabled.
-Additionally, the selection must be a single file.
+Ця дія доступна, лише якщо ввімкнено деревоподібне розташування списку файлів.
+Крім того, вибір має бути одним файлом.
-### New segment
+### Новий сегмент
-Create a new segment in the selected track.
+Створити новий сегмент в обраному треку.
-This action is only available when the tree layout of the files list is enabled.
-Additionally, the selection must be a single track.
+Ця дія доступна, лише якщо ввімкнено деревоподібне розташування списку файлів.
+Крім того, вибір має бути одним треком.
-### Select all
+### Вибрати все
-Add all file items in the current hierarchy level to the selection.
+Додати до виділення всі елементи файлу на поточному рівні ієрархії.
-### Center
+### Центрувати
-Center the map on the selected file items.
+Центрувати карту на вибраних елементах файлу.
-### Copy
+### Копіювати
-Copy the selected file items to the clipboard.
+Копіювати вибрані елементи файлу в буфер обміну.
-This action is only available when the tree layout of the files list is enabled.
+Ця дія доступна, лише якщо ввімкнено деревоподібне розташування списку файлів.
-### Cut
+### Вирізати
-Cut the selected file items to the clipboard.
+Вирізати вибрані елементи файлу в буфер обміну.
-This action is only available when the tree layout of the files list is enabled.
+Ця дія доступна, лише якщо ввімкнено деревоподібне розташування списку файлів.
-### Paste
+### Вставити
-Paste the file items from the clipboard to the current hierarchy level if they are compatible with it.
+Вставити елементи файлу з буфера обміну на поточний рівень ієрархії, якщо вони з ним сумісні.
-This action is only available when the tree layout of the files list is enabled.
+Ця дія доступна, лише якщо ввімкнено деревоподібне розташування списку файлів.
-### Delete
+### Видалити
-Delete the selected file items.
+Видалити вибрані елементи файлу.