as, ark, gh, gh-alias, gcc, cal: add French translation (#8632)

This commit is contained in:
Gustek
2022-10-07 18:56:43 +02:00
committed by GitHub
parent ed29faeae9
commit 660de3cfcf
6 changed files with 145 additions and 0 deletions

16
pages.fr/linux/ark.md Normal file
View File

@@ -0,0 +1,16 @@
# ark
> Outil d'archive de KDE.
> Plus d'informations : <https://docks.kde.org/stable5/en/ark/ark/>.
- Extrait une archive dans le répertoire courant :
`ark --batch {{archive}}`
- Change le répertoire d'extraction :
`ark --batch --destination {{chemin/vers/le/répertoire}} {{archive}}`
- Crée une archive si elle n'existe pas et y ajouter des fichiers :
`ark --add-to {{archive}} {{fichier1}} {{fichier2}} ...`