File tree Expand file tree Collapse file tree 3 files changed +6
-2
lines changed Expand file tree Collapse file tree 3 files changed +6
-2
lines changed Original file line number Diff line number Diff line change 1
- {"translation" : " 80.82 %" , "updated_at" : " 2025-01-26T11 :55:33Z " }
1
+ {"translation" : " 80.83 %" , "updated_at" : " 2025-01-27T14 :55:50Z " }
Original file line number Diff line number Diff line change @@ -1211,6 +1211,8 @@ msgid ""
1211
1211
"When the *generator iterator* resumes, it picks up where it left off (in "
1212
1212
"contrast to functions which start fresh on every invocation)."
1213
1213
msgstr ""
1214
+ "每个 :keyword:`yield` 会临时暂停处理过程,记住执行状态(包括局部变量和挂起的 try 语句)。 当 *生成器迭代器* "
1215
+ "恢复时,它会从离开位置继续执行(不同于每次被唤起时都从新开始的普通函数)。"
1214
1216
1215
1217
#: ../../glossary.rst:562 ../../glossary.rst:563
1216
1218
msgid "generator expression"
@@ -1711,6 +1713,8 @@ msgid ""
1711
1713
":class:`~importlib.abc.Loader` interface. A loader is typically returned by "
1712
1714
"a :term:`finder`. See also:"
1713
1715
msgstr ""
1716
+ "负责加载模块的对象。 它必须定义 :meth:`!exec_module` 和 :meth:`!create_module` 方法以实现 "
1717
+ ":class:`~importlib.abc.Loader` 接口。 加载器通常由一个 :term:`finder` 返回。 另请参阅:"
1714
1718
1715
1719
#: ../../glossary.rst:810
1716
1720
msgid ":ref:`finders-and-loaders`"
Original file line number Diff line number Diff line change @@ -7156,7 +7156,7 @@ msgstr "返回 PID 为 *pid* 的进程在时间片轮转调度下的时间片长
7156
7156
#: ../../library/os.rst:5454
7157
7157
msgid ""
7158
7158
"Voluntarily relinquish the CPU. See :manpage:`sched_yield(2)` for details."
7159
- msgstr ""
7159
+ msgstr "主动让出 CPU。 请参阅 :manpage:`sched_yield(2)` 了解详情。 "
7160
7160
7161
7161
#: ../../library/os.rst:5459
7162
7162
msgid ""
You can’t perform that action at this time.
0 commit comments