Skip to content

Commit 9aaa1a6

Browse files
author
Autobuild bot on TravisCI
committed
[skip ci] Update .po files
1 parent 68e261c commit 9aaa1a6

File tree

11 files changed

+7806
-7597
lines changed

11 files changed

+7806
-7597
lines changed

c-api/file.po

+9-3
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ msgid ""
1313
msgstr ""
1414
"Project-Id-Version: Python 3.9\n"
1515
"Report-Msgid-Bugs-To: \n"
16-
"POT-Creation-Date: 2020-08-20 03:54+0000\n"
16+
"POT-Creation-Date: 2020-10-21 04:23+0000\n"
1717
"PO-Revision-Date: 2017-02-16 17:35+0000\n"
1818
"Last-Translator: tomo, 2020\n"
1919
"Language-Team: Japanese (https://www.transifex.com/python-doc/teams/5390/ja/)\n"
@@ -145,7 +145,13 @@ msgstr ""
145145
msgid "This function is safe to call before :c:func:`Py_Initialize`."
146146
msgstr "この関数は :c:func:`Py_Initialize` より前に呼び出しても安全です。"
147147

148-
#: ../../c-api/file.rst:93
148+
#: ../../c-api/file.rst:86
149+
msgid ""
150+
"Raises an :ref:`auditing event <auditing>` ``setopencodehook`` with no "
151+
"arguments."
152+
msgstr ""
153+
154+
#: ../../c-api/file.rst:95
149155
msgid ""
150156
"Write object *obj* to file object *p*. The only supported flag for *flags* "
151157
"is :const:`Py_PRINT_RAW`; if given, the :func:`str` of the object is written"
@@ -157,7 +163,7 @@ msgstr ""
157163
":func:`str` を適用した結果をファイルに書き出します。成功した場合には ``0`` を返し、失敗すると ``-1`` "
158164
"を返して適切な例外をセットします。"
159165

160-
#: ../../c-api/file.rst:101
166+
#: ../../c-api/file.rst:103
161167
msgid ""
162168
"Write string *s* to file object *p*. Return ``0`` on success or ``-1`` on "
163169
"failure; the appropriate exception will be set."

library/audit_events.po

+81-1
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,17 @@
33
# This file is distributed under the same license as the Python package.
44
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
55
#
6+
# Translators:
7+
# tomo, 2020
8+
#
69
#, fuzzy
710
msgid ""
811
msgstr ""
912
"Project-Id-Version: Python 3.9\n"
1013
"Report-Msgid-Bugs-To: \n"
11-
"POT-Creation-Date: 2020-05-31 09:25+0000\n"
14+
"POT-Creation-Date: 2020-10-21 04:23+0000\n"
1215
"PO-Revision-Date: 2019-09-01 14:38+0000\n"
16+
"Last-Translator: tomo, 2020\n"
1317
"Language-Team: Japanese (https://www.transifex.com/python-doc/teams/5390/ja/)\n"
1418
"MIME-Version: 1.0\n"
1519
"Content-Type: text/plain; charset=UTF-8\n"
@@ -40,3 +44,79 @@ msgid ""
4044
"represent events raised by other implementations. See your runtime specific "
4145
"documentation for actual events raised."
4246
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 "``obj``"

0 commit comments

Comments
 (0)