1111# ppcfish <[email protected] >, 20191212131314+ # Freesand Leo <[email protected] >, 20201415#
1516#, fuzzy
1617msgid ""
@@ -19,7 +20,7 @@ msgstr ""
1920"Report-Msgid-Bugs-To : \n "
2021"POT-Creation-Date : 2020-02-09 12:40+0000\n "
2122"PO-Revision-Date : 2017-02-16 23:12+0000\n "
22- "Last-Translator : st z <zstcode@outlook .com>, 2020\n "
23+ "Last-Translator : Freesand Leo <yuqinju@163 .com>, 2020\n "
2324"Language-Team : Chinese (China) (https://www.transifex.com/python-doc/teams/5390/zh_CN/)\n "
2425"MIME-Version : 1.0\n "
2526"Content-Type : text/plain; charset=UTF-8\n "
@@ -74,18 +75,22 @@ msgid ""
7475" for the :dfn:`digest` of the concatenation of the data fed to it so far "
7576"using the :meth:`digest` or :meth:`hexdigest` methods."
7677msgstr ""
78+ "每种类型的 :dfn:`hash` 都有一个构造器方法。 它们都返回一个具有相同的简单接口的 hash 对象。 例如,使用 use "
79+ ":func:`sha256` 创建一个 SHA-256 hash 对象。 你可以使用 :meth:`update` 方法向这个对象输入 "
80+ ":term:`字节类对象 <bytes-like object>` (通常是 :class:`bytes`)。 在任何时候你都可以使用 "
81+ ":meth:`digest` 或 :meth:`hexdigest` 方法获得到目前为止输入这个对象的拼接数据的 :dfn:`digest`。"
7782
7883#: ../../library/hashlib.rst:56
7984msgid ""
8085"For better multithreading performance, the Python :term:`GIL` is released "
8186"for data larger than 2047 bytes at object creation or on update."
82- msgstr ""
87+ msgstr "为了更好的多线程性能,在对象创建或者更新时,若数据大于2047字节则 Python 的 :term:`GIL` 会被释放。 "
8388
8489#: ../../library/hashlib.rst:61
8590msgid ""
8691"Feeding string objects into :meth:`update` is not supported, as hashes work "
8792"on bytes, not on characters."
88- msgstr ""
93+ msgstr "向 :meth:`update` 输入字符串对象是不被支持的,因为哈希基于字节而非字符。 "
8994
9095#: ../../library/hashlib.rst:66
9196msgid ""
0 commit comments