Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 01c2b98

Browse files
author
Autobuild bot on TravisCI
committed
[skip ci] Update .po files
1 parent fcc16c3 commit 01c2b98

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

library/subprocess.po

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
# Translators:
77
# tomo, 2020
88
# Tetsuo Koyama <[email protected]>, 2020
9+
# mollinaca, 2021
910
#
1011
#, fuzzy
1112
msgid ""
@@ -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 <[email protected]>, 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."
195196
msgstr ""
197+
"子プロセスから補足された標準出力です。バイトシーケンス、もしくは :func:`run` "
198+
"でエンコーディングが指定された場合、エラーの場合、text=True が指定された場合は文字列が出力されます。標準出力が補足されなかった場合は "
199+
"``None`` になります。"
196200

197201
#: ../../library/subprocess.rst:136
198202
msgid ""
@@ -208,6 +212,9 @@ msgid ""
208212
":func:`run` was called with an encoding, errors, or text=True. ``None`` if "
209213
"stderr was not captured."
210214
msgstr ""
215+
"子プロセスから補足された標準エラー出力です。バイト列、もしくは :func:`run` "
216+
"でエンコーディングが指定された場合、エラーの場合、text=True が指定された場合は文字列です。標準エラー出力が補足できなかったら ``None``"
217+
" になります。"
211218

212219
#: ../../library/subprocess.rst:148
213220
msgid "If :attr:`returncode` is non-zero, raise a :exc:`CalledProcessError`."

0 commit comments

Comments
 (0)