44# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
55#
66# Translators:
7- # Shengjing Zhu <[email protected] >, 202187# df2dc1c92e792f7ae8417c51df43db8f_594d92a <0f49be28017426edb1db1a2ab6e67088_717605>, 2021
9- # Siyuan Xu, 2021
10- # Freesand Leo <[email protected] >, 20218+ # jaystone776 <[email protected] >, 2022119#
1210#, fuzzy
1311msgid ""
@@ -16,7 +14,7 @@ msgstr ""
1614"Report-Msgid-Bugs-To : \n "
1715"POT-Creation-Date : 2021-07-27 13:07+0000\n "
1816"PO-Revision-Date : 2021-06-28 01:50+0000\n "
19- "Last-Translator : Freesand Leo <yuqinju@163 .com>, 2021 \n "
17+ "Last-Translator : jaystone776 <1732865113@qq .com>, 2022 \n "
2018"Language-Team : Chinese (China) (https://www.transifex.com/python-doc/teams/5390/zh_CN/)\n "
2119"MIME-Version : 1.0\n "
2220"Content-Type : text/plain; charset=UTF-8\n "
@@ -36,8 +34,8 @@ msgid ""
3634"with its interpreted nature, make it an ideal language for scripting and "
3735"rapid application development in many areas on most platforms."
3836msgstr ""
39- "Python 是一种易于学习又功能强大的编程语言 。它提供了高效的高级数据结构,还能简单有效地面向对象编程。Python "
40- "优雅的语法和动态类型,以及解释型语言的本质 ,使它成为多数平台上写脚本和快速开发应用的理想语言。"
37+ "Python 是一门易于学习、功能强大的编程语言 。它提供了高效的高级数据结构,还能简单有效地面向对象编程。Python "
38+ "优雅的语法和动态类型以及解释型语言的本质 ,使它成为多数平台上写脚本和快速开发应用的理想语言。"
4139
4240#: ../../tutorial/index.rst:13
4341msgid ""
@@ -47,18 +45,18 @@ msgid ""
4745"site also contains distributions of and pointers to many free third party "
4846"Python modules, programs and tools, and additional documentation."
4947msgstr ""
50- "Python 解释器及丰富的标准库在 Python 官网 https://www.python.org/ "
51- "上以源码或适用于各主要系统平台的机器码形式免费提供, 并可自由地分发。 该网站还包含许多免费的第三方 Python "
52- "模块、程序和工具的发布包及其附加文档的链接 。"
48+ "Python 官网( https://www.python.org/)上免费提供了 Python "
49+ "解释器和扩展的标准库,包括源码和适用于各操作系统的机器码形式, 并可自由地分发。Python 官网还包含许多免费的第三方 Python "
50+ "模块、程序和工具发布包及文档链接 。"
5351
5452#: ../../tutorial/index.rst:19
5553msgid ""
5654"The Python interpreter is easily extended with new functions and data types "
5755"implemented in C or C++ (or other languages callable from C). Python is also"
5856" suitable as an extension language for customizable applications."
5957msgstr ""
60- "Python 解释器易于扩展,可以使用 C 或 C++(或者其他可以从 C 调用的语言)扩展新的功能和数据类型 。Python "
61- "也可用作可定制化软件中的扩展程序语言 。"
58+ "Python 解释器易于扩展,使用 C 或 C++(或其他 C 能调用的语言)即可为 Python 扩展新功能和数据类型 。Python "
59+ "也可用作定制软件中的扩展程序语言 。"
6260
6361#: ../../tutorial/index.rst:23
6462msgid ""
@@ -67,8 +65,8 @@ msgid ""
6765"interpreter handy for hands-on experience, but all examples are self-"
6866"contained, so the tutorial can be read off-line as well."
6967msgstr ""
70- "这个教程非正式地介绍了 Python 语言和系统的基本概念和功能。最好在阅读的时候准备一个 Python "
71- "解释器进行练习。所有的例子都是相互独立的,所以这个教程也可以离线阅读 。"
68+ "本教程只是简单介绍了 Python 语言概念和功能。读者在阅读本教程时最好使用 Python "
69+ "解释器以便随时动手练习。本教程中的所有示例都是相互独立的。本教程可以离线阅读 。"
7270
7371#: ../../tutorial/index.rst:28
7472msgid ""
@@ -77,9 +75,9 @@ msgid ""
7775"write extensions in C or C++, read :ref:`extending-index` and :ref:`c-api-"
7876"index`. There are also several books covering Python in depth."
7977msgstr ""
80- "有关标准的对象和模块,请参阅 :ref:`library-index`。:ref:`reference-index` 提供了更正式的语言定义。想要编写 "
81- "C 或者 C ++ 扩展可以参考 :ref:`extending-index` 和 :ref:`c-api-index`。另外还有不少书籍深入讲解 "
82- "Python 。"
78+ "标准库与模块的内容详见 :ref:`library-index`。:ref:`reference-index` 是更正规的语言定义。如要编写 C 或 "
79+ "C++ 扩展请参考 :ref:`extending-index` 和 :ref:`c-api-index`。此外,深入讲解 Python "
80+ "的书籍也有很多 。"
8381
8482#: ../../tutorial/index.rst:33
8583msgid ""
@@ -90,10 +88,9 @@ msgid ""
9088"write Python modules and programs, and you will be ready to learn more about"
9189" the various Python library modules described in :ref:`library-index`."
9290msgstr ""
93- "这个教程并没有完整地介绍每一个功能,甚至可能没有涉及全部的常用功能。这个教程只介绍 Python "
94- "中最值得注意的功能,也会让你体会到这个语言的风格特色。学习完这个教程,你将可以阅读和编写 Python 模块和程序,也可以开始学习 "
95- ":ref:`library-index`。"
91+ "本教程对每一个功能的介绍并不完整,甚至没有涉及全部的常用功能,只是介绍了 Python 中最值得学习的功能,旨在让读者快速感受到 Python "
92+ "语言的特色。学完本教程的读者可以阅读和编写 Python 模块和程序,也可以开始学习 :ref:`library-index`。"
9693
9794#: ../../tutorial/index.rst:40
9895msgid "The :ref:`glossary` is also worth going through."
99- msgstr ":ref:`glossary` 也很值得一读 。"
96+ msgstr "强烈推荐阅读 :ref:`glossary`。"
0 commit comments