55#
66# Translators:
77# walkinrain <[email protected] >, 20198+ 89#
910#, fuzzy
1011msgid ""
@@ -13,7 +14,7 @@ msgstr ""
1314"Report-Msgid-Bugs-To : \n "
1415"POT-Creation-Date : 2019-01-01 10:14+0900\n "
1516"PO-Revision-Date : 2017-02-16 18:42+0000\n "
16- "Last-Translator : walkinrain <walkinrain2008@163 .com>, 2019\n "
17+ "Last-Translator : 开 方 <kaifang.1995@gmail .com>, 2019\n "
1718"Language-Team : Chinese (China) (https://www.transifex.com/python-doc/teams/5390/zh_CN/)\n "
1819"MIME-Version : 1.0\n "
1920"Content-Type : text/plain; charset=UTF-8\n "
@@ -23,7 +24,7 @@ msgstr ""
2324
2425#: ../../library/binascii.rst:2
2526msgid ":mod:`binascii` --- Convert between binary and ASCII"
26- msgstr ""
27+ msgstr ":mod:`binascii` --- 二进制和 ASCII 码互转 "
2728
2829#: ../../library/binascii.rst:15
2930msgid ""
@@ -42,15 +43,17 @@ msgid ""
4243"(such as :class:`bytes`, :class:`bytearray` and other objects that support "
4344"the buffer protocol)."
4445msgstr ""
46+ "``a2b_*`` 函数接受只含有 ASCII 码的Unicode 字符串。其他函数只接受 :term:`字节类对象 <bytes-like object>` (例如 :class:`bytes`,:class:`bytearray` 和其他支持 \n"
47+ "缓冲区协议的对象)。"
4548
4649#: ../../library/binascii.rst:29
4750msgid ""
4851"ASCII-only unicode strings are now accepted by the ``a2b_*`` functions."
49- msgstr ""
52+ msgstr " ``a2b_*`` 函数支持只包含 ASCII 的 Unicode 字符串。 "
5053
5154#: ../../library/binascii.rst:33
5255msgid "The :mod:`binascii` module defines the following functions:"
53- msgstr ""
56+ msgstr ":mod:`binascii` 模块定义了以下函数: "
5457
5558#: ../../library/binascii.rst:38
5659msgid ""
@@ -69,7 +72,7 @@ msgstr ""
6972
7073#: ../../library/binascii.rst:49
7174msgid "Added the *backtick* parameter."
72- msgstr ""
75+ msgstr "增加 *backtick* 形参。 "
7376
7477#: ../../library/binascii.rst:55
7578msgid ""
@@ -86,7 +89,7 @@ msgstr ""
8689
8790#: ../../library/binascii.rst:65
8891msgid "Added the *newline* parameter."
89- msgstr ""
92+ msgstr "增加 *newline* 形参。 "
9093
9194#: ../../library/binascii.rst:71
9295msgid ""
@@ -128,7 +131,7 @@ msgstr ""
128131
129132#: ../../library/binascii.rst:104
130133msgid "Accept only bytestring or bytearray objects as input."
131- msgstr ""
134+ msgstr "仅接受 bytestring 或 bytearray 对象作为输入。 "
132135
133136#: ../../library/binascii.rst:110
134137msgid "Perform binhex4 style RLE-compression on *data* and return the result."
@@ -194,7 +197,7 @@ msgstr ""
194197
195198#: ../../library/binascii.rst:172
196199msgid "Exception raised on errors. These are usually programming errors."
197- msgstr ""
200+ msgstr "由错误引发的异常。这些通常是因为编程错误。 "
198201
199202#: ../../library/binascii.rst:177
200203msgid ""
@@ -217,20 +220,20 @@ msgstr "模块 :mod:`binhex`"
217220
218221#: ../../library/binascii.rst:188
219222msgid "Support for the binhex format used on the Macintosh."
220- msgstr ""
223+ msgstr "支持在 Macintosh 上使用的 binhex 格式。 "
221224
222225#: ../../library/binascii.rst:191
223226msgid "Module :mod:`uu`"
224227msgstr "模块 :mod:`uu`"
225228
226229#: ../../library/binascii.rst:191
227230msgid "Support for UU encoding used on Unix."
228- msgstr ""
231+ msgstr "支持在 Unix 上使用的 UU 编码。 "
229232
230233#: ../../library/binascii.rst:193
231234msgid "Module :mod:`quopri`"
232235msgstr "模块 :mod:`quopri`"
233236
234237#: ../../library/binascii.rst:194
235238msgid "Support for quoted-printable encoding used in MIME email messages."
236- msgstr ""
239+ msgstr "支持在 MIME 版本电子邮件中使用引号可打印编码。 "
0 commit comments