Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit a77a6b7

Browse files
committed
[po] auto sync bot
1 parent 8ae1a24 commit a77a6b7

2 files changed

Lines changed: 16 additions & 4 deletions

File tree

distutils/extending.po

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +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: 刘士 <[email protected]>, 2018\n"
1314
"Language-Team: Chinese (China) (https://www.transifex.com/python-doc/teams/5390/zh_CN/)\n"
1415
"MIME-Version: 1.0\n"
1516
"Content-Type: text/plain; charset=UTF-8\n"
@@ -19,7 +20,7 @@ msgstr ""
1920

2021
#: ../../distutils/extending.rst:5
2122
msgid "Extending Distutils"
22-
msgstr ""
23+
msgstr "扩展 Distutils"
2324

2425
#: ../../distutils/extending.rst:7
2526
msgid ""
@@ -29,6 +30,7 @@ msgid ""
2930
"while replacements for existing commands may be made to modify details of "
3031
"how the command operates on a package."
3132
msgstr ""
33+
"Distutils可以通过各种方式扩展。大多数扩展都采用新命令或现有命令的替换形式。例如,可以编写新命令以支持新的特定于平台的包格式,但是可以修改现有命令的替换,以修改命令在包裹上的操作细节。"
3234

3335
#: ../../distutils/extending.rst:13
3436
msgid ""

reference/introduction.po

Lines changed: 13 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -110,10 +110,12 @@ msgid ""
110110
"libraries. More information can be found at `the Jython website "
111111
"<http://www.jython.org/>`_."
112112
msgstr ""
113+
"以 Java 语言编写的 Python 实现。此实现可以作为 Java 应用的一个脚本语言,或者可以用来创建需要 Java "
114+
"类库支持的应用。想了解更多信息可访问 `Jython 网站 <http://www.jython.org/>`_。"
113115

114116
#: ../../reference/introduction.rst:63
115117
msgid "Python for .NET"
116-
msgstr ""
118+
msgstr "Python for .NET"
117119

118120
#: ../../reference/introduction.rst:60
119121
msgid ""
@@ -122,10 +124,12 @@ msgid ""
122124
" by Brian Lloyd. For more information, see the `Python for .NET home page "
123125
"<https://pythonnet.github.io/>`_."
124126
msgstr ""
127+
"此实现实际上使用了 CPython 实现,但是属于 .NET 托管应用并且可以引入 .NET 类库。它的创造者是 Brian "
128+
"Lloyd。想了解详情可访问 `Python for .NET 主页 <https://pythonnet.github.io/>`_。"
125129

126130
#: ../../reference/introduction.rst:69
127131
msgid "IronPython"
128-
msgstr ""
132+
msgstr "IronPython"
129133

130134
#: ../../reference/introduction.rst:66
131135
msgid ""
@@ -135,10 +139,13 @@ msgid ""
135139
" For more information, see `the IronPython website "
136140
"<http://ironpython.net/>`_."
137141
msgstr ""
142+
"另一个 .NET 的 Python 实现,与 Python.NET 不同点在于它是生成 IL 的完全 Python 实现,并且将 Python "
143+
"代码直接编译为 .NET 程序集。它的创造者就最初创造了 Jython 的 Jim Hugunin。想了解详情可访问 `IronPython 网站 "
144+
"<http://ironpython.net/>`_。"
138145

139146
#: ../../reference/introduction.rst:77
140147
msgid "PyPy"
141-
msgstr ""
148+
msgstr "PyPy"
142149

143150
#: ../../reference/introduction.rst:72
144151
msgid ""
@@ -150,6 +157,9 @@ msgid ""
150157
"information is available on `the PyPy project's home page "
151158
"<http://pypy.org/>`_."
152159
msgstr ""
160+
"完全使用 Python 语言编写的 Python 实现。它支持多个其他实现所没有的高级特性,例如非栈式支持和 JIT "
161+
"编译器等。此项目的目标之一是通过允许方便地修改解释器 (因为它是用 Python 编写的),鼓励该对语言本身进行试验。想了解详情可访问 `PyPy "
162+
"项目主页 <http://pypy.org/>`_。"
153163

154164
#: ../../reference/introduction.rst:79
155165
msgid ""

0 commit comments

Comments
 (0)