7
7
# tomo, 2021
8
8
# Takeshi Nakazato, 2022
9
9
# Arihiro TAKASE, 2023
10
+ # souma987, 2023
10
11
#
11
12
#, fuzzy
12
13
msgid ""
@@ -15,7 +16,7 @@ msgstr ""
15
16
"Report-Msgid-Bugs-To : \n "
16
17
"POT-Creation-Date : 2023-07-21 14:13+0000\n "
17
18
"PO-Revision-Date : 2021-06-28 00:55+0000\n "
18
- "Last-Translator : Arihiro TAKASE , 2023\n "
19
+ "Last-Translator : souma987 , 2023\n "
19
20
"Language-Team : Japanese (https://app.transifex.com/python-doc/teams/5390/ "
20
21
"ja/)\n "
21
22
"MIME-Version : 1.0\n "
@@ -65,8 +66,8 @@ msgid ""
65
66
msgstr ""
66
67
"全ての asyncio のサブプロセス関数は非同期ですが、 asyncio モジュールはこれら"
67
68
"の非同期関数と協調するための多くのツールを提供しているので、複数のサブプロセ"
68
- "スを並列に実行して監視することは簡単です。実際、上記のサンプル小0どを複数のコ "
69
- "マンドを同時に実行するように修正するのはきわめて単純です ::"
69
+ "スを並列に実行して監視することは簡単です。実際、上記のサンプルコードを複数の "
70
+ "コマンドを同時に実行するように修正するのはきわめて単純です ::"
70
71
71
72
#: ../../library/asyncio-subprocess.rst:58
72
73
msgid "See also the `Examples`_ subsection."
@@ -306,7 +307,7 @@ msgstr "*stdin* にデータを送信します (*input* が ``None`` でない
306
307
307
308
#: ../../library/asyncio-subprocess.rst:210
308
309
msgid "closes *stdin*;"
309
- msgstr ""
310
+ msgstr "*stdin* を閉じます; "
310
311
311
312
#: ../../library/asyncio-subprocess.rst:211
312
313
msgid "read data from *stdout* and *stderr*, until EOF is reached;"
@@ -363,7 +364,7 @@ msgstr ""
363
364
364
365
#: ../../library/asyncio-subprocess.rst:235
365
366
msgid "*stdin* gets closed when `input=None` too."
366
- msgstr ""
367
+ msgstr "`input=None` のときも *stdin* は閉じられます。 "
367
368
368
369
#: ../../library/asyncio-subprocess.rst:239
369
370
msgid "Sends the signal *signal* to the child process."
@@ -389,6 +390,8 @@ msgid ""
389
390
"On POSIX systems this method sends :py:const:`signal.SIGTERM` to the child "
390
391
"process."
391
392
msgstr ""
393
+ "POSIX システムでは、このメソッドは子プロセスに :py:const:`signal.SIGTERM` を"
394
+ "送信します。"
392
395
393
396
#: ../../library/asyncio-subprocess.rst:255
394
397
msgid ""
0 commit comments