8
8
# Yusuke Miyazaki <miyazaki.dev@gmail.com>, 2019
9
9
# tomo, 2020
10
10
# Tetsuo Koyama <tkoyama010@gmail.com>, 2020
11
+ # mollinaca, 2021
11
12
#
12
13
#, fuzzy
13
14
msgid ""
@@ -16,7 +17,7 @@ msgstr ""
16
17
"Report-Msgid-Bugs-To :\n "
17
18
"POT-Creation-Date :2021-01-01 16:02+0000\n "
18
19
"PO-Revision-Date :2019-09-01 03:25+0000\n "
19
- "Last-Translator :Tetsuo Koyama <tkoyama010@gmail.com>, 2020 \n "
20
+ "Last-Translator :mollinaca, 2021 \n "
20
21
"Language-Team :Japanese (https://www.transifex.com/python-doc/teams/5390/ja/)\n "
21
22
"MIME-Version :1.0\n "
22
23
"Content-Type :text/plain; charset=UTF-8\n "
@@ -195,6 +196,9 @@ msgid ""
195
196
":func:`run` was called with an encoding, errors, or text=True. ``None`` if "
196
197
"stdout was not captured."
197
198
msgstr ""
199
+ "子プロセスから補足された標準出力です。バイトシーケンス、もしくは :func:`run` "
200
+ "でエンコーディングが指定された場合、エラーの場合、text=True が指定された場合は文字列が出力されます。標準出力が補足されなかった場合は "
201
+ "``None`` になります。"
198
202
199
203
#: ../../library/subprocess.rst:136
200
204
msgid ""
@@ -210,6 +214,9 @@ msgid ""
210
214
":func:`run` was called with an encoding, errors, or text=True. ``None`` if "
211
215
"stderr was not captured."
212
216
msgstr ""
217
+ "子プロセスから補足された標準エラー出力です。バイト列、もしくは :func:`run` "
218
+ "でエンコーディングが指定された場合、エラーの場合、text=True が指定された場合は文字列です。標準エラー出力が補足できなかったら ``None``"
219
+ " になります。"
213
220
214
221
#: ../../library/subprocess.rst:148
215
222
msgid "If :attr:`returncode` is non-zero, raise a :exc:`CalledProcessError`."