File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ msgid ""
2727"Python is a mature programming language which has established a reputation "
2828"for stability. In order to maintain this reputation, the developers would "
2929"like to know of any deficiencies you find in Python."
30- msgstr "Python 是一门成熟的编程语言,以稳定著称。为了维持这种声誉,开发者想知道您在 Python 中找到的任何缺陷 。"
30+ msgstr "Python 是一门成熟的编程语言,以稳定著称。为了维持这种声誉,开发者想知道您在 Python 中找到的所有缺陷 。"
3131
3232#: ../../bugs.rst:11
3333msgid ""
@@ -49,7 +49,7 @@ msgid ""
4949"tracker>`. If you have a suggestion how to fix it, include that as well."
5050msgstr ""
5151"如果您在本文档中发现了错误并打算帮助我们改进,请将错误提交到 :ref:`tracker <using-the-"
52- "tracker>`。如果您有修改建议 ,请一并提交。"
52+ "tracker>`。如果您有建议 ,请一并提交。"
5353
5454#: ../../bugs.rst:22
5555msgid ""
@@ -58,7 +58,7 @@ msgid ""
5858"'docs@' is a mailing list run by volunteers; your request will be noticed, "
5959"though it may take a while to be processed."
6060msgstr ""
61- "如果您时间有限,还可以通过电子邮件将文档的错误报告发送至 [email protected] (行为性错误请发送至 python-" 61+ "如果您时间有限,还可以通过电子邮件将文档的错误报告发送至 [email protected] (代码运行错误请发送至 python-" 6262"[email protected] )。“docs@”是一个由志愿者运作的邮件列表;您的请求会得到关注,但可能需要一些时间才会被处理。" 6363
6464#: ../../bugs.rst:28
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ msgstr ""
1010"Report-Msgid-Bugs-To : \n "
1111"POT-Creation-Date : 2018-06-30 05:56+0900\n "
1212"PO-Revision-Date : YEAR-MO-DA HO:MI+ZONE\n "
13- "Last-Translator : sunsol s <sunsolzn @gmail.com>, 2018\n "
13+ "Last-Translator : Larry wang <larry.wang.801 @gmail.com>, 2018\n "
1414"Language-Team : Chinese (China) (https://www.transifex.com/python-doc/teams/5390/zh_CN/)\n "
1515"MIME-Version : 1.0\n "
1616"Content-Type : text/plain; charset=UTF-8\n "
@@ -41,19 +41,19 @@ msgstr ":mod:`wave`模块定义了以下函数和异常: "
4141msgid ""
4242"If *file* is a string, open the file by that name, otherwise treat it as a "
4343"file-like object. *mode* can be:"
44- msgstr ""
44+ msgstr "如果*file*是一个字符串,打开对应文件名的文件。否则就把它作为文件对象来处理,*mode*这个参数可以是一下几个值: "
4545
4646#: ../../library/wave.rst:26
4747msgid "``'rb'``"
48- msgstr ""
48+ msgstr "``'rb'`` "
4949
5050#: ../../library/wave.rst:26
5151msgid "Read only mode."
5252msgstr "只读。"
5353
5454#: ../../library/wave.rst:29
5555msgid "``'wb'``"
56- msgstr ""
56+ msgstr "``'wb'`` "
5757
5858#: ../../library/wave.rst:29
5959msgid "Write only mode."
Original file line number Diff line number Diff line change @@ -42,6 +42,10 @@ msgid ""
4242"like to see a more formal definition of the language, maybe you could "
4343"volunteer your time --- or invent a cloning machine :-)."
4444msgstr ""
45+ "我希望尽可能地保证内容精确无误,但还是选择使用自然词句进行描述,正式的规格定义仅用于句法和词法解析。这样应该能使文档对于普通人来说更易理解,但也可能导致一些歧义。因此,如果你是来自火星并且想凭借这份文档把"
46+ " Python 重新实现一遍,也许有时需要自行猜测,实际上最终大概会得到一个十分不同的语言。而在另一方面,如果你正来使用 Python "
47+ "并且想了解有关该语言特定领域的精确规则,你应该能够在这里找到它们。如果你希望查看对该语言更正式的定义,也许你可以花些时间自己写上一份 --- "
48+ "或者发明一台克隆机器 :-)"
4549
4650#: ../../reference/introduction.rst:23
4751msgid ""
@@ -54,6 +58,10 @@ msgid ""
5458"implementation imposes additional limitations. Therefore, you'll find short "
5559"\" implementation notes\" sprinkled throughout the text."
5660msgstr ""
61+ "在语言参考文档里加入过多的实现细节是很危险的 --- 具体实现可能发生改变,对同一语言的其他实现可能使用不同的方式。而在另一方面,CPython "
62+ "是得到广泛使用的 Python 实现 "
63+ "(然而其他一些实现的拥护者也在增加),其中的特殊细节有时也值得一提,特别是当其实现方式导致额外的限制时。因此,你会发现在正文不时会跳出来一些简短的 "
64+ "\" 实现注释\" 。"
5765
5866#: ../../reference/introduction.rst:32
5967msgid ""
@@ -62,10 +70,12 @@ msgid ""
6270"modules are mentioned when they interact in a significant way with the "
6371"language definition."
6472msgstr ""
73+ "每种 Python 实现都带有一些内置和标准的模块。相关的文档可参见 :ref:`library-index` "
74+ "索引。少数内置模块也会在此提及,如果它们同语言描述存在明显的关联。"
6575
6676#: ../../reference/introduction.rst:41
6777msgid "Alternate Implementations"
68- msgstr ""
78+ msgstr "其他实现 "
6979
7080#: ../../reference/introduction.rst:43
7181msgid ""
You can’t perform that action at this time.
0 commit comments