@@ -16,7 +16,7 @@ msgid ""
1616msgstr ""
1717"Project-Id-Version : Python 3.12\n "
1818"Report-Msgid-Bugs-To : \n "
19- "POT-Creation-Date : 2023-07-28 14:13 +0000\n "
19+ "POT-Creation-Date : 2023-12-08 14:14 +0000\n "
2020"PO-Revision-Date : 2022-11-05 19:48+0000\n "
2121"
Last-Translator :
Freesand Leo <[email protected] >, 2023\n "
2222"Language-Team : Chinese (China) (https://app.transifex.com/python-doc/teams/5390/zh_CN/)\n "
@@ -91,8 +91,8 @@ msgid ""
9191msgstr "参考返回一个 :term:`strong reference`,或者如果 *frame* 没有外部帧则返回 ``NULL``。"
9292
9393#: ../../c-api/frame.rst:53
94- msgid "Get the *frame*'s `` f_builtins` ` attribute."
95- msgstr "获取 *frame* 的 ``f_builtins`` 属性。 "
94+ msgid "Get the *frame*'s :attr:`~frame. f_builtins` attribute."
95+ msgstr ""
9696
9797#: ../../c-api/frame.rst:55 ../../c-api/frame.rst:86
9898msgid "Return a :term:`strong reference`. The result cannot be ``NULL``."
@@ -123,12 +123,12 @@ msgid "Return a :term:`strong reference`, or ``NULL``."
123123msgstr "返回一个 :term:`strong reference`,或者 ``NULL``。"
124124
125125#: ../../c-api/frame.rst:84
126- msgid "Get the *frame*'s `` f_globals` ` attribute."
127- msgstr "获取 *frame* 的 ``f_globals`` 属性。 "
126+ msgid "Get the *frame*'s :attr:`~frame. f_globals` attribute."
127+ msgstr ""
128128
129129#: ../../c-api/frame.rst:93
130- msgid "Get the *frame*'s `` f_lasti` ` attribute."
131- msgstr "获取 *frame* 的 ``f_lasti`` 属性。 "
130+ msgid "Get the *frame*'s :attr:`~frame. f_lasti` attribute."
131+ msgstr ""
132132
133133#: ../../c-api/frame.rst:95
134134msgid "Returns -1 if ``frame.f_lasti`` is ``None``."
@@ -162,8 +162,8 @@ msgid ""
162162msgstr "和 :c:func:`PyFrame_GetVar` 相似,但该变量名是一个使用 UTF-8 编码的 C 字符串。"
163163
164164#: ../../c-api/frame.rst:123
165- msgid "Get the *frame*'s `` f_locals` ` attribute (:class:`dict`)."
166- msgstr "获取 *frame* 的 ``f_locals`` 属性 (:class:`dict`)。 "
165+ msgid "Get the *frame*'s :attr:`~frame. f_locals` attribute (:class:`dict`)."
166+ msgstr ""
167167
168168#: ../../c-api/frame.rst:132
169169msgid "Return the line number that *frame* is currently executing."
0 commit comments