New translations file.mdx (German)
This commit is contained in:
parent
87897236f6
commit
4a2cabf3bc
1 changed files with 13 additions and 13 deletions
|
|
@ -1,5 +1,5 @@
|
|||
---
|
||||
title: File actions
|
||||
title: Dateiaktionen
|
||||
---
|
||||
|
||||
<script lang="ts">
|
||||
|
|
@ -9,15 +9,15 @@ title: File actions
|
|||
|
||||
# { 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>
|
||||
|
||||
|
|
@ -25,23 +25,23 @@ You can also drag and drop files directly from your file system into the window.
|
|||
|
||||
</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.
|
||||
|
||||
### <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.
|
||||
|
||||
### <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.
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue