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

Skip to content

Commit e879a7a

Browse files
[po] auto sync
1 parent c594816 commit e879a7a

2 files changed

Lines changed: 10 additions & 8 deletions

File tree

library/asyncio-policy.po

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
# Pan Felix <[email protected]>, 2019
88
# cdarlint <[email protected]>, 2019
99
# MuSheng Chen <[email protected]>, 2019
10+
# Freesand Leo <[email protected]>, 2020
1011
#
1112
#, fuzzy
1213
msgid ""
@@ -15,7 +16,7 @@ msgstr ""
1516
"Report-Msgid-Bugs-To: \n"
1617
"POT-Creation-Date: 2020-02-09 12:40+0000\n"
1718
"PO-Revision-Date: 2018-09-18 00:23+0000\n"
18-
"Last-Translator: MuSheng Chen <sheng.2179@gmail.com>, 2019\n"
19+
"Last-Translator: Freesand Leo <yuqinju@163.com>, 2020\n"
1920
"Language-Team: Chinese (China) (https://www.transifex.com/python-doc/teams/5390/zh_CN/)\n"
2021
"MIME-Version: 1.0\n"
2122
"Content-Type: text/plain; charset=UTF-8\n"
@@ -138,6 +139,8 @@ msgid ""
138139
"The default asyncio policy. Uses :class:`SelectorEventLoop` on Unix and "
139140
":class:`ProactorEventLoop` on Windows."
140141
msgstr ""
142+
"默认的 asyncio 策略。 在 Unix 上使用 :class:`SelectorEventLoop` 而在 Windows 上使用 "
143+
":class:`ProactorEventLoop`。"
141144

142145
#: ../../library/asyncio-policy.rst:97
143146
msgid ""
@@ -147,13 +150,13 @@ msgstr "不需要手动安装默认策略。asyncio已配置成自动使用默
147150

148151
#: ../../library/asyncio-policy.rst:102
149152
msgid "On Windows, :class:`ProactorEventLoop` is now used by default."
150-
msgstr ""
153+
msgstr "在 Windows 上,现在默认会使用 :class:`ProactorEventLoop`。"
151154

152155
#: ../../library/asyncio-policy.rst:107
153156
msgid ""
154157
"An alternative event loop policy that uses the :class:`SelectorEventLoop` "
155158
"event loop implementation."
156-
msgstr ""
159+
msgstr "一个使用 :class:`SelectorEventLoop` 事件循环实现的替代事件循环策略。"
157160

158161
#: ../../library/asyncio-policy.rst:110 ../../library/asyncio-policy.rst:118
159162
msgid ":ref:`Availability <availability>`: Windows."

library/functions.po

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,10 @@
99
# emrich <[email protected]>, 2017
1010
# cdarlint <[email protected]>, 2017
1111
# Shengjing Zhu <[email protected]>, 2018
12-
# sunsol s <[email protected]>, 2018
1312
# ww song <[email protected]>, 2018
1413
# zkonge <[email protected]>, 2019
15-
# Freesand Leo <[email protected]>, 2020
1614
# Arisaka97 <[email protected]>, 2020
15+
# Freesand Leo <[email protected]>, 2020
1716
#
1817
#, fuzzy
1918
msgid ""
@@ -22,7 +21,7 @@ msgstr ""
2221
"Report-Msgid-Bugs-To: \n"
2322
"POT-Creation-Date: 2020-02-09 12:40+0000\n"
2423
"PO-Revision-Date: 2017-02-16 23:11+0000\n"
25-
"Last-Translator: Arisaka97 <solitaire2312@gmail.com>, 2020\n"
24+
"Last-Translator: Freesand Leo <yuqinju@163.com>, 2020\n"
2625
"Language-Team: Chinese (China) (https://www.transifex.com/python-doc/teams/5390/zh_CN/)\n"
2726
"MIME-Version: 1.0\n"
2827
"Content-Type: text/plain; charset=UTF-8\n"
@@ -330,13 +329,13 @@ msgstr ""
330329
msgid ""
331330
"Return ``True`` if all elements of the *iterable* are true (or if the "
332331
"iterable is empty). Equivalent to::"
333-
msgstr "如果 *iterable* 的所有元素为真(或迭代器为空),返回 ``True`` 。等价于::"
332+
msgstr "如果 *iterable* 的所有元素均为真值(或可迭代对象为空)则返回 ``True`` 。 等价于::"
334333

335334
#: ../../library/functions.rst:65
336335
msgid ""
337336
"Return ``True`` if any element of the *iterable* is true. If the iterable "
338337
"is empty, return ``False``. Equivalent to::"
339-
msgstr "如果 *iterable* 的任一元素为真则返回 ``True``。 如果迭代器为空,返回 ``False``。 等价于::"
338+
msgstr "如果 *iterable* 的任一元素为真值则返回 ``True``。 如果可迭代对象为空,返回 ``False``。 等价于::"
340339

341340
#: ../../library/functions.rst:77
342341
msgid ""

0 commit comments

Comments
 (0)