Skip to content

Commit 8096d98

Browse files
Seluj78JulienPalard
authored andcommitted
Finished translating and fixed fuzzy in library/hashlib.po (#590)
1 parent d0e2328 commit 8096d98

1 file changed

Lines changed: 42 additions & 32 deletions

File tree

library/hashlib.po

Lines changed: 42 additions & 32 deletions
Original file line numberDiff line numberDiff line change
@@ -6,14 +6,14 @@ msgstr ""
66
"Project-Id-Version: Python 3.6\n"
77
"Report-Msgid-Bugs-To: \n"
88
"POT-Creation-Date: 2018-11-29 16:06+0100\n"
9-
"PO-Revision-Date: 2018-11-30 17:58+0100\n"
10-
"Last-Translator: Julien VITARD <julienvitard@gmail.com>\n"
9+
"PO-Revision-Date: 2019-03-26 08:53+0100\n"
10+
"Last-Translator: Jules Lasne <jules.lasne@gmail.com>\n"
1111
"Language-Team: FRENCH <traductions@lists.afpy.org>\n"
1212
"Language: fr\n"
1313
"MIME-Version: 1.0\n"
1414
"Content-Type: text/plain; charset=UTF-8\n"
1515
"Content-Transfer-Encoding: 8bit\n"
16-
"X-Generator: Poedit 1.8.11\n"
16+
"X-Generator: Poedit 2.2.1\n"
1717

1818
#: ../Doc/library/hashlib.rst:2
1919
msgid ":mod:`hashlib` --- Secure hashes and message digests"
@@ -203,7 +203,7 @@ msgstr ""
203203

204204
#: ../Doc/library/hashlib.rst:144
205205
msgid "The size of the resulting hash in bytes."
206-
msgstr "La taille du *hash* résultant en octets"
206+
msgstr "La taille du *hash* résultant en octets."
207207

208208
#: ../Doc/library/hashlib.rst:148
209209
msgid "The internal block size of the hash algorithm in bytes."
@@ -420,7 +420,7 @@ msgstr ":ref:`Disponibilité <availability>` : OpenSSL 1.1+."
420420

421421
#: ../Doc/library/hashlib.rst:280
422422
msgid "BLAKE2"
423-
msgstr ""
423+
msgstr "BLAKE2"
424424

425425
#: ../Doc/library/hashlib.rst:287
426426
msgid ""
@@ -506,7 +506,7 @@ msgid ""
506506
"bytes for BLAKE2s)."
507507
msgstr ""
508508
"*salt*: sel pour le hachage randomisé *randomized hashing* (jusqu'à 16 "
509-
"octets pour BLAKE2b, jusqu'à 8 octets pour BLAKE2s). "
509+
"octets pour BLAKE2b, jusqu'à 8 octets pour BLAKE2s)."
510510

511511
#: ../Doc/library/hashlib.rst:332
512512
msgid ""
@@ -524,43 +524,43 @@ msgstr ""
524524

525525
#: ../Doc/library/hashlib.rst:338
526526
msgid "Hash"
527-
msgstr ""
527+
msgstr "Hash"
528528

529529
#: ../Doc/library/hashlib.rst:338
530530
msgid "digest_size"
531-
msgstr ""
531+
msgstr "digest_size"
532532

533533
#: ../Doc/library/hashlib.rst:338
534534
msgid "len(key)"
535-
msgstr ""
535+
msgstr "len(key)"
536536

537537
#: ../Doc/library/hashlib.rst:338
538538
msgid "len(salt)"
539-
msgstr ""
539+
msgstr "len(salt)"
540540

541541
#: ../Doc/library/hashlib.rst:338
542542
msgid "len(person)"
543-
msgstr ""
543+
msgstr "len(person)"
544544

545545
#: ../Doc/library/hashlib.rst:340
546546
msgid "BLAKE2b"
547-
msgstr ""
547+
msgstr "BLAKE2b"
548548

549549
#: ../Doc/library/hashlib.rst:340
550550
msgid "64"
551-
msgstr ""
551+
msgstr "64"
552552

553553
#: ../Doc/library/hashlib.rst:340
554554
msgid "16"
555-
msgstr ""
555+
msgstr "16"
556556

557557
#: ../Doc/library/hashlib.rst:341
558558
msgid "BLAKE2s"
559-
msgstr ""
559+
msgstr "BLAKE2s"
560560

561561
#: ../Doc/library/hashlib.rst:341
562562
msgid "32"
563-
msgstr ""
563+
msgstr "32"
564564

565565
#: ../Doc/library/hashlib.rst:341
566566
msgid "8"
@@ -748,7 +748,6 @@ msgid "Keyed hashing"
748748
msgstr "Code d'authentification de message"
749749

750750
#: ../Doc/library/hashlib.rst:484
751-
#, fuzzy
752751
msgid ""
753752
"Keyed hashing can be used for authentication as a faster and simpler "
754753
"replacement for `Hash-based message authentication code <https://en."
@@ -757,11 +756,11 @@ msgid ""
757756
"property inherited from BLAKE."
758757
msgstr ""
759758
"Le code d'authentification de message peut être utilisé pour "
760-
"l'authentification comme un remplacement simple et rapide de `Hash-based "
761-
"message authentication code <https://en.wikipedia.org/wiki/Hash-"
762-
"based_message_authentication_code>`_ (HMAC). BLAKE2 peut être utilisé de "
763-
"manière sécurisée dans le mode préfixe MAC grâce à la propriété "
764-
"d'indifférentiabilité héritée de BLAKE"
759+
"l'authentification tel quel en lieu et de manière simple et rapide de `code "
760+
"d’authentification d’une empreinte cryptographique de message avec clé "
761+
"<https://fr.wikipedia.org/wiki/Keyed-hash_message_authentication_code>`_ "
762+
"(HMAC). BLAKE2 peut être utilisé de manière sécurisée dans le mode préfixe "
763+
"MAC grâce à la propriété d'indifférentiabilité héritée de BLAKE."
765764

766765
#: ../Doc/library/hashlib.rst:490
767766
msgid ""
@@ -850,6 +849,8 @@ msgid ""
850849
"(`NIST SP-800-106 \"Randomized Hashing for Digital Signatures\" <https://"
851850
"csrc.nist.gov/publications/detail/sp/800-106/final>`_)"
852851
msgstr ""
852+
"(`NIST SP-800-106 \"Randomized Hashing for Digital Signatures\" <https://"
853+
"csrc.nist.gov/publications/detail/sp/800-106/final>`_, article en anglais)"
853854

854855
#: ../Doc/library/hashlib.rst:568
855856
msgid ""
@@ -906,6 +907,8 @@ msgid ""
906907
"(`The Skein Hash Function Family <http://www.skein-hash.info/sites/default/"
907908
"files/skein1.3.pdf>`_, p. 21)"
908909
msgstr ""
910+
"(`The Skein Hash Function Family <http://www.skein-hash.info/sites/default/"
911+
"files/skein1.3.pdf>`_, p. 21, article en anglais)"
909912

910913
#: ../Doc/library/hashlib.rst:613
911914
msgid "BLAKE2 can be personalized by passing bytes to the *person* argument::"
@@ -914,13 +917,12 @@ msgstr ""
914917
"*person* : ::"
915918

916919
#: ../Doc/library/hashlib.rst:627
917-
#, fuzzy
918920
msgid ""
919921
"Personalization together with the keyed mode can also be used to derive "
920922
"different keys from a single one."
921923
msgstr ""
922-
"L'utilisation de la personnalisation avec le *keyed mode* peut être utilisé "
923-
"pour dériver différentes clés à partir d'une seule."
924+
"La personnalisation et le *keyed mode* peuvent être utilisés ensemble pour "
925+
"dériver différentes clés à partir d'une seule."
924926

925927
#: ../Doc/library/hashlib.rst:641
926928
msgid "Tree mode"
@@ -993,7 +995,11 @@ msgid ""
993995
"To the extent possible under law, the author(s) have dedicated all copyright "
994996
"and related and neighboring rights to this software to the public domain "
995997
"worldwide. This software is distributed without any warranty."
996-
msgstr "A la mesure du possible en vertu du droit, le(s) auteur(s) "
998+
msgstr ""
999+
"Tout en restant dans les limites de la loi, le(s) auteur(s) a (ont) consacré "
1000+
"tous les droits d’auteur et droits connexes et voisins de ce logiciel au "
1001+
"domaine public dans le monde entier. Ce logiciel est distribué sans aucune "
1002+
"garantie."
9971003

9981004
#: ../Doc/library/hashlib.rst:701
9991005
msgid ""
@@ -1017,11 +1023,11 @@ msgstr ""
10171023

10181024
#: ../Doc/library/hashlib.rst:709
10191025
msgid "*Alexandr Sokolovskiy*"
1020-
msgstr ""
1026+
msgstr "*Alexandr Sokolovskiy*"
10211027

10221028
#: ../Doc/library/hashlib.rst:723
10231029
msgid "Module :mod:`hmac`"
1024-
msgstr ""
1030+
msgstr "Module :mod:`hmac`"
10251031

10261032
#: ../Doc/library/hashlib.rst:723
10271033
msgid "A module to generate message authentication codes using hashes."
@@ -1040,7 +1046,7 @@ msgstr ""
10401046

10411047
#: ../Doc/library/hashlib.rst:729
10421048
msgid "https://blake2.net"
1043-
msgstr ""
1049+
msgstr "https://blake2.net"
10441050

10451051
#: ../Doc/library/hashlib.rst:729
10461052
msgid "Official BLAKE2 website."
@@ -1051,16 +1057,20 @@ msgid ""
10511057
"https://csrc.nist.gov/csrc/media/publications/fips/180/2/archive/2002-08-01/"
10521058
"documents/fips180-2.pdf"
10531059
msgstr ""
1060+
"https://csrc.nist.gov/csrc/media/publications/fips/180/2/archive/2002-08-01/"
1061+
"documents/fips180-2.pdf"
10541062

10551063
#: ../Doc/library/hashlib.rst:732
10561064
msgid "The FIPS 180-2 publication on Secure Hash Algorithms."
1057-
msgstr "La publication FIPS 180-2 sur les algorithmes de hachage sécurisés"
1065+
msgstr "La publication FIPS 180-2 sur les algorithmes de hachage sécurisés."
10581066

10591067
#: ../Doc/library/hashlib.rst:736
10601068
msgid ""
10611069
"https://en.wikipedia.org/wiki/"
10621070
"Cryptographic_hash_function#Cryptographic_hash_algorithms"
10631071
msgstr ""
1072+
"https://en.wikipedia.org/wiki/"
1073+
"Cryptographic_hash_function#Cryptographic_hash_algorithms"
10641074

10651075
#: ../Doc/library/hashlib.rst:735
10661076
msgid ""
@@ -1072,8 +1082,8 @@ msgstr ""
10721082

10731083
#: ../Doc/library/hashlib.rst:738
10741084
msgid "https://www.ietf.org/rfc/rfc2898.txt"
1075-
msgstr ""
1085+
msgstr "https://www.ietf.org/rfc/rfc2898.txt"
10761086

10771087
#: ../Doc/library/hashlib.rst:739
10781088
msgid "PKCS #5: Password-Based Cryptography Specification Version 2.0"
1079-
msgstr ""
1089+
msgstr "PKCS #5: Password-Based Cryptography Specification Version 2.0"

0 commit comments

Comments
 (0)