|
5 | 5 | msgstr "" |
6 | 6 | "Project-Id-Version: Python 3.13\n" |
7 | 7 | "Report-Msgid-Bugs-To: \n" |
8 | | -"POT-Creation-Date: 2025-06-27 07:36+0000\n" |
| 8 | +"POT-Creation-Date: 2025-07-03 00:17+0000\n" |
9 | 9 | "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" |
10 | 10 | "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" |
11 | 11 | "Language-Team: Chinese - TAIWAN (https://github.com/python/python-docs-zh-" |
@@ -437,11 +437,10 @@ msgid "" |
437 | 437 | "since Python 3.13. Use ``class TD(TypedDict): pass`` or ``TD = " |
438 | 438 | "TypedDict(\"TD\", {})`` to create a TypedDict with zero field." |
439 | 439 | msgstr "" |
440 | | -"當使用 :class:`~typing.TypedDict` 的函式語法時,未傳遞值給 *fields* " |
441 | | -"參數 (``TD = TypedDict(\"TD\")``) 或傳遞 ``None`` (``TD = " |
442 | | -"TypedDict(\"TD\", None)``) 的做法自 Python 3.13 起已被棄用。請" |
443 | | -"使用 ``class TD(TypedDict): pass`` 或 ``TD = " |
444 | | -"TypedDict(\"TD\", {})`` 來建立具有零個欄位的 TypedDict。" |
| 440 | +"當使用 :class:`~typing.TypedDict` 的函式語法時,未傳遞值給 *fields* 參數 " |
| 441 | +"(``TD = TypedDict(\"TD\")``) 或傳遞 ``None`` (``TD = TypedDict(\"TD\", " |
| 442 | +"None)``) 的做法自 Python 3.13 起已被棄用。請使用 ``class TD(TypedDict): " |
| 443 | +"pass`` 或 ``TD = TypedDict(\"TD\", {})`` 來建立具有零個欄位的 TypedDict。" |
445 | 444 |
|
446 | 445 | #: ../../deprecations/pending-removal-in-3.15.rst:95 |
447 | 446 | msgid "" |
@@ -1165,74 +1164,70 @@ msgstr "" |
1165 | 1164 | "func:`Py_PreInitialize`)" |
1166 | 1165 |
|
1167 | 1166 | #: ../../deprecations/c-api-pending-removal-in-3.15.rst:4 |
1168 | | -msgid "The bundled copy of ``libmpdecimal``." |
1169 | | -msgstr "``libmpdecimal`` 的打包副本 (bundled copy)。" |
1170 | | - |
1171 | | -#: ../../deprecations/c-api-pending-removal-in-3.15.rst:5 |
1172 | 1167 | msgid "" |
1173 | 1168 | "The :c:func:`PyImport_ImportModuleNoBlock`: Use :c:func:" |
1174 | 1169 | "`PyImport_ImportModule` instead." |
1175 | 1170 | msgstr "" |
1176 | 1171 | ":c:func:`PyImport_ImportModuleNoBlock`:請改用 :c:func:" |
1177 | 1172 | "`PyImport_ImportModule`。" |
1178 | 1173 |
|
1179 | | -#: ../../deprecations/c-api-pending-removal-in-3.15.rst:7 |
| 1174 | +#: ../../deprecations/c-api-pending-removal-in-3.15.rst:6 |
1180 | 1175 | msgid "" |
1181 | 1176 | ":c:func:`PyWeakref_GetObject` and :c:func:`PyWeakref_GET_OBJECT`: Use :c:" |
1182 | 1177 | "func:`PyWeakref_GetRef` instead." |
1183 | 1178 | msgstr "" |
1184 | 1179 | ":c:func:`PyWeakref_GetObject` 和 :c:func:`PyWeakref_GET_OBJECT`:請改用 :c:" |
1185 | 1180 | "func:`PyWeakref_GetRef`。" |
1186 | 1181 |
|
1187 | | -#: ../../deprecations/c-api-pending-removal-in-3.15.rst:9 |
| 1182 | +#: ../../deprecations/c-api-pending-removal-in-3.15.rst:8 |
1188 | 1183 | msgid "" |
1189 | 1184 | ":c:type:`Py_UNICODE` type and the :c:macro:`!Py_UNICODE_WIDE` macro: Use :c:" |
1190 | 1185 | "type:`wchar_t` instead." |
1191 | 1186 | msgstr "" |
1192 | 1187 | ":c:type:`Py_UNICODE` 型別與 :c:macro:`!Py_UNICODE_WIDE` 巨集:請改用 :c:type:" |
1193 | 1188 | "`wchar_t`。" |
1194 | 1189 |
|
1195 | | -#: ../../deprecations/c-api-pending-removal-in-3.15.rst:11 |
| 1190 | +#: ../../deprecations/c-api-pending-removal-in-3.15.rst:10 |
1196 | 1191 | msgid "Python initialization functions:" |
1197 | 1192 | msgstr "Python 初始化函式:" |
1198 | 1193 |
|
1199 | | -#: ../../deprecations/c-api-pending-removal-in-3.15.rst:13 |
| 1194 | +#: ../../deprecations/c-api-pending-removal-in-3.15.rst:12 |
1200 | 1195 | msgid "" |
1201 | 1196 | ":c:func:`PySys_ResetWarnOptions`: Clear :data:`sys.warnoptions` and :data:`!" |
1202 | 1197 | "warnings.filters` instead." |
1203 | 1198 | msgstr "" |
1204 | 1199 | ":c:func:`PySys_ResetWarnOptions`:請改為清除 :data:`sys.warnoptions` 和 :" |
1205 | 1200 | "data:`!warnings.filters`。" |
1206 | 1201 |
|
1207 | | -#: ../../deprecations/c-api-pending-removal-in-3.15.rst:15 |
| 1202 | +#: ../../deprecations/c-api-pending-removal-in-3.15.rst:14 |
1208 | 1203 | msgid "" |
1209 | 1204 | ":c:func:`Py_GetExecPrefix`: Get :data:`sys.base_exec_prefix` and :data:`sys." |
1210 | 1205 | "exec_prefix` instead." |
1211 | 1206 | msgstr "" |
1212 | 1207 | ":c:func:`Py_GetExecPrefix`:請改用 :data:`sys.base_exec_prefix` 與 :data:" |
1213 | 1208 | "`sys.exec_prefix`。" |
1214 | 1209 |
|
1215 | | -#: ../../deprecations/c-api-pending-removal-in-3.15.rst:17 |
| 1210 | +#: ../../deprecations/c-api-pending-removal-in-3.15.rst:16 |
1216 | 1211 | msgid ":c:func:`Py_GetPath`: Get :data:`sys.path` instead." |
1217 | 1212 | msgstr ":c:func:`Py_GetPath`:請改用 :data:`sys.path`。" |
1218 | 1213 |
|
1219 | | -#: ../../deprecations/c-api-pending-removal-in-3.15.rst:19 |
| 1214 | +#: ../../deprecations/c-api-pending-removal-in-3.15.rst:18 |
1220 | 1215 | msgid "" |
1221 | 1216 | ":c:func:`Py_GetPrefix`: Get :data:`sys.base_prefix` and :data:`sys.prefix` " |
1222 | 1217 | "instead." |
1223 | 1218 | msgstr "" |
1224 | 1219 | ":c:func:`Py_GetPrefix`:請改用 :data:`sys.base_prefix` 與 :data:`sys." |
1225 | 1220 | "prefix`。" |
1226 | 1221 |
|
1227 | | -#: ../../deprecations/c-api-pending-removal-in-3.15.rst:21 |
| 1222 | +#: ../../deprecations/c-api-pending-removal-in-3.15.rst:20 |
1228 | 1223 | msgid ":c:func:`Py_GetProgramFullPath`: Get :data:`sys.executable` instead." |
1229 | 1224 | msgstr ":c:func:`Py_GetProgramFullPath`:請改用 :data:`sys.executable`。" |
1230 | 1225 |
|
1231 | | -#: ../../deprecations/c-api-pending-removal-in-3.15.rst:23 |
| 1226 | +#: ../../deprecations/c-api-pending-removal-in-3.15.rst:22 |
1232 | 1227 | msgid ":c:func:`Py_GetProgramName`: Get :data:`sys.executable` instead." |
1233 | 1228 | msgstr ":c:func:`Py_GetProgramName`:請改用 :data:`sys.executable`。" |
1234 | 1229 |
|
1235 | | -#: ../../deprecations/c-api-pending-removal-in-3.15.rst:25 |
| 1230 | +#: ../../deprecations/c-api-pending-removal-in-3.15.rst:24 |
1236 | 1231 | msgid "" |
1237 | 1232 | ":c:func:`Py_GetPythonHome`: Get :c:member:`PyConfig.home` or the :envvar:" |
1238 | 1233 | "`PYTHONHOME` environment variable instead." |
@@ -1371,5 +1366,8 @@ msgstr "" |
1371 | 1366 | msgid ":c:func:`PyThread_ReInitTLS`: Unneeded since Python 3.7." |
1372 | 1367 | msgstr ":c:func:`PyThread_ReInitTLS`:自 Python 3.7 起不再需要。" |
1373 | 1368 |
|
| 1369 | +#~ msgid "The bundled copy of ``libmpdecimal``." |
| 1370 | +#~ msgstr "``libmpdecimal`` 的打包副本 (bundled copy)。" |
| 1371 | + |
1374 | 1372 | #~ msgid ":mod:`array`'s ``'u'`` format code (:gh:`57281`)" |
1375 | 1373 | #~ msgstr ":mod:`array` 的 ``'u'`` 格式碼 (:gh:`57281`)" |
0 commit comments