@@ -9,7 +9,7 @@ msgstr ""
9
9
"Project-Id-Version : Python 3.11\n "
10
10
"Report-Msgid-Bugs-To : \n "
11
11
"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 "
13
13
"Last-Translator : Nkeys Syu <nkeys1324@gmail.com>\n "
14
14
"Language-Team : Chinese - TAIWAN (https://github.com/python/python-docs-zh- "
15
15
"tw)\n "
@@ -18,6 +18,7 @@ msgstr ""
18
18
"Content-Type : text/plain; charset=UTF-8\n "
19
19
"Content-Transfer-Encoding : 8bit\n "
20
20
"Plural-Forms : nplurals=1; plural=0;\n "
21
+ "X-Generator : Poedit 3.2.2\n "
21
22
22
23
#: ../../c-api/list.rst:6
23
24
msgid "List Objects"
@@ -38,12 +39,16 @@ msgid ""
38
39
"Return true if *p* is a list object or an instance of a subtype of the list "
39
40
"type. This function always succeeds."
40
41
msgstr ""
42
+ "如果 *p* 是一個 list 物件或者是 list 類型的子類型的實例,就回傳 true。這個函"
43
+ "式永遠會成功執行。"
41
44
42
45
#: ../../c-api/list.rst:30
43
46
msgid ""
44
47
"Return true if *p* is a list object, but not an instance of a subtype of the "
45
48
"list type. This function always succeeds."
46
49
msgstr ""
50
+ "如果 *p* 是一個 list 物件但不是 list 類型的子類型的實例,就回傳 true。這個函"
51
+ "式永遠會成功執行。"
47
52
48
53
#: ../../c-api/list.rst:36
49
54
msgid "Return a new list of length *len* on success, or ``NULL`` on failure."
0 commit comments