Skip to content

Commit 779f6ea

Browse files
[po] auto sync
1 parent ff73ecb commit 779f6ea

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

.stat.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{"translation": "93.92%", "updated_at": "2024-07-26T15:38:12Z"}
1+
{"translation": "93.92%", "updated_at": "2024-07-26T18:39:31Z"}

library/functions.po

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ msgid ""
1212
msgstr ""
1313
"Project-Id-Version: Python 3.11\n"
1414
"Report-Msgid-Bugs-To: \n"
15-
"POT-Creation-Date: 2024-07-20 01:54+0000\n"
15+
"POT-Creation-Date: 2024-07-26 15:21+0000\n"
1616
"PO-Revision-Date: 2023-05-24 02:15+0000\n"
1717
"Last-Translator: Rafael Fontenelle <rffontenelle@gmail.com>, 2024\n"
1818
"Language-Team: Chinese (China) (https://app.transifex.com/python-doc/teams/5390/zh_CN/)\n"
@@ -1675,7 +1675,7 @@ msgstr ""
16751675
"必须是一个支持 :term:`iterable` 协议 (有 :meth:`~object.__iter__` 方法) "
16761676
"的多项集对象,或者必须支持序列协议 (有 :meth:`~object.__getitem__` 方法并使用从 ``0`` 开始的整数参数)。 "
16771677
"如果它不支持这些协议,则会引发 :exc:`TypeError`。 如果给出了第二个参数 *sentinel*,则 *object* "
1678-
"必须是一个可调用对象。在这种情况下创建的迭代器的 :meth:`~iterator.__next__` 方法被调用时,它将不带参数地调用 "
1678+
"必须是一个可调用对象。 在这种情况下创建的迭代器将针对每次调用其 :meth:`~iterator.__next__` 方法不带参数地调用 "
16791679
"*object*;如果返回的值等于 *sentinel*,则会引发 :exc:`StopIteration`,否则将返回该值。"
16801680

16811681
#: ../../library/functions.rst:998

whatsnew/2.2.po

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ msgid ""
1212
msgstr ""
1313
"Project-Id-Version: Python 3.11\n"
1414
"Report-Msgid-Bugs-To: \n"
15-
"POT-Creation-Date: 2024-07-19 15:26+0000\n"
15+
"POT-Creation-Date: 2024-07-26 15:21+0000\n"
1616
"PO-Revision-Date: 2023-05-24 02:23+0000\n"
1717
"Last-Translator: Rafael Fontenelle <rffontenelle@gmail.com>, 2024\n"
1818
"Language-Team: Chinese (China) (https://app.transifex.com/python-doc/teams/5390/zh_CN/)\n"
@@ -486,9 +486,9 @@ msgid ""
486486
"attribute is accessed, while the old :meth:`~object.__getattr__` is only "
487487
"called if ``foo`` isn't found in the instance's dictionary."
488488
msgstr ""
489-
"新式类还支持一种新方法 "
490-
"``__getattribute__(attr_name)``。这两个方法的区别在于,:meth:`~object.__getattribute__` "
491-
"在访问任何属性时*总是*被调用,而旧的 :meth:`~object.__getattr__` 仅在 ``foo`` 未在实例的字典中找到时才被调用。"
489+
"新式类还支持一种新方法 ``__getattribute__(attr_name)``。 这两个方法的区别在于 "
490+
":meth:`~object.__getattribute__` 在访问任何属性时 *总是* 被调用,而旧的 "
491+
":meth:`~object.__getattr__` 仅在 ``foo`` 未在实例的字典中找到时才被调用。"
492492

493493
#: ../../whatsnew/2.2.rst:328
494494
msgid ""

0 commit comments

Comments
 (0)