@@ -18,7 +18,7 @@ msgid ""
1818msgstr ""
1919"Project-Id-Version : Python 3.8\n "
2020"Report-Msgid-Bugs-To : \n "
21- "POT-Creation-Date : 2024-05-10 16:27 +0000\n "
21+ "POT-Creation-Date : 2024-07-05 17:08 +0000\n "
2222"PO-Revision-Date : 2020-05-30 12:17+0000\n "
2323"
Last-Translator :
Freesand Leo <[email protected] >, 2024\n "
2424"Language-Team : Chinese (China) (https://app.transifex.com/python-doc/teams/5390/zh_CN/)\n "
@@ -272,6 +272,9 @@ msgid ""
272272"provided attractive printed output while remaining straightforward to write "
273273"once the basic rules of the markup were learned."
274274msgstr ""
275+ "自 1989 年左右项目启动以来,Python 文档一直使用 LaTeX 编写。在 1980 年代和 1990 "
276+ "年代早期,大多数文档都是打印出来供日后学习的,而不是在网上查看。 LaTeX "
277+ "被广泛使用,因为它既能提供美观的打印输出,又能在掌握了标记的基本规则后直接进行编写。"
275278
276279#: ../../whatsnew/2.6.rst:206
277280msgid ""
@@ -285,6 +288,10 @@ msgid ""
285288"into SGML and later XML, but performing a good conversion is a major task "
286289"and no one ever committed the time required to finish the job."
287290msgstr ""
291+ "如今 LaTeX 仍被用于编写印刷出版物,但编程工具的格局已经发生了变化。 我们不再打印成堆的文档,取而代之的是在线浏览,HTML "
292+ "已成为最重要的支持格式。 不幸的是,将 LaTeX 转换为 HTML 相当复杂,长期担任 Python 文档编辑的 Fred L. Drake Jr. "
293+ "花了许多时间在维护转换过程上。 偶尔有人会建议将文档转换成 SGML,之后再转换成 "
294+ "XML,但进行良好的转换是一项艰巨的任务,从来没有人投入所需的时间来完成这项工作。"
288295
289296#: ../../whatsnew/2.6.rst:217
290297msgid ""
@@ -300,6 +307,8 @@ msgid ""
300307"input format is reStructuredText, a markup syntax supporting custom "
301308"extensions and directives that is commonly used in the Python community."
302309msgstr ""
310+ "Sphinx 专注于 HTML 输出,可生成吸引人风格的现代 HTML;通过转换为 LaTeX,仍可支持打印输出。输入格式是 "
311+ "reStructuredText,这是一种支持自定义扩展和指令的标记语法,在 Python 社区很常用。"
303312
304313#: ../../whatsnew/2.6.rst:228
305314msgid ""
0 commit comments