File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- {"translation" : " 95.22%" , "updated_at" : " 2024-07-19T18:46:57Z " }
1+ {"translation" : " 95.22%" , "updated_at" : " 2024-07-20T02:49:38Z " }
Original file line number Diff line number Diff line change 55#
66# Translators:
77# Rafael Fontenelle <[email protected] >, 20248+ # lqks, 2024
89#
910#, fuzzy
1011msgid ""
1112msgstr ""
1213"Project-Id-Version : Python 3.12\n "
1314"Report-Msgid-Bugs-To : \n "
14- "POT-Creation-Date : 2024-07-19 14:50 +0000\n "
15+ "POT-Creation-Date : 2024-07-20 01:23 +0000\n "
1516"PO-Revision-Date : 2024-05-11 00:33+0000\n "
16- "
Last-Translator :
Rafael Fontenelle <[email protected] > , 2024\n"
17+ "Last-Translator : lqks , 2024\n "
1718"Language-Team : Chinese (China) (https://app.transifex.com/python-doc/teams/5390/zh_CN/)\n "
1819"MIME-Version : 1.0\n "
1920"Content-Type : text/plain; charset=UTF-8\n "
@@ -1692,7 +1693,7 @@ msgstr ""
16921693"必须是一个支持 :term:`iterable` 协议 (有 :meth:`~object.__iter__` 方法) "
16931694"的多项集对象,或者必须支持序列协议 (有 :meth:`~object.__getitem__` 方法并使用从 ``0`` 开始的整数参数)。 "
16941695"如果它不支持这些协议,则会引发 :exc:`TypeError`。 如果给出了第二个参数 *sentinel*,则 *object* "
1695- "必须是一个可调用对象。 在这种情况下创建的迭代器将针对每次调用其 :meth:`~iterator.__next__` 方法不带参数地调用 "
1696+ "必须是一个可调用对象。在这种情况下创建的迭代器的 :meth:`~iterator.__next__` 方法被调用时,它将不带参数地调用 "
16961697"*object*;如果返回的值等于 *sentinel*,则会引发 :exc:`StopIteration`,否则将返回该值。"
16971698
16981699#: ../../library/functions.rst:1082
You can’t perform that action at this time.
0 commit comments