Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 8f824e0

Browse files
[po] auto sync
1 parent f126074 commit 8f824e0

57 files changed

Lines changed: 682 additions & 571 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.stat.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{"translation": "82.93%", "updated_at": "2025-02-03T23:18:06Z"}
1+
{"translation": "82.93%", "updated_at": "2025-02-07T20:18:42Z"}

c-api/exceptions.po

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# SOME DESCRIPTIVE TITLE.
2-
# Copyright (C) 2001-2024, Python Software Foundation
2+
# Copyright (C) 2001-2025, Python Software Foundation
33
# This file is distributed under the same license as the Python package.
44
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
55
#
@@ -14,16 +14,16 @@
1414
# Dai Xu <[email protected]>, 2022
1515
# cdarlint <[email protected]>, 2022
1616
# Freesand Leo <[email protected]>, 2022
17-
# Rafael Fontenelle <[email protected]>, 2024
17+
# Rafael Fontenelle <[email protected]>, 2025
1818
#
1919
#, fuzzy
2020
msgid ""
2121
msgstr ""
2222
"Project-Id-Version: Python 3.9\n"
2323
"Report-Msgid-Bugs-To: \n"
24-
"POT-Creation-Date: 2024-05-31 16:34+0000\n"
24+
"POT-Creation-Date: 2025-02-07 16:40+0000\n"
2525
"PO-Revision-Date: 2017-02-16 17:35+0000\n"
26-
"Last-Translator: Rafael Fontenelle <[email protected]>, 2024\n"
26+
"Last-Translator: Rafael Fontenelle <[email protected]>, 2025\n"
2727
"Language-Team: Chinese (China) (https://app.transifex.com/python-doc/teams/5390/zh_CN/)\n"
2828
"MIME-Version: 1.0\n"
2929
"Content-Type: text/plain; charset=UTF-8\n"
@@ -904,7 +904,7 @@ msgid ""
904904
"implementations because the :ref:`call protocol <call>` takes care of "
905905
"recursion handling."
906906
msgstr ""
907-
"这两个函数提供了一种在 C 层级上进行安全的递归调用的方式,在核心模块与扩展模块中均适用。 当递归代码不一定会发起调用 Python "
907+
"这两个函数提供了一种在 C 层级上进行安全的递归调用的方式,在核心模块与扩展模块中均适用。 当递归代码不一定会唤起 Python "
908908
"代码(后者会自动跟踪其递归深度)时就需要用到它们。 它们对于 *tp_call* 实现来说也无必要因为 :ref:`调用协议 <call>` "
909909
"会负责递归处理。"
910910

@@ -948,7 +948,7 @@ msgid ""
948948
"*successful* invocation of :c:func:`Py_EnterRecursiveCall`."
949949
msgstr ""
950950
"结束一个 :c:func:`Py_EnterRecursiveCall`。 必须针对 :c:func:`Py_EnterRecursiveCall` "
951-
"的每个 *成功的* 发起调用操作执行一次调用。"
951+
"的每个 *成功的* 唤起操作执行一次调用。"
952952

953953
#: ../../c-api/exceptions.rst:750
954954
msgid ""
@@ -1000,7 +1000,7 @@ msgid ""
10001000
"Ends a :c:func:`Py_ReprEnter`. Must be called once for each invocation of "
10011001
":c:func:`Py_ReprEnter` that returns zero."
10021002
msgstr ""
1003-
"结束一个 :c:func:`Py_ReprEnter`。 必须针对每个返回零的 :c:func:`Py_ReprEnter` 的发起调用操作调用一次。"
1003+
"结束一个 :c:func:`Py_ReprEnter`。 必须针对每个返回零的 :c:func:`Py_ReprEnter` 的唤起操作调用一次。"
10041004

10051005
#: ../../c-api/exceptions.rst:783
10061006
msgid "Standard Exceptions"

c-api/import.po

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# SOME DESCRIPTIVE TITLE.
2-
# Copyright (C) 2001-2022, Python Software Foundation
2+
# Copyright (C) 2001-2025, Python Software Foundation
33
# This file is distributed under the same license as the Python package.
44
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
55
#
@@ -9,16 +9,17 @@
99
# Lordran <[email protected]>, 2019
1010
# zeroswan <[email protected]>, 2020
1111
# Freesand Leo <[email protected]>, 2022
12+
# Rafael Fontenelle <[email protected]>, 2025
1213
#
1314
#, fuzzy
1415
msgid ""
1516
msgstr ""
1617
"Project-Id-Version: Python 3.9\n"
1718
"Report-Msgid-Bugs-To: \n"
18-
"POT-Creation-Date: 2022-11-04 14:34+0000\n"
19+
"POT-Creation-Date: 2025-02-07 16:40+0000\n"
1920
"PO-Revision-Date: 2017-02-16 17:35+0000\n"
20-
"Last-Translator: Freesand Leo <yuqinju@163.com>, 2022\n"
21-
"Language-Team: Chinese (China) (https://www.transifex.com/python-doc/teams/5390/zh_CN/)\n"
21+
"Last-Translator: Rafael Fontenelle <rffontenelle@gmail.com>, 2025\n"
22+
"Language-Team: Chinese (China) (https://app.transifex.com/python-doc/teams/5390/zh_CN/)\n"
2223
"MIME-Version: 1.0\n"
2324
"Content-Type: text/plain; charset=UTF-8\n"
2425
"Content-Transfer-Encoding: 8bit\n"
@@ -57,7 +58,7 @@ msgstr "该函数总是使用绝对路径导入。"
5758
#: ../../c-api/import.rst:33
5859
msgid ""
5960
"This function is a deprecated alias of :c:func:`PyImport_ImportModule`."
60-
msgstr "该函数是 :c:func:`PyImport_ImportModule` 的一个被弃用的别名。"
61+
msgstr "该函数是 :c:func:`PyImport_ImportModule` 的一个被遗弃的别名。"
6162

6263
#: ../../c-api/import.rst:35
6364
msgid ""
@@ -121,7 +122,7 @@ msgid ""
121122
"current globals. This means that the import is done using whatever import "
122123
"hooks are installed in the current environment."
123124
msgstr ""
124-
"这是一个调用了当前“导入钩子函数”的更高层级接口(显式指定 *level* 为 0,表示绝对导入)。 它将发起调用当前全局作用域下 "
125+
"这是一个调用了当前“导入钩子函数”的更高层级接口(显式指定 *level* 为 0,表示绝对导入)。 它将唤起当前全局作用域下 "
125126
"``__builtins__`` 中的 :func:`__import__` 函数。 这意味着将使用当前环境下安装的任何导入钩子来完成导入。"
126127

127128
#: ../../c-api/import.rst:94

c-api/typeobj.po

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# SOME DESCRIPTIVE TITLE.
2-
# Copyright (C) 2001-2024, Python Software Foundation
2+
# Copyright (C) 2001-2025, Python Software Foundation
33
# This file is distributed under the same license as the Python package.
44
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
55
#
@@ -16,16 +16,16 @@
1616
# Nyuan Zhang, 2023
1717
# Kevin Deng <[email protected]>, 2024
1818
# Freesand Leo <[email protected]>, 2024
19-
# Rafael Fontenelle <[email protected]>, 2024
19+
# Rafael Fontenelle <[email protected]>, 2025
2020
#
2121
#, fuzzy
2222
msgid ""
2323
msgstr ""
2424
"Project-Id-Version: Python 3.9\n"
2525
"Report-Msgid-Bugs-To: \n"
26-
"POT-Creation-Date: 2024-11-01 16:08+0000\n"
26+
"POT-Creation-Date: 2025-02-07 16:40+0000\n"
2727
"PO-Revision-Date: 2017-02-16 17:39+0000\n"
28-
"Last-Translator: Rafael Fontenelle <[email protected]>, 2024\n"
28+
"Last-Translator: Rafael Fontenelle <[email protected]>, 2025\n"
2929
"Language-Team: Chinese (China) (https://app.transifex.com/python-doc/teams/5390/zh_CN/)\n"
3030
"MIME-Version: 1.0\n"
3131
"Content-Type: text/plain; charset=UTF-8\n"
@@ -2317,7 +2317,7 @@ msgid ""
23172317
msgstr ""
23182318
"因为 :c:member:`~PyTypeObject.tp_clear` 函数的目的是打破循环引用,所以不需要清除所包含的对象如 Python "
23192319
"字符串或 Python 整数,它们无法参与循环引用。 另一方面,清除所包含的全部 Python 对象,并编写类型的 "
2320-
":c:member:`~PyTypeObject.tp_dealloc` 函数来发起调用 "
2320+
":c:member:`~PyTypeObject.tp_dealloc` 函数来唤起 "
23212321
":c:member:`~PyTypeObject.tp_clear` 也很方便。"
23222322

23232323
#: ../../c-api/typeobj.rst:1328

c-api/unicode.po

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# SOME DESCRIPTIVE TITLE.
2-
# Copyright (C) 2001-2024, Python Software Foundation
2+
# Copyright (C) 2001-2025, Python Software Foundation
33
# This file is distributed under the same license as the Python package.
44
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
55
#
@@ -8,17 +8,17 @@
88
# ppcfish <[email protected]>, 2019
99
# Jiuh.star <[email protected]>, 2021
1010
# 高乐喆 <[email protected]>, 2023
11-
# Rafael Fontenelle <[email protected]>, 2024
1211
# Freesand Leo <[email protected]>, 2024
12+
# Rafael Fontenelle <[email protected]>, 2025
1313
#
1414
#, fuzzy
1515
msgid ""
1616
msgstr ""
1717
"Project-Id-Version: Python 3.9\n"
1818
"Report-Msgid-Bugs-To: \n"
19-
"POT-Creation-Date: 2024-04-26 21:29+0000\n"
19+
"POT-Creation-Date: 2025-02-07 16:40+0000\n"
2020
"PO-Revision-Date: 2017-02-16 17:39+0000\n"
21-
"Last-Translator: Freesand Leo <yuqinju@163.com>, 2024\n"
21+
"Last-Translator: Rafael Fontenelle <rffontenelle@gmail.com>, 2025\n"
2222
"Language-Team: Chinese (China) (https://app.transifex.com/python-doc/teams/5390/zh_CN/)\n"
2323
"MIME-Version: 1.0\n"
2424
"Content-Type: text/plain; charset=UTF-8\n"
@@ -363,8 +363,8 @@ msgid ""
363363
" :data:`sys.stdout` or :data:`sys.stderr`.)"
364364
msgstr ""
365365
"根据 *ch* 是否为可打印字符返回 ``1`` 或``0``。 不可打印字符是指在 Unicode 字符数据库中被定义为 \"Other\" 或 "
366-
"\"Separator\" 的字符,例外情况是 ASCII 空格 (0x20) 被视为可打印字符。 (请注意在此语境下可打印字符是指当在字符串上发起调用"
367-
" :func:`repr` 时不应被转义的字符。 它们字符串写入 :data:`sys.stdout` 或 :data:`sys.stderr` "
366+
"\"Separator\" 的字符,例外情况是 ASCII 空格 (0x20) 被视为可打印字符。 (请注意在此语境下可打印字符是指当在字符串上唤起 "
367+
":func:`repr` 时不应被转义的字符。 它们字符串写入 :data:`sys.stdout` 或 :data:`sys.stderr` "
368368
"时所需的处理无关)。"
369369

370370
#: ../../c-api/unicode.rst:332

extending/extending.po

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# SOME DESCRIPTIVE TITLE.
2-
# Copyright (C) 2001-2024, Python Software Foundation
2+
# Copyright (C) 2001-2025, Python Software Foundation
33
# This file is distributed under the same license as the Python package.
44
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
55
#
@@ -8,16 +8,16 @@
88
# Shengjing Zhu <[email protected]>, 2019
99
# Harry Liu. <[email protected]>, 2020
1010
# Freesand Leo <[email protected]>, 2024
11-
# Rafael Fontenelle <[email protected]>, 2024
11+
# Rafael Fontenelle <[email protected]>, 2025
1212
#
1313
#, fuzzy
1414
msgid ""
1515
msgstr ""
1616
"Project-Id-Version: Python 3.9\n"
1717
"Report-Msgid-Bugs-To: \n"
18-
"POT-Creation-Date: 2024-11-01 16:08+0000\n"
18+
"POT-Creation-Date: 2025-02-07 16:40+0000\n"
1919
"PO-Revision-Date: 2017-02-16 17:42+0000\n"
20-
"Last-Translator: Rafael Fontenelle <[email protected]>, 2024\n"
20+
"Last-Translator: Rafael Fontenelle <[email protected]>, 2025\n"
2121
"Language-Team: Chinese (China) (https://app.transifex.com/python-doc/teams/5390/zh_CN/)\n"
2222
"MIME-Version: 1.0\n"
2323
"Content-Type: text/plain; charset=UTF-8\n"
@@ -755,7 +755,7 @@ msgid ""
755755
"should be cleared by calling :c:func:`PyErr_Clear`. For example::"
756756
msgstr ""
757757
"但是在你这么做之前,很重要的一点是检查返回值不是 ``NULL``。 如果是的话,Python 函数会终止并引发异常。 如果调用 "
758-
":c:func:`PyObject_CallObject` 的 C 代码是在 Python 中发起调用的,它应当立即返回一个错误来告知其 Python "
758+
":c:func:`PyObject_CallObject` 的 C 代码是在 Python 中唤起的,它应当立即返回一个错误来告知其 Python "
759759
"调用者,以便解释器能打印栈回溯信息,或者让调用方 Python 代码能处理该异常。 如果这无法做到或不合本意,则应当通过调用 "
760760
":c:func:`PyErr_Clear` 来清除异常。 例如::"
761761

extending/newtypes.po

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# SOME DESCRIPTIVE TITLE.
2-
# Copyright (C) 2001-2024, Python Software Foundation
2+
# Copyright (C) 2001-2025, Python Software Foundation
33
# This file is distributed under the same license as the Python package.
44
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
55
#
@@ -10,17 +10,17 @@
1010
# Harry Liu. <[email protected]>, 2020
1111
# Jiuh.star <[email protected]>, 2021
1212
# Jing Li <[email protected]>, 2022
13-
# Rafael Fontenelle <[email protected]>, 2023
1413
# Freesand Leo <[email protected]>, 2024
14+
# Rafael Fontenelle <[email protected]>, 2025
1515
#
1616
#, fuzzy
1717
msgid ""
1818
msgstr ""
1919
"Project-Id-Version: Python 3.9\n"
2020
"Report-Msgid-Bugs-To: \n"
21-
"POT-Creation-Date: 2024-04-26 21:29+0000\n"
21+
"POT-Creation-Date: 2025-02-07 16:40+0000\n"
2222
"PO-Revision-Date: 2017-02-16 17:42+0000\n"
23-
"Last-Translator: Freesand Leo <yuqinju@163.com>, 2024\n"
23+
"Last-Translator: Rafael Fontenelle <rffontenelle@gmail.com>, 2025\n"
2424
"Language-Team: Chinese (China) (https://app.transifex.com/python-doc/teams/5390/zh_CN/)\n"
2525
"MIME-Version: 1.0\n"
2626
"Content-Type: text/plain; charset=UTF-8\n"
@@ -567,7 +567,7 @@ msgid ""
567567
"handler is invoked."
568568
msgstr ""
569569
"此函数会在“调用”你的数据类型实例时被调用,举例来说,如果 ``obj1`` 是你的数据类型的实例而 Python 脚本包含了 "
570-
"``obj1('hello')``,则将发起调用 :c:member:`~PyTypeObject.tp_call` 处理器。"
570+
"``obj1('hello')``,则将唤起 :c:member:`~PyTypeObject.tp_call` 处理器。"
571571

572572
#: ../../extending/newtypes.rst:484
573573
msgid "This function takes three arguments:"

howto/descriptor.po

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# SOME DESCRIPTIVE TITLE.
2-
# Copyright (C) 2001-2024, Python Software Foundation
2+
# Copyright (C) 2001-2025, Python Software Foundation
33
# This file is distributed under the same license as the Python package.
44
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
55
#
@@ -10,16 +10,16 @@
1010
# ppcfish <[email protected]>, 2019
1111
# Freesand Leo <[email protected]>, 2021
1212
# WH-2099 <[email protected]>, 2022
13-
# Rafael Fontenelle <[email protected]>, 2024
13+
# Rafael Fontenelle <[email protected]>, 2025
1414
#
1515
#, fuzzy
1616
msgid ""
1717
msgstr ""
1818
"Project-Id-Version: Python 3.9\n"
1919
"Report-Msgid-Bugs-To: \n"
20-
"POT-Creation-Date: 2024-06-20 08:51+0000\n"
20+
"POT-Creation-Date: 2025-02-07 16:40+0000\n"
2121
"PO-Revision-Date: 2017-02-16 17:44+0000\n"
22-
"Last-Translator: Rafael Fontenelle <[email protected]>, 2024\n"
22+
"Last-Translator: Rafael Fontenelle <[email protected]>, 2025\n"
2323
"Language-Team: Chinese (China) (https://app.transifex.com/python-doc/teams/5390/zh_CN/)\n"
2424
"MIME-Version: 1.0\n"
2525
"Content-Type: text/plain; charset=UTF-8\n"
@@ -453,7 +453,7 @@ msgstr ""
453453
"属性访问的默认行为是从一个对象的字典中获取、设置或删除属性。对于实例来说,``a.x`` 的查找顺序会从 ``a.__dict__['x']`` "
454454
"开始,然后是 ``type(a).__dict__['x']``,接下来依次查找 ``type(a)`` 的方法解析顺序(MRO)。 "
455455
"如果找到的值是定义了某个描述器方法的对象,则 Python "
456-
"可能会重写默认行为并转而发起调用描述器方法。这具体发生在优先级链的哪个环节则要根据所定义的描述器方法及其被调用的方式来决定。"
456+
"可能会重写默认行为并转而唤起描述器方法。这具体发生在优先级链的哪个环节则要根据所定义的描述器方法及其被调用的方式来决定。"
457457

458458
#: ../../howto/descriptor.rst:514
459459
msgid ""

library/argparse.po

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# SOME DESCRIPTIVE TITLE.
2-
# Copyright (C) 2001-2024, Python Software Foundation
2+
# Copyright (C) 2001-2025, Python Software Foundation
33
# This file is distributed under the same license as the Python package.
44
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
55
#
@@ -12,16 +12,16 @@
1212
# 汪心禾 <[email protected]>, 2019
1313
# stone jing <[email protected]>, 2019
1414
# Freesand Leo <[email protected]>, 2022
15-
# Rafael Fontenelle <[email protected]>, 2024
15+
# Rafael Fontenelle <[email protected]>, 2025
1616
#
1717
#, fuzzy
1818
msgid ""
1919
msgstr ""
2020
"Project-Id-Version: Python 3.9\n"
2121
"Report-Msgid-Bugs-To: \n"
22-
"POT-Creation-Date: 2024-12-20 16:41+0000\n"
22+
"POT-Creation-Date: 2025-02-07 16:40+0000\n"
2323
"PO-Revision-Date: 2017-02-16 17:48+0000\n"
24-
"Last-Translator: Rafael Fontenelle <[email protected]>, 2024\n"
24+
"Last-Translator: Rafael Fontenelle <[email protected]>, 2025\n"
2525
"Language-Team: Chinese (China) (https://app.transifex.com/python-doc/teams/5390/zh_CN/)\n"
2626
"MIME-Version: 1.0\n"
2727
"Content-Type: text/plain; charset=UTF-8\n"
@@ -1718,7 +1718,7 @@ msgid ""
17181718
"argument to the :meth:`add_subparsers` call will work::"
17191719
msgstr ""
17201720
"通过这种方式,你可以在参数解析结束后让 :meth:`parse_args` 执行调用适当函数的任务。 "
1721-
"像这样将函数关联到动作通常是你处理每个子解析器的不同动作的最简便方式。 但是,如果有必要检查被发起调用的子解析器的名称,则 "
1721+
"像这样将函数关联到动作通常是你处理每个子解析器的不同动作的最简便方式。 但是,如果有必要检查被唤起的子解析器的名称,则 "
17221722
":meth:`add_subparsers` 调用的 ``dest`` 关键字参数将可实现::"
17231723

17241724
#: ../../library/argparse.rst:1811
@@ -1876,8 +1876,8 @@ msgid ""
18761876
"invoked on the command line. If *file* is ``None``, :data:`sys.stdout` is "
18771877
"assumed."
18781878
msgstr ""
1879-
"打印一段简短描述,说明应当如何在命令行中发起调用 :class:`ArgumentParser`。 如果 *file* 为 ``None``,则默认使用"
1880-
" :data:`sys.stdout`。"
1879+
"打印一段简短描述,说明应当如何在命令行中唤起 :class:`ArgumentParser`。 如果 *file* 为 ``None``,则默认使用 "
1880+
":data:`sys.stdout`。"
18811881

18821882
#: ../../library/argparse.rst:1991
18831883
msgid ""
@@ -1898,7 +1898,7 @@ msgstr "还存在这些方法的几个变化形式,它们只返回字符串而
18981898
msgid ""
18991899
"Return a string containing a brief description of how the "
19001900
":class:`ArgumentParser` should be invoked on the command line."
1901-
msgstr "返回一个包含简短描述的字符串,说明应当如何在命令行中发起调用 :class:`ArgumentParser`。"
1901+
msgstr "返回一个包含简短描述的字符串,说明应当如何在命令行中唤起 :class:`ArgumentParser`。"
19021902

19031903
#: ../../library/argparse.rst:2005
19041904
msgid ""

library/asyncio-eventloop.po

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# SOME DESCRIPTIVE TITLE.
2-
# Copyright (C) 2001-2024, Python Software Foundation
2+
# Copyright (C) 2001-2025, Python Software Foundation
33
# This file is distributed under the same license as the Python package.
44
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
55
#
@@ -12,16 +12,16 @@
1212
# Alpha Du <[email protected]>, 2022
1313
# Freesand Leo <[email protected]>, 2022
1414
# MuSheng Chen <[email protected]>, 2022
15-
# Rafael Fontenelle <[email protected]>, 2024
15+
# Rafael Fontenelle <[email protected]>, 2025
1616
#
1717
#, fuzzy
1818
msgid ""
1919
msgstr ""
2020
"Project-Id-Version: Python 3.9\n"
2121
"Report-Msgid-Bugs-To: \n"
22-
"POT-Creation-Date: 2024-04-19 21:47+0000\n"
22+
"POT-Creation-Date: 2025-02-07 16:40+0000\n"
2323
"PO-Revision-Date: 2017-02-16 17:48+0000\n"
24-
"Last-Translator: Rafael Fontenelle <[email protected]>, 2024\n"
24+
"Last-Translator: Rafael Fontenelle <[email protected]>, 2025\n"
2525
"Language-Team: Chinese (China) (https://app.transifex.com/python-doc/teams/5390/zh_CN/)\n"
2626
"MIME-Version: 1.0\n"
2727
"Content-Type: text/plain; charset=UTF-8\n"
@@ -1518,7 +1518,7 @@ msgid ""
15181518
"registered using :func:`signal.signal`, a callback registered with this "
15191519
"function is allowed to interact with the event loop."
15201520
msgstr ""
1521-
"此回调将与该事件循环中其他加入队列的回调和可运行协程一起由 *loop* 发起调用。 不同与使用 :func:`signal.signal` "
1521+
"此回调将与该事件循环中其他加入队列的回调和可运行协程一起由 *loop* 唤起。 不同与使用 :func:`signal.signal` "
15221522
"注册的信号处理程序,使用此函数注册的回调可以与事件循环进行交互。"
15231523

15241524
#: ../../library/asyncio-eventloop.rst:1050

0 commit comments

Comments
 (0)