Skip to content

Commit fc3e5d3

Browse files
[po] auto sync
1 parent db2520a commit fc3e5d3

File tree

2 files changed

+17
-2
lines changed

2 files changed

+17
-2
lines changed

.stat.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{"translation": "92.41%", "updated_at": "2024-04-06T05:23:11Z"}
1+
{"translation": "92.42%", "updated_at": "2024-04-06T12:26:03Z"}

whatsnew/3.4.po

Lines changed: 16 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ msgid ""
1717
msgstr ""
1818
"Project-Id-Version: Python 3.9\n"
1919
"Report-Msgid-Bugs-To: \n"
20-
"POT-Creation-Date: 2024-03-29 21:52+0000\n"
20+
"POT-Creation-Date: 2024-04-05 21:32+0000\n"
2121
"PO-Revision-Date: 2017-02-16 23:44+0000\n"
2222
"Last-Translator: Freesand Leo <yuqinju@163.com>, 2024\n"
2323
"Language-Team: Chinese (China) (https://app.transifex.com/python-doc/teams/5390/zh_CN/)\n"
@@ -1274,6 +1274,10 @@ msgid ""
12741274
":mod:`~email.generator` in order to pass formatting parameters to its "
12751275
"``flatten`` method. (Contributed by R. David Murray in :issue:`18600`.)"
12761276
msgstr ""
1277+
"现在 :meth:`~email.message.Message.as_string` 接受一个 *policy* "
1278+
"参数用于在生成其字符串表示形式时重写默认的消息策略。 这意味着 ``as_string`` 现在可以在更多情况下被使用,而不必创建和使用 "
1279+
":mod:`~email.generator` 来将已格式化的形参传递给其 ``flatten`` 方法。 (由 R. David Murray 在 "
1280+
":issue:`18600` 中贡献。)"
12771281

12781282
#: ../../whatsnew/3.4.rst:802
12791283
msgid ""
@@ -2319,6 +2323,9 @@ msgid ""
23192323
"streamed unpacking of a buffer containing repeated instances of a given "
23202324
"format of data. (Contributed by Antoine Pitrou in :issue:`17804`.)"
23212325
msgstr ""
2326+
"新增函数 :mod:`~struct.iter_unpack` 和在已编译格式上的新增方法 "
2327+
":meth:`struct.Struct.iter_unpack` 提供了对包含给定格式数据的重复实例的缓冲区的流式解包功能。 (由 Antoine "
2328+
"Pitrou 在 :issue:`17804` 中贡献。)"
23222329

23232330
#: ../../whatsnew/3.4.rst:1517
23242331
msgid "subprocess"
@@ -2330,13 +2337,17 @@ msgid ""
23302337
" used to provide the contents of ``stdin`` for the command that is run. "
23312338
"(Contributed by Zack Weinberg in :issue:`16624`.)"
23322339
msgstr ""
2340+
"现在 :func:`~subprocess.check_output` 接受一个 *input* 参数用于为所运行的命令提供 ``stdin`` "
2341+
"的内容。 (由 Zack Weinberg 在 :issue:`16624` 中贡献。)"
23332342

23342343
#: ../../whatsnew/3.4.rst:1523
23352344
msgid ""
23362345
":func:`~subprocess.getstatus` and :func:`~subprocess.getstatusoutput` now "
23372346
"work on Windows. This change was actually inadvertently made in 3.3.4. "
23382347
"(Contributed by Tim Golden in :issue:`10197`.)"
23392348
msgstr ""
2349+
"现在 :func:`~subprocess.getstatus` 和 :func:`~subprocess.getstatusoutput` 已适用于 "
2350+
"Windows。 这一修改是在 3.3.4 中意外实施的。 (由 Tim Golden 在 :issue:`10197` 中贡献。)"
23402351

23412352
#: ../../whatsnew/3.4.rst:1529
23422353
msgid "sunau"
@@ -2347,6 +2358,8 @@ msgid ""
23472358
"The :meth:`~sunau.getparams` method now returns a namedtuple rather than a "
23482359
"plain tuple. (Contributed by Claudiu Popa in :issue:`18901`.)"
23492360
msgstr ""
2361+
"现在 :meth:`~sunau.getparams` 方法将返回一个具名元组而不是普通元组。 (由 Claudiu Popa 在 "
2362+
":issue:`18901` 中贡献。)"
23502363

23512364
#: ../../whatsnew/3.4.rst:1534
23522365
msgid ""
@@ -2355,6 +2368,8 @@ msgid ""
23552368
" be called automatically at the end of the block. (Contributed by Serhiy "
23562369
"Storchaka in :issue:`18878`.)"
23572370
msgstr ""
2371+
"现在 :meth:`sunau.open` 已支持上下文管理协议:当在 :keyword:`with` 代码块中使用时,所返回对象的 ``close``"
2372+
" 方法将在代码块结束时被自动调用。 (由 Serhiy Storchaka 在 :issue:`18878` 中贡献。)"
23582373

23592374
#: ../../whatsnew/3.4.rst:1539
23602375
msgid ""

0 commit comments

Comments
 (0)