1010# ruoyu zhang <[email protected] >, 20191111# Makdon <[email protected] >, 20191212# ppcfish <[email protected] >, 201913- # Freesand Leo <[email protected] >, 20201413# Jiuh-star <[email protected] >, 202114+ # ww song <[email protected] >, 202215+ # Freesand Leo <[email protected] >, 20221516#
1617#, fuzzy
1718msgid ""
@@ -20,7 +21,7 @@ msgstr ""
2021"Report-Msgid-Bugs-To : \n "
2122"POT-Creation-Date : 2021-01-01 05:02+0000\n "
2223"PO-Revision-Date : 2017-02-16 23:15+0000\n "
23- "Last-Translator : Jiuh-star <jiuh.star@gmail .com>, 2021 \n "
24+ "Last-Translator : Freesand Leo <yuqinju@163 .com>, 2022 \n "
2425"Language-Team : Chinese (China) (https://www.transifex.com/python-doc/teams/5390/zh_CN/)\n "
2526"MIME-Version : 1.0\n "
2627"Content-Type : text/plain; charset=UTF-8\n "
@@ -199,15 +200,15 @@ msgstr "__kwdefaults__"
199200
200201#: ../../library/inspect.rst:91
201202msgid "mapping of any default values for keyword-only parameters"
202- msgstr ""
203+ msgstr "保存仅关键字参数的所有默认值的映射 "
203204
204205#: ../../library/inspect.rst:95
205206msgid "__globals__"
206207msgstr "__globals__"
207208
208209#: ../../library/inspect.rst:95
209210msgid "global namespace in which this function was defined"
210- msgstr ""
211+ msgstr "包含此函数定义的全局命名空间 "
211212
212213#: ../../library/inspect.rst:98
213214msgid "__annotations__"
@@ -217,11 +218,11 @@ msgstr "__annotations__"
217218msgid ""
218219"mapping of parameters names to annotations; ``\" return\" `` key is reserved "
219220"for return annotations."
220- msgstr ""
221+ msgstr "参数名称到注解的映射;保留键 `` \" return \" `` 用于返回值注解。 "
221222
222223#: ../../library/inspect.rst:104
223224msgid "name of module in which this function was defined"
224- msgstr ""
225+ msgstr "此函数定义所在的模块名称 "
225226
226227#: ../../library/inspect.rst:107
227228msgid "traceback"
@@ -241,23 +242,23 @@ msgstr "tb_lasti"
241242
242243#: ../../library/inspect.rst:110 ../../library/inspect.rst:132
243244msgid "index of last attempted instruction in bytecode"
244- msgstr ""
245+ msgstr "在字节码中最后尝试的指令的索引 "
245246
246247#: ../../library/inspect.rst:113
247248msgid "tb_lineno"
248249msgstr "tb_lineno"
249250
250251#: ../../library/inspect.rst:113 ../../library/inspect.rst:135
251252msgid "current line number in Python source code"
252- msgstr ""
253+ msgstr "当前行在Python源代码中的行号 "
253254
254255#: ../../library/inspect.rst:116
255256msgid "tb_next"
256257msgstr "tb_next"
257258
258259#: ../../library/inspect.rst:116
259260msgid "next inner traceback object (called by this level)"
260- msgstr ""
261+ msgstr "下一个内部回溯对象(由本层调用) "
261262
262263#: ../../library/inspect.rst:120 ../../library/inspect.rst:204
263264#: ../../library/inspect.rst:221
@@ -270,31 +271,31 @@ msgstr "f_back"
270271
271272#: ../../library/inspect.rst:120
272273msgid "next outer frame object (this frame's caller)"
273- msgstr ""
274+ msgstr "下一个外部帧对象(此帧的调用者) "
274275
275276#: ../../library/inspect.rst:123
276277msgid "f_builtins"
277278msgstr "f_builtins"
278279
279280#: ../../library/inspect.rst:123
280281msgid "builtins namespace seen by this frame"
281- msgstr ""
282+ msgstr "此帧所看到的buildins命名空间 "
282283
283284#: ../../library/inspect.rst:126
284285msgid "f_code"
285286msgstr "f_code"
286287
287288#: ../../library/inspect.rst:126
288289msgid "code object being executed in this frame"
289- msgstr ""
290+ msgstr "在此帧中执行的代码对象 "
290291
291292#: ../../library/inspect.rst:129
292293msgid "f_globals"
293294msgstr "f_globals"
294295
295296#: ../../library/inspect.rst:129
296297msgid "global namespace seen by this frame"
297- msgstr ""
298+ msgstr "此帧所看到的全局命名空间 "
298299
299300#: ../../library/inspect.rst:132
300301msgid "f_lasti"
@@ -310,7 +311,7 @@ msgstr "f_locals"
310311
311312#: ../../library/inspect.rst:138
312313msgid "local namespace seen by this frame"
313- msgstr ""
314+ msgstr "此帧所看到的局部命名空间 "
314315
315316#: ../../library/inspect.rst:141
316317msgid "f_trace"
@@ -333,7 +334,7 @@ msgstr "co_argcount"
333334msgid ""
334335"number of arguments (not including keyword only arguments, \\ * or \\ *\\ * "
335336"args)"
336- msgstr ""
337+ msgstr "参数数量(不包括仅关键字参数、 \\ * 或 \\ * \\ * 参数) "
337338
338339#: ../../library/inspect.rst:149
339340msgid "co_code"
@@ -373,7 +374,7 @@ msgstr "co_firstlineno"
373374
374375#: ../../library/inspect.rst:163
375376msgid "number of first line in Python source code"
376- msgstr ""
377+ msgstr "第一行在Python源码的行号 "
377378
378379#: ../../library/inspect.rst:166
379380msgid "co_flags"
0 commit comments