File tree Expand file tree Collapse file tree 2 files changed +9
-3
lines changed
Expand file tree Collapse file tree 2 files changed +9
-3
lines changed Original file line number Diff line number Diff line change 1- {"translation" : " 99.33%" , "updated_at" : " 2025-11-11T23:46:48Z " }
1+ {"translation" : " 99.33%" , "updated_at" : " 2025-11-18T02:20:53Z " }
Original file line number Diff line number Diff line change 66# Translators:
77# Rafael Fontenelle <rffontenelle@gmail.com>, 2025
88# python-doc bot, 2025
9+ # 汇民 王 <whuim@qq.com>, 2025
910#
1011#, fuzzy
1112msgid ""
1213msgstr ""
1314"Project-Id-Version : Python 3.12\n "
1415"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 "
1617"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 "
1819"Language-Team : Chinese (China) (https://app.transifex.com/python-doc/teams/5390/zh_CN/)\n "
1920"MIME-Version : 1.0\n "
2021"Content-Type : text/plain; charset=UTF-8\n "
@@ -778,6 +779,11 @@ msgid ""
778779"custom :class:`dict` subclasses that normalize keys before look-up or that "
779780"supply a :meth:`__missing__` method for unknown keys::"
780781msgstr ""
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__` 方法的自定义类::"
781787
782788#: ../../whatsnew/3.2.rst:463
783789msgid ""
You can’t perform that action at this time.
0 commit comments