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

Skip to content

Commit cc7ec75

Browse files
[po] auto sync
1 parent 53c6c77 commit cc7ec75

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": "90.87%", "updated_at": "2024-02-24T06:09:29Z"}
1+
{"translation": "90.88%", "updated_at": "2024-02-24T12:09:42Z"}

whatsnew/3.5.po

Lines changed: 15 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@
1111
# jacky <jackylvm@foxmail.com>, 2020
1212
# ppcfish <ppcfish@gmail.com>, 2020
1313
# Sean Chao <seanchao0804@gmail.com>, 2020
14-
# Freesand Leo <yuqinju@163.com>, 2024
1514
# Rafael Fontenelle <rffontenelle@gmail.com>, 2024
15+
# Freesand Leo <yuqinju@163.com>, 2024
1616
#
1717
#, fuzzy
1818
msgid ""
@@ -21,7 +21,7 @@ msgstr ""
2121
"Report-Msgid-Bugs-To: \n"
2222
"POT-Creation-Date: 2024-02-23 23:39+0000\n"
2323
"PO-Revision-Date: 2020-05-30 12:18+0000\n"
24-
"Last-Translator: Rafael Fontenelle <rffontenelle@gmail.com>, 2024\n"
24+
"Last-Translator: Freesand Leo <yuqinju@163.com>, 2024\n"
2525
"Language-Team: Chinese (China) (https://app.transifex.com/python-doc/teams/5390/zh_CN/)\n"
2626
"MIME-Version: 1.0\n"
2727
"Content-Type: text/plain; charset=UTF-8\n"
@@ -1055,12 +1055,16 @@ msgid ""
10551055
"The proactor event loop now supports SSL. (Contributed by Antoine Pitrou and"
10561056
" Victor Stinner in :issue:`22560`.)"
10571057
msgstr ""
1058+
"现在 proactor 事件循环已支持 SSL。 (由 Antoine Pitrou 和 Victor Stinner 在 :issue:`22560`"
1059+
" 中贡献。)"
10581060

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

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

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

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

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

0 commit comments

Comments
 (0)
0