33# This file is distributed under the same license as the Python package.
44# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
55#
6+ # Translators:
7+ # Junkai Shao <[email protected] >, 20178+ # cdarlint <[email protected] >, 20179+ #
610#, fuzzy
711msgid ""
812msgstr ""
913"Project-Id-Version : Python 3.7\n "
1014"Report-Msgid-Bugs-To : \n "
1115"POT-Creation-Date : 2018-06-30 05:56+0900\n "
12- "PO-Revision-Date : YEAR-MO-DA HO:MI+ZONE \n "
16+ "PO-Revision-Date : 2017-02-16 23:40+0000 \n "
1317"
Last-Translator :
cdarlint <[email protected] >, 2017\n "
1418"Language-Team : Chinese (China) (https://www.transifex.com/python-doc/teams/5390/zh_CN/)\n "
1519"MIME-Version : 1.0\n "
@@ -20,7 +24,7 @@ msgstr ""
2024
2125#: ../../tutorial/index.rst:5
2226msgid "The Python Tutorial"
23- msgstr "Python教程 "
27+ msgstr "Python 教程 "
2428
2529#: ../../tutorial/index.rst:7
2630msgid ""
@@ -30,7 +34,8 @@ msgid ""
3034"with its interpreted nature, make it an ideal language for scripting and "
3135"rapid application development in many areas on most platforms."
3236msgstr ""
33- "Python是一种易于学习又功能强大的编程语言。它提供了高效的高层次的数据结构,还有简单有效的面向对象编程。Python优雅的语法和动态类型,以及解释型语言的本质,使它成为多数平台上写脚本和快速开发应用的理想语言。"
37+ "Python 是一种易于学习又功能强大的编程语言。它提供了高效的高级数据结构,还有简单有效的面向对象编程。Python "
38+ "优雅的语法和动态类型,以及解释型语言的本质,使它成为多数平台上写脚本和快速开发应用的理想语言。"
3439
3540#: ../../tutorial/index.rst:13
3641msgid ""
@@ -40,15 +45,17 @@ msgid ""
4045"site also contains distributions of and pointers to many free third party "
4146"Python modules, programs and tools, and additional documentation."
4247msgstr ""
43- "多数平台上的Python解释器以及丰富的标准库的源码和执行文件,都可以在Python官网,https://www.python.org/,免费自由地下载。这个网站上也提供一些链接,包括第三方Python模块、程序、工具等,以及额外的文档。"
48+ "多数平台上的Python 解释器以及丰富的标准库的源码和执行文件,都可以在Python 官网,https://www.python.org/ "
49+ ",免费自由地下载。这个网站上也提供一些链接,包括第三方Python模块、程序、工具等,以及额外的文档。"
4450
4551#: ../../tutorial/index.rst:19
4652msgid ""
4753"The Python interpreter is easily extended with new functions and data types "
4854"implemented in C or C++ (or other languages callable from C). Python is also"
4955" suitable as an extension language for customizable applications."
5056msgstr ""
51- "Python解释器易于扩展,可以使用C或C++(或者其他可以从C调用的语言)扩展新的功能和数据类型。Python也可用于可定制化软件中的扩展程序语言。"
57+ "Python 解释器易于扩展,可以使用C或C++(或者其他可以从C调用的语言)扩展新的功能和数据类型。Python "
58+ "也可用于可定制化软件中的扩展程序语言。"
5259
5360#: ../../tutorial/index.rst:23
5461msgid ""
@@ -57,7 +64,8 @@ msgid ""
5764"interpreter handy for hands-on experience, but all examples are self-"
5865"contained, so the tutorial can be read off-line as well."
5966msgstr ""
60- "这个教程非正式地介绍Python语言和系统的基本概念和功能。最好在阅读的时候有一个Python解释器做一些练习,不过所有的例子都是相互独立的,所以这个教程也可以离线阅读。"
67+ "这个教程非正式地介绍Python 语言和系统的基本概念和功能。最好在阅读的时候有一个Python "
68+ "解释器做一些练习,不过所有的例子都是相互独立的,所以这个教程也可以离线阅读。"
6169
6270#: ../../tutorial/index.rst:28
6371msgid ""
@@ -68,7 +76,7 @@ msgid ""
6876msgstr ""
6977"有关标准的对象和模块,参阅 :ref:`library-index`。:ref:`reference-index` "
7078"提供了更正式的语言参考。要写C或者C++扩展,参考 :ref:`extending-index` 和 :ref:`c-api-"
71- "index`。也有不少书籍深入讲解Python。"
79+ "index`。也有不少书籍深入讲解Python 。"
7280
7381#: ../../tutorial/index.rst:33
7482msgid ""
@@ -79,8 +87,8 @@ msgid ""
7987"write Python modules and programs, and you will be ready to learn more about"
8088" the various Python library modules described in :ref:`library-index`."
8189msgstr ""
82- "这个教程并没有完整包含每一个功能,甚至常用功能可能也没有全部涉及。这个教程只介绍Python中最值得注意的功能,也会让你体会到这个语言的风格特色。学习完这个教程,你将可以阅读和编写Python模块和程序,也可以开始学习更多的Python库模块,详见 "
83- " :ref:`library-index`。"
90+ "这个教程并没有完整包含每一个功能,甚至常用功能可能也没有全部涉及。这个教程只介绍Python中最值得注意的功能,也会让你体会到这个语言的风格特色。学习完这个教程,你将可以阅读和编写Python "
91+ " 模块和程序,也可以开始学习更多的Python 库模块,详见 :ref:`library-index`。"
8492
8593#: ../../tutorial/index.rst:40
8694msgid "The :ref:`glossary` is also worth going through."
0 commit comments