55#
66# Translators:
77# dannyvi <[email protected] >, 20198- # Dai Xu <[email protected] >, 202198# Freesand Leo <[email protected] >, 20219+ # Dai Xu <[email protected] >, 20211010#
1111#, fuzzy
1212msgid ""
@@ -15,7 +15,7 @@ msgstr ""
1515"Report-Msgid-Bugs-To : \n "
1616"POT-Creation-Date : 2021-01-01 16:02+0000\n "
1717"PO-Revision-Date : 2019-09-01 03:29+0000\n "
18- "Last-Translator : Freesand Leo <yuqinju@163 .com>, 2021\n "
18+ "Last-Translator : Dai Xu <daixu61@hotmail .com>, 2021\n "
1919"Language-Team : Chinese (China) (https://www.transifex.com/python-doc/teams/5390/zh_CN/)\n "
2020"MIME-Version : 1.0\n "
2121"Content-Type : text/plain; charset=UTF-8\n "
@@ -192,17 +192,17 @@ msgstr "如果符号在代码块中被引用,但未赋值,则返回 ``True``
192192
193193#: ../../library/symtable.rst:162
194194msgid "Return ``True`` if the symbol is assigned to in its block."
195- msgstr ""
195+ msgstr "如果符号在代码块中赋值,则返回 ``True``。 "
196196
197197#: ../../library/symtable.rst:166
198198msgid "Return ``True`` if name binding introduces new namespace."
199- msgstr ""
199+ msgstr "如果符号名绑定引入了新的命名空间,则返回 ``True``。 "
200200
201201#: ../../library/symtable.rst:168
202202msgid ""
203203"If the name is used as the target of a function or class statement, this "
204204"will be true."
205- msgstr ""
205+ msgstr "如果符号名用于 function 或 class 语句,则为 True。 "
206206
207207#: ../../library/symtable.rst:171
208208msgid "For example::"
@@ -214,13 +214,15 @@ msgid ""
214214"``True``, the name may also be bound to other objects, like an int or list, "
215215"that does not introduce a new namespace."
216216msgstr ""
217+ "注意,一个符号名可以与多个对象绑定。如果结果为 ``True``,则该符号名还可以绑定到其他对象上,比如 int 或 list "
218+ ",且不会引入新的命名空间。"
217219
218220#: ../../library/symtable.rst:183
219221msgid "Return a list of namespaces bound to this name."
220- msgstr ""
222+ msgstr "返回与符号名绑定的命名空间的列表。 "
221223
222224#: ../../library/symtable.rst:187
223225msgid ""
224226"Return the namespace bound to this name. If more than one namespace is "
225227"bound, :exc:`ValueError` is raised."
226- msgstr ""
228+ msgstr "返回与符号名绑定的命名空间。如果绑定的命名空间超过一个,则会触发 :exc:`ValueError`。 "
0 commit comments