New translations file.mdx (Korean)

This commit is contained in:
vcoppe
2025-11-10 19:05:52 +01:00
parent d74380404c
commit b331900158

View File

@@ -3,7 +3,7 @@ title: File actions
--- ---
<script lang="ts"> <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'; import DocsNote from '$lib/components/docs/DocsNote.svelte';
</script> </script>
@@ -29,13 +29,13 @@ You can also drag and drop files directly from your file system into the window.
Create a copy of the currently selected files. Create a copy of the currently selected files.
### <FileX size="16" class="inline-block" style="margin-bottom: 2px" /> Close ### <FileX size="16" class="inline-block" style="margin-bottom: 2px" /> Delete
Close the currently selected files. Delete 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" /> Delete all
Close all files. Delete all files.
### <Download size="16" class="inline-block" style="margin-bottom: 2px" /> Export... ### <Download size="16" class="inline-block" style="margin-bottom: 2px" /> Export...