Skip to content

Commit 3e3d1aa

Browse files
sync with cpython 5210e307
1 parent 5551021 commit 3e3d1aa

26 files changed

+8040
-8001
lines changed

c-api/hash.po

Lines changed: 10 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ msgid ""
77
msgstr ""
88
"Project-Id-Version: Python 3.14\n"
99
"Report-Msgid-Bugs-To: \n"
10-
"POT-Creation-Date: 2025-09-08 15:25+0800\n"
10+
"POT-Creation-Date: 2025-09-12 00:14+0000\n"
1111
"PO-Revision-Date: 2024-04-30 00:20+0800\n"
1212
"Last-Translator: Matt Wang <mattwang44@gmail.com>\n"
1313
"Language-Team: Chinese - TAIWAN (https://github.com/python/python-docs-zh-"
@@ -62,6 +62,10 @@ msgstr "用於複數虛數部分的乘數。"
6262
msgid "Hash function definition used by :c:func:`PyHash_GetFuncDef`."
6363
msgstr ":c:func:`PyHash_GetFuncDef` 所使用的雜湊函式定義。"
6464

65+
#: ../../c-api/hash.rst:56
66+
msgid "Hash function."
67+
msgstr ""
68+
6569
#: ../../c-api/hash.rst:60
6670
msgid "Hash function name (UTF-8 encoded string)."
6771
msgstr "雜湊函式名稱(UTF-8 編碼字串)。"
@@ -99,16 +103,15 @@ msgstr "此函式不會失敗:它不會回傳 ``-1``。"
99103
#: ../../c-api/hash.rst:95
100104
msgid ""
101105
"Compute and return the hash value of a buffer of *len* bytes starting at "
102-
"address *ptr*. The hash is guaranteed to match that "
103-
"of :class:`bytes`, :class:`memoryview`, and other built-in objects that "
104-
"implement the :ref:`buffer protocol <bufferobjects>`."
106+
"address *ptr*. The hash is guaranteed to match that of :class:`bytes`, :"
107+
"class:`memoryview`, and other built-in objects that implement the :ref:"
108+
"`buffer protocol <bufferobjects>`."
105109
msgstr ""
106110

107111
#: ../../c-api/hash.rst:100
108112
msgid ""
109-
"Use this function to implement hashing for immutable objects "
110-
"whose :c:member:`~PyTypeObject.tp_richcompare` function compares to another "
111-
"object's buffer."
113+
"Use this function to implement hashing for immutable objects whose :c:member:"
114+
"`~PyTypeObject.tp_richcompare` function compares to another object's buffer."
112115
msgstr ""
113116

114117
#: ../../c-api/hash.rst:104

0 commit comments

Comments
 (0)