Skip to content

Commit 946ba22

Browse files
committed
fix: resolve fuzzy entries
1 parent 461c65e commit 946ba22

File tree

4 files changed

+83
-237
lines changed

4 files changed

+83
-237
lines changed

c-api/code.po

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ msgstr ""
2020

2121
#: ../../c-api/code.rst:8
2222
msgid "Code Objects"
23-
msgstr ""
23+
msgstr "程式碼物件"
2424

2525
#: ../../c-api/code.rst:12
2626
msgid ""

sphinx.po

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ msgstr ""
1010
"Project-Id-Version: Python 3.11\n"
1111
"Report-Msgid-Bugs-To: \n"
1212
"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"
1414
"Last-Translator: Adrian Liaw <adrianliaw2000@gmail.com>\n"
1515
"Language-Team: Chinese - TAIWAN (https://github.com/python/python-docs-zh-"
1616
"tw)\n"
@@ -19,7 +19,7 @@ msgstr ""
1919
"Content-Type: text/plain; charset=UTF-8\n"
2020
"Content-Transfer-Encoding: 8bit\n"
2121
"Plural-Forms: nplurals=1; plural=0;\n"
22-
"X-Generator: Poedit 3.1\n"
22+
"X-Generator: Poedit 3.2.2\n"
2323

2424
#: ../../tools/templates/customsourcelink.html:3
2525
msgid "This Page"
@@ -48,15 +48,15 @@ msgstr "自從版本 {deprecated} 後不推薦使用,已從版本 {removed}
4848

4949
#: ../../tools/templates/dummy.html:12
5050
msgid "Return value: Always NULL."
51-
msgstr ""
51+
msgstr "回傳值:總是為 NULL。"
5252

5353
#: ../../tools/templates/dummy.html:13
5454
msgid "Return value: New reference."
55-
msgstr ""
55+
msgstr "回傳值:新的參照。"
5656

5757
#: ../../tools/templates/dummy.html:14
5858
msgid "Return value: Borrowed reference."
59-
msgstr ""
59+
msgstr "回傳值:借用參照。"
6060

6161
#: ../../tools/templates/dummy.html:18
6262
msgid "in development"

tutorial/modules.po

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -561,7 +561,6 @@ msgid ""
561561
msgstr "Import 套件時,Python 會搜尋 ``sys.path`` 裡的目錄,尋找套件的子目錄。"
562562

563563
#: ../../tutorial/modules.rst:439
564-
#, fuzzy
565564
msgid ""
566565
"The :file:`__init__.py` files are required to make Python treat directories "
567566
"containing the file as packages. This prevents directories with a common "

0 commit comments

Comments
 (0)