991010# ppcfish <[email protected] >, 20211111# jaystone776 <[email protected] >, 202112- # Lezhe Gao <[email protected] >, 202312+ 1313# Freesand Leo <[email protected] >, 20231414# 乐成 王, 2023
1515#
@@ -18,7 +18,7 @@ msgid ""
1818msgstr ""
1919"Project-Id-Version : Python 3.12\n "
2020"Report-Msgid-Bugs-To : \n "
21- "POT-Creation-Date : 2023-08-11 14:13+0000\n "
21+ "POT-Creation-Date : 2023-11-24 14:13+0000\n "
2222"PO-Revision-Date : 2021-06-28 00:54+0000\n "
2323"Last-Translator : 乐成 王, 2023\n "
2424"Language-Team : Chinese (China) (https://app.transifex.com/python-doc/teams/5390/zh_CN/)\n "
@@ -211,7 +211,7 @@ msgstr "备注:"
211211
212212#: ../../library/array.rst:51
213213msgid "It can be 16 bits or 32 bits depending on the platform."
214- msgstr "在不同的平台上,它可能为 16 位或 32 位。"
214+ msgstr "可能为 16 位或 32 位,取决于具体的平台 。"
215215
216216#: ../../library/array.rst:53
217217msgid ""
@@ -248,7 +248,7 @@ msgid ""
248248"the optional *initializer* value, which must be a list, a :term:`bytes-like "
249249"object`, or iterable over elements of the appropriate type."
250250msgstr ""
251- "一个由 *typecode* 限制类型的新数组,并通过可选的 *initializer* 进行初始化 。*initializer* "
251+ "一个由 *typecode* 限定类型的新数组,可由可选的 *initializer* 初始化 。*initializer* "
252252"必须为一个列表、:term:`bytes-like object` 或在合适类型元素上迭代的可迭代对象。"
253253
254254#: ../../library/array.rst:83
@@ -279,16 +279,16 @@ msgid ""
279279"Raises an :ref:`auditing event <auditing>` ``array.__new__`` with arguments "
280280"``typecode``, ``initializer``."
281281msgstr ""
282- "引发一个 :ref:`审计事件 <auditing>` ``array.__new__`` 附带参数 ``typecode `` 和 "
283- "``initializer ``。"
282+ "引发一个带参数 ``typecode`` 和 ``initializer `` 的 :ref:`审计事件 <auditing>` "
283+ "``array.__new__ ``。"
284284
285285#: ../../library/array.rst:99
286286msgid "The typecode character used to create the array."
287- msgstr "在创建数组时指定的类型码字符 。"
287+ msgstr "在创建数组时使用的类型码字符 。"
288288
289289#: ../../library/array.rst:104
290290msgid "The length in bytes of one array item in the internal representation."
291- msgstr "在内部表示中 ,单个数组项的长度, 单位为字节。"
291+ msgstr "内部表示中 ,单个数组项的长度。 单位为字节。"
292292
293293#: ../../library/array.rst:109
294294msgid "Append a new item with value *x* to the end of the array."
0 commit comments