# SOME DESCRIPTIVE TITLE. # Copyright (C) 2001-2025, Python Software Foundation # This file is distributed under the same license as the Python package. # FIRST AUTHOR , YEAR. # # Translators: # python-doc bot, 2025 # #, fuzzy msgid "" msgstr "" "Project-Id-Version: Python 3.9\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2025-01-03 16:35+0000\n" "PO-Revision-Date: 2025-09-22 17:54+0000\n" "Last-Translator: python-doc bot, 2025\n" "Language-Team: Chinese (China) (https://app.transifex.com/python-doc/teams/5390/zh_CN/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Language: zh_CN\n" "Plural-Forms: nplurals=1; plural=0;\n" #: ../../library/audit_events.rst:6 msgid "Audit events table" msgstr "审计事件表" #: ../../library/audit_events.rst:8 msgid "" "This table contains all events raised by :func:`sys.audit` or " ":c:func:`PySys_Audit` calls throughout the CPython runtime and the standard " "library. These calls were added in 3.8.0 or later (see :pep:`578`)." msgstr "" "下表包含了在整个 CPython 运行时和标准库中由 :func:`sys.audit` 或 :c:func:`PySys_Audit` " "调用所引发的全部事件。 这些调用是在 3.8.0 或更高版本中添加了 (参见 :pep:`578`)。" #: ../../library/audit_events.rst:12 msgid "" "See :func:`sys.addaudithook` and :c:func:`PySys_AddAuditHook` for " "information on handling these events." msgstr "" "请参阅 :func:`sys.addaudithook` 和 :c:func:`PySys_AddAuditHook` 了解有关处理这些事件的详细信息。" #: ../../library/audit_events.rst:17 msgid "" "This table is generated from the CPython documentation, and may not " "represent events raised by other implementations. See your runtime specific " "documentation for actual events raised." msgstr "此表是根据 CPython 文档生成的,可能无法表示其他实现所引发的事件。 请参阅你的运行时专属的文档了解实际引发的事件。" #: ../../library/audit_events.rst:23 msgid "" "The following events are raised internally and do not correspond to any " "public API of CPython:" msgstr "下列事件只在内部被引发,而不会回应任何 CPython 公共 API:" #: ../../library/audit_events.rst:27 msgid "Audit event" msgstr "审计事件" #: ../../library/audit_events.rst:27 msgid "Arguments" msgstr "实参" #: ../../library/audit_events.rst:29 msgid "_winapi.CreateFile" msgstr "_winapi.CreateFile" #: ../../library/audit_events.rst:29 msgid "" "``file_name``, ``desired_access``, ``share_mode``, ``creation_disposition``," " ``flags_and_attributes``" msgstr "" "``file_name``, ``desired_access``, ``share_mode``, ``creation_disposition``," " ``flags_and_attributes``" #: ../../library/audit_events.rst:33 msgid "_winapi.CreateJunction" msgstr "_winapi.CreateJunction" #: ../../library/audit_events.rst:33 msgid "``src_path``, ``dst_path``" msgstr "``src_path``, ``dst_path``" #: ../../library/audit_events.rst:35 msgid "_winapi.CreateNamedPipe" msgstr "_winapi.CreateNamedPipe" #: ../../library/audit_events.rst:35 msgid "``name``, ``open_mode``, ``pipe_mode``" msgstr "``name``, ``open_mode``, ``pipe_mode``" #: ../../library/audit_events.rst:37 msgid "_winapi.CreatePipe" msgstr "_winapi.CreatePipe" #: ../../library/audit_events.rst:39 msgid "_winapi.CreateProcess" msgstr "_winapi.CreateProcess" #: ../../library/audit_events.rst:39 msgid "``application_name``, ``command_line``, ``current_directory``" msgstr "``application_name``, ``command_line``, ``current_directory``" #: ../../library/audit_events.rst:42 msgid "_winapi.OpenProcess" msgstr "_winapi.OpenProcess" #: ../../library/audit_events.rst:42 msgid "``process_id``, ``desired_access``" msgstr "``process_id``, ``desired_access``" #: ../../library/audit_events.rst:44 msgid "_winapi.TerminateProcess" msgstr "_winapi.TerminateProcess" #: ../../library/audit_events.rst:44 msgid "``handle``, ``exit_code``" msgstr "``handle``, ``exit_code``" #: ../../library/audit_events.rst:46 msgid "ctypes.PyObj_FromPtr" msgstr "ctypes.PyObj_FromPtr" #: ../../library/audit_events.rst:46 msgid "``obj``" msgstr "``obj``"