New translations file.mdx (Hungarian)

This commit is contained in:
vcoppe 2024-09-13 17:36:30 +02:00
parent 3753ea0d3b
commit 4c3c24cb3b

View file

@ -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>