@@ -12,7 +12,7 @@ msgid ""
12
12
msgstr ""
13
13
"Project-Id-Version : Python 3.12\n "
14
14
"Report-Msgid-Bugs-To : \n "
15
- "POT-Creation-Date : 2023-09-22 14:13 +0000\n "
15
+ "POT-Creation-Date : 2023-10-06 14:14 +0000\n "
16
16
"PO-Revision-Date : 2021-06-28 00:55+0000\n "
17
17
"Last-Translator : Takeshi Nakazato, 2022\n "
18
18
"Language-Team : Japanese (https://app.transifex.com/python-doc/teams/5390/ "
@@ -1202,43 +1202,49 @@ msgstr "*fd* はクローズされたファイル記述子を表す整数です
1202
1202
msgid "Called when the child process has exited."
1203
1203
msgstr "子プロセスが終了したときに呼び出されます。"
1204
1204
1205
- #: ../../library/asyncio-protocol.rst:713
1205
+ #: ../../library/asyncio-protocol.rst:711
1206
+ msgid ""
1207
+ "It can be called before :meth:`~SubprocessProtocol.pipe_data_received` and :"
1208
+ "meth:`~SubprocessProtocol.pipe_connection_lost` methods."
1209
+ msgstr ""
1210
+
1211
+ #: ../../library/asyncio-protocol.rst:716
1206
1212
msgid "Examples"
1207
1213
msgstr "使用例"
1208
1214
1209
- #: ../../library/asyncio-protocol.rst:718
1215
+ #: ../../library/asyncio-protocol.rst:721
1210
1216
msgid "TCP Echo Server"
1211
1217
msgstr "TCP エコーサーバー"
1212
1218
1213
- #: ../../library/asyncio-protocol.rst:720
1219
+ #: ../../library/asyncio-protocol.rst:723
1214
1220
msgid ""
1215
1221
"Create a TCP echo server using the :meth:`loop.create_server` method, send "
1216
1222
"back received data, and close the connection::"
1217
1223
msgstr ""
1218
1224
":meth:`loop.create_server` メソッドを使って TCP エコーサーバーを生成し、受信"
1219
1225
"したデータをそのまま送り返して、最後にコネクションをクローズします::"
1220
1226
1221
- #: ../../library/asyncio-protocol.rst:761
1227
+ #: ../../library/asyncio-protocol.rst:764
1222
1228
msgid ""
1223
1229
"The :ref:`TCP echo server using streams <asyncio-tcp-echo-server-streams>` "
1224
1230
"example uses the high-level :func:`asyncio.start_server` function."
1225
1231
msgstr ""
1226
1232
":ref:`ストリームを使った TCP エコーサーバー <asyncio-tcp-echo-server-"
1227
1233
"streams>` の例では高水準の :func:`asyncio.start_server` 関数を使っています。"
1228
1234
1229
- #: ../../library/asyncio-protocol.rst:767
1235
+ #: ../../library/asyncio-protocol.rst:770
1230
1236
msgid "TCP Echo Client"
1231
1237
msgstr "TCP エコークライアント"
1232
1238
1233
- #: ../../library/asyncio-protocol.rst:769
1239
+ #: ../../library/asyncio-protocol.rst:772
1234
1240
msgid ""
1235
1241
"A TCP echo client using the :meth:`loop.create_connection` method, sends "
1236
1242
"data, and waits until the connection is closed::"
1237
1243
msgstr ""
1238
1244
":meth:`loop.create_connection` メソッドを使った TCP エコークライアントは、"
1239
1245
"データを送信したあとコネクションがクローズされるまで待機します::"
1240
1246
1241
- #: ../../library/asyncio-protocol.rst:817
1247
+ #: ../../library/asyncio-protocol.rst:820
1242
1248
msgid ""
1243
1249
"The :ref:`TCP echo client using streams <asyncio-tcp-echo-client-streams>` "
1244
1250
"example uses the high-level :func:`asyncio.open_connection` function."
@@ -1247,43 +1253,43 @@ msgstr ""
1247
1253
"streams>` の例では高水準の :func:`asyncio.open_connection` 関数を使っていま"
1248
1254
"す。"
1249
1255
1250
- #: ../../library/asyncio-protocol.rst:824
1256
+ #: ../../library/asyncio-protocol.rst:827
1251
1257
msgid "UDP Echo Server"
1252
1258
msgstr "UDP エコーサーバー"
1253
1259
1254
- #: ../../library/asyncio-protocol.rst:826
1260
+ #: ../../library/asyncio-protocol.rst:829
1255
1261
msgid ""
1256
1262
"A UDP echo server, using the :meth:`loop.create_datagram_endpoint` method, "
1257
1263
"sends back received data::"
1258
1264
msgstr ""
1259
1265
":meth:`loop.create_datagram_endpoint` メソッドを使った UDP エコーサーバーは受"
1260
1266
"信したデータをそのまま送り返します::"
1261
1267
1262
- #: ../../library/asyncio-protocol.rst:868
1268
+ #: ../../library/asyncio-protocol.rst:871
1263
1269
msgid "UDP Echo Client"
1264
1270
msgstr "UDP エコークライアント"
1265
1271
1266
- #: ../../library/asyncio-protocol.rst:870
1272
+ #: ../../library/asyncio-protocol.rst:873
1267
1273
msgid ""
1268
1274
"A UDP echo client, using the :meth:`loop.create_datagram_endpoint` method, "
1269
1275
"sends data and closes the transport when it receives the answer::"
1270
1276
msgstr ""
1271
1277
":meth:`loop.create_datagram_endpoint` メソッドを使った UDP エコークライアント"
1272
1278
"はデータを送信し、応答を受信するとトランスポートをクローズします::"
1273
1279
1274
- #: ../../library/asyncio-protocol.rst:925
1280
+ #: ../../library/asyncio-protocol.rst:928
1275
1281
msgid "Connecting Existing Sockets"
1276
1282
msgstr "既存のソケットへの接続"
1277
1283
1278
- #: ../../library/asyncio-protocol.rst:927
1284
+ #: ../../library/asyncio-protocol.rst:930
1279
1285
msgid ""
1280
1286
"Wait until a socket receives data using the :meth:`loop.create_connection` "
1281
1287
"method with a protocol::"
1282
1288
msgstr "
1241
;"
1283
1289
"プロトコルを設定した :meth:`loop.create_connection` メソッドを使ってソケット"
1284
1290
"がデータを受信するまで待機します::"
1285
1291
1286
- #: ../../library/asyncio-protocol.rst:981
1292
+ #: ../../library/asyncio-protocol.rst:984
1287
1293
msgid ""
1288
1294
"The :ref:`watch a file descriptor for read events "
1289
1295
"<asyncio_example_watch_fd>` example uses the low-level :meth:`loop."
@@ -1293,7 +1299,7 @@ msgstr ""
1293
1299
"例では低レベルの :meth:`loop.add_reader` メソッドを使ってファイル記述子 (FD) "
1294
1300
"を登録しています。"
1295
1301
1296
- #: ../../library/asyncio-protocol.rst:985
1302
+ #: ../../library/asyncio-protocol.rst:988
1297
1303
msgid ""
1298
1304
"The :ref:`register an open socket to wait for data using streams "
1299
1305
"<asyncio_example_create_connection-streams>` example uses high-level streams "
@@ -1303,24 +1309,24 @@ msgstr ""
1303
1309
"<asyncio_example_create_connection-streams>` 例ではコルーチン内で :func:"
1304
1310
"`open_connection` 関数によって生成されたストリームを使っています。"
1305
1311
1306
- #: ../../library/asyncio-protocol.rst:992
1312
+ #: ../../library/asyncio-protocol.rst:995
1307
1313
msgid "loop.subprocess_exec() and SubprocessProtocol"
1308
1314
msgstr "loop.subprocess_exec() と SubprocessProtocol"
1309
1315
1310
- #: ../../library/asyncio-protocol.rst:994
1316
+ #: ../../library/asyncio-protocol.rst:997
1311
1317
msgid ""
1312
1318
"An example of a subprocess protocol used to get the output of a subprocess "
1313
1319
"and to wait for the subprocess exit."
1314
1320
msgstr ""
1315
1321
"サブプロセスからの出力を受け取り、サブプロセスが終了するまで待機するために使"
1316
1322
"われるサブプロセスプロトコルの例です。"
1317
1323
1318
- #: ../../library/asyncio-protocol.rst:997
1324
+ #: ../../library/asyncio-protocol.rst:1000
1319
1325
msgid "The subprocess is created by the :meth:`loop.subprocess_exec` method::"
1320
1326
msgstr ""
1321
1327
"サブプロセスは :meth:`loop.subprocess_exec` メソッドにより生成されます::"
1322
1328
1323
- #: ../../library/asyncio-protocol.rst:1043
1329
+ #: ../../library/asyncio-protocol.rst:1060
1324
1330
msgid ""
1325
1331
"See also the :ref:`same example <asyncio_example_create_subprocess_exec>` "
1326
1332
"written using high-level APIs."
0 commit comments