44# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
55#
66# Translators:
7- # Freesand Leo <[email protected] >, 202087# Pandaaaa906 <[email protected] >, 202098# TX Lee <[email protected] >, 2020109# walkinrain <[email protected] >, 202010+ # Freesand Leo <[email protected] >, 20201111#
1212#, fuzzy
1313msgid ""
@@ -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
2828msgid "Synchronization Primitives"
29- msgstr ""
29+ msgstr "同步原语 "
3030
3131#: ../../library/asyncio-sync.rst:9
3232msgid "**Source code:** :source:`Lib/asyncio/locks.py`"
33- msgstr ""
33+ msgstr "**源代码:** :source:`Lib/asyncio/locks.py` "
3434
3535#: ../../library/asyncio-sync.rst:13
3636msgid ""
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
4242msgid ""
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
4848msgid ""
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
5555msgid "asyncio has the following basic synchronization primitives:"
56- msgstr ""
56+ msgstr "asyncio 具有下列基本同步原语: "
5757
5858#: ../../library/asyncio-sync.rst:26
5959msgid ":class:`Lock`"
@@ -77,7 +77,7 @@ msgstr ":class:`BoundedSemaphore`"
7777
7878#: ../../library/asyncio-sync.rst:37
7979msgid "Lock"
80- msgstr ""
80+ msgstr "Lock "
8181
8282#: ../../library/asyncio-sync.rst:41
8383msgid "Implements a mutex lock for asyncio tasks. Not thread-safe."
0 commit comments