@@ -9,7 +9,7 @@ msgstr ""
99"Project-Id-Version : Python 3.11\n "
1010"Report-Msgid-Bugs-To : \n "
1111"POT-Creation-Date : 2022-10-15 20:43+0000\n "
12- "PO-Revision-Date : 2017-09-22 18:26+0000 \n "
12+ "PO-Revision-Date : 2023-03-03 20:45+0800 \n "
1313"
Last-Translator :
Nkeys Syu <[email protected] >\n "
1414"Language-Team : Chinese - TAIWAN (https://github.com/python/python-docs-zh- "
1515"tw)\n "
@@ -18,6 +18,7 @@ msgstr ""
1818"Content-Type : text/plain; charset=UTF-8\n "
1919"Content-Transfer-Encoding : 8bit\n "
2020"Plural-Forms : nplurals=1; plural=0;\n "
21+ "X-Generator : Poedit 3.2.2\n "
2122
2223#: ../../c-api/list.rst:6
2324msgid "List Objects"
@@ -38,12 +39,16 @@ msgid ""
3839"Return true if *p* is a list object or an instance of a subtype of the list "
3940"type. This function always succeeds."
4041msgstr ""
42+ "如果 *p* 是一個 list 物件或者是 list 類型的子類型的實例,就回傳 true。這個函"
43+ "式永遠會成功執行。"
4144
4245#: ../../c-api/list.rst:30
4346msgid ""
4447"Return true if *p* is a list object, but not an instance of a subtype of the "
4548"list type. This function always succeeds."
4649msgstr ""
50+ "如果 *p* 是一個 list 物件但不是 list 類型的子類型的實例,就回傳 true。這個函"
51+ "式永遠會成功執行。"
4752
4853#: ../../c-api/list.rst:36
4954msgid "Return a new list of length *len* on success, or ``NULL`` on failure."
0 commit comments