Skip to content

Commit 353e47c

Browse files
author
Autobuild bot on TravisCI
committed
[skip ci] Update .po files
1 parent 8412409 commit 353e47c

File tree

10 files changed

+6438
-6285
lines changed

10 files changed

+6438
-6285
lines changed

c-api/file.po

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ msgid ""
1111
msgstr ""
1212
"Project-Id-Version: Python 3.8\n"
1313
"Report-Msgid-Bugs-To: \n"
14-
"POT-Creation-Date: 2020-08-20 14:53+0000\n"
14+
"POT-Creation-Date: 2020-10-21 15:27+0000\n"
1515
"PO-Revision-Date: 2020-05-30 11:48+0000\n"
1616
"Last-Translator: tomo, 2020\n"
1717
"Language-Team: Japanese (https://www.transifex.com/python-doc/teams/5390/ja/)\n"
@@ -143,7 +143,13 @@ msgstr ""
143143
msgid "This function is safe to call before :c:func:`Py_Initialize`."
144144
msgstr "この関数は :c:func:`Py_Initialize` より前に呼び出しても安全です。"
145145

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

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

faq/programming.po

Lines changed: 145 additions & 150 deletions
Large diffs are not rendered by default.

library/audit_events.po

Lines changed: 81 additions & 1 deletion
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.8\n"
1013
"Report-Msgid-Bugs-To: \n"
11-
"POT-Creation-Date: 2020-02-09 12:40+0000\n"
14+
"POT-Creation-Date: 2020-10-21 15:27+0000\n"
1215
"PO-Revision-Date: 2020-05-30 11:57+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)