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

Skip to content

Commit 695d3f6

Browse files
[po] auto sync
1 parent 7135c7a commit 695d3f6

2 files changed

Lines changed: 5 additions & 4 deletions

File tree

.stat.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{"translation": "95.22%", "updated_at": "2024-07-19T18:46:57Z"}
1+
{"translation": "95.22%", "updated_at": "2024-07-20T02:49:38Z"}

library/functions.po

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,15 +5,16 @@
55
#
66
# Translators:
77
# Rafael Fontenelle <[email protected]>, 2024
8+
# lqks, 2024
89
#
910
#, fuzzy
1011
msgid ""
1112
msgstr ""
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

0 commit comments

Comments
 (0)