55#
66# Translators:
77# Shengjing Zhu <[email protected] >, 20218- # Freesand Leo <[email protected] >, 20219810910+ # Freesand Leo <[email protected] >, 20231111#
1212#, fuzzy
1313msgid ""
@@ -16,7 +16,7 @@ msgstr ""
1616"Report-Msgid-Bugs-To : \n "
1717"POT-Creation-Date : 2023-08-04 14:13+0000\n "
1818"PO-Revision-Date : 2021-06-28 00:56+0000\n "
19- "Last-Translator : nick <2330458484@qq .com>, 2021 \n "
19+ "Last-Translator : Freesand Leo <yuqinju@163 .com>, 2023 \n "
2020"Language-Team : Chinese (China) (https://app.transifex.com/python-doc/teams/5390/zh_CN/)\n "
2121"MIME-Version : 1.0\n "
2222"Content-Type : text/plain; charset=UTF-8\n "
@@ -268,6 +268,10 @@ msgid ""
268268" is required, ``False`` if the line was dealt with in some way (this is the "
269269"same as :meth:`!runsource`)."
270270msgstr ""
271+ "将一行源代码文本推入解释器。 行内容不应带有末尾换行符;它可以有内部换行符。 行内容会被添加到一缓冲区然后调用解释器的 "
272+ ":meth:`~InteractiveInterpreter.runsource` 方法并附带缓冲区内容的拼接结果作为源文本。 "
273+ "如果提示命令已执行或不合法,缓冲区将被重置;在其他情况下,则命令结束,缓冲区将在添加行后保持原样。 如果需要更多的输入则返回值为 "
274+ "``True``,如果行已按某种方式被处理则返回值为 ``False`` (这与 :meth:`!runsource` 相同)。"
271275
272276#: ../../library/code.rst:176
273277msgid "Remove any unhandled source text from the input buffer."
0 commit comments