66# Translators:
77# tomo, 2020
88# Tetsuo Koyama <tkoyama010@gmail.com>, 2020
9+ # mollinaca, 2021
910#
1011#, fuzzy
1112msgid ""
@@ -14,7 +15,7 @@ msgstr ""
1415"Report-Msgid-Bugs-To :\n "
1516"POT-Creation-Date :2021-01-01 16:06+0000\n "
1617"PO-Revision-Date :2020-05-30 12:10+0000\n "
17- "Last-Translator :Tetsuo Koyama <tkoyama010@gmail.com>, 2020 \n "
18+ "Last-Translator :mollinaca, 2021 \n "
1819"Language-Team :Japanese (https://www.transifex.com/python-doc/teams/5390/ja/)\n "
1920"MIME-Version :1.0\n "
2021"Content-Type :text/plain; charset=UTF-8\n "
@@ -193,6 +194,9 @@ msgid ""
193194":func:`run` was called with an encoding, errors, or text=True. ``None`` if "
194195"stdout was not captured."
195196msgstr ""
197+ "子プロセスから補足された標準出力です。バイトシーケンス、もしくは :func:`run` "
198+ "でエンコーディングが指定された場合、エラーの場合、text=True が指定された場合は文字列が出力されます。標準出力が補足されなかった場合は "
199+ "``None`` になります。"
196200
197201#: ../../library/subprocess.rst:136
198202msgid ""
@@ -208,6 +212,9 @@ msgid ""
208212":func:`run` was called with an encoding, errors, or text=True. ``None`` if "
209213"stderr was not captured."
210214msgstr ""
215+ "子プロセスから補足された標準エラー出力です。バイト列、もしくは :func:`run` "
216+ "でエンコーディングが指定された場合、エラーの場合、text=True が指定された場合は文字列です。標準エラー出力が補足できなかったら ``None``"
217+ " になります。"
211218
212219#: ../../library/subprocess.rst:148
213220msgid "If :attr:`returncode` is non-zero, raise a :exc:`CalledProcessError`."