mirror of
https://github.com/gpxstudio/gpx.studio.git
synced 2025-12-03 10:22:13 +00:00
New Crowdin updates (#94)
* New translations en.json (Romanian) * New translations en.json (French) * New translations en.json (Spanish) * New translations en.json (Catalan) * New translations en.json (Czech) * New translations en.json (German) * New translations en.json (Greek) * New translations en.json (Hungarian) * New translations en.json (Italian) * New translations en.json (Lithuanian) * New translations en.json (Dutch) * New translations en.json (Norwegian) * New translations en.json (Polish) * New translations en.json (Portuguese) * New translations en.json (Russian) * New translations en.json (Swedish) * New translations en.json (Chinese Simplified) * New translations en.json (Vietnamese) * New translations en.json (Portuguese, Brazilian) * New translations translation.mdx (Hungarian) * New translations edit.mdx (Hungarian) * New translations clean.mdx (Hungarian) * New translations merge.mdx (Hungarian) * New translations minify.mdx (Hungarian) * New translations en.json (Korean) * New translations en.json (Hebrew) * New translations en.json (Finnish) * New translations elevation.mdx (Hungarian) * New translations en.json (Serbian (Latin)) * New translations en.json (Catalan) * New translations edit.mdx (Hungarian) * New translations file.mdx (Hungarian) * New translations poi.mdx (Hungarian) * New translations routing.mdx (Hungarian)
This commit is contained in:
@@ -9,66 +9,66 @@ title: Edit actions
|
||||
|
||||
# { 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.
|
||||
A fájlműveletekkel ellentétben a szerkesztési műveletek potenciálisan módosíthatják az aktuálisan kiválasztott fájlok tartalmát.
|
||||
Ezen túlmenően, ha a fájllista függőleges elrendezése engedélyezve van (lásd: [Fájlok és statisztikák](../files-and-stats)), ezek a [sávokra, szegmensekre és érdekes pontokra] is alkalmazhatók (.. /gpx).
|
||||
Ezen túlmenően, ha a fájllista függőleges elrendezése engedélyezve van (lásd: [Fájlok és statisztikák](../files-and-stats)), ezek a [sávokra, szegmensekre és érdekes pontokra] is alkalmask (.. /gpx).
|
||||
Ne feledje, hogy a visszavonási és ismétlési műveletek kivételével a szerkesztési műveletek is elérhetők a fájlelemek helyi menüjéből (jobb gombbal).
|
||||
|
||||
### <Undo2 size="16" class="inline-block" style="margin-bottom: 2px" /><Redo2 size="16" class="inline-block" style="margin-bottom: 2px" /> Undo and redo
|
||||
### <Undo2 size="16" class="inline-block" style="margin-bottom: 2px" /><Redo2 size="16" class="inline-block" style="margin-bottom: 2px" /> Visszavonás és újra
|
||||
|
||||
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.
|
||||
Ezekkel a gombokkal visszavonhatja vagy megismételheti az utoljára végrehajtott műveleteket.
|
||||
Ez a kezelőfelület minden műveletére vonatkozik, de nem vonatkozik a beállításokra, az alkalmazásbeállításokra vagy a térképes navigációra.
|
||||
|
||||
### <Info size="16" class="inline-block" style="margin-bottom: 2px" /> Info...
|
||||
### <Info size="16" class="inline-block" style="margin-bottom: 2px" /> Információ...
|
||||
|
||||
Open the information dialog of the currently selected file item, where you can see and edit its name and description.
|
||||
Nyissa meg az aktuálisan kiválasztott fájlelem információs párbeszédablakát, ahol megtekintheti és szerkesztheti annak nevét és leírását.
|
||||
|
||||
### <PaintBucket size="16" class="inline-block" style="margin-bottom: 2px" /> Appearance...
|
||||
### <PaintBucket size="16" class="inline-block" style="margin-bottom: 2px" /> Megjelenés...
|
||||
|
||||
Open the appearance dialog, where you can change the color, opacity, and width of the selected file items on the map.
|
||||
Nyissa meg a megjelenés párbeszédablakot, ahol módosíthatja a térképen kiválasztott fájlelemek színét, átlátszatlanságát és szélességét.
|
||||
|
||||
### <EyeOff size="16" class="inline-block" style="margin-bottom: 2px" /> Hide/unhide
|
||||
### <EyeOff size="16" class="inline-block" style="margin-bottom: 2px" /> Elrejtés/megjelenítés
|
||||
|
||||
Toggle the visibility of the selected file items on the map.
|
||||
Kapcsolja be a kijelölt fájlelemek láthatóságát a térképen.
|
||||
|
||||
### <FileStack size="16" class="inline-block" style="margin-bottom: 2px" /> Select all
|
||||
### <FileStack size="16" class="inline-block" style="margin-bottom: 2px" /> Az összes kijelölése
|
||||
|
||||
Add all file items in the current hierarchy level to the selection.
|
||||
Az aktuális hierarchiaszinten lévő összes fájlelem hozzáadása a kijelöléshez.
|
||||
|
||||
### <Maximize size="16" class="inline-block" style="margin-bottom: 2px" /> Center
|
||||
### <Maximize size="16" class="inline-block" style="margin-bottom: 2px" /> Középre
|
||||
|
||||
Center the map on the selected file items.
|
||||
A térkép középpontjába a kiválasztott fájlelemeket.
|
||||
|
||||
### <ClipboardCopy size="16" class="inline-block" style="margin-bottom: 2px" /> Copy
|
||||
### <ClipboardCopy size="16" class="inline-block" style="margin-bottom: 2px" /> Másolás
|
||||
|
||||
Copy the selected file items to the clipboard.
|
||||
Másolja a kiválasztott fájlelemeket a vágólapra.
|
||||
|
||||
<DocsNote>
|
||||
|
||||
This action is only available when the vertical layout of the files list is enabled.
|
||||
Ez a művelet csak akkor érhető el, ha a fájllista függőleges elrendezése engedélyezett.
|
||||
|
||||
</DocsNote>
|
||||
|
||||
### <Scissors size="16" class="inline-block" style="margin-bottom: 2px" /> Cut
|
||||
### <Scissors size="16" class="inline-block" style="margin-bottom: 2px" /> Kivágás
|
||||
|
||||
Cut the selected file items to the clipboard.
|
||||
Vágja ki a kiválasztott fájlelemeket a vágólapra.
|
||||
|
||||
<DocsNote>
|
||||
|
||||
This action is only available when the vertical layout of the files list is enabled.
|
||||
Ez a művelet csak akkor érhető el, ha a fájllista függőleges elrendezése engedélyezett.
|
||||
|
||||
</DocsNote>
|
||||
|
||||
### <ClipboardPaste size="16" class="inline-block" style="margin-bottom: 2px" /> Paste
|
||||
### <ClipboardPaste size="16" class="inline-block" style="margin-bottom: 2px" /> Beillesztés
|
||||
|
||||
Paste the file items from the clipboard to the current hierarchy level if they are compatible with it.
|
||||
Illessze be a fájlelemeket a vágólapról az aktuális hierarchiaszintre, ha kompatibilisek vele.
|
||||
|
||||
<DocsNote>
|
||||
|
||||
This action is only available when the vertical layout of the files list is enabled.
|
||||
Ez a művelet csak akkor érhető el, ha a fájllista függőleges elrendezése engedélyezett.
|
||||
|
||||
</DocsNote>
|
||||
|
||||
### <Trash2 size="16" class="inline-block" style="margin-bottom: 2px" /> Delete
|
||||
### <Trash2 size="16" class="inline-block" style="margin-bottom: 2px" /> Törlés
|
||||
|
||||
Delete the selected file items.
|
||||
Törölje a kiválasztott fájlelemeket.
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
---
|
||||
title: File actions
|
||||
title: Fájlműveletek
|
||||
---
|
||||
|
||||
<script lang="ts">
|
||||
@@ -9,44 +9,44 @@ title: File actions
|
||||
|
||||
# { title }
|
||||
|
||||
The file actions menu contains a set of pretty self-explanatory file operations.
|
||||
A fájlműveletek menü egy sor meglehetősen magától értetődő fájlműveletet tartalmaz.
|
||||
|
||||
### <Plus size="16" class="inline-block" style="margin-bottom: 2px" /> New
|
||||
### <Plus size="16" class="inline-block" style="margin-bottom: 2px" /> Új
|
||||
|
||||
Create a new empty file.
|
||||
Hozzon létre egy új üres fájlt.
|
||||
|
||||
### <FolderOpen size="16" class="inline-block" style="margin-bottom: 2px" /> Open...
|
||||
### <FolderOpen size="16" class="inline-block" style="margin-bottom: 2px" /> Megnyitás...
|
||||
|
||||
Open files from your computer.
|
||||
Nyissa meg a fájlokat a számítógépéről.
|
||||
|
||||
<DocsNote>
|
||||
|
||||
You can also drag and drop files directly from your file system into the window.
|
||||
A fájlokat közvetlenül a fájlrendszerből is áthúzhatja az ablakba.
|
||||
|
||||
</DocsNote>
|
||||
|
||||
### <Copy size="16" class="inline-block" style="margin-bottom: 2px" /> Duplicate
|
||||
### <Copy size="16" class="inline-block" style="margin-bottom: 2px" /> Duplikálás
|
||||
|
||||
Create a copy of the currently selected files.
|
||||
Készítsen másolatot az aktuálisan kiválasztott fájlokról.
|
||||
|
||||
### <FileX size="16" class="inline-block" style="margin-bottom: 2px" /> Close
|
||||
### <FileX size="16" class="inline-block" style="margin-bottom: 2px" /> Bezárás
|
||||
|
||||
Close the currently selected files.
|
||||
Zárja be az aktuálisan kiválasztott fájlokat.
|
||||
|
||||
### <FileX size="16" class="inline-block" style="margin-bottom: 2px" /> Close all
|
||||
### <FileX size="16" class="inline-block" style="margin-bottom: 2px" /> Az összes bezárása
|
||||
|
||||
Close all files.
|
||||
Zárja be az összes fájlt.
|
||||
|
||||
### <Download size="16" class="inline-block" style="margin-bottom: 2px" /> Export...
|
||||
### <Download size="16" class="inline-block" style="margin-bottom: 2px" /> Exportálás...
|
||||
|
||||
Open the export dialog to save the currently selected files to your computer.
|
||||
Nyissa meg az exportálási párbeszédpanelt az aktuálisan kiválasztott fájlok számítógépre mentéséhez.
|
||||
|
||||
### <Download size="16" class="inline-block" style="margin-bottom: 2px" /> Export all...
|
||||
### <Download size="16" class="inline-block" style="margin-bottom: 2px" /> Az összes exportálása...
|
||||
|
||||
Open the export dialog to save all files to your computer.
|
||||
Nyissa meg az exportálási párbeszédpanelt az összes fájl számítógépre mentéséhez.
|
||||
|
||||
<DocsNote type="warning">
|
||||
|
||||
If your download does not start after clicking the download button, please check your browser settings to allow downloads from <b>gpx.studio</b>.
|
||||
Ha a letöltés nem indul el a letöltés gombra kattintás után, ellenőrizze a böngésző beállításait, hogy engedélyezze a letöltést a <b>gpx.studio</b> webhelyről.
|
||||
|
||||
</DocsNote>
|
||||
|
||||
Reference in New Issue
Block a user