|
7 | 7 | |
8 | 8 | # lit, 2024 |
9 | 9 | # Freesand Leo <[email protected]>, 2024 |
10 | | -# Rafael Fontenelle <[email protected]>, 2024 |
| 10 | +# Rafael Fontenelle <[email protected]>, 2025 |
11 | 11 | # |
12 | 12 | #, fuzzy |
13 | 13 | msgid "" |
14 | 14 | msgstr "" |
15 | 15 | "Project-Id-Version: Python 3.12\n" |
16 | 16 | "Report-Msgid-Bugs-To: \n" |
17 | | -"POT-Creation-Date: 2025-01-24 14:52+0000\n" |
| 17 | +"POT-Creation-Date: 2025-01-31 14:50+0000\n" |
18 | 18 | "PO-Revision-Date: 2024-05-11 00:32+0000\n" |
19 | | -" Last-Translator: Rafael Fontenelle <[email protected]>, 2024\n" |
| 19 | +" Last-Translator: Rafael Fontenelle <[email protected]>, 2025\n" |
20 | 20 | "Language-Team: Chinese (China) (https://app.transifex.com/python-doc/teams/5390/zh_CN/)\n" |
21 | 21 | "MIME-Version: 1.0\n" |
22 | 22 | "Content-Type: text/plain; charset=UTF-8\n" |
@@ -265,6 +265,9 @@ msgid "" |
265 | 265 | "awaitable returned by :meth:`~object.__anext__`, it picks up where it left " |
266 | 266 | "off. See :pep:`492` and :pep:`525`." |
267 | 267 | msgstr "" |
| 268 | +"每个 :keyword:`yield` 会临时暂停处理过程,记住执行状态(包括局部变量和挂起的 try 语句)。 当 *异步生成器迭代器* 通过 " |
| 269 | +":meth:`~object.__anext__` 所返回的另一个可等待对象有效地恢复时,它会从离开位置恢复处理过程。 参见 :pep:`492` 和 " |
| 270 | +":pep:`525`。" |
268 | 271 |
|
269 | 272 | #: ../../glossary.rst:125 |
270 | 273 | msgid "asynchronous iterable" |
@@ -1076,6 +1079,8 @@ msgid "" |
1076 | 1079 | "When the *generator iterator* resumes, it picks up where it left off (in " |
1077 | 1080 | "contrast to functions which start fresh on every invocation)." |
1078 | 1081 | msgstr "" |
| 1082 | +"每个 :keyword:`yield` 会临时暂停处理过程,记住执行状态(包括局部变量和挂起的 try 语句)。 当 *生成器迭代器* " |
| 1083 | +"恢复时,它会从离开位置继续执行(不同于每次被唤起时都从新开始的普通函数)。" |
1079 | 1084 |
|
1080 | 1085 | #: ../../glossary.rst:513 ../../glossary.rst:514 |
1081 | 1086 | msgid "generator expression" |
@@ -1570,6 +1575,8 @@ msgid "" |
1570 | 1575 | ":class:`~importlib.abc.Loader` interface. A loader is typically returned by " |
1571 | 1576 | "a :term:`finder`. See also:" |
1572 | 1577 | msgstr "" |
| 1578 | +"负责加载模块的对象。 它必须定义 :meth:`!exec_module` 和 :meth:`!create_module` 方法以实现 " |
| 1579 | +":class:`~importlib.abc.Loader` 接口。 加载器通常由一个 :term:`finder` 返回。 另请参阅:" |
1573 | 1580 |
|
1574 | 1581 | #: ../../glossary.rst:757 |
1575 | 1582 | msgid ":ref:`finders-and-loaders`" |
|
0 commit comments