|
1 | | -# SOME DESCRIPTIVE TITLE. |
2 | | -# Copyright (C) 2001-2025, Python Software Foundation |
3 | | -# This file is distributed under the same license as the Python package. |
4 | | -# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR. |
5 | 1 | # |
6 | | -# Translators: |
7 | | -# python-doc bot, 2025 |
8 | | -# |
9 | | -#, fuzzy |
10 | 2 | msgid "" |
11 | 3 | msgstr "" |
12 | | -"Project-Id-Version: Python 3.10\n" |
13 | | -"Report-Msgid-Bugs-To: \n" |
14 | | -"POT-Creation-Date: 2025-01-03 16:02+0000\n" |
15 | | -"PO-Revision-Date: 2025-09-21 19:24+0000\n" |
16 | | -"Last-Translator: python-doc bot, 2025\n" |
17 | 4 | "Language-Team: Russian (https://app.transifex.com/python-doc/teams/5390/ru/)\n" |
18 | | -"MIME-Version: 1.0\n" |
19 | | -"Content-Type: text/plain; charset=UTF-8\n" |
20 | | -"Content-Transfer-Encoding: 8bit\n" |
21 | 5 | "Language: ru\n" |
22 | 6 | "Plural-Forms: nplurals=4; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<12 || n%100>14) ? 1 : n%10==0 || (n%10>=5 && n%10<=9) || (n%100>=11 && n%100<=14)? 2 : 3);\n" |
23 | | - |
24 | | -#: ../../library/audit_events.rst:6 |
25 | | -msgid "Audit events table" |
26 | | -msgstr "" |
27 | | - |
28 | | -#: ../../library/audit_events.rst:8 |
29 | | -msgid "" |
30 | | -"This table contains all events raised by :func:`sys.audit` or " |
31 | | -":c:func:`PySys_Audit` calls throughout the CPython runtime and the standard " |
32 | | -"library. These calls were added in 3.8.0 or later (see :pep:`578`)." |
33 | | -msgstr "" |
34 | | - |
35 | | -#: ../../library/audit_events.rst:12 |
36 | | -msgid "" |
37 | | -"See :func:`sys.addaudithook` and :c:func:`PySys_AddAuditHook` for " |
38 | | -"information on handling these events." |
39 | | -msgstr "" |
40 | | - |
41 | | -#: ../../library/audit_events.rst:17 |
42 | | -msgid "" |
43 | | -"This table is generated from the CPython documentation, and may not " |
44 | | -"represent events raised by other implementations. See your runtime specific " |
45 | | -"documentation for actual events raised." |
46 | | -msgstr "" |
47 | | - |
48 | | -#: ../../library/audit_events.rst:23 |
49 | | -msgid "" |
50 | | -"The following events are raised internally and do not correspond to any " |
51 | | -"public API of CPython:" |
52 | | -msgstr "" |
53 | | - |
54 | | -#: ../../library/audit_events.rst:27 |
55 | | -msgid "Audit event" |
56 | | -msgstr "" |
57 | | - |
58 | | -#: ../../library/audit_events.rst:27 |
59 | | -msgid "Arguments" |
60 | | -msgstr "" |
61 | | - |
62 | | -#: ../../library/audit_events.rst:29 |
63 | | -msgid "_winapi.CreateFile" |
64 | | -msgstr "" |
65 | | - |
66 | | -#: ../../library/audit_events.rst:29 |
67 | | -msgid "" |
68 | | -"``file_name``, ``desired_access``, ``share_mode``, ``creation_disposition``," |
69 | | -" ``flags_and_attributes``" |
70 | | -msgstr "" |
71 | | - |
72 | | -#: ../../library/audit_events.rst:33 |
73 | | -msgid "_winapi.CreateJunction" |
74 | | -msgstr "" |
75 | | - |
76 | | -#: ../../library/audit_events.rst:33 |
77 | | -msgid "``src_path``, ``dst_path``" |
78 | | -msgstr "" |
79 | | - |
80 | | -#: ../../library/audit_events.rst:35 |
81 | | -msgid "_winapi.CreateNamedPipe" |
82 | | -msgstr "" |
83 | | - |
84 | | -#: ../../library/audit_events.rst:35 |
85 | | -msgid "``name``, ``open_mode``, ``pipe_mode``" |
86 | | -msgstr "" |
87 | | - |
88 | | -#: ../../library/audit_events.rst:37 |
89 | | -msgid "_winapi.CreatePipe" |
90 | | -msgstr "" |
91 | | - |
92 | | -#: ../../library/audit_events.rst:39 |
93 | | -msgid "_winapi.CreateProcess" |
94 | | -msgstr "" |
95 | | - |
96 | | -#: ../../library/audit_events.rst:39 |
97 | | -msgid "``application_name``, ``command_line``, ``current_directory``" |
98 | | -msgstr "" |
99 | | - |
100 | | -#: ../../library/audit_events.rst:42 |
101 | | -msgid "_winapi.OpenProcess" |
102 | | -msgstr "" |
103 | | - |
104 | | -#: ../../library/audit_events.rst:42 |
105 | | -msgid "``process_id``, ``desired_access``" |
106 | | -msgstr "" |
107 | | - |
108 | | -#: ../../library/audit_events.rst:44 |
109 | | -msgid "_winapi.TerminateProcess" |
110 | | -msgstr "" |
111 | | - |
112 | | -#: ../../library/audit_events.rst:44 |
113 | | -msgid "``handle``, ``exit_code``" |
114 | | -msgstr "" |
115 | | - |
116 | | -#: ../../library/audit_events.rst:46 |
117 | | -msgid "ctypes.PyObj_FromPtr" |
118 | | -msgstr "" |
119 | | - |
120 | | -#: ../../library/audit_events.rst:46 |
121 | | -msgid "``obj``" |
122 | | -msgstr "" |
0 commit comments