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

Skip to content

Commit c018d01

Browse files
[po] auto sync
1 parent 2a1cfe4 commit c018d01

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
# jaystone776 <[email protected]>, 2021
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-06-29 12:56+0000\n"
1717
"PO-Revision-Date: 2021-06-28 01:14+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"
@@ -200,17 +200,17 @@ msgstr "如果符号在代码块中被引用,但未赋值,则返回 ``True``
200200

201201
#: ../../library/symtable.rst:172
202202
msgid "Return ``True`` if the symbol is assigned to in its block."
203-
msgstr ""
203+
msgstr "如果符号在代码块中赋值,则返回 ``True``。"
204204

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

209209
#: ../../library/symtable.rst:178
210210
msgid ""
211211
"If the name is used as the target of a function or class statement, this "
212212
"will be true."
213-
msgstr ""
213+
msgstr "如果符号名用于函数或类定义语句,则为 True。"
214214

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

226228
#: ../../library/symtable.rst:193
227229
msgid "Return a list of namespaces bound to this name."
228-
msgstr ""
230+
msgstr "返回与符号名绑定的命名空间的列表。"
229231

230232
#: ../../library/symtable.rst:197
231233
msgid ""
232234
"Return the namespace bound to this name. If more than one namespace is "
233235
"bound, :exc:`ValueError` is raised."
234-
msgstr ""
236+
msgstr "返回与符号名绑定的命名空间。如果绑定的命名空间超过一个,则会触发 :exc:`ValueError`。"

0 commit comments

Comments
 (0)