|
6 | 6 | # Translators: |
7 | 7 | # Rafael Fontenelle <rffontenelle@gmail.com>, 2025 |
8 | 8 | # python-doc bot, 2025 |
| 9 | +# 汇民 王 <whuim@qq.com>, 2025 |
9 | 10 | # |
10 | 11 | #,fuzzy |
11 | 12 | msgid "" |
12 | 13 | msgstr "" |
13 | 14 | "Project-Id-Version:Python 3.12\n" |
14 | 15 | "Report-Msgid-Bugs-To:\n" |
15 | | -"POT-Creation-Date:2025-09-23 15:37+0000\n" |
| 16 | +"POT-Creation-Date:2025-11-17 15:56+0000\n" |
16 | 17 | "PO-Revision-Date:2025-07-18 19:59+0000\n" |
17 | | -"Last-Translator:python-doc bot, 2025\n" |
| 18 | +"Last-Translator:汇民 王 <whuim@qq.com>, 2025\n" |
18 | 19 | "Language-Team:Chinese (China) (https://app.transifex.com/python-doc/teams/5390/zh_CN/)\n" |
19 | 20 | "MIME-Version:1.0\n" |
20 | 21 | "Content-Type:text/plain; charset=UTF-8\n" |
@@ -778,6 +779,11 @@ msgid "" |
778 | 779 | "custom :class:`dict` subclasses that normalize keys before look-up or that " |
779 | 780 | "supply a :meth:`__missing__` method for unknown keys::" |
780 | 781 | msgstr"" |
| 782 | +"还有一个新的 :meth:`str.format_map` 方法,它通过接受任意的 :term:`mapping` 对象,扩展了现有 " |
| 783 | +":meth:`str.format` 方法的功能。这个新方法使得可以使用字符串格式化与Python的许多字典类对象,如 " |
| 784 | +":class:`~collections.defaultdict`、:class:`~shelve.Shelf`、:class:`~configparser.ConfigParser`" |
| 785 | +" 或 :mod:`dbm`。它也适用于在查找前标准化键的自定义 :class:`dict` 子类,或者为未知键提供 " |
| 786 | +":meth:`__missing__` 方法的自定义类::" |
781 | 787 |
|
782 | 788 | #:../../whatsnew/3.2.rst:463 |
783 | 789 | msgid"" |
|