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

Skip to content

Commit f6037bc

Browse files
[po] auto sync
1 parent 9f59518 commit f6037bc

3 files changed

Lines changed: 8 additions & 6 deletions

File tree

library/asyncio-future.po

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
# Translators:
77
# MuSheng Chen <[email protected]>, 2019
88
# 刘玉龙 <[email protected]>, 2019
9-
# Freesand Leo <[email protected]>, 2019
9+
# Freesand Leo <[email protected]>, 2020
1010
#
1111
#, fuzzy
1212
msgid ""
@@ -15,7 +15,7 @@ msgstr ""
1515
"Report-Msgid-Bugs-To: \n"
1616
"POT-Creation-Date: 2020-05-31 09:25+0000\n"
1717
"PO-Revision-Date: 2018-09-18 00:23+0000\n"
18-
"Last-Translator: Freesand Leo <[email protected]>, 2019\n"
18+
"Last-Translator: Freesand Leo <[email protected]>, 2020\n"
1919
"Language-Team: Chinese (China) (https://www.transifex.com/python-doc/teams/5390/zh_CN/)\n"
2020
"MIME-Version: 1.0\n"
2121
"Content-Type: text/plain; charset=UTF-8\n"
@@ -274,7 +274,7 @@ msgstr ""
274274

275275
#: ../../library/asyncio-future.rst:181
276276
msgid "Added the ``msg`` parameter."
277-
msgstr ""
277+
msgstr "增加了 ``msg`` 形参。"
278278

279279
#: ../../library/asyncio-future.rst:186
280280
msgid "Return the exception that was set on this Future."
@@ -351,3 +351,5 @@ msgid ""
351351
":meth:`asyncio.Future.cancel` accepts an optional ``msg`` argument, but "
352352
":func:`concurrent.futures.cancel` does not."
353353
msgstr ""
354+
":meth:`asyncio.Future.cancel` 接受一个可选的 ``msg`` 参数,但 "
355+
":func:`concurrent.futures.cancel` 无此参数。"

library/asyncio-task.po

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -807,7 +807,7 @@ msgstr ""
807807

808808
#: ../../library/asyncio-task.rst:801
809809
msgid "Added the ``msg`` parameter."
810-
msgstr ""
810+
msgstr "增加了 ``msg`` 形参。"
811811

812812
#: ../../library/asyncio-task.rst:806
813813
msgid ""

library/bz2.po

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -238,11 +238,11 @@ msgid ""
238238
"The *buffering* parameter has been removed. It was ignored and deprecated "
239239
"since Python 3.0. Pass an open file object to control how the file is "
240240
"opened."
241-
msgstr ""
241+
msgstr "*buffering* 形参已被移除。 它自 Python 3.0 起即被忽略并弃用。 请传入一个打开文件对象来控制文件的打开方式。"
242242

243243
#: ../../library/bz2.rst:141
244244
msgid "The *compresslevel* parameter became keyword-only."
245-
msgstr ""
245+
msgstr "*compresslevel* 形参成为仅限关键字参数。"
246246

247247
#: ../../library/bz2.rst:145
248248
msgid "Incremental (de)compression"

0 commit comments

Comments
 (0)