8000 update: c-api/list.po · python/python-docs-zh-tw@6cdda02 · GitHub
[go: up one dir, main page]

Skip to content

Commit 6cdda02

Browse files
committed
update: c-api/list.po
1 parent 1a29ebe commit 6cdda02

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

c-api/list.po

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -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 <nkeys1324@gmail.com>\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
2324
msgid "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."
4041
msgstr ""
42+
"如果 *p* 是一個 list 物件或者是 list 類型的子類型的實例,就回傳 true。這個函"
43+
"式永遠會成功執行。"
4144

4245
#: ../../c-api/list.rst:30
4346
msgid ""
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."
4649
msgstr ""
50+
"如果 *p* 是一個 list 物件但不是 list 類型的子類型的實例,就回傳 true。這個函"
51+
"式永遠會成功執行。"
4752

4853
#: ../../c-api/list.rst:36
4954
msgid "Return a new list of length *len* on success, or ``NULL`` on failure."

0 commit comments

Comments
 (0)
0