Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions c-api/hash.po
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,9 @@ msgid "PyHash API"
msgstr "PyHash API"

#: ../../c-api/hash.rst:6
#, fuzzy
msgid ""
"See also the :c:member:`PyTypeObject.tp_hash` member and :ref:`numeric-hash`."
msgstr "另請參閱 :c:member:`PyTypeObject.tp_hash` 成員。"
msgstr "另請參閱 :c:member:`PyTypeObject.tp_hash` 成員和 :ref:`numeric-hash`。"

#: ../../c-api/hash.rst:10
msgid "Hash value type: signed integer."
Expand Down
3 changes: 1 addition & 2 deletions c-api/none.po
Original file line number Diff line number Diff line change
Expand Up @@ -38,9 +38,8 @@ msgid ""
msgstr ""

#: ../../c-api/none.rst:21
#, fuzzy
msgid ":c:data:`Py_None` is :term:`immortal`."
msgstr ":c:data:`Py_None` 為不滅的 (immortal)。"
msgstr ":c:data:`Py_None` 是\\ :term:`immortal`(不滅的)。"

#: ../../c-api/none.rst:26
msgid "Return :c:data:`Py_None` from a function."
Expand Down
3 changes: 1 addition & 2 deletions copyright.po
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,8 @@ msgid "Python and this documentation is:"
msgstr "Python 和這份說明文件的版權:"

#: ../../copyright.rst:7
#, fuzzy
msgid "Copyright © 2001-2024 Python Software Foundation. All rights reserved."
msgstr "Copyright © 2001-2023 Python Software Foundation 保留一切權利。"
msgstr "Copyright © 2001-2024 Python Software Foundation 保留一切權利。"

#: ../../copyright.rst:9
msgid "Copyright © 2000 BeOpen.com. All rights reserved."
Expand Down
Loading