55#
66# Translators:
77# Iterator <[email protected] >, 20208- # Freesand Leo <[email protected] >, 202098# ppcfish <[email protected] >, 2020109# ruoyu zhang <[email protected] >, 20201110# Makdon <[email protected] >, 20201211# Jiuh-star <[email protected] >, 202112+ # ww song <[email protected] >, 202213+ # Freesand Leo <[email protected] >, 20221314#
1415#, fuzzy
1516msgid ""
@@ -18,7 +19,7 @@ msgstr ""
1819"Report-Msgid-Bugs-To : \n "
1920"POT-Creation-Date : 2021-01-01 16:06+0000\n "
2021"PO-Revision-Date : 2020-05-30 12:04+0000\n "
21- "Last-Translator : Jiuh-star <jiuh.star@gmail .com>, 2021 \n "
22+ "Last-Translator : Freesand Leo <yuqinju@163 .com>, 2022 \n "
2223"Language-Team : Chinese (China) (https://www.transifex.com/python-doc/teams/5390/zh_CN/)\n "
2324"MIME-Version : 1.0\n "
2425"Content-Type : text/plain; charset=UTF-8\n "
@@ -197,15 +198,15 @@ msgstr "__kwdefaults__"
197198
198199#: ../../library/inspect.rst:91
199200msgid "mapping of any default values for keyword-only parameters"
200- msgstr ""
201+ msgstr "保存仅关键字参数的所有默认值的映射 "
201202
202203#: ../../library/inspect.rst:95
203204msgid "__globals__"
204205msgstr "__globals__"
205206
206207#: ../../library/inspect.rst:95
207208msgid "global namespace in which this function was defined"
208- msgstr ""
209+ msgstr "包含此函数定义的全局命名空间 "
209210
210211#: ../../library/inspect.rst:98
211212msgid "__annotations__"
@@ -215,11 +216,11 @@ msgstr "__annotations__"
215216msgid ""
216217"mapping of parameters names to annotations; ``\" return\" `` key is reserved "
217218"for return annotations."
218- msgstr ""
219+ msgstr "参数名称到注解的映射;保留键 `` \" return \" `` 用于返回值注解。 "
219220
220221#: ../../library/inspect.rst:104
221222msgid "name of module in which this function was defined"
222- msgstr ""
223+ msgstr "此函数定义所在的模块名称 "
223224
224225#: ../../library/inspect.rst:107
225226msgid "traceback"
@@ -239,23 +240,23 @@ msgstr "tb_lasti"
239240
240241#: ../../library/inspect.rst:110 ../../library/inspect.rst:132
241242msgid "index of last attempted instruction in bytecode"
242- msgstr ""
243+ msgstr "在字节码中最后尝试的指令的索引 "
243244
244245#: ../../library/inspect.rst:113
245246msgid "tb_lineno"
246247msgstr "tb_lineno"
247248
248249#: ../../library/inspect.rst:113 ../../library/inspect.rst:135
249250msgid "current line number in Python source code"
250- msgstr ""
251+ msgstr "当前行在Python源代码中的行号 "
251252
252253#: ../../library/inspect.rst:116
253254msgid "tb_next"
254255msgstr "tb_next"
255256
256257#: ../../library/inspect.rst:116
257258msgid "next inner traceback object (called by this level)"
258- msgstr ""
259+ msgstr "下一个内部回溯对象(由本层调用) "
259260
260261#: ../../library/inspect.rst:120 ../../library/inspect.rst:204
261262#: ../../library/inspect.rst:221
@@ -268,31 +269,31 @@ msgstr "f_back"
268269
269270#: ../../library/inspect.rst:120
270271msgid "next outer frame object (this frame's caller)"
271- msgstr ""
272+ msgstr "下一个外部帧对象(此帧的调用者) "
272273
273274#: ../../library/inspect.rst:123
274275msgid "f_builtins"
275276msgstr "f_builtins"
276277
277278#: ../../library/inspect.rst:123
278279msgid "builtins namespace seen by this frame"
279- msgstr ""
280+ msgstr "此帧所看到的buildins命名空间 "
280281
281282#: ../../library/inspect.rst:126
282283msgid "f_code"
283284msgstr "f_code"
284285
285286#: ../../library/inspect.rst:126
286287msgid "code object being executed in this frame"
287- msgstr ""
288+ msgstr "在此帧中执行的代码对象 "
288289
289290#: ../../library/inspect.rst:129
290291msgid "f_globals"
291292msgstr "f_globals"
292293
293294#: ../../library/inspect.rst:129
294295msgid "global namespace seen by this frame"
295- msgstr ""
296+ msgstr "此帧所看到的全局命名空间 "
296297
297298#: ../../library/inspect.rst:132
298299msgid "f_lasti"
@@ -308,7 +309,7 @@ msgstr "f_locals"
308309
309310#: ../../library/inspect.rst:138
310311msgid "local namespace seen by this frame"
311- msgstr ""
312+ msgstr "此帧所看到的局部命名空间 "
312313
313314#: ../../library/inspect.rst:141
314315msgid "f_trace"
@@ -331,7 +332,7 @@ msgstr "co_argcount"
331332msgid ""
332333"number of arguments (not including keyword only arguments, \\ * or \\ *\\ * "
333334"args)"
334- msgstr ""
335+ msgstr "参数数量(不包括仅关键字参数、 \\ * 或 \\ * \\ * 参数) "
335336
336337#: ../../library/inspect.rst:149
337338msgid "co_code"
@@ -371,7 +372,7 @@ msgstr "co_firstlineno"
371372
372373#: ../../library/inspect.rst:163
373374msgid "number of first line in Python source code"
374- msgstr ""
375+ msgstr "第一行在Python源码的行号 "
375376
376377#: ../../library/inspect.rst:166
377378msgid "co_flags"
0 commit comments