55#
66# Translators:
77# python-doc bot, 2025
8+ # Freesand Leo <yuqinju@163.com>, 2025
89#
910#, fuzzy
1011msgid ""
@@ -13,7 +14,7 @@ msgstr ""
1314"Report-Msgid-Bugs-To :\n "
1415"POT-Creation-Date :2025-11-05 15:17+0000\n "
1516"PO-Revision-Date :2025-09-15 01:04+0000\n "
16- "Last-Translator :python-doc bot , 2025\n "
17+ "Last-Translator :Freesand Leo <yuqinju@163.com> , 2025\n "
1718"Language-Team :Chinese (China) (https://app.transifex.com/python-doc/teams/5390/zh_CN/)\n "
1819"MIME-Version :1.0\n "
1920"Content-Type :text/plain; charset=UTF-8\n "
@@ -352,7 +353,7 @@ msgstr "其他事件"
352353msgid ""
353354"Other events are not necessarily tied to a specific location in the program "
354355"and cannot be individually disabled via :data:`DISABLE`."
355- msgstr ""
356+ msgstr "其他事件不一定与程序中的特定位置相关联并且不能通过 :data:`DISABLE` 单独禁用。 "
356357
357358#: ../../library/sys.monitoring.rst:213
358359msgid "The other events that can be monitored are:"
@@ -452,14 +453,16 @@ msgstr ""
452453#: ../../library/sys.monitoring.rst:270
453454msgid ""
454455"Returns all the :ref:`local events <monitoring-event-local>` for *code*"
455- msgstr ""
456+ msgstr "返回 *code* 的所有 :ref:`局部事件 <monitoring-event-local>` "
456457
457458#: ../../library/sys.monitoring.rst:274
458459msgid ""
459460"Activates all the :ref:`local events <monitoring-event-local>` for *code* "
460461"which are set in *event_set*. Raises a :exc:`ValueError` if *tool_id* is not"
461462" in use."
462463msgstr ""
464+ "激活在 *event_set* 中针对 *code* 设置的所有 :ref:`局部事件 <monitoring-event-local>`。 如果 "
465+ "*tool_id* 未被使用则会引发 :exc:`ValueError`。"
463466
464467#: ../../library/sys.monitoring.rst:278
465468msgid ""
@@ -485,6 +488,8 @@ msgid ""
485488"function. This does not change which events are set, or any other code "
486489"locations for the same event."
487490msgstr ""
491+ "可以通过从回调函数返回 :data:`sys.monitoring.DISABLE` 来禁用特定代码位置上的 :ref:`局部事件 "
492+ "<monitoring-event-local>`。 这不会改变已设置的事件,也不会改变针对同一事件的其他代码位置。"
488493
489494#: ../../library/sys.monitoring.rst:296
490495msgid ""
@@ -501,6 +506,8 @@ msgid ""
501506"interpreter in a non-specific location (that is, no traceback will be "
502507"provided)."
503508msgstr ""
509+ "如果 :data:`DISABLE` 是由针对某个 :ref:`全局事件 <monitoring-event-global>` "
510+ "的回调返回的,则将由解释器在一个非专属的位置中引发 :exc:`ValueError` (也就是说,不会提供回溯)。"
504511
505512#: ../../library/sys.monitoring.rst:308
506513msgid ""