Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit e26a6ae

Browse files
[po] auto sync
1 parent b4fd413 commit e26a6ae

2 files changed

Lines changed: 8 additions & 7 deletions

File tree

library/hashlib.po

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -859,15 +859,15 @@ msgstr "模块 :mod:`hmac`"
859859

860860
#: ../../library/hashlib.rst:723
861861
msgid "A module to generate message authentication codes using hashes."
862-
msgstr ""
862+
msgstr "使用哈希运算来生成消息验证代码的模块。"
863863

864864
#: ../../library/hashlib.rst:726
865865
msgid "Module :mod:`base64`"
866866
msgstr "模块 :mod:`base64`"
867867

868868
#: ../../library/hashlib.rst:726
869869
msgid "Another way to encode binary hashes for non-binary environments."
870-
msgstr ""
870+
msgstr "针对非二进制环境对二进制哈希值进行编辑的另一种方式。"
871871

872872
#: ../../library/hashlib.rst:729
873873
msgid "https://blake2.net"
@@ -881,10 +881,11 @@ msgstr "BLAKE2 官方网站"
881881
msgid ""
882882
"https://csrc.nist.gov/csrc/media/publications/fips/180/2/archive/2002-08-01/documents/fips180-2.pdf"
883883
msgstr ""
884+
"https://csrc.nist.gov/csrc/media/publications/fips/180/2/archive/2002-08-01/documents/fips180-2.pdf"
884885

885886
#: ../../library/hashlib.rst:732
886887
msgid "The FIPS 180-2 publication on Secure Hash Algorithms."
887-
msgstr ""
888+
msgstr "有关安全哈希算法的 FIPS 180-2 出版物。"
888889

889890
#: ../../library/hashlib.rst:736
890891
msgid ""
@@ -896,12 +897,12 @@ msgstr ""
896897
msgid ""
897898
"Wikipedia article with information on which algorithms have known issues and"
898899
" what that means regarding their use."
899-
msgstr ""
900+
msgstr "包含关于哪些算法存在已知问题以及对其使用所造成的影响的信息的 Wikipedia 文章。"
900901

901902
#: ../../library/hashlib.rst:738
902903
msgid "https://www.ietf.org/rfc/rfc2898.txt"
903904
msgstr "https://www.ietf.org/rfc/rfc2898.txt"
904905

905906
#: ../../library/hashlib.rst:739
906907
msgid "PKCS #5: Password-Based Cryptography Specification Version 2.0"
907-
msgstr ""
908+
msgstr "PKCS #5: 基于密码的加密规范描述 2.0 版"

library/hmac.po

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,11 +29,11 @@ msgstr ":mod:`hmac` --- 基于密钥的消息验证"
2929

3030
#: ../../library/hmac.rst:10
3131
msgid "**Source code:** :source:`Lib/hmac.py`"
32-
msgstr ""
32+
msgstr "**源代码:** :source:`Lib/hmac.py`"
3333

3434
#: ../../library/hmac.rst:14
3535
msgid "This module implements the HMAC algorithm as described by :rfc:`2104`."
36-
msgstr ""
36+
msgstr "此模块实现了 HMAC 算法,算法的描述参见 :rfc:`2104`。"
3737

3838
#: ../../library/hmac.rst:19
3939
msgid ""

0 commit comments

Comments
 (0)