Skip to content

Commit 669e161

Browse files
[po] auto sync
1 parent 9ed1e51 commit 669e161

File tree

2 files changed

+6
-13
lines changed

2 files changed

+6
-13
lines changed

.stat.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{"translation": "96.10%", "updated_at": "2024-08-17T01:06:46Z"}
1+
{"translation": "96.10%", "updated_at": "2024-08-19T14:47:13Z"}

library/subprocess.po

Lines changed: 5 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -5,15 +5,16 @@
55
#
66
# Translators:
77
# Rafael Fontenelle <rffontenelle@gmail.com>, 2024
8+
# Freesand Leo <yuqinju@163.com>, 2024
89
#
910
#, fuzzy
1011
msgid ""
1112
msgstr ""
1213
"Project-Id-Version: Python 3.12\n"
1314
"Report-Msgid-Bugs-To: \n"
14-
"POT-Creation-Date: 2024-08-02 14:51+0000\n"
15+
"POT-Creation-Date: 2024-08-16 14:48+0000\n"
1516
"PO-Revision-Date: 2024-05-11 00:33+0000\n"
16-
"Last-Translator: Rafael Fontenelle <rffontenelle@gmail.com>, 2024\n"
17+
"Last-Translator: Freesand Leo <yuqinju@163.com>, 2024\n"
1718
"Language-Team: Chinese (China) (https://app.transifex.com/python-doc/teams/5390/zh_CN/)\n"
1819
"MIME-Version: 1.0\n"
1920
"Content-Type: text/plain; charset=UTF-8\n"
@@ -102,7 +103,7 @@ msgid ""
102103
":data:`~subprocess.PIPE` and *stderr* to :data:`~subprocess.STDOUT`, instead"
103104
" of using *capture_output*."
104105
msgstr ""
105-
"如果 *capture_output* 为真值,则 stdout 和 stderr 将被捕获。 当被五个堂姐夫,内部 :class:`Popen` "
106+
"如果 *capture_output* 为真值,则 stdout 和 stderr 将被捕获。 当被使用时,内部 :class:`Popen` "
106107
"对象将自动创建并把 *stdout* 和 *stderr* 均设为 :data:`~subprocess.PIPE`。 *stdout* 和 "
107108
"*stderr* 参数不可与 *capture_output* 同时提供。 如果你希望捕获并将两个流合并在一起,请将 *stdout* 设为 "
108109
":data:`~subprocess.PIPE` 并将 *stderr* 设为 :data:`~subprocess.STDOUT`,而不是使用 "
@@ -1047,15 +1048,7 @@ msgid ""
10471048
" waited for. ::"
10481049
msgstr "Popen 对象支持通过 :keyword:`with` 语句作为上下文管理器,在退出时关闭文件描述符并等待进程::"
10491050

1050-
#: ../../library/subprocess.rst:701
1051-
msgid ""
1052-
"Popen and the other functions in this module that use it raise an auditing "
1053-
"event subprocess.Popen with arguments executable, args, cwd, and env. The "
1054-
"value for args may be a single string or a list of strings, depending on "
1055-
"platform."
1056-
msgstr ""
1057-
1058-
#: ../../library/subprocess.rst:703
1051+
#: ../../library/subprocess.rst:701 ../../library/subprocess.rst:703
10591052
msgid ""
10601053
"Popen and the other functions in this module that use it raise an "
10611054
":ref:`auditing event <auditing>` ``subprocess.Popen`` with arguments "

0 commit comments

Comments
 (0)