New translations file.mdx (German)

This commit is contained in:
vcoppe
2025-11-10 19:05:44 +01:00
parent 4082d0a368
commit b31e3bb710

View File

@@ -3,7 +3,7 @@ title: Dateiaktionen
---
<script lang="ts">
import { Plus, FolderOpen, Copy, FileX, Download } from 'lucide-svelte';
import { Plus, FolderOpen, Copy, FileX, Download } from '@lucide/svelte';
import DocsNote from '$lib/components/docs/DocsNote.svelte';
</script>
@@ -29,13 +29,13 @@ Sie können auch Dateien per Drag-and-Drop aus Ihrem Dateisystem in das Fenster
Erstelle eine Kopie der aktuell ausgewählten Dateien.
### <FileX size="16" class="inline-block" style="margin-bottom: 2px" /> Schließen
### <FileX size="16" class="inline-block" style="margin-bottom: 2px" /> Delete
Die aktuell ausgewählten Dateien schließen.
Delete the currently selected files.
### <FileX size="16" class="inline-block" style="margin-bottom: 2px" /> Alle schließen
### <FileX size="16" class="inline-block" style="margin-bottom: 2px" /> Delete all
Schließe alle Dateien.
Delete all files.
### <Download size="16" class="inline-block" style="margin-bottom: 2px" /> Exportieren...