New translations edit.mdx (French)
This commit is contained in:
parent
6e40da6701
commit
095119d7c6
1 changed files with 5 additions and 1 deletions
|
|
@ -3,7 +3,7 @@ title: Actions d'édition
|
|||
---
|
||||
|
||||
<script lang="ts">
|
||||
import { Undo2, Redo2, Info, PaintBucket, EyeOff, FileStack, ClipboardCopy, Scissors, ClipboardPaste, Trash2 } from 'lucide-svelte';
|
||||
import { Undo2, Redo2, Info, PaintBucket, EyeOff, FileStack, ClipboardCopy, Scissors, ClipboardPaste, Trash2, Maximize } from 'lucide-svelte';
|
||||
import DocsNote from '$lib/components/docs/DocsNote.svelte';
|
||||
</script>
|
||||
|
||||
|
|
@ -35,6 +35,10 @@ Activer/désactiver la visibilité des éléments de fichier sélectionnés sur
|
|||
|
||||
Ajouter tous les éléments de fichier du niveau de hiérarchie actuel à la sélection.
|
||||
|
||||
### <Maximize size="16" class="inline-block" style="margin-bottom: 2px" /> Center
|
||||
|
||||
Center the map on the selected file items.
|
||||
|
||||
### <ClipboardCopy size="16" class="inline-block" style="margin-bottom: 2px" /> Copier
|
||||
|
||||
Copier les éléments de fichier sélectionnés dans le presse-papiers.
|
||||
|
|
|
|||
Loading…
Reference in a new issue