Skip to content

Commit

Permalink
fix: resolve fuzzy entries
Browse files Browse the repository at this point in the history
  • Loading branch information
mattwang44 committed Mar 15, 2023
1 parent a9c5444 commit 8188b31
Show file tree
Hide file tree
Showing 3 changed files with 82 additions and 236 deletions.
10 changes: 5 additions & 5 deletions sphinx.po
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ msgstr ""
"Project-Id-Version: Python 3.11\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2023-03-07 00:18+0000\n"
"PO-Revision-Date: 2022-06-27 11:06+0800\n"
"PO-Revision-Date: 2023-03-15 10:19+0800\n"
"Last-Translator: Adrian Liaw <[email protected]>\n"
"Language-Team: Chinese - TAIWAN (https://github.com/python/python-docs-zh-"
"tw)\n"
Expand All @@ -19,7 +19,7 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=1; plural=0;\n"
"X-Generator: Poedit 3.1\n"
"X-Generator: Poedit 3.2.2\n"

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

#: ../../tools/templates/dummy.html:12
msgid "Return value: Always NULL."
msgstr ""
msgstr "回傳值:總是為 NULL。"

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

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

#: ../../tools/templates/dummy.html:18
msgid "in development"
Expand Down
1 change: 0 additions & 1 deletion tutorial/modules.po
Original file line number Diff line number Diff line change
Expand Up @@ -561,7 +561,6 @@ msgid ""
msgstr "Import 套件時,Python 會搜尋 ``sys.path`` 裡的目錄,尋找套件的子目錄。"

#: ../../tutorial/modules.rst:439
#, fuzzy
msgid ""
"The :file:`__init__.py` files are required to make Python treat directories "
"containing the file as packages. This prevents directories with a common "
Expand Down
Loading

0 comments on commit 8188b31

Please sign in to comment.