File tree Expand file tree Collapse file tree 4 files changed +83
-237
lines changed Expand file tree Collapse file tree 4 files changed +83
-237
lines changed Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ msgstr ""
20
20
21
21
#: ../../c-api/code.rst:8
22
22
msgid "Code Objects"
23
- msgstr ""
23
+ msgstr "程式碼物件 "
24
24
25
25
#: ../../c-api/code.rst:12
26
26
msgid ""
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ msgstr ""
10
10
"Project-Id-Version : Python 3.11\n "
11
11
"Report-Msgid-Bugs-To : \n "
12
12
"POT-Creation-Date : 2023-03-07 00:18+0000\n "
13
- "PO-Revision-Date : 2022-06-27 11:06 +0800\n "
13
+ "PO-Revision-Date : 2023-03-15 10:19 +0800\n "
14
14
"Last-Translator : Adrian Liaw <adrianliaw2000@gmail.com>\n "
15
15
"Language-Team : Chinese - TAIWAN (https://github.com/python/python-docs-zh- "
16
16
"tw)\n "
@@ -19,7 +19,7 @@ msgstr ""
19
19
"Content-Type : text/plain; charset=UTF-8\n "
20
20
"Content-Transfer-Encoding : 8bit\n "
21
21
"Plural-Forms : nplurals=1; plural=0;\n "
22
- "X-Generator : Poedit 3.1 \n "
22
+ "X-Generator : Poedit 3.2.2 \n "
23
23
24
24
#: ../../tools/templates/customsourcelink.html:3
25
25
msgid "This Page"
@@ -48,15 +48,15 @@ msgstr "自從版本 {deprecated} 後不推薦使用,已從版本 {removed}
48
48
49
49
#: ../../tools/templates/dummy.html:12
50
50
msgid "Return value: Always NULL."
51
- msgstr ""
51
+ msgstr "回傳值:總是為 NULL。 "
52
52
53
53
#: ../../tools/templates/dummy.html:13
54
54
msgid "Return value: New reference."
55
- msgstr ""
55
+ msgstr "回傳值:新的參照。 "
56
56
57
57
#: ../../tools/templates/dummy.html:14
58
58
msgid "Return value: Borrowed reference."
59
- msgstr ""
59
+ msgstr "回傳值:借用參照。 "
60
60
61
61
#: ../../tools/templates/dummy.html:18
62
62
msgid "in development"
Original file line number Diff line number Diff line change @@ -561,7 +561,6 @@ msgid ""
561
561
msgstr "Import 套件時,Python 會搜尋 ``sys.path`` 裡的目錄,尋找套件的子目錄。"
562
562
563
563
#: ../../tutorial/modules.rst:439
564
- #, fuzzy
565
564
msgid ""
566
565
"The :file:`__init__.py` files are required to make Python treat directories "
567
566
"containing the file as packages. This prevents directories with a common "
You can’t perform that action at this time.
0 commit comments