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

Skip to content

Commit 3f611a2

Browse files
committed
[po] auto sync bot
1 parent 3977bba commit 3f611a2

2 files changed

Lines changed: 8 additions & 8 deletions

File tree

glossary.po

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@
77
# Shengjing Zhu <[email protected]>, 2018
88
# Fred <[email protected]>, 2018
99
# Junkai Shao <[email protected]>, 2018
10-
# MuSheng Chen <[email protected]>, 2019
1110
# Freesand Leo <[email protected]>, 2019
1211
#
1312
#, fuzzy
@@ -1711,7 +1710,7 @@ msgstr "请参看 :class:`importlib.abc.PathEntryFinder` 以了解路径入口
17111710

17121711
#: ../../glossary.rst:848
17131712
msgid "path entry hook"
1714-
msgstr "路径入口钩子 -- path entry hook"
1713+
msgstr "path entry hook -- 路径入口钩子"
17151714

17161715
#: ../../glossary.rst:850
17171716
msgid ""
@@ -1724,7 +1723,7 @@ msgstr ""
17241723

17251724
#: ../../glossary.rst:853
17261725
msgid "path based finder"
1727-
msgstr "基于路径的查找器 -- path based finder"
1726+
msgstr "path based finder -- 基于路径的查找器"
17281727

17291728
#: ../../glossary.rst:855
17301729
msgid ""
@@ -1795,7 +1794,7 @@ msgstr "构成一个命名空间包的单个目录内文件集合(也可能存
17951794

17961795
#: ../../glossary.rst:886
17971796
msgid "positional argument"
1798-
msgstr "位置参数 -- positional argument"
1797+
msgstr "positional argument -- 位置参数"
17991798

18001799
#: ../../glossary.rst:889
18011800
msgid "provisional API"

library/asyncio-future.po

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -246,28 +246,29 @@ msgstr "从回调列表中移除 *callback* 。"
246246
msgid ""
247247
"Returns the number of callbacks removed, which is typically 1, unless a "
248248
"callback was added more than once."
249-
msgstr ""
249+
msgstr "返回被移除的回调函数的数量,通常为1,除非一个回调函数被添加多次。"
250250

251251
#: ../../library/asyncio-future.rst:168
252252
msgid "Cancel the Future and schedule callbacks."
253-
msgstr ""
253+
msgstr "取消期程并调度回调函数。"
254254

255255
#: ../../library/asyncio-future.rst:170
256256
msgid ""
257257
"If the Future is already *done* or *cancelled*, return ``False``. Otherwise,"
258258
" change the Future's state to *cancelled*, schedule the callbacks, and "
259259
"return ``True``."
260260
msgstr ""
261+
"如果期程已经 *完成* 或 *取消* ,返回 ``False`` 。否则将期程状态改为 *取消* 并在调度回调函数后返回 ``True`` 。"
261262

262263
#: ../../library/asyncio-future.rst:176
263264
msgid "Return the exception that was set on this Future."
264-
msgstr ""
265+
msgstr "返回期程已设置的异常。"
265266

266267
#: ../../library/asyncio-future.rst:178
267268
msgid ""
268269
"The exception (or ``None`` if no exception was set) is returned only if the "
269270
"Future is *done*."
270-
msgstr ""
271+
msgstr "只有期程在 *完成* 时才返回异常(或者 ``None`` ,如果没有设置异常 )。"
271272

272273
#: ../../library/asyncio-future.rst:184
273274
msgid ""

0 commit comments

Comments
 (0)