8000 [po] auto sync · python/python-docs-zh-cn@5565656 · GitHub
[go: up one dir, main page]

Skip to content
8000

Commit 5565656

Browse files
[po] auto sync
1 parent c849501 commit 5565656

File tree

2 files changed

+16
-3
lines changed

2 files changed

+16
-3
lines changed

.stat.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{"translation": "91.49%", "updated_at": "2024-02-24T05:23:58Z"}
1+
{"translation": "91.50%", "updated_at": "2024-02-24T12:26:06Z"}

whatsnew/3.5.po

Lines changed: 15 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@
1010
# Alpha Du <alphanow@gmail.com>, 2019
1111
# ppcfish <ppcfish@gmail.com>, 2019
1212
# Sean Chao <seanchao0804@gmail.com>, 2020
13-
# Freesand Leo <yuqinju@163.com>, 2024
1413
# Rafael Fontenelle <rffontenelle@gmail.com>, 2024
14+
# Freesand Leo <yuqinju@163.com>, 2024
1515
#
1616
#, fuzzy
1717
msgid ""
@@ -20,7 +20,7 @@ msgstr ""
2020
"Report-Msgid-Bugs-To: \n"
2121
"POT-Creation-Date: 2024-02-23 21:32+0000\n"
2222
"PO-Revision-Date: 2017-02-16 23:44+0000\n"
23-
"Last-Translator: Rafael Fontenelle <rffontenelle@gmail.com>, 2024\n"
23+
"Last-Translator: Freesand Leo <yuqinju@163.com>, 2024\n"
2424
"Language-Team: Chinese (China) (https://app.transifex.com/python-doc/teams/5390/zh_CN/)\n"
2525
"MIME-Version: 1.0\n"
2626
"Content-Type: text/plain; charset=UTF-8\n"
@@ -1054,12 +1054,16 @@ msgid ""
10541054
"The proactor event loop now supports SSL. (Contributed by Antoine Pitrou and"
10551055
" Victor Stinner in :issue:`22560`.)"
10561056
msgstr ""
1057+
"现在 proactor 事件循环已支持 SSL。 (由 Antoine Pitrou 和 Victor Stinner 在 :issue:`22560`"
1058+
" 中贡献。)"
10571059

10581060
#: ../../whatsnew/3.5.rst:787
10591061
msgid ""
10601062
"A new :meth:`loop.is_closed() <asyncio.loop.is_closed>` method to check if "
10611063
"the event loop is closed. (Contributed by Victor Stinner in :issue:`21326`.)"
10621064
msgstr ""
1065+
"新增的 :meth:`loop.is_closed() <asyncio.loop.is_closed>` 方法可检测事件循环是否已关闭。 (由 "
1066+
"Victor Stinner 在 :issue:`21326` 中贡献。).)"
10631067

10641068
#: ../../whatsnew/3.5.rst:791
10651069
msgid ""
@@ -1069,6 +1073,10 @@ msgid ""
10691073
"coroutines into tasks, such as :func:`asyncio.wait`, :func:`asyncio.gather`,"
10701074
" etc. (Contributed by Victor Stinner.)"
10711075
msgstr ""
1076+
"新增的 :meth:`loop.create_task() <asyncio.loop.create_task>` 用来方便地新建一个 "
1077+
":class:`~asyncio.Task` 并将其排入协程的计划任务。 ``create_task`` 方法还可供所有将协程包装为任务的 "
1078+
"asyncio 函数使用,例如 :func:`asyncio.wait`, :func:`asyncio.gather` 等。 (由 Victor "
1079+
"Stinner 贡献。)"
10721080

10731081
#: ../../whatsnew/3.5.rst:798
10741082
msgid ""
@@ -1077,12 +1085,17 @@ msgid ""
10771085
"*high-* and *low-* water limits of the flow control. (Contributed by Victor "
10781086
"Stinner.)"
10791087
msgstr ""
1088+
"新增的 :meth:`transport.get_write_buffer_limits() "
1089+
"<asyncio.WriteTransport.get_write_buffer_limits>` 方法用于查询流程控制的 *高* 与 *低* "
1090+
"水位限制。 (由 Victor Stinner 贡献。)"
10801091

10811092
#: ../../whatsnew/3.5.rst:803
10821093
msgid ""
10831094
"The :func:`~asyncio.async` function is deprecated in favor of "
10841095
":func:`~asyncio.ensure_future`. (Contributed by Yury Selivanov.)"
10851096
msgstr ""
1097+
":func:`~asyncio.async` 函数已被弃用并由 :func:`~asyncio.ensure_future` 取代。 (由 Yury "
1098+
"Selivanov 贡献。)"
10861099

10871100
#: ../../whatsnew/3.5.rst:807
10881101
msgid ""

0 commit comments

Comments
 (0)
0