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

Skip to content

Commit 00ed786

Browse files
mingray0121weblate
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 cd5602d commit 00ed786

File tree

1 file changed

+14
-5
lines changed

1 file changed

+14
-5
lines changed

howto/descriptor.po

Lines changed: 14 additions & 5 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: Josix <josixwang@gmail.com>\n"
13+
"Last-Translator: raymond <raymond727341@gmail.com>\n"
1414
"Language-Team: Chinese - TAIWAN (https://github.com/python/python-docs-zh-tw)"
1515
"\n"
1616
"Language: descriptor\n"
@@ -940,7 +940,10 @@ msgstr "這個函式具有:term:`qualified name`屬性以支持內省:"
940940
msgid ""
941941
"Accessing the function through the class dictionary does not invoke :meth:"
942942
"`__get__`. Instead, it just returns the underlying function object::"
943-
msgstr "通過類字典訪問函式不會引用 :meth:`__get__`。相反,它只返回底層的函數物件:"
943+
msgstr ""
944+
"通過類字典訪問函式不會引用 :meth:`__get__`。相反,它只返回底層的函數物件:\n"
945+
"\n"
946+
"::"
944947

945948
#: ../../howto/descriptor.rst:1182
946949
msgid ""
@@ -956,14 +959,20 @@ msgstr ""
956959
msgid ""
957960
"The interesting behavior occurs during dotted access from an instance. The "
958961
"dotted lookup calls :meth:`__get__` which returns a bound method object::"
959-
msgstr "有趣的行為發生在從實例進行點號訪問時。這種點號查找調用 "
960-
":meth:`__get__`,該方法返回一個綁定的方對象:"
962+
msgstr ""
963+
"有趣的行為發生在從實例進行點號訪問時。這種點號查找調用 "
964+
":meth:`__get__`,該方法返回一個綁定的方對象:\n"
965+
"\n"
966+
"::"
961967

962968
#: ../../howto/descriptor.rst:1195
963969
msgid ""
964970
"Internally, the bound method stores the underlying function and the bound "
965971
"instance::"
966-
msgstr "在內部,綁定方法存儲底層函數和綁定實例::"
972+
msgstr ""
973+
"在內部,綁定方法存儲底層函數和綁定實例:\n"
974+
"\n"
975+
"::"
967976

968977
#: ../../howto/descriptor.rst:1204
969978
msgid ""

0 commit comments

Comments
 (0)