66# Translators:
7788# Pandaaaa906 <[email protected] >, 20199+ # Freesand Leo <[email protected] >, 2019910#
1011#, fuzzy
1112msgid ""
@@ -14,7 +15,7 @@ msgstr ""
1415"Report-Msgid-Bugs-To : \n "
1516"POT-Creation-Date : 2019-01-01 10:14+0900\n "
1617"PO-Revision-Date : 2017-02-16 17:33+0000\n "
17- "Last-Translator : Pandaaaa906 <ye.pandaaaa906@gmail .com>, 2019\n "
18+ "Last-Translator : Freesand Leo <yuqinju@163 .com>, 2019\n "
1819"Language-Team : Chinese (China) (https://www.transifex.com/python-doc/teams/5390/zh_CN/)\n "
1920"MIME-Version : 1.0\n "
2021"Content-Type : text/plain; charset=UTF-8\n "
@@ -29,7 +30,7 @@ msgstr "字节数组对象"
2930#: ../../c-api/bytearray.rst:13
3031msgid ""
3132"This subtype of :c:type:`PyObject` represents a Python bytearray object."
32- msgstr "此子类型: :c:type:`PyObject` 表示一个 Python bytearray 对象 。"
33+ msgstr "这个 :c:type:`PyObject` 的子类型表示一个 Python 字节数组对象 。"
3334
3435#: ../../c-api/bytearray.rst:18
3536msgid ""
@@ -47,29 +48,29 @@ msgstr "类型检查宏"
4748msgid ""
4849"Return true if the object *o* is a bytearray object or an instance of a "
4950"subtype of the bytearray type."
50- msgstr "当对象*o*是一个字节数组对象而且是一个字节数组类型的子类型实例时,返回真。"
51+ msgstr "当对象 *o* 是一个字节数组对象而且是一个字节数组类型的子类型实例时,返回真。"
5152
5253#: ../../c-api/bytearray.rst:33
5354msgid ""
5455"Return true if the object *o* is a bytearray object, but not an instance of "
5556"a subtype of the bytearray type."
56- msgstr "当对象*o*是一个字节数组对象,但不是一个字节数组类型的子类型实例时,返回真。"
57+ msgstr "当对象 *o* 是一个字节数组对象,但不是一个字节数组类型的子类型实例时,返回真。"
5758
5859#: ../../c-api/bytearray.rst:38
5960msgid "Direct API functions"
60- msgstr ""
61+ msgstr "直接 API 函数 "
6162
6263#: ../../c-api/bytearray.rst:42
6364msgid ""
6465"Return a new bytearray object from any object, *o*, that implements the "
6566":ref:`buffer protocol <bufferobjects>`."
66- msgstr "根据任何实现了:ref:`缓冲区协议<bufferobjects>`的对象,*o*,返回一个新的字节数组对象。"
67+ msgstr "根据任何实现了 :ref:`缓冲区协议<bufferobjects>` 的对象,*o*,返回一个新的字节数组对象。"
6768
6869#: ../../c-api/bytearray.rst:50
6970msgid ""
7071"Create a new bytearray object from *string* and its length, *len*. On "
7172"failure, *NULL* is returned."
72- msgstr "根据*string*和它的长度*len*生成一个字节数组对象。当失败时,返回*NULL*。"
73+ msgstr "根据 *string* 和它的长度 *len* 生成一个字节数组对象。当失败时,返回 *NULL*。"
7374
7475#: ../../c-api/bytearray.rst:56
7576msgid ""
@@ -88,7 +89,7 @@ msgstr ""
8889
8990#: ../../c-api/bytearray.rst:73
9091msgid "Resize the internal buffer of *bytearray* to *len*."
91- msgstr "将*bytearray*的内部缓冲区的大小调整为*len*。"
92+ msgstr "将 *bytearray* 的内部缓冲区的大小调整为 *len*。"
9293
9394#: ../../c-api/bytearray.rst:76
9495msgid "Macros"
0 commit comments