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

Skip to content

Commit cd5602d

Browse files
josixweblate
authored andcommitted
Translated using Weblate (descriptor (generated) (descriptor))
Currently translated at 97.1% (170 of 175 strings) Translation: python-doc-zhtw/howto Translate-URL: http://weblate.andyjjrt.cc/projects/python-doc-zhtw/howto/descriptor/
1 parent 5f8a49b commit cd5602d

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

howto/descriptor.po

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ msgstr ""
1010
"Report-Msgid-Bugs-To: \n"
1111
"POT-Creation-Date: 2022-10-15 20:43+0000\n"
1212
"PO-Revision-Date: 2023-05-27 13:31+0000\n"
13-
"Last-Translator: 鍾禕宸 <eason.chung9@gmail.com>\n"
13+
"Last-Translator: Josix <josixwang@gmail.com>\n"
1414
"Language-Team: Chinese - TAIWAN (https://github.com/python/python-docs-zh-tw)"
1515
"\n"
1616
"Language: descriptor\n"
@@ -657,12 +657,10 @@ msgstr ""
657657
":c:func:`type_getattro()` 和 :c:func:`_PyType_Lookup()` 中找到。"
658658

659659
#: ../../howto/descriptor.rst:787
660-
#, fuzzy
661660
msgid "Invocation from super"
662661
msgstr "從 super 調用"
663662

664663
#: ../../howto/descriptor.rst:789
665-
#, fuzzy
666664
msgid ""
667665
"The logic for super's dotted lookup is in the :meth:`__getattribute__` "
668666
"method for object returned by :class:`super()`."
@@ -949,6 +947,10 @@ msgid ""
949947
"Dotted access from a class calls :meth:`__get__` which just returns the "
950948
"underlying function unchanged::"
951949
msgstr ""
950+
"從類別呼叫的點運算子會呼叫 :meth:`__get__` "
951+
"方法,該方法會原封不動地返回底層函式:\n"
952+
"\n"
953+
"::"
952954

953955
#: ../../howto/descriptor.rst:1188
954956
msgid ""

0 commit comments

Comments
 (0)