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

Skip to content

Commit f37ea29

Browse files
[po] auto sync
1 parent f6a2a90 commit f37ea29

1 file changed

Lines changed: 9 additions & 7 deletions

File tree

library/symtable.po

Lines changed: 9 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@
55
#
66
# Translators:
77
# dannyvi <[email protected]>, 2019
8-
# Dai Xu <[email protected]>, 2021
98
# Freesand Leo <[email protected]>, 2021
9+
# Dai Xu <[email protected]>, 2021
1010
#
1111
#, fuzzy
1212
msgid ""
@@ -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
194194
msgid "Return ``True`` if the symbol is assigned to in its block."
195-
msgstr ""
195+
msgstr "如果符号在代码块中赋值,则返回 ``True``。"
196196

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

201201
#: ../../library/symtable.rst:168
202202
msgid ""
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
208208
msgid "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."
216216
msgstr ""
217+
"注意,一个符号名可以与多个对象绑定。如果结果为 ``True``,则该符号名还可以绑定到其他对象上,比如 int 或 list "
218+
",且不会引入新的命名空间。"
217219

218220
#: ../../library/symtable.rst:183
219221
msgid "Return a list of namespaces bound to this name."
220-
msgstr ""
222+
msgstr "返回与符号名绑定的命名空间的列表。"
221223

222224
#: ../../library/symtable.rst:187
223225
msgid ""
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

Comments
 (0)