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

Skip to content

Commit 0d7abdf

Browse files
[po] auto sync
1 parent a0221d8 commit 0d7abdf

2 files changed

Lines changed: 9 additions & 9 deletions

File tree

.stat.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{"translation": "92.53%", "updated_at": "2023-11-26T23:56:14Z"}
1+
{"translation": "92.53%", "updated_at": "2023-11-27T04:55:53Z"}

library/array.po

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
# 叶浚安 <[email protected]>, 2021
1010
# ppcfish <[email protected]>, 2021
1111
# jaystone776 <[email protected]>, 2021
12-
# Lezhe Gao <[email protected]>, 2023
12+
# 高乐喆 <[email protected]>, 2023
1313
# Freesand Leo <[email protected]>, 2023
1414
# 乐成 王, 2023
1515
#
@@ -18,7 +18,7 @@ msgid ""
1818
msgstr ""
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
213213
msgid "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
217217
msgid ""
@@ -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."
250250
msgstr ""
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``."
281281
msgstr ""
282-
"引发一个 :ref:`审计事件 <auditing>` ``array.__new__`` 附带参数 ``typecode`` "
283-
"``initializer``。"
282+
"引发一个带参数 ``typecode`` 和 ``initializer`` 的 :ref:`审计事件 <auditing>` "
283+
"``array.__new__``。"
284284

285285
#: ../../library/array.rst:99
286286
msgid "The typecode character used to create the array."
287-
msgstr "在创建数组时指定的类型码字符。"
287+
msgstr "在创建数组时使用的类型码字符。"
288288

289289
#: ../../library/array.rst:104
290290
msgid "The length in bytes of one array item in the internal representation."
291-
msgstr "在内部表示中,单个数组项的长度单位为字节。"
291+
msgstr "内部表示中,单个数组项的长度单位为字节。"
292292

293293
#: ../../library/array.rst:109
294294
msgid "Append a new item with value *x* to the end of the array."

0 commit comments

Comments
 (0)