|
8 | 8 | msgstr "" |
9 | 9 | "Project-Id-Version: Python 3.14\n" |
10 | 10 | "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" |
12 | 12 | "PO-Revision-Date: 2017-09-22 18:26+0000\n" |
13 | 13 | "Last-Translator: Liang-Bo Wang <me@liang2.tw>\n" |
14 | 14 | "Language-Team: Chinese - TAIWAN (https://github.com/python/python-docs-zh-" |
@@ -149,8 +149,10 @@ msgstr "" |
149 | 149 | msgid "If the key is missing, set *\\*result* to ``NULL`` and return ``0``." |
150 | 150 | msgstr "如果鍵不存在,將 *\\*result* 設為 ``NULL`` 並回傳 ``0``。" |
151 | 151 |
|
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``." |
154 | 156 | msgstr "錯誤發生時,引發一個例外並回傳 ``-1``。" |
155 | 157 |
|
156 | 158 | #: ../../c-api/dict.rst:145 |
@@ -276,6 +278,10 @@ msgid "" |
276 | 278 | "``NULL``, and return ``0``." |
277 | 279 | msgstr "" |
278 | 280 |
|
| 281 | +#: ../../c-api/dict.rst:272 |
| 282 | +msgid "On error, raise an exception and return ``-1``." |
| 283 | +msgstr "錯誤發生時,引發一個例外並回傳 ``-1``。" |
| 284 | + |
279 | 285 | #: ../../c-api/dict.rst:274 |
280 | 286 | msgid "" |
281 | 287 | "Similar to :meth:`dict.pop`, but without the default value and not raising :" |
|
0 commit comments