commit d0f41fff5170ee2fca61987d8c0d04f6dda8975d Author: Translation commit bot translation@torproject.org Date: Fri Dec 4 13:15:12 2020 +0000
https://gitweb.torproject.org/translation.git/commit/?h=communitytpo-content... --- contents+fr.po | 37 ++++++++++++++++++++++++------------- 1 file changed, 24 insertions(+), 13 deletions(-)
diff --git a/contents+fr.po b/contents+fr.po index dafb037e8f..4b22960c1c 100644 --- a/contents+fr.po +++ b/contents+fr.po @@ -8,10 +8,10 @@ # Gus, 2020 # David Georges, 2020 # erinm, 2020 -# Cor l3ss corl3ss@corl3ss.com, 2020 # Silvio Fachinotti, 2020 # AO ao@localizationlab.org, 2020 # Emeric Vallespi evallespi@protonmail.com, 2020 +# Cor l3ss corl3ss@corl3ss.com, 2020 # msgid "" msgstr "" @@ -19,7 +19,7 @@ msgstr "" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2020-11-05 12:55+EST\n" "PO-Revision-Date: 2019-12-11 10:50+0000\n" -"Last-Translator: Emeric Vallespi evallespi@protonmail.com, 2020\n" +"Last-Translator: Cor l3ss corl3ss@corl3ss.com, 2020\n" "Language-Team: French (https://www.transifex.com/otf/teams/1519/fr/)%5Cn" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -10952,12 +10952,12 @@ msgstr "" #: https//community.torproject.org/onion-services/advanced/client-auth/ #: (content/onion-services/advanced/client-auth/contents+en.lrpage.body) msgid "**Step 1.** Generate a key using the algorithm x25519:" -msgstr "" +msgstr "**Etape 1.** Créer une clef utilisant l'algorithme x25519 :"
#: https//community.torproject.org/onion-services/advanced/client-auth/ #: (content/onion-services/advanced/client-auth/contents+en.lrpage.body) msgid "$ openssl genpkey -algorithm x25519 -out /tmp/k1.prv.pem" -msgstr "" +msgstr "$ openssl genpkey -algorithm x25519 -out /tmp/k1.prv.pem"
#: https//community.torproject.org/onion-services/advanced/client-auth/ #: (content/onion-services/advanced/client-auth/contents+en.lrpage.body) @@ -10967,16 +10967,18 @@ msgid "" "If you get an error message, something has gone wrong and you cannot " "continue until you've figured out why this didn't work." msgstr "" +"Si vous obtenez un message d'erreur, quelque chose s'est mal passé et vous " +"ne pouvez pas continuer avant de trouver ce qui ne fonctionne pas."
#: https//community.torproject.org/onion-services/advanced/client-auth/ #: (content/onion-services/advanced/client-auth/contents+en.lrpage.body) msgid "**Step 2.** Format the keys into base32:" -msgstr "" +msgstr "**Etape 2.** Formater les clefs en base32 :"
#: https//community.torproject.org/onion-services/advanced/client-auth/ #: (content/onion-services/advanced/client-auth/contents+en.lrpage.body) msgid "**Private key**" -msgstr "" +msgstr "**Clef privée**"
#: https//community.torproject.org/onion-services/advanced/client-auth/ #: (content/onion-services/advanced/client-auth/contents+en.lrpage.body) @@ -10984,11 +10986,13 @@ msgid "" "$ cat /tmp/k1.prv.pem | grep -v " PRIVATE KEY" | base64pem -d | tail " "--bytes=32 | base32 | sed 's/=//g' > /tmp/k1.prv.key" msgstr "" +"$ cat /tmp/k1.prv.pem | grep -v " PRIVATE KEY" | base64pem -d | tail " +"--bytes=32 | base32 | sed 's/=//g' > /tmp/k1.prv.key"
#: https//community.torproject.org/onion-services/advanced/client-auth/ #: (content/onion-services/advanced/client-auth/contents+en.lrpage.body) msgid "**Public key**" -msgstr "" +msgstr "**Clef publique**"
#: https//community.torproject.org/onion-services/advanced/client-auth/ #: (content/onion-services/advanced/client-auth/contents+en.lrpage.body) @@ -10996,21 +11000,23 @@ msgid "" "$ openssl pkey -in /tmp/k1.prv.pem -pubout | grep -v " PUBLIC KEY" | " "base64pem -d | tail --bytes=32 | base32 | sed 's/=//g' > /tmp/k1.pub.key" msgstr "" +"$ openssl pkey -in /tmp/k1.prv.pem -pubout | grep -v " PUBLIC KEY" | " +"base64pem -d | tail --bytes=32 | base32 | sed 's/=//g' > /tmp/k1.pub.key"
#: https//community.torproject.org/onion-services/advanced/client-auth/ #: (content/onion-services/advanced/client-auth/contents+en.lrpage.body) msgid "**Step 3.** Copy the public key:" -msgstr "" +msgstr "**Etape 3.** Copier la clef publique :"
#: https//community.torproject.org/onion-services/advanced/client-auth/ #: (content/onion-services/advanced/client-auth/contents+en.lrpage.body) msgid "$ cat /tmp/k1.pub.key" -msgstr "" +msgstr "$ cat /tmp/k1.pub.key"
#: https//community.torproject.org/onion-services/advanced/client-auth/ #: (content/onion-services/advanced/client-auth/contents+en.lrpage.body) msgid "**Step 4.** Create an authorized client file:" -msgstr "" +msgstr "**Etape 4.** Créer un fichier de clients autorisés :"
#: https//community.torproject.org/onion-services/advanced/client-auth/ #: (content/onion-services/advanced/client-auth/contents+en.lrpage.body) @@ -11018,6 +11024,8 @@ msgid "" "Format the client authentication and create a new file in " "`<HiddenServiceDir>/authorized_clients/` directory." msgstr "" +"Formater l'authentication client et créer un nouveau fichier dans le dossier" +" `<HiddenServiceDir>/authorized_clients/`."
#: https//community.torproject.org/onion-services/advanced/client-auth/ #: (content/onion-services/advanced/client-auth/contents+en.lrpage.body) @@ -11025,21 +11033,24 @@ msgid "" "Each file in that directory should be suffixed with ".auth" (i.e. " ""alice.auth"; the file name is irrelevant) and its content format must be:" msgstr "" +"Chaque fichier dans ce dossier doit être suffixé par ".auth" (i.e. " +""alice.auth"; le nom de fichier est sans objet) et son format de contenu " +"doit être :"
#: https//community.torproject.org/onion-services/advanced/client-auth/ #: (content/onion-services/advanced/client-auth/contents+en.lrpage.body) msgid "<auth-type>:<key-type>:<base32-encoded-public-key>" -msgstr "" +msgstr "<auth-type>:<key-type>:<base32-encoded-public-key>"
#: https//community.torproject.org/onion-services/advanced/client-auth/ #: (content/onion-services/advanced/client-auth/contents+en.lrpage.body) msgid "The supported values for `<auth-type>` are: "descriptor"." -msgstr "" +msgstr "Les valeurs prises en charge pour `<auth-type>` sont : "descriptor"."
#: https//community.torproject.org/onion-services/advanced/client-auth/ #: (content/onion-services/advanced/client-auth/contents+en.lrpage.body) msgid "The supported values for `<key-type>` are: "x25519"." -msgstr "" +msgstr "Les valeurs prises en charge pour `<key-type>` sont : "x25519"."
#: https//community.torproject.org/onion-services/advanced/client-auth/ #: (content/onion-services/advanced/client-auth/contents+en.lrpage.body)