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

Skip to content

Commit a06b416

Browse files
[po] auto sync
1 parent d8ae78a commit a06b416

1 file changed

Lines changed: 6 additions & 2 deletions

File tree

library/functions.po

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@
1212
# ww song <[email protected]>, 2018
1313
# zkonge <[email protected]>, 2019
1414
# Arisaka97 <[email protected]>, 2020
15-
# Freesand Leo <[email protected]>, 2020
1615
# WH-2099 <[email protected]>, 2020
16+
# Freesand Leo <[email protected]>, 2021
1717
#
1818
#, fuzzy
1919
msgid ""
@@ -22,7 +22,7 @@ msgstr ""
2222
"Report-Msgid-Bugs-To: \n"
2323
"POT-Creation-Date: 2021-01-23 05:12+0000\n"
2424
"PO-Revision-Date: 2017-02-16 23:11+0000\n"
25-
"Last-Translator: WH-2099 <wh2099@outlook.com>, 2020\n"
25+
"Last-Translator: Freesand Leo <yuqinju@163.com>, 2021\n"
2626
"Language-Team: Chinese (China) (https://www.transifex.com/python-doc/teams/5390/zh_CN/)\n"
2727
"MIME-Version: 1.0\n"
2828
"Content-Type: text/plain; charset=UTF-8\n"
@@ -2628,6 +2628,10 @@ msgid ""
26282628
"becoming the :attr:`~object.__dict__` attribute. The following two "
26292629
"statements create identical :class:`type` objects:"
26302630
msgstr ""
2631+
"传入三个参数时,返回一个新的 type 对象。 这在本质上是 :keyword:`class` 语句的一种动态形式,*name* 字符串即类名并会成为 "
2632+
":attr:`~definition.__name__` 属性;*bases* 元组包含基类并会成为 :attr:`~class.__bases__` "
2633+
"属性;如果为空则会添加所有类的终极基类 :class:`object`。 *dict* 字典包含类主体的属性和方法定义;它在成为 "
2634+
":attr:`~object.__dict__` 属性之前可能会被拷贝或包装。 下面两条语句会创建相同的 :class:`type` 对象:"
26312635

26322636
#: ../../library/functions.rst:1704
26332637
msgid "See also :ref:`bltin-type-objects`."

0 commit comments

Comments
 (0)