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

Skip to content

Commit cb81a11

Browse files
committed
[po] auto sync bot
1 parent 9c30c26 commit cb81a11

1 file changed

Lines changed: 7 additions & 3 deletions

File tree

library/abc.po

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
# Jerry Chen <[email protected]>, 2017
88
# cissoid <[email protected]>, 2018
99
# Freesand Leo <[email protected]>, 2018
10+
# Jarry Shaw <[email protected]>, 2018
1011
#
1112
#, fuzzy
1213
msgid ""
@@ -15,7 +16,7 @@ msgstr ""
1516
"Report-Msgid-Bugs-To: \n"
1617
"POT-Creation-Date: 2018-11-15 09:44+0900\n"
1718
"PO-Revision-Date: 2017-02-16 17:47+0000\n"
18-
"Last-Translator: Freesand Leo <yuqinju@163.com>, 2018\n"
19+
"Last-Translator: Jarry Shaw <jarryshaw@icloud.com>, 2018\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"
@@ -188,11 +189,11 @@ msgstr ""
188189

189190
#: ../../library/abc.rst:163
190191
msgid "The :mod:`abc` module also provides the following decorator:"
191-
msgstr ""
192+
msgstr "此外,:mod:`abc` 模块还提供了这些装饰器:"
192193

193194
#: ../../library/abc.rst:167
194195
msgid "A decorator indicating abstract methods."
195-
msgstr ""
196+
msgstr "用于声明抽象方法的装饰器。"
196197

197198
#: ../../library/abc.rst:169
198199
msgid ""
@@ -203,6 +204,9 @@ msgid ""
203204
" of the normal 'super' call mechanisms. :func:`abstractmethod` may be used "
204205
"to declare abstract methods for properties and descriptors."
205206
msgstr ""
207+
"使用该装饰器时,要求其作用函数的所属类的元类是 :class:`ABCMeta` 或派生自 :class:`ABCMeta`。对于一个派生自 "
208+
":class:`ABCMeta` 的类,当且仅当其所有抽象方法和抽象特征属性均已被重载时,才能够实例化。抽象方法可使用 'super' "
209+
"函数机制调用。:func:`abstractmethod` 可被用于声明特征属性和描述器的抽象方法。"
206210

207211
#: ../../library/abc.rst:176
208212
msgid ""

0 commit comments

Comments
 (0)