mirror of
https://github.com/gpxstudio/gpx.studio.git
synced 2025-10-15 20:08:19 +00:00
New Crowdin updates (#132)
* New translations en.json (Italian) * New translations funding.mdx (Czech) * New translations mapbox.mdx (Czech) * New translations translation.mdx (Czech) * New translations edit.mdx (Czech) * New translations settings.mdx (Czech) * New translations edit.mdx (Polish) * New translations funding.mdx (Italian) * New translations edit.mdx (Italian) * New translations elevation.mdx (Italian) * New translations en.json (Catalan) * New translations en.json (Italian) * New translations files-and-stats.mdx (Italian) * New translations edit.mdx (Italian) * New translations file.mdx (Catalan) * New translations file.mdx (Italian) * New translations extract.mdx (Catalan) * New translations routing.mdx (Italian) * New translations en.json (Catalan) * New translations files-and-stats.mdx (Catalan) * New translations getting-started.mdx (Catalan) * New translations mapbox.mdx (Catalan) * New translations settings.mdx (Catalan) * New translations view.mdx (Catalan) * New translations faq.mdx (Catalan) * New translations en.json (Catalan) * New translations files-and-stats.mdx (Italian) * New translations getting-started.mdx (Italian) * New translations funding.mdx (Italian) * New translations view.mdx (Catalan) * New translations view.mdx (Italian) * New translations en.json (Catalan) * New translations en.json (Catalan) * New translations files-and-stats.mdx (Catalan) * New translations en.json (Hebrew) * New translations files-and-stats.mdx (Catalan) * New translations en.json (Hebrew) * New translations gpx.mdx (German) * New translations en.json (German) * New translations en.json (German) * New translations funding.mdx (Hebrew) * New translations en.json (Dutch) * New translations edit.mdx (German) * New translations extract.mdx (German) * New translations elevation.mdx (German) * New translations en.json (German) * New translations extract.mdx (German) * New translations en.json (Italian) * New translations en.json (Italian) * New translations files-and-stats.mdx (Italian) * New translations getting-started.mdx (Italian) * New translations minify.mdx (Italian) * New translations poi.mdx (Italian) * New translations routing.mdx (Italian) * New translations en.json (Czech) * New translations en.json (French) * New translations en.json (German) * New translations en.json (German) * New translations en.json (Czech) * New translations file.mdx (Czech) * New translations settings.mdx (Czech) * New translations routing.mdx (Czech) * New translations en.json (German) * New translations mapbox.mdx (German) * New translations en.json (German) * New translations en.json (Turkish) * New translations files-and-stats.mdx (Turkish) * New translations getting-started.mdx (Turkish) * New translations gpx.mdx (Turkish) * New translations funding.mdx (Turkish) * New translations mapbox.mdx (Turkish) * New translations translation.mdx (Turkish) * New translations integration.mdx (Turkish) * New translations map-controls.mdx (Turkish) * New translations menu.mdx (Turkish) * New translations edit.mdx (Turkish) * New translations file.mdx (Turkish) * New translations settings.mdx (Turkish) * New translations view.mdx (Turkish) * New translations toolbar.mdx (Turkish) * New translations clean.mdx (Turkish) * New translations extract.mdx (Turkish) * New translations merge.mdx (Turkish) * New translations minify.mdx (Turkish) * New translations poi.mdx (Turkish) * New translations routing.mdx (Turkish) * New translations scissors.mdx (Turkish) * New translations time.mdx (Turkish) * New translations faq.mdx (Turkish) * New translations elevation.mdx (Turkish) * New translations en.json (Turkish) * New translations en.json (Turkish) * New translations en.json (Turkish) * New translations en.json (Russian) * New translations en.json (Ukrainian) * New translations files-and-stats.mdx (Ukrainian) * New translations getting-started.mdx (Ukrainian) * New translations gpx.mdx (Ukrainian) * New translations funding.mdx (Ukrainian) * New translations mapbox.mdx (Ukrainian) * New translations translation.mdx (Ukrainian) * New translations integration.mdx (Ukrainian) * New translations map-controls.mdx (Ukrainian) * New translations menu.mdx (Ukrainian) * New translations edit.mdx (Ukrainian) * New translations file.mdx (Ukrainian) * New translations settings.mdx (Ukrainian) * New translations view.mdx (Ukrainian) * New translations toolbar.mdx (Ukrainian) * New translations clean.mdx (Ukrainian) * New translations extract.mdx (Ukrainian) * New translations merge.mdx (Ukrainian) * New translations minify.mdx (Ukrainian) * New translations poi.mdx (Ukrainian) * New translations routing.mdx (Ukrainian) * New translations scissors.mdx (Ukrainian) * New translations time.mdx (Ukrainian) * New translations faq.mdx (Ukrainian) * New translations elevation.mdx (Ukrainian) * New translations en.json (Ukrainian) * New translations merge.mdx (German) * New translations en.json (German) * New translations gpx.mdx (German) * New translations edit.mdx (German) * New translations extract.mdx (German) * New translations en.json (Ukrainian) * New translations merge.mdx (German) * New translations files-and-stats.mdx (German) * New translations getting-started.mdx (German) * New translations funding.mdx (German) * New translations integration.mdx (German) * New translations map-controls.mdx (German) * New translations view.mdx (German) * New translations toolbar.mdx (German) * New translations minify.mdx (German) * New translations poi.mdx (German) * New translations routing.mdx (German) * New translations scissors.mdx (German) * New translations faq.mdx (German) * New translations en.json (German) * New translations funding.mdx (German)
This commit is contained in:
96
website/src/lib/docs/uk/menu/edit.mdx
Normal file
96
website/src/lib/docs/uk/menu/edit.mdx
Normal file
@@ -0,0 +1,96 @@
|
||||
---
|
||||
title: Edit actions
|
||||
---
|
||||
|
||||
<script lang="ts">
|
||||
import { Undo2, Redo2, Info, PaintBucket, EyeOff, FileStack, ClipboardCopy, Scissors, ClipboardPaste, Trash2, Maximize, Plus } from 'lucide-svelte';
|
||||
import DocsNote from '$lib/components/docs/DocsNote.svelte';
|
||||
</script>
|
||||
|
||||
# { title }
|
||||
|
||||
Unlike the file actions, the edit actions can potentially modify the content of the currently selected files.
|
||||
Moreover, when the vertical 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.
|
||||
|
||||
### <Undo2 size="16" class="inline-block" style="margin-bottom: 2px" /><Redo2 size="16" class="inline-block" style="margin-bottom: 2px" /> 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 size="16" class="inline-block" style="margin-bottom: 2px" /> Info...
|
||||
|
||||
Open the information dialog of the currently selected file item, where you can see and edit its name and description.
|
||||
|
||||
### <PaintBucket size="16" class="inline-block" style="margin-bottom: 2px" /> Appearance...
|
||||
|
||||
Open the appearance dialog, where you can change the color, opacity, and width of the selected file items on the map.
|
||||
|
||||
### <EyeOff size="16" class="inline-block" style="margin-bottom: 2px" /> Hide/unhide
|
||||
|
||||
Toggle the visibility of the selected file items on the map.
|
||||
|
||||
### <Plus size="16" class="inline-block" style="margin-bottom: 2px" /> New track
|
||||
|
||||
Create a new track in the selected file.
|
||||
|
||||
<DocsNote>
|
||||
|
||||
This action is only available when the vertical layout of the files list is enabled.
|
||||
Additionally, the selection must be a single file.
|
||||
|
||||
</DocsNote>
|
||||
|
||||
### <Plus size="16" class="inline-block" style="margin-bottom: 2px" /> New segment
|
||||
|
||||
Create a new segment in the selected track.
|
||||
|
||||
<DocsNote>
|
||||
|
||||
This action is only available when the vertical layout of the files list is enabled.
|
||||
Additionally, the selection must be a single track.
|
||||
|
||||
</DocsNote>
|
||||
|
||||
### <FileStack size="16" class="inline-block" style="margin-bottom: 2px" /> Select all
|
||||
|
||||
Add all file items in the current hierarchy level to the selection.
|
||||
|
||||
### <Maximize size="16" class="inline-block" style="margin-bottom: 2px" /> Center
|
||||
|
||||
Center the map on the selected file items.
|
||||
|
||||
### <ClipboardCopy size="16" class="inline-block" style="margin-bottom: 2px" /> Copy
|
||||
|
||||
Copy the selected file items to the clipboard.
|
||||
|
||||
<DocsNote>
|
||||
|
||||
This action is only available when the vertical layout of the files list is enabled.
|
||||
|
||||
</DocsNote>
|
||||
|
||||
### <Scissors size="16" class="inline-block" style="margin-bottom: 2px" /> Cut
|
||||
|
||||
Cut the selected file items to the clipboard.
|
||||
|
||||
<DocsNote>
|
||||
|
||||
This action is only available when the vertical layout of the files list is enabled.
|
||||
|
||||
</DocsNote>
|
||||
|
||||
### <ClipboardPaste size="16" class="inline-block" style="margin-bottom: 2px" /> Paste
|
||||
|
||||
Paste the file items from the clipboard to the current hierarchy level if they are compatible with it.
|
||||
|
||||
<DocsNote>
|
||||
|
||||
This action is only available when the vertical layout of the files list is enabled.
|
||||
|
||||
</DocsNote>
|
||||
|
||||
### <Trash2 size="16" class="inline-block" style="margin-bottom: 2px" /> Delete
|
||||
|
||||
Delete the selected file items.
|
Reference in New Issue
Block a user