Skip to content

Commit c4fe5be

Browse files
sync with cpython 92d323aa
1 parent 33b63de commit c4fe5be

1 file changed

Lines changed: 9 additions & 3 deletions

File tree

c-api/dict.po

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ msgid ""
88
msgstr ""
99
"Project-Id-Version: Python 3.14\n"
1010
"Report-Msgid-Bugs-To: \n"
11-
"POT-Creation-Date: 2026-04-12 00:25+0000\n"
11+
"POT-Creation-Date: 2026-05-09 00:33+0000\n"
1212
"PO-Revision-Date: 2017-09-22 18:26+0000\n"
1313
"Last-Translator: Liang-Bo Wang <me@liang2.tw>\n"
1414
"Language-Team: Chinese - TAIWAN (https://github.com/python/python-docs-zh-"
@@ -149,8 +149,10 @@ msgstr ""
149149
msgid "If the key is missing, set *\\*result* to ``NULL`` and return ``0``."
150150
msgstr "如果鍵不存在,將 *\\*result* 設為 ``NULL`` 並回傳 ``0``。"
151151

152-
#: ../../c-api/dict.rst:136 ../../c-api/dict.rst:272
153-
msgid "On error, raise an exception and return ``-1``."
152+
#: ../../c-api/dict.rst:136
153+
#, fuzzy
154+
msgid ""
155+
"On error, raise an exception, set *\\*result* to ``NULL`` and return ``-1``."
154156
msgstr "錯誤發生時,引發一個例外並回傳 ``-1``。"
155157

156158
#: ../../c-api/dict.rst:145
@@ -276,6 +278,10 @@ msgid ""
276278
"``NULL``, and return ``0``."
277279
msgstr ""
278280

281+
#: ../../c-api/dict.rst:272
282+
msgid "On error, raise an exception and return ``-1``."
283+
msgstr "錯誤發生時,引發一個例外並回傳 ``-1``。"
284+
279285
#: ../../c-api/dict.rst:274
280286
msgid ""
281287
"Similar to :meth:`dict.pop`, but without the default value and not raising :"

0 commit comments

Comments
 (0)