77# tomo, 2021
88# Takeshi Nakazato, 2022
99# Arihiro TAKASE, 2023
10+ # souma987, 2023
1011#
1112#, fuzzy
1213msgid ""
@@ -15,7 +16,7 @@ msgstr ""
1516"Report-Msgid-Bugs-To : \n "
1617"POT-Creation-Date : 2023-07-21 14:13+0000\n "
1718"PO-Revision-Date : 2021-06-28 00:55+0000\n "
18- "Last-Translator : Arihiro TAKASE , 2023\n "
19+ "Last-Translator : souma987 , 2023\n "
1920"Language-Team : Japanese (https://app.transifex.com/python-doc/teams/5390/ "
2021"ja/)\n "
2122"MIME-Version : 1.0\n "
@@ -65,8 +66,8 @@ msgid ""
6566msgstr ""
6667"全ての asyncio のサブプロセス関数は非同期ですが、 asyncio モジュールはこれら"
6768"の非同期関数と協調するための多くのツールを提供しているので、複数のサブプロセ"
68- "スを並列に実行して監視することは簡単です。実際、上記のサンプル小0どを複数のコ "
69- "マンドを同時に実行するように修正するのはきわめて単純です ::"
69+ "スを並列に実行して監視することは簡単です。実際、上記のサンプルコードを複数の "
70+ "コマンドを同時に実行するように修正するのはきわめて単純です ::"
7071
7172#: ../../library/asyncio-subprocess.rst:58
7273msgid "See also the `Examples`_ subsection."
@@ -306,7 +307,7 @@ msgstr "*stdin* にデータを送信します (*input* が ``None`` でない
306307
307308#: ../../library/asyncio-subprocess.rst:210
308309msgid "closes *stdin*;"
309- msgstr ""
310+ msgstr "*stdin* を閉じます; "
310311
311312#: ../../library/asyncio-subprocess.rst:211
312313msgid "read data from *stdout* and *stderr*, until EOF is reached;"
@@ -363,7 +364,7 @@ msgstr ""
363364
364365#: ../../library/asyncio-subprocess.rst:235
365366msgid "*stdin* gets closed when `input=None` too."
366- msgstr ""
367+ msgstr "`input=None` のときも *stdin* は閉じられます。 "
367368
368369#: ../../library/asyncio-subprocess.rst:239
369370msgid "Sends the signal *signal* to the child process."
@@ -389,6 +390,8 @@ msgid ""
389390"On POSIX systems this method sends :py:const:`signal.SIGTERM` to the child "
390391"process."
391392msgstr ""
393+ "POSIX システムでは、このメソッドは子プロセスに :py:const:`signal.SIGTERM` を"
394+ "送信します。"
392395
393396#: ../../library/asyncio-subprocess.rst:255
394397msgid ""
0 commit comments