@@ -240,7 +240,7 @@ msgstr "Roundup 下载和文档。"
240240
241241#: ../../whatsnew/2.6.rst:193
242242msgid "https://svn.python.org/view/tracker/importer/"
243- msgstr ""
243+ msgstr "https://svn.python.org/view/tracker/importer/ "
244244
245245#: ../../whatsnew/2.6.rst:194
246246msgid "Martin von Löwis's conversion scripts."
@@ -305,15 +305,15 @@ msgstr "描述如何编写Python文档。"
305305
306306#: ../../whatsnew/2.6.rst:239
307307msgid "`Sphinx <https://www.sphinx-doc.org/>`__"
308- msgstr ""
308+ msgstr "`Sphinx <https://www.sphinx-doc.org/>`__ "
309309
310310#: ../../whatsnew/2.6.rst:239
311311msgid "Documentation and code for the Sphinx toolchain."
312312msgstr "Sphinx工具链的文档和代码。"
313313
314314#: ../../whatsnew/2.6.rst:241
315315msgid "`Docutils <https://docutils.sourceforge.io>`__"
316- msgstr ""
316+ msgstr "`Docutils <https://docutils.sourceforge.io>`__ "
317317
318318#: ../../whatsnew/2.6.rst:242
319319msgid "The underlying reStructuredText parser and toolset."
@@ -990,29 +990,29 @@ msgstr ""
990990
991991#: ../../whatsnew/2.6.rst:871
992992msgid "The signature of the new function is::"
993- msgstr ""
993+ msgstr "新函数的签名为:: "
994994
995995#: ../../whatsnew/2.6.rst:876
996996msgid "The parameters are:"
997997msgstr "形参包括:"
998998
999999#: ../../whatsnew/2.6.rst:878
10001000msgid "*args*: positional arguments whose values will be printed out."
1001- msgstr ""
1001+ msgstr "*args*: 相应值将会被打印的位置参数。 "
10021002
10031003#: ../../whatsnew/2.6.rst:879
10041004msgid "*sep*: the separator, which will be printed between arguments."
1005- msgstr ""
1005+ msgstr "*sep*: 分隔符,它将在参数之间被打印。 "
10061006
10071007#: ../../whatsnew/2.6.rst:880
10081008msgid ""
10091009"*end*: the ending text, which will be printed after all of the arguments "
10101010"have been output."
1011- msgstr ""
1011+ msgstr "*end*: 结束文本,它将在所有参数输出完毕之后被打印。 "
10121012
10131013#: ../../whatsnew/2.6.rst:882
10141014msgid "*file*: the file object to which the output will be sent."
1015- msgstr ""
1015+ msgstr "*file*: 将被作为输出发送目标的文件对象。 "
10161016
10171017#: ../../whatsnew/2.6.rst:886
10181018msgid ":pep:`3105` - Make print a function"
0 commit comments