|
7 | 7 | msgstr "" |
8 | 8 | "Project-Id-Version:Python 3.12\n" |
9 | 9 | "Report-Msgid-Bugs-To:\n" |
10 | | -"POT-Creation-Date:2024-08-26 00:03+0000\n" |
| 10 | +"POT-Creation-Date:2024-08-30 18:24+0000\n" |
11 | 11 | "PO-Revision-Date:YEAR-MO-DA HO:MI+ZONE\n" |
12 | 12 | "Last-Translator:FULL NAME <EMAIL@ADDRESS>\n" |
13 | 13 | "Language-Team:LANGUAGE <LL@li.org>\n" |
@@ -185,8 +185,9 @@ msgid "``read_text()``" |
185 | 185 | msgstr"``read_text()``" |
186 | 186 |
|
187 | 187 | #:../../deprecations/pending-removal-in-3.13.rst:51 |
| 188 | +#,fuzzy |
188 | 189 | msgid"" |
189 | | -"Use :func:`importlib.resources.files()` instead. Refer to `importlib-" |
| 190 | +"Use :func:`importlib.resources.files` instead. Refer to `importlib-" |
190 | 191 | "resources: Migrating from Legacy <https://importlib-resources.readthedocs.io/" |
191 | 192 | "en/latest/using.html#migrating-from-legacy>`_ (:gh:`106531`)" |
192 | 193 | msgstr"" |
@@ -474,12 +475,13 @@ msgstr "" |
474 | 475 | "代方案。*任何東西*\\ 都比 CGI 更好的來介接一個帶有請求處理器的網頁伺服器。" |
475 | 476 |
|
476 | 477 | #:../../deprecations/pending-removal-in-3.15.rst:9 |
| 478 | +#,fuzzy |
477 | 479 | msgid"" |
478 | 480 | ":class:`locale`: :func:`locale.getdefaultlocale` was deprecated in Python " |
479 | 481 | "3.11 and originally planned for removal in Python 3.13 (:gh:`90817`), but " |
480 | | -"removal has been postponed to Python 3.15. Use :func:`locale.setlocale()`, :" |
481 | | -"func:`locale.getencoding()` and :func:`locale.getlocale()` instead. " |
482 | | -"(Contributedby Hugo van Kemenade in :gh:`111187`.)" |
| 482 | +"removal has been postponed to Python 3.15. Use :func:`locale.setlocale`, :" |
| 483 | +"func:`locale.getencoding` and :func:`locale.getlocale` instead. (Contributed " |
| 484 | +"by Hugo van Kemenade in :gh:`111187`.)" |
483 | 485 | msgstr"" |
484 | 486 | ":class:`locale`::func:`locale.getdefaultlocale` 已在 Python 3.11 中被棄用," |
485 | 487 | "原本計劃在 Python 3.13 中移除 (:gh:`90817`),但被延後至 Python 3.15。請改用 :" |
|