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

Skip to content

Commit 9c5f714

Browse files
[po] auto sync
1 parent f5eb54f commit 9c5f714

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

library/asyncio-eventloop.po

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1764,20 +1764,24 @@ msgid ""
17641764
"argument; however, where :class:`~subprocess.Popen` takes a single argument "
17651765
"which is list of strings, *subprocess_exec* takes multiple string arguments."
17661766
msgstr ""
1767+
"此方法类似于调用标准库 :class:`subprocess.Popen` 类,设置 ``shell=False`` "
1768+
"并将字符串列表作为第一个参数传入;但是,:class:`~subprocess.Popen` 只接受一个单独的字符串列表参数,而 "
1769+
"*subprocess_exec* 接受多个字符串参数。"
17671770

17681771
#: ../../library/asyncio-eventloop.rst:1248
17691772
msgid ""
17701773
"The *protocol_factory* must be a callable returning a subclass of the "
17711774
":class:`asyncio.SubprocessProtocol` class."
17721775
msgstr ""
1776+
"*protocol_factory* 必须为一个返回 :class:`asyncio.SubprocessProtocol` 类的子类的可调用对象。"
17731777

17741778
#: ../../library/asyncio-eventloop.rst:1251
17751779
msgid "Other parameters:"
17761780
msgstr "其他参数:"
17771781

17781782
#: ../../library/asyncio-eventloop.rst:1253
17791783
msgid "*stdin* can be any of these:"
1780-
msgstr ""
1784+
msgstr "*stdin* 可以是以下对象之一:"
17811785

17821786
#: ../../library/asyncio-eventloop.rst:1255
17831787
msgid ""

0 commit comments

Comments
 (0)