multiple pages: fix typos in French translation (#5841)

This commit is contained in:
Nicolas Kosinski
2021-05-01 18:49:31 +02:00
committed by GitHub
parent 50d6e5906a
commit 6467b39f66
96 changed files with 297 additions and 297 deletions

View File

@@ -8,7 +8,7 @@
`git annex help`
- Initialize le repo avec Git annex :
- Initialise le dépôt :
`git annex init`
@@ -16,14 +16,14 @@
`git annex add {{chemin/vers/fichier_ou_repertoire}}`
- Affiche le statut courrand d un fichier ou repertoire :
- Affiche le statut courant d'un fichier ou répertoire :
`git annex status {{chemin/vers/fichier_ou_repertoire}}`
- Synchronise un repository local avec un distant :
- Synchronise un dépôt local avec un distant :
`git annex {{distant}}`
- Recupére un ficheir ou un repertoire :
- Récupère un fichier ou un répertoire :
`git annex get {{chemin/vers/fichier_ou_repertoire}}`