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

Skip to content

Commit e2d6c4e

Browse files
[po] auto sync
1 parent 6c9294d commit e2d6c4e

1 file changed

Lines changed: 8 additions & 3 deletions

File tree

library/hashlib.po

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111
# ppcfish <[email protected]>, 2019
1212
# 李守俊 <[email protected]>, 2020
1313
# st z <[email protected]>, 2020
14+
# Freesand Leo <[email protected]>, 2020
1415
#
1516
#, fuzzy
1617
msgid ""
@@ -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."
7677
msgstr ""
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
7984
msgid ""
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
8590
msgid ""
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
9196
msgid ""

0 commit comments

Comments
 (0)