|
1 | 1 | # SOME DESCRIPTIVE TITLE.
|
2 |
| -# Copyright (C) 2001-2024, Python Software Foundation |
| 2 | +# Copyright (C) 2001-2025, Python Software Foundation |
3 | 3 | # This file is distributed under the same license as the Python package.
|
4 | 4 | # FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
|
5 | 5 | #
|
6 | 6 | # Translators:
|
7 | 7 | # Rafael Fontenelle <rffontenelle@gmail.com>, 2024
|
8 | 8 | # lian Wu (Wulian) <xiguawulian@gmail.com>, 2024
|
9 |
| -# Freesand Leo <yuqinju@163.com>, 2024 |
| 9 | +# Freesand Leo <yuqinju@163.com>, 2025 |
10 | 10 | #
|
11 | 11 | #, fuzzy
|
12 | 12 | msgid ""
|
13 | 13 | msgstr ""
|
14 | 14 | "Project-Id-Version: Python 3.13\n"
|
15 | 15 | "Report-Msgid-Bugs-To: \n"
|
16 |
| -"POT-Creation-Date: 2024-11-12 08:36+0000\n" |
| 16 | +"POT-Creation-Date: 2025-03-21 14:18+0000\n" |
17 | 17 | "PO-Revision-Date: 2024-05-11 01:07+0000\n"
|
18 |
| -"Last-Translator: Freesand Leo <yuqinju@163.com>, 2024\n" |
| 18 | +"Last-Translator: Freesand Leo <yuqinju@163.com>, 2025\n" |
19 | 19 | "Language-Team: Chinese (China) (https://app.transifex.com/python-doc/teams/5390/zh_CN/)\n"
|
20 | 20 | "MIME-Version: 1.0\n"
|
21 | 21 | "Content-Type: text/plain; charset=UTF-8\n"
|
@@ -314,3 +314,13 @@ msgid ""
|
314 | 314 | "Exit the last scope that was entered with "
|
315 | 315 | ":c:func:`!PyMonitoring_EnterScope`."
|
316 | 316 | msgstr "退出使用 :c:func:`!PyMonitoring_EnterScope` 进入的上一个作用域。"
|
| 317 | + |
| 318 | +#: ../../c-api/monitoring.rst:197 |
| 319 | +msgid "" |
| 320 | +"Return true if the event corresponding to the event ID *ev* is a :ref:`local" |
| 321 | +" event <monitoring-event-local>`." |
| 322 | +msgstr "如果对应事件 ID *ev* 的事件属于 :ref:`局部事件 <monitoring-event-local>` 则返回真值。" |
| 323 | + |
| 324 | +#: ../../c-api/monitoring.rst:204 |
| 325 | +msgid "This function is :term:`soft deprecated`." |
| 326 | +msgstr "此函数状态为 :term:`soft deprecated`。" |
0 commit comments