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

Skip to content

Commit 3f1df42

Browse files
committed
[po] auto sync bot
1 parent 516acc6 commit 3f1df42

1 file changed

Lines changed: 19 additions & 5 deletions

File tree

extending/index.po

Lines changed: 19 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
#
66
# Translators:
77
# Freesand Leo <[email protected]>, 2019
8+
# Meng Du <[email protected]>, 2019
89
#
910
#, fuzzy
1011
msgid ""
@@ -13,7 +14,7 @@ msgstr ""
1314
"Report-Msgid-Bugs-To: \n"
1415
"POT-Creation-Date: 2019-01-01 10:14+0900\n"
1516
"PO-Revision-Date: 2017-02-16 17:42+0000\n"
16-
"Last-Translator: Freesand Leo <yuqinju@163.com>, 2019\n"
17+
"Last-Translator: Meng Du <alphanow@gmail.com>, 2019\n"
1718
"Language-Team: Chinese (China) (https://www.transifex.com/python-doc/teams/5390/zh_CN/)\n"
1819
"MIME-Version: 1.0\n"
1920
"Content-Type: text/plain; charset=UTF-8\n"
@@ -47,16 +48,19 @@ msgid ""
4748
" documents the existing object types, functions and modules (both built-in "
4849
"and written in Python) that give the language its wide application range."
4950
msgstr ""
51+
"本文档假设你具备有关 Python 的基本知识。有关该语言的非正式介绍,请参阅 :ref:`tutorial-index` 。 :ref"
52+
":`reference-index` 给出了更正式的语言定义。 :ref:`library-index` 包含现有的对象类型、函数和模块(内置和用 "
53+
"Python 编写)的文档,使语言具有广泛的应用范围。"
5054

5155
#: ../../extending/index.rst:21
5256
msgid ""
5357
"For a detailed description of the whole Python/C API, see the separate "
5458
":ref:`c-api-index`."
55-
msgstr ""
59+
msgstr "关于整个 Python/C API 的详细介绍,请参阅独立的 :ref:`c-api-index` 。"
5660

5761
#: ../../extending/index.rst:26
5862
msgid "Recommended third party tools"
59-
msgstr ""
63+
msgstr "推荐的第三方工具"
6064

6165
#: ../../extending/index.rst:28
6266
msgid ""
@@ -67,12 +71,18 @@ msgid ""
6771
"simpler and more sophisticated approaches to creating C and C++ extensions "
6872
"for Python."
6973
msgstr ""
74+
"本指南仅介绍了作为此 CPython 版本的一部分提供的创建扩展的基本工具。 第三方工具,如 `Cython "
75+
"<http://cython.org/>`_ 、 `cffi <https://cffi.readthedocs.io>`_ 、 `SWIG "
76+
"<http://www.swig.org>`_ 和 `Numba <https://numba.pydata.org/>`_ "
77+
"提供了更简单和更复杂的方法来为 Python 创建 C 和 C ++ 扩展。"
7078

7179
#: ../../extending/index.rst:40
7280
msgid ""
7381
"`Python Packaging User Guide: Binary Extensions "
7482
"<https://packaging.python.org/guides/packaging-binary-extensions/>`_"
7583
msgstr ""
84+
"`Python Packaging User Guide: Binary Extensions "
85+
"<https://packaging.python.org/guides/packaging-binary-extensions/>`_"
7686

7787
#: ../../extending/index.rst:38
7888
msgid ""
@@ -81,10 +91,11 @@ msgid ""
8191
"reasons why creating an extension module may be desirable in the first "
8292
"place."
8393
msgstr ""
94+
"“ Python Packaging User Guide ”不仅涵盖了几个简化二进制扩展创建的可用工具,还讨论了为什么首先创建扩展模块的各种原因。"
8495

8596
#: ../../extending/index.rst:45
8697
msgid "Creating extensions without third party tools"
87-
msgstr ""
98+
msgstr "不使用第三方工具创建扩展"
8899

89100
#: ../../extending/index.rst:47
90101
msgid ""
@@ -93,10 +104,11 @@ msgid ""
93104
"those tools, rather than being a recommended way to create your own C "
94105
"extensions."
95106
msgstr ""
107+
"本指南的这一部分包括在没有第三方工具帮助的情况下创建 C 和 C ++ 扩展。它主要用于这些工具的创建者,而不是建议你创建自己的 C 扩展的方法。"
96108

97109
#: ../../extending/index.rst:63
98110
msgid "Embedding the CPython runtime in a larger application"
99-
msgstr ""
111+
msgstr "在更大的应用程序中嵌入 CPython 运行时"
100112

101113
#: ../../extending/index.rst:65
102114
msgid ""
@@ -105,3 +117,5 @@ msgid ""
105117
"CPython runtime inside a larger application. This section covers some of the"
106118
" details involved in doing that successfully."
107119
msgstr ""
120+
"有时,不是要创建在 Python 解释器中作为主应用程序运行的扩展,而是希望将 CPython 运行时嵌入到更大的应用程序中。 "
121+
"本节介绍了成功完成此操作所涉及的一些细节。"

0 commit comments

Comments
 (0)