77# Saiyang Gou <[email protected] >, 202188# walkinrain <[email protected] >, 202199# ppcfish <[email protected] >, 202110- # Freesand Leo <[email protected] >, 20211110# Zombie110year <[email protected] >, 202111+ # Freesand Leo <[email protected] >, 20211212#
1313#, fuzzy
1414msgid ""
@@ -17,7 +17,7 @@ msgstr ""
1717"Report-Msgid-Bugs-To : \n "
1818"POT-Creation-Date : 2021-08-13 13:42+0000\n "
1919"PO-Revision-Date : 2021-06-28 00:55+0000\n "
20- "Last-Translator : Zombie110year <zombie110year@gmail .com>, 2021\n "
20+ "Last-Translator : Freesand Leo <yuqinju@163 .com>, 2021\n "
2121"Language-Team : Chinese (China) (https://www.transifex.com/python-doc/teams/5390/zh_CN/)\n "
2222"MIME-Version : 1.0\n "
2323"Content-Type : text/plain; charset=UTF-8\n "
@@ -41,6 +41,8 @@ msgid ""
4141"which defines the Base16, Base32, and Base64 algorithms, and for the de-"
4242"facto standard Ascii85 and Base85 encodings."
4343msgstr ""
44+ "此模块提供了将二进制数据编码为可打印的 ASCII 字符以及将这种编码格式解码回二进制数据的函数。 它为 :rfc:`4648` 所定义的 "
45+ "Base16, Base32 和 Base64 算法及已成为事实标准的 Ascii85 和 Base85 编码格式提供了编码和解码函数。"
4446
4547#: ../../library/base64.rst:22
4648msgid ""
@@ -49,6 +51,8 @@ msgid ""
4951"an HTTP POST request. The encoding algorithm is not the same as the "
5052":program:`uuencode` program."
5153msgstr ""
54+ ":rfc:`4648` 中的编码格式适用于编码二进制数据使得它能安全地通过电子邮件发送、用作 URL 的一部分,或者包括在 HTTP POST "
55+ "请求之中。 此编码格式算法与 :program:`uuencode` 程序并不相同。"
5256
5357#: ../../library/base64.rst:27
5458msgid ""
@@ -58,6 +62,9 @@ msgid ""
5862"or strings containing ASCII to :class:`bytes`. Both base-64 alphabets "
5963"defined in :rfc:`4648` (normal, and URL- and filesystem-safe) are supported."
6064msgstr ""
65+ "此模块提供了两个接口。 较新的接口支持将 :term:`字节类对象 <bytes-like object>` 编码为 ASCII "
66+ ":class:`bytes`,以及将 :term:`字节类对象 <bytes-like object>` 或包含 ASCII 的字符串解码为 "
67+ ":class:`bytes`。 在 :rfc:`4648` 中定义的几种 base-64 字母表(普通的以及 URL 和文件系统安全的)都受到支持。"
6168
6269#: ../../library/base64.rst:33
6370msgid ""
@@ -403,7 +410,7 @@ msgid ""
403410"A new security considerations section was added to :rfc:`4648` (section 12);"
404411" it's recommended to review the security section for any code deployed to "
405412"production."
406- msgstr ""
413+ msgstr "在 :rfc:`4648` 中新增了安全事项部分(第 12 节);对于要部署到生产环境的任何代码都建议充分考虑此安全事项部分。 "
407414
408415#: ../../library/base64.rst:301
409416msgid "Module :mod:`binascii`"
0 commit comments