55#
66# Translators:
77# Junkai Shao <[email protected] >, 20178+ # Freesand Leo <[email protected] >, 201789# cdarlint <[email protected] >, 2017910#
1011#, fuzzy
@@ -45,16 +46,16 @@ msgid ""
4546"site also contains distributions of and pointers to many free third party "
4647"Python modules, programs and tools, and additional documentation."
4748msgstr ""
48- "多数平台上的Python 解释器以及丰富的标准库的源码和执行文件,都可以在Python 官网, https://www.python.org/ "
49- ",免费自由地下载。这个网站上也提供一些链接,包括第三方Python模块、程序、工具等,以及额外的文档 。"
49+ "Python 解释器及丰富的标准库以源码或机器码的形式提供,可以到 Python 官网 https://www.python.org/ "
50+ "免费获取适用于各个主要系统平台的版本,并可自由地分发。这个网站还包含许多免费第三方 Python 模块、程序和工具以及附加文档的发布页面或链接 。"
5051
5152#: ../../tutorial/index.rst:19
5253msgid ""
5354"The Python interpreter is easily extended with new functions and data types "
5455"implemented in C or C++ (or other languages callable from C). Python is also"
5556" suitable as an extension language for customizable applications."
5657msgstr ""
57- "Python 解释器易于扩展,可以使用C或C ++(或者其他可以从C调用的语言 )扩展新的功能和数据类型。Python "
58+ "Python 解释器易于扩展,可以使用 C 或 C ++(或者其他可以通过 C 调用的语言 )扩展新的功能和数据类型。Python "
5859"也可用于可定制化软件中的扩展程序语言。"
5960
6061#: ../../tutorial/index.rst:23
@@ -64,8 +65,8 @@ msgid ""
6465"interpreter handy for hands-on experience, but all examples are self-"
6566"contained, so the tutorial can be read off-line as well."
6667msgstr ""
67- "这个教程非正式地介绍Python 语言和系统的基本概念和功能。最好在阅读的时候有一个Python "
68- "解释器做一些练习 ,不过所有的例子都是相互独立的,所以这个教程也可以离线阅读。"
68+ "这个教程非正式地介绍 Python 语言和系统的基本概念和功能。最好在阅读的时候准备一个 Python "
69+ "解释器进行练习 ,不过所有的例子都是相互独立的,所以这个教程也可以离线阅读。"
6970
7071#: ../../tutorial/index.rst:28
7172msgid ""
@@ -74,9 +75,9 @@ msgid ""
7475"write extensions in C or C++, read :ref:`extending-index` and :ref:`c-api-"
7576"index`. There are also several books covering Python in depth."
7677msgstr ""
77- "有关标准的对象和模块,参阅 :ref:`library-index`。:ref:`reference-index` "
78- "提供了更正式的语言参考。要写C或者C++扩展,参考 :ref:`extending-index` 和 :ref:`c-api-"
79- "index`。也有不少书籍深入讲解Python 。"
78+ "有关标准的对象和模块,参阅 :ref:`library-index`。:ref:`reference-index` 提供了更正式的语言参考。想要编写 C "
79+ " 或者 C++ 扩展可以参考 :ref:`extending-index` 和 :ref:`c-api-index`。也有不少书籍深入讲解Python "
80+ "。"
8081
8182#: ../../tutorial/index.rst:33
8283msgid ""
@@ -87,8 +88,9 @@ msgid ""
8788"write Python modules and programs, and you will be ready to learn more about"
8889" the various Python library modules described in :ref:`library-index`."
8990msgstr ""
90- "这个教程并没有完整包含每一个功能,甚至常用功能可能也没有全部涉及。这个教程只介绍Python中最值得注意的功能,也会让你体会到这个语言的风格特色。学习完这个教程,你将可以阅读和编写Python"
91- " 模块和程序,也可以开始学习更多的Python 库模块,详见 :ref:`library-index`。"
91+ "这个教程并没有完整包含每一个功能,甚至常用功能可能也没有全部涉及。这个教程只介绍 Python "
92+ "中最值得注意的功能,也会让你体会到这个语言的风格特色。学习完这个教程,你将可以阅读和编写 Python 模块和程序,也可以开始学习更多的 Python "
93+ "库模块,详见 :ref:`library-index`。"
9294
9395#: ../../tutorial/index.rst:40
9496msgid "The :ref:`glossary` is also worth going through."
0 commit comments