@@ -42,6 +42,7 @@ msgid ""
4242"The default Python prompt of the :term:`interactive` shell. Often seen for "
4343"code examples which can be executed interactively in the interpreter."
4444msgstr ""
45+ ":term:`interactive` shell 中默认的 Python 提示符。 往往会显示于能以交互方式在解释器里执行的样例代码之前。"
4546
4647#: ../../glossary.rst:15
4748msgid "``...``"
@@ -58,6 +59,8 @@ msgid ""
5859"right delimiters (parentheses, square brackets, curly braces or triple "
5960"quotes), or after specifying a decorator."
6061msgstr ""
62+ ":term:`interactive` shell 中输入特殊代码时默认的 Python "
63+ "提示符,特殊代码包括缩进的代码块,左右成对分隔符(圆括号、方括号、花括号或三重引号等)之内,或是在指定一个装饰器之后。"
6164
6265#: ../../glossary.rst:24
6366msgid "The :const:`Ellipsis` built-in constant."
@@ -1021,6 +1024,8 @@ msgid ""
10211024"variable, range, and an optional :keyword:`!if` clause. The combined "
10221025"expression generates values for an enclosing function::"
10231026msgstr ""
1027+ "返回一个 :term:`iterator` 的 :term:`expression`。 它看起来很像普通表达式后带有定义了一个循环变量、范围的 "
1028+ ":keyword:`!for` 子句,以及一个可选的 :keyword:`!if` 子句。 以下复合表达式会为外层函数生成一系列值::"
10241029
10251030#: ../../glossary.rst:515
10261031msgid "generic function"
@@ -2128,13 +2133,13 @@ msgstr "另参见 :term:`namespace package`。"
21282133
21292134#: ../../glossary.rst:1088
21302135msgid "REPL"
2131- msgstr ""
2136+ msgstr "REPL "
21322137
21332138#: ../../glossary.rst:1090
21342139msgid ""
21352140"An acronym for the \" read–eval–print loop\" , another name for the "
21362141":term:`interactive` interpreter shell."
2137- msgstr ""
2142+ msgstr "“读取-求值-打印循环”的同义词,:term:`interactive` 解释器 shell 的另一个名字。 "
21382143
21392144#: ../../glossary.rst:1092
21402145msgid "__slots__"
@@ -2227,7 +2232,7 @@ msgstr ""
22272232
22282233#: ../../glossary.rst:1135
22292234msgid "soft deprecated"
2230- msgstr ""
2235+ msgstr "软弃用 "
22312236
22322237#: ../../glossary.rst:1137
22332238msgid ""
@@ -2254,6 +2259,8 @@ msgid ""
22542259"See `PEP 387: Soft Deprecation <https://peps.python.org/pep-0387/#soft-"
22552260"deprecation>`_."
22562261msgstr ""
2262+ "参见 `PEP 387: Soft Deprecation <https://peps.python.org/pep-0387/#soft-"
2263+ "deprecation>`_。"
22572264
22582265#: ../../glossary.rst:1150
22592266msgid "special method"
0 commit comments