8000 [po] auto sync · python/python-docs-zh-cn@2b7eee5 · GitHub
[go: up one dir, main page]

Skip to content

Commit 2b7eee5

Browse files
[po] auto sync
1 parent 127b0b3 commit 2b7eee5

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

.stat.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{"translation": "80.82%", "updated_at": "2025-01-26T11:55:33Z"}
1+
{"translation": "80.83%", "updated_at": "2025-01-27T14:55:50Z"}

glossary.po

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1211,6 +1211,8 @@ msgid ""
12111211
"When the *generator iterator* resumes, it picks up where it left off (in "
12121212
"contrast to functions which start fresh on every invocation)."
12131213
msgstr ""
1214+
"每个 :keyword:`yield` 会临时暂停处理过程,记住执行状态(包括局部变量和挂起的 try 语句)。 当 *生成器迭代器* "
1215+
"恢复时,它会从离开位置继续执行(不同于每次被唤起时都从新开始的普通函数)。"
12141216

12151217
#: ../../glossary.rst:562 ../../glossary.rst:563
12161218
msgid "generator expression"
@@ -1711,6 +1713,8 @@ msgid ""
17111713
":class:`~importlib.abc.Loader` interface. A loader is typically returned by "
17121714
"a :term:`finder`. See also:"
17131715
msgstr ""
1716+
"负责加载模块的对象。 它必须定义 :meth:`!exec_module` 和 :meth:`!create_module` 方法以实现 "
1717+
":class:`~importlib.abc.Loader` 接口。 加载器通常由一个 :term:`finder` 返回。 另请参阅:"
17141718

17151719
#: ../../glossary.rst:810
17161720
msgid ":ref:`finders-and-loaders`"

library/os.po

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7156,7 +7156,7 @@ msgstr "返回 PID 为 *pid* 的进程在时间片轮转调度下的时间片长
71567156
#: ../../library/os.rst:5454
71577157
msgid ""
71587158
"Voluntarily relinquish the CPU. See :manpage:`sched_yield(2)` for details."
7159-
msgstr ""
7159+
msgstr "主动让出 CPU。 请参阅 :manpage:`sched_yield(2)` 了解详情。"
71607160

71617161
#: ../../library/os.rst:5459
71627162
msgid ""

0 commit comments

Comments
 (0)
0