|
7 | 7 | msgstr "" |
8 | 8 | "Project-Id-Version:Python 3.14\n" |
9 | 9 | "Report-Msgid-Bugs-To:\n" |
10 | | -"POT-Creation-Date:2025-10-27 00:16+0000\n" |
| 10 | +"POT-Creation-Date:2025-10-28 00:14+0000\n" |
11 | 11 | "PO-Revision-Date:2023-07-24 17:51+0000\n" |
12 | 12 | "Last-Translator:Matt Wang <mattwang44@gmail.com>\n" |
13 | 13 | "Language-Team:Chinese - TAIWAN (https://github.com/python/python-docs-zh-" |
@@ -73,11 +73,12 @@ msgid "Generic codec based decoding API." |
73 | 73 | msgstr"基於泛用編解碼器的解碼 API。" |
74 | 74 |
|
75 | 75 | #:../../c-api/codec.rst:39 |
| 76 | +#,fuzzy |
76 | 77 | msgid"" |
77 | 78 | "*object* is passed through the decoder function found for the given " |
78 | 79 | "*encoding* using the error handling method defined by *errors*. *errors* " |
79 | 80 | "may be ``NULL`` to use the default method defined for the codec. Raises a :" |
80 | | -"exc:`LookupError` if noencoder can be found." |
| 81 | +"exc:`LookupError` if nodecoder can be found." |
81 | 82 | msgstr"" |
82 | 83 | "*object* 被傳遞給以給定 *encoding* 所查找到的解碼器函式,並使用以 *errors* 定" |
83 | 84 | "義的錯誤處理方法。*errors* 可以設為 ``NULL`` 來使用編解碼器定義的預設方法。如" |
|