Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 72fca58

Browse files
[po] auto sync
1 parent 0fac4ad commit 72fca58

1 file changed

Lines changed: 6 additions & 4 deletions

File tree

library/symtable.po

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -208,13 +208,13 @@ msgstr "如果符号在代码块中赋值,则返回 ``True``。"
208208

209209
#: ../../library/symtable.rst:180
210210
msgid "Return ``True`` if name binding introduces new namespace."
211-
msgstr ""
211+
msgstr "如果符号名绑定引入了新的命名空间,则返回 ``True``。"
212212

213213
#: ../../library/symtable.rst:182
214214
msgid ""
215215
"If the name is used as the target of a function or class statement, this "
216216
"will be true."
217-
msgstr ""
217+
msgstr "如果符号名用于 function 或 class 语句,则为 True。"
218218

219219
#: ../../library/symtable.rst:185
220220
msgid "For example::"
@@ -226,13 +226,15 @@ msgid ""
226226
"``True``, the name may also be bound to other objects, like an int or list, "
227227
"that does not introduce a new namespace."
228228
msgstr ""
229+
"注意,一个符号名可以与多个对象绑定。如果结果为 ``True``,则该符号名还可以绑定到其他对象上,比如 int 或 list "
230+
",且不会引入新的命名空间。"
229231

230232
#: ../../library/symtable.rst:197
231233
msgid "Return a list of namespaces bound to this name."
232-
msgstr ""
234+
msgstr "返回与符号名绑定的命名空间的列表。"
233235

234236
#: ../../library/symtable.rst:201
235237
msgid ""
236238
"Return the namespace bound to this name. If more than one namespace is "
237239
"bound, :exc:`ValueError` is raised."
238-
msgstr ""
240+
msgstr "返回与符号名绑定的命名空间。如果绑定的命名空间超过一个,则会触发 :exc:`ValueError`。"

0 commit comments

Comments
 (0)