6
6
# Translators:
7
7
# tomo, 2021
8
8
# qqfunc, 2024
9
+ # Takanori Suzuki <[email protected] >, 2024
9
10
#
10
11
#, fuzzy
11
12
msgid ""
12
13
msgstr ""
13
14
"Project-Id-Version : Python 3.13\n "
14
15
"Report-Msgid-Bugs-To : \n "
15
- "POT-Creation-Date : 2024-07-20 00:52 +0000\n "
16
+ "POT-Creation-Date : 2024-07-26 14:15 +0000\n "
16
17
"PO-Revision-Date : 2021-06-28 00:55+0000\n "
17
- "Last-Translator : qqfunc , 2024\n "
18
+ "
Last-Translator :
Takanori Suzuki <[email protected] > , 2024\n"
18
19
"Language-Team : Japanese (https://app.transifex.com/python-doc/teams/5390/ "
19
20
"ja/)\n "
20
21
"MIME-Version : 1.0\n "
@@ -23,15 +24,15 @@ msgstr ""
23
24
"Language : ja\n "
24
25
"Plural-Forms : nplurals=1; plural=0;\n "
25
26
26
- #: ../../library/asyncio.rst:80
27
+ #: ../../library/asyncio.rst:91
27
28
msgid "High-level APIs"
28
29
msgstr "高水準 API"
29
30
30
- #: ../../library/asyncio.rst:92
31
+ #: ../../library/asyncio.rst:103
31
32
msgid "Low-level APIs"
32
33
msgstr "低水準 API"
33
34
34
- #: ../../library/asyncio.rst:103
35
+ #: ../../library/asyncio.rst:114
35
36
msgid "Guides and Tutorials"
36
37
msgstr "ガイドとチュートリアル"
37
38
@@ -132,10 +133,6 @@ msgstr ""
132
133
"コールバックを用いたライブラリと async/await 構文を使ったコードの :ref:`橋渡"
133
134
"し <asyncio-futures>`"
134
135
135
- #: ../../library/asyncio.rst:61
136
- msgid "You can experiment with an ``asyncio`` concurrent context in the REPL:"
137
- msgstr "REPL で、``asyncio`` 並行コンテキストを試すことができます:"
138
-
139
136
#: ../../includes/wasm-notavail.rst:3
140
137
msgid ":ref:`Availability <availability>`: not WASI."
141
138
msgstr ":ref:`利用可能な環境 <availability>`: WASI 以外。"
@@ -148,10 +145,38 @@ msgstr ""
148
145
"このモジュールは WebAssembly では動作しないか、利用不可です。詳しくは、:ref:"
149
146
"`wasm-availability` を見てください。"
150
147
148
+ #: ../../library/asyncio.rst:64
149
+ msgid "asyncio REPL"
150
+ msgstr ""
151
+
152
+ #: ../../library/asyncio.rst:65
153
+ msgid ""
154
+ "You can experiment with an ``asyncio`` concurrent context in the :term:"
155
+ "`REPL`:"
156
+ msgstr ""
157
+
158
+ #: ../../library/asyncio.rst:87
159
+ msgid ""
160
+ "Raises an :ref:`auditing event <auditing>` ``cpython.run_stdin`` with no "
161
+ "arguments."
162
+ msgstr ""
163
+ "引数無しで :ref:`監査イベント <auditing>` ``cpython.run_stdin`` を送出しま"
164
+ "す。 "
165
+
151
166
#: ../../library/asyncio.rst:79
167
+ msgid "(also 3.11.10, 3.10.15, 3.9.20, and 3.8.20) Emits audit events."
168
+ msgstr ""
169
+
170
+ #: ../../library/asyncio.rst:82
171
+ msgid ""
172
+ "Uses PyREPL if possible, in which case :envvar:`PYTHONSTARTUP` is also "
173
+ "executed. Emits audit events."
174
+ msgstr ""
175
+
176
+ #: ../../library/asyncio.rst:90
152
177
msgid "Reference"
153
178
msgstr "リファレンス"
154
179
155
- #: ../../library/asyncio.rst:112
180
+ #: ../../library/asyncio.rst:123
156
181
msgid "The source code for asyncio can be found in :source:`Lib/asyncio/`."
157
182
msgstr "asyncio のソースコードは :source:`Lib/asyncio/` にあります。"
0 commit comments