Explorar o código

base32: add French translation

Ivor %!s(int64=4) %!d(string=hai) anos
pai
achega
9ceab1cb0c
Modificáronse 1 ficheiros con 19 adicións e 0 borrados
  1. 19 0
      pages.fr/common/base32.md

+ 19 - 0
pages.fr/common/base32.md

@@ -0,0 +1,19 @@
+# base32
+
+> Encode ou décode un fichier ou l'entrée standard vers ou depuis la base 32, et retourne le résultat à la sortie standard.
+
+- Encode un fichier:
+
+`base32 {{fichier}}`
+
+- Décode un fichier:
+
+`base32 -d {{fichier}}`
+
+- Encode depuis `stdin`:
+
+`{{commande}} | base32`
+
+- Décode depuis `stdin`:
+
+`{{commande}} | base32 -d`