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