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

Skip to content

Commit 35156f6

Browse files
[po] auto sync
1 parent 66a2e3a commit 35156f6

File tree

5 files changed

+67978
-146
lines changed

5 files changed

+67978
-146
lines changed

.stat.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{"translation": "94.57%", "updated_at": "2024-12-13T17:46:25Z"}
1+
{"translation": "80.57%", "updated_at": "2024-12-20T15:46:40Z"}

library/itertools.po

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ msgid ""
1111
msgstr ""
1212
"Project-Id-Version: Python 3.12\n"
1313
"Report-Msgid-Bugs-To: \n"
14-
"POT-Creation-Date: 2024-11-12 09:11+0000\n"
14+
"POT-Creation-Date: 2024-12-20 14:50+0000\n"
1515
"PO-Revision-Date: 2024-05-11 00:33+0000\n"
1616
"Last-Translator: Rafael Fontenelle <[email protected]>, 2024\n"
1717
"Language-Team: Chinese (China) (https://app.transifex.com/python-doc/teams/5390/zh_CN/)\n"
@@ -1410,14 +1410,10 @@ msgid ""
14101410
"the input iterator and there is no way to access it. This could be an issue "
14111411
"if an application wants to further consume the input iterator after "
14121412
"*takewhile* has been run to exhaustion. To work around this problem, "
1413-
"consider using `more-iterools before_and_after() <https://more-"
1413+
"consider using `more-itertools before_and_after() <https://more-"
14141414
"itertools.readthedocs.io/en/stable/api.html#more_itertools.before_and_after>`_"
14151415
" instead."
14161416
msgstr ""
1417-
"请注意,第一个未能满足 predicate 条件的元素将从输入迭代器中消耗掉并且没有办法访问它。 当应用程序想在 *takewhile* "
1418-
"运行到耗尽后进一步消耗输入迭代器时这可能会造成问题。 要绕过这个问题,可以考虑改用 `more-iterools before_and_after() "
1419-
"<https://more-"
1420-
"itertools.readthedocs.io/en/stable/api.html#more_itertools.before_and_after>`_。"
14211417

14221418
#: ../../library/itertools.rst:674
14231419
msgid "Return *n* independent iterators from a single iterable."

library/ssl.po

Lines changed: 7 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ msgid ""
1212
msgstr ""
1313
"Project-Id-Version: Python 3.12\n"
1414
"Report-Msgid-Bugs-To: \n"
15-
"POT-Creation-Date: 2024-11-01 14:52+0000\n"
15+
"POT-Creation-Date: 2024-12-20 14:50+0000\n"
1616
"PO-Revision-Date: 2024-05-11 00:33+0000\n"
1717
"Last-Translator: Rafael Fontenelle <[email protected]>, 2024\n"
1818
"Language-Team: Chinese (China) (https://app.transifex.com/python-doc/teams/5390/zh_CN/)\n"
@@ -3559,14 +3559,12 @@ msgstr ""
35593559
#: ../../library/ssl.rst:2371
35603560
msgid ""
35613561
"The :mod:`asyncio` module supports :ref:`non-blocking SSL sockets <ssl-"
3562-
"nonblocking>` and provides a higher level API. It polls for events using the"
3563-
" :mod:`selectors` module and handles :exc:`SSLWantWriteError`, "
3564-
":exc:`SSLWantReadError` and :exc:`BlockingIOError` exceptions. It runs the "
3565-
"SSL handshake asynchronously as well."
3566-
msgstr ""
3567-
":mod:`asyncio` 模块支持 :ref:`非阻塞 SSL 套接字 <ssl-nonblocking>` 并提供了更高层级的 API。 它会使用"
3568-
" :mod:`selectors` 模块来轮询事件并处理 :exc:`SSLWantWriteError`, "
3569-
":exc:`SSLWantReadError` 和 :exc:`BlockingIOError` 等异常。 它还会异步地执行 SSL 握手。"
3562+
"nonblocking>` and provides a higher level :ref:`Streams API <asyncio-"
3563+
"streams>`. It polls for events using the :mod:`selectors` module and handles"
3564+
" :exc:`SSLWantWriteError`, :exc:`SSLWantReadError` and "
3565+
":exc:`BlockingIOError` exceptions. It runs the SSL handshake asynchronously "
3566+
"as well."
3567+
msgstr ""
35703568

35713569
#: ../../library/ssl.rst:2380
35723570
msgid "Memory BIO Support"

0 commit comments

Comments
 (0)