@@ -110,10 +110,12 @@ msgid ""
110110"libraries. More information can be found at `the Jython website "
111111"<http://www.jython.org/>`_."
112112msgstr ""
113+ "以 Java 语言编写的 Python 实现。此实现可以作为 Java 应用的一个脚本语言,或者可以用来创建需要 Java "
114+ "类库支持的应用。想了解更多信息可访问 `Jython 网站 <http://www.jython.org/>`_。"
113115
114116#: ../../reference/introduction.rst:63
115117msgid "Python for .NET"
116- msgstr ""
118+ msgstr "Python for .NET "
117119
118120#: ../../reference/introduction.rst:60
119121msgid ""
@@ -122,10 +124,12 @@ msgid ""
122124" by Brian Lloyd. For more information, see the `Python for .NET home page "
123125"<https://pythonnet.github.io/>`_."
124126msgstr ""
127+ "此实现实际上使用了 CPython 实现,但是属于 .NET 托管应用并且可以引入 .NET 类库。它的创造者是 Brian "
128+ "Lloyd。想了解详情可访问 `Python for .NET 主页 <https://pythonnet.github.io/>`_。"
125129
126130#: ../../reference/introduction.rst:69
127131msgid "IronPython"
128- msgstr ""
132+ msgstr "IronPython "
129133
130134#: ../../reference/introduction.rst:66
131135msgid ""
@@ -135,10 +139,13 @@ msgid ""
135139" For more information, see `the IronPython website "
136140"<http://ironpython.net/>`_."
137141msgstr ""
142+ "另一个 .NET 的 Python 实现,与 Python.NET 不同点在于它是生成 IL 的完全 Python 实现,并且将 Python "
143+ "代码直接编译为 .NET 程序集。它的创造者就最初创造了 Jython 的 Jim Hugunin。想了解详情可访问 `IronPython 网站 "
144+ "<http://ironpython.net/>`_。"
138145
139146#: ../../reference/introduction.rst:77
140147msgid "PyPy"
141- msgstr ""
148+ msgstr "PyPy "
142149
143150#: ../../reference/introduction.rst:72
144151msgid ""
@@ -150,6 +157,9 @@ msgid ""
150157"information is available on `the PyPy project's home page "
151158"<http://pypy.org/>`_."
152159msgstr ""
160+ "完全使用 Python 语言编写的 Python 实现。它支持多个其他实现所没有的高级特性,例如非栈式支持和 JIT "
161+ "编译器等。此项目的目标之一是通过允许方便地修改解释器 (因为它是用 Python 编写的),鼓励该对语言本身进行试验。想了解详情可访问 `PyPy "
162+ "项目主页 <http://pypy.org/>`_。"
153163
154164#: ../../reference/introduction.rst:79
155165msgid ""
0 commit comments