Skip to content

Commit 055dfa7

Browse files
author
github-actions
committed
Update translations from Transifex
1 parent d0c7575 commit 055dfa7

File tree

1 file changed

+8
-5
lines changed

1 file changed

+8
-5
lines changed

library/asyncio-subprocess.po

+8-5
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
# tomo, 2021
88
# Takeshi Nakazato, 2022
99
# Arihiro TAKASE, 2023
10+
# souma987, 2023
1011
#
1112
#, fuzzy
1213
msgid ""
@@ -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 ""
6566
msgstr ""
6667
"全ての asyncio のサブプロセス関数は非同期ですが、 asyncio モジュールはこれら"
6768
"の非同期関数と協調するための多くのツールを提供しているので、複数のサブプロセ"
68-
"スを並列に実行して監視することは簡単です。実際、上記のサンプル小0どを複数のコ"
69-
"マンドを同時に実行するように修正するのはきわめて単純です::"
69+
"スを並列に実行して監視することは簡単です。実際、上記のサンプルコードを複数の"
70+
"コマンドを同時に実行するように修正するのはきわめて単純です::"
7071

7172
#: ../../library/asyncio-subprocess.rst:58
7273
msgid "See also the `Examples`_ subsection."
@@ -306,7 +307,7 @@ msgstr "*stdin* にデータを送信します (*input* が ``None`` でない
306307

307308
#: ../../library/asyncio-subprocess.rst:210
308309
msgid "closes *stdin*;"
309-
msgstr ""
310+
msgstr "*stdin* を閉じます;"
310311

311312
#: ../../library/asyncio-subprocess.rst:211
312313
msgid "read data from *stdout* and *stderr*, until EOF is reached;"
@@ -363,7 +364,7 @@ msgstr ""
363364

364365
#: ../../library/asyncio-subprocess.rst:235
365366
msgid "*stdin* gets closed when `input=None` too."
366-
msgstr ""
367+
msgstr "`input=None` のときも *stdin* は閉じられます。"
367368

368369
#: ../../library/asyncio-subprocess.rst:239
369370
msgid "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."
391392
msgstr ""
393+
"POSIX システムでは、このメソッドは子プロセスに :py:const:`signal.SIGTERM` を"
394+
"送信します。"
392395

393396
#: ../../library/asyncio-subprocess.rst:255
394397
msgid ""

0 commit comments

Comments
 (0)