|
10 | 10 | # Alpha Du <[email protected]>, 2021 |
11 | 11 | # Jarry Shaw <[email protected]>, 2021 |
12 | 12 | # Freesand Leo <[email protected]>, 2023 |
| 13 | +# 乐成 王, 2023 |
13 | 14 | # |
14 | 15 | #, fuzzy |
15 | 16 | msgid "" |
16 | 17 | msgstr "" |
17 | 18 | "Project-Id-Version: Python 3.12\n" |
18 | 19 | "Report-Msgid-Bugs-To: \n" |
19 | | -"POT-Creation-Date: 2023-07-28 14:13+0000\n" |
| 20 | +"POT-Creation-Date: 2023-08-04 14:13+0000\n" |
20 | 21 | "PO-Revision-Date: 2021-06-28 00:54+0000\n" |
21 | | -" Last-Translator: Freesand Leo <[email protected]>, 2023\n" |
| 22 | +"Last-Translator: 乐成 王, 2023\n" |
22 | 23 | "Language-Team: Chinese (China) (https://app.transifex.com/python-doc/teams/5390/zh_CN/)\n" |
23 | 24 | "MIME-Version: 1.0\n" |
24 | 25 | "Content-Type: text/plain; charset=UTF-8\n" |
@@ -194,9 +195,9 @@ msgid "" |
194 | 195 | ":meth:`__getitem__`). Note that this will not make ``get_iterator`` " |
195 | 196 | "available as a method of ``Foo``, so it is provided separately." |
196 | 197 | msgstr "" |
197 | | -"最后,末尾行使得 ``Foo`` 成为 ``MyIterable`` 的一个虚子类,即使它没有定义 :meth:`~iterator.__iter__`" |
198 | | -" 方法(它使用了以 :meth:`__len__` 和 :meth:`__getitem__` 术语定义的旧式可迭代对象协议)。 请注意这将不会使 " |
199 | | -"``get_iterator`` 成为 ``Foo`` 的一个可用方法,它是被另外提供的。" |
| 198 | +"最后,末尾行使得 ``Foo`` 成为 ``MyIterable`` 的一个虚子类,即便它并没有定义 " |
| 199 | +":meth:`~iterator.__iter__` 方法(它使用了以 :meth:`__len__` 和 :meth:`__getitem__` " |
| 200 | +"术语定义的旧式可迭代对象协议)。注意这将不会使 ``get_iterator`` 成为对 ``Foo`` 来说可用的方法,所以也另外提供了一个它。" |
200 | 201 |
|
201 | 202 | #: ../../library/abc.rst:163 |
202 | 203 | msgid "The :mod:`abc` module also provides the following decorator:" |
|
0 commit comments