@@ -11,7 +11,7 @@ msgid ""
1111msgstr ""
1212"Project-Id-Version :Python 3.13\n "
1313"Report-Msgid-Bugs-To :\n "
14- "POT-Creation-Date :2025-01-03 14:16 +0000\n "
14+ "POT-Creation-Date :2025-11-05 15:17 +0000\n "
1515"PO-Revision-Date :2025-09-15 01:03+0000\n "
1616"Last-Translator :python-doc bot, 2025\n "
1717"Language-Team :Chinese (China) (https://app.transifex.com/python-doc/teams/5390/zh_CN/)\n "
@@ -137,14 +137,11 @@ msgstr ""
137137
138138#: ../../c-api/mapping.rst:105
139139msgid ""
140- "Exceptions which occur when this calls :meth:`~object.__getitem__` method "
141- "are silently ignored. For proper error handling, use "
140+ "Exceptions which occur when this callsthe :meth:`~object.__getitem__` "
141+ "method are silently ignored. For proper error handling, use "
142142":c:func:`PyMapping_HasKeyWithError`, :c:func:`PyMapping_GetOptionalItem` or "
143143":c:func:`PyObject_GetItem()` instead."
144144msgstr ""
145- "在其调用 :meth:`~object.__getitem__` 方法时发生的异常将被静默地忽略。 想要进行适当的错误处理,请改用 "
146- ":c:func:`PyMapping_HasKeyWithError`, :c:func:`PyMapping_GetOptionalItem` 或 "
147- ":c:func:`PyObject_GetItem()`。"
148145
149146#: ../../c-api/mapping.rst:113
150147msgid ""
@@ -157,16 +154,12 @@ msgstr ""
157154
158155#: ../../c-api/mapping.rst:119
159156msgid ""
160- "Exceptions that occur when this calls :meth:`~object.__getitem__` method or "
161- "while creating the temporary :class:`str` object are silently ignored. For "
162- "proper error handling, use :c:func:`PyMapping_HasKeyStringWithError`, "
157+ "Exceptions that occur when this callsthe :meth:`~object.__getitem__` method"
158+ " or while creating the temporary :class:`str` object are silently ignored. "
159+ "For proper error handling, use :c:func:`PyMapping_HasKeyStringWithError`, "
163160":c:func:`PyMapping_GetOptionalItemString` or "
164161":c:func:`PyMapping_GetItemString` instead."
165162msgstr ""
166- "在其调用 :meth:`~object.__getitem__` 方法或创建临时 :class:`str` 对象时发生的异常将被静默地忽略。 "
167- "想要进行适当的错误处理,请改用 :c:func:`PyMapping_HasKeyStringWithError`, "
168- ":c:func:`PyMapping_GetOptionalItemString` 或 "
169- ":c:func:`PyMapping_GetItemString`。"
170163
171164#: ../../c-api/mapping.rst:129
172165msgid ""