New translations file.mdx (French)

This commit is contained in:
vcoppe 2024-07-23 21:38:34 +02:00
parent 84933c824d
commit 994b59a6bb

View file

@ -1,5 +1,5 @@
--- ---
title: File actions title: Actions sur les fichiers
--- ---
<script lang="ts"> <script lang="ts">
@ -9,35 +9,35 @@ title: File actions
# { title } # { title }
The file actions menu contains a set of pretty self-explanatory file operations. Le menu des actions sur les fichiers contient un ensemble d'opérations de fichiers assez explicites.
### <Plus size="16" class="inline-block" style="margin-bottom: 2px" /> New ### <Plus size="16" class="inline-block" style="margin-bottom: 2px" /> Nouveau
Create a new empty file. Créer un nouveau fichier vide.
### <FolderOpen size="16" class="inline-block" style="margin-bottom: 2px" /> Open... ### <FolderOpen size="16" class="inline-block" style="margin-bottom: 2px" /> Ouvrir...
Open files from your computer. Ouvrir des fichiers depuis votre ordinateur.
<DocsNote> <DocsNote>
You can also drag and drop files directly from your file system into the window. Vous pouvez également glisser-déposer des fichiers directement depuis votre système de fichiers dans la fenêtre.
</DocsNote> </DocsNote>
### <Copy size="16" class="inline-block" style="margin-bottom: 2px" /> Duplicate ### <Copy size="16" class="inline-block" style="margin-bottom: 2px" /> Dupliquer
Create a copy of the currently selected files. Créer une copie des fichiers sélectionnés.
### <FileX size="16" class="inline-block" style="margin-bottom: 2px" /> Close ### <FileX size="16" class="inline-block" style="margin-bottom: 2px" /> Fermer
Close the currently selected files. Fermer les fichiers sélectionnés.
### <FileX size="16" class="inline-block" style="margin-bottom: 2px" /> Close all ### <FileX size="16" class="inline-block" style="margin-bottom: 2px" /> Fermer tout
Close all files. Fermer tous les fichiers.
### <Download size="16" class="inline-block" style="margin-bottom: 2px" /> Export... ### <Download size="16" class="inline-block" style="margin-bottom: 2px" /> Exporter...
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.