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

Skip to content

Commit aa5cd4e

Browse files
[po] auto sync
1 parent ec4ad5c commit aa5cd4e

2 files changed

Lines changed: 11 additions & 9 deletions

File tree

library/asyncio-stream.po

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -443,3 +443,5 @@ msgid ""
443443
"<asyncio_example_watch_fd>` example uses the low-level "
444444
":meth:`loop.add_reader` method to watch a file descriptor."
445445
msgstr ""
446+
"使用低层级的 :meth:`loop.add_reader` 方法来监视文件描述符的 :ref:`监视文件描述符以读取事件 "
447+
"<asyncio_example_watch_fd>` 示例。"

library/asyncio-sync.po

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,10 @@
44
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
55
#
66
# Translators:
7-
# Freesand Leo <[email protected]>, 2020
87
# Pandaaaa906 <[email protected]>, 2020
98
# TX Lee <[email protected]>, 2020
109
# walkinrain <[email protected]>, 2020
10+
# Freesand Leo <[email protected]>, 2020
1111
#
1212
#, fuzzy
1313
msgid ""
@@ -16,7 +16,7 @@ msgstr ""
1616
"Report-Msgid-Bugs-To: \n"
1717
"POT-Creation-Date: 2020-02-09 12:40+0000\n"
1818
"PO-Revision-Date: 2020-05-30 11:56+0000\n"
19-
"Last-Translator: walkinrain <walkinrain2008@163.com>, 2020\n"
19+
"Last-Translator: Freesand Leo <yuqinju@163.com>, 2020\n"
2020
"Language-Team: Chinese (China) (https://www.transifex.com/python-doc/teams/5390/zh_CN/)\n"
2121
"MIME-Version: 1.0\n"
2222
"Content-Type: text/plain; charset=UTF-8\n"
@@ -26,34 +26,34 @@ msgstr ""
2626

2727
#: ../../library/asyncio-sync.rst:7
2828
msgid "Synchronization Primitives"
29-
msgstr ""
29+
msgstr "同步原语"
3030

3131
#: ../../library/asyncio-sync.rst:9
3232
msgid "**Source code:** :source:`Lib/asyncio/locks.py`"
33-
msgstr ""
33+
msgstr "**源代码:** :source:`Lib/asyncio/locks.py`"
3434

3535
#: ../../library/asyncio-sync.rst:13
3636
msgid ""
3737
"asyncio synchronization primitives are designed to be similar to those of "
3838
"the :mod:`threading` module with two important caveats:"
39-
msgstr ""
39+
msgstr "asyncio 同步原语被设计为与 :mod:`threading` 模块的类似,但有两个关键注意事项:"
4040

4141
#: ../../library/asyncio-sync.rst:16
4242
msgid ""
4343
"asyncio primitives are not thread-safe, therefore they should not be used "
4444
"for OS thread synchronization (use :mod:`threading` for that);"
45-
msgstr ""
45+
msgstr "asyncio 原语不是线程安全的,因此它们不应被用于 OS 线程同步 (而应当使用 :mod:`threading`);"
4646

4747
#: ../../library/asyncio-sync.rst:20
4848
msgid ""
4949
"methods of these synchronization primitives do not accept the *timeout* "
5050
"argument; use the :func:`asyncio.wait_for` function to perform operations "
5151
"with timeouts."
52-
msgstr ""
52+
msgstr "这些同步原语的方法不接受 *timeout* 参数;请使用 :func:`asyncio.wait_for` 函数来执行带有超时的操作。"
5353

5454
#: ../../library/asyncio-sync.rst:24
5555
msgid "asyncio has the following basic synchronization primitives:"
56-
msgstr ""
56+
msgstr "asyncio 具有下列基本同步原语:"
5757

5858
#: ../../library/asyncio-sync.rst:26
5959
msgid ":class:`Lock`"
@@ -77,7 +77,7 @@ msgstr ":class:`BoundedSemaphore`"
7777

7878
#: ../../library/asyncio-sync.rst:37
7979
msgid "Lock"
80-
msgstr ""
80+
msgstr "Lock"
8181

8282
#: ../../library/asyncio-sync.rst:41
8383
msgid "Implements a mutex lock for asyncio tasks. Not thread-safe."

0 commit comments

Comments
 (0)