chromium, code, gimp, powershell : add French translation (#8037)

* translate code in French

* translate powershell in French

* switch to imperative

* translate gimp in French

* translate chromium in French

* Fix imperative error on powershell

* Fix imperative error on chromium
This commit is contained in:
Gatien
2022-04-20 01:41:19 +02:00
committed by GitHub
parent 91d102652b
commit fad355136f
4 changed files with 133 additions and 0 deletions

View File

@@ -0,0 +1,32 @@
# powershell
> Interface en ligne de commande et langage de script spécialement conçu pour l'administration système.
> Plus d'informations : <https://docs.microsoft.com/windows-server/administration/windows-commands/powershell>.
- Démarre une session Windows PowerShell dans une fenêtre d'invite de commande :
`powershell`
- Charge un fichier de console PowerShell spécifique :
`powershell -PSConsoleFile {{chemin/vers/fichier}}`
- Démarre une session avec une version spécifiée de PowerShell :
`powershell -Version {{version}}`
- Empêche linterface système de se fermer après avoir exécuté les commandes de démarrage :
`powershell -NoExit`
- Décrive le format des données envoyées à PowerShell :
`powershell -InputFormat {{Texte|XML}}`
- Détermine comment la sortie de PowerShell est formatée :
`powershell -OutputFormat {{Texte|XML}}`
- Affiche l'aide :
`powershell -Help`