mirror of
https://github.com/gpxstudio/gpx.studio.git
synced 2025-12-03 10:22:13 +00:00
* 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)
53 lines
1.7 KiB
Plaintext
53 lines
1.7 KiB
Plaintext
---
|
|
title: Fájlműveletek
|
|
---
|
|
|
|
<script lang="ts">
|
|
import { Plus, FolderOpen, Copy, FileX, Download } from 'lucide-svelte';
|
|
import DocsNote from '$lib/components/docs/DocsNote.svelte';
|
|
</script>
|
|
|
|
# { title }
|
|
|
|
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" /> Új
|
|
|
|
Hozzon létre egy új üres fájlt.
|
|
|
|
### <FolderOpen size="16" class="inline-block" style="margin-bottom: 2px" /> Megnyitás...
|
|
|
|
Nyissa meg a fájlokat a számítógépéről.
|
|
|
|
<DocsNote>
|
|
|
|
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" /> Duplikálás
|
|
|
|
Készítsen másolatot az aktuálisan kiválasztott fájlokról.
|
|
|
|
### <FileX size="16" class="inline-block" style="margin-bottom: 2px" /> Bezárás
|
|
|
|
Zárja be az aktuálisan kiválasztott fájlokat.
|
|
|
|
### <FileX size="16" class="inline-block" style="margin-bottom: 2px" /> Az összes bezárása
|
|
|
|
Zárja be az összes fájlt.
|
|
|
|
### <Download size="16" class="inline-block" style="margin-bottom: 2px" /> Exportálás...
|
|
|
|
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" /> Az összes exportálása...
|
|
|
|
Nyissa meg az exportálási párbeszédpanelt az összes fájl számítógépre mentéséhez.
|
|
|
|
<DocsNote type="warning">
|
|
|
|
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>
|