New translations file.mdx (German)

This commit is contained in:
vcoppe 2024-08-14 10:14:42 +02:00
parent 87897236f6
commit 4a2cabf3bc

View file

@ -1,5 +1,5 @@
--- ---
title: File actions title: Dateiaktionen
--- ---
<script lang="ts"> <script lang="ts">
@ -9,15 +9,15 @@ title: File actions
# { title } # { title }
The file actions menu contains a set of pretty self-explanatory file operations. Das Aktionsmenü Datei enthält eine Reihe von selbsterklärenden Dateioperationen.
### <Plus size="16" class="inline-block" style="margin-bottom: 2px" /> New ### <Plus size="16" class="inline-block" style="margin-bottom: 2px" /> Neu
Create a new empty file. Neue leere Datei erstellen.
### <FolderOpen size="16" class="inline-block" style="margin-bottom: 2px" /> Open... ### <FolderOpen size="16" class="inline-block" style="margin-bottom: 2px" /> Öffnen...
Open files from your computer. Öffne Dateien von Ihrem Computer.
<DocsNote> <DocsNote>
@ -25,23 +25,23 @@ You can also drag and drop files directly from your file system into the window.
</DocsNote> </DocsNote>
### <Copy size="16" class="inline-block" style="margin-bottom: 2px" /> Duplicate ### <Copy size="16" class="inline-block" style="margin-bottom: 2px" /> Duplizieren
Create a copy of the currently selected files. Erstelle eine Kopie der aktuell ausgewählten Dateien.
### <FileX size="16" class="inline-block" style="margin-bottom: 2px" /> Close ### <FileX size="16" class="inline-block" style="margin-bottom: 2px" /> Schließen
Close the currently selected files. Close the currently selected files.
### <FileX size="16" class="inline-block" style="margin-bottom: 2px" /> Close all ### <FileX size="16" class="inline-block" style="margin-bottom: 2px" /> Alle schließen
Close all files. Schließe alle Dateien.
### <Download size="16" class="inline-block" style="margin-bottom: 2px" /> Export... ### <Download size="16" class="inline-block" style="margin-bottom: 2px" /> Exportieren...
Open the export dialog to save the currently selected files to your computer. Open the export dialog to save the currently selected files to your computer.
### <Download size="16" class="inline-block" style="margin-bottom: 2px" /> Export all... ### <Download size="16" class="inline-block" style="margin-bottom: 2px" /> Alle exportieren...
Open the export dialog to save all files to your computer. Open the export dialog to save all files to your computer.