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

Skip to content

Commit bfbea52

Browse files
[po] auto sync
1 parent 03672fc commit bfbea52

39 files changed

Lines changed: 187 additions & 184 deletions

c-api/index.po

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -29,9 +29,9 @@ msgstr "Python/C API 参考手册"
2929
#: ../../c-api/index.rst:7
3030
msgid ""
3131
"This manual documents the API used by C and C++ programmers who want to "
32-
"write extension modules or embed Python. It is a companion to "
33-
":ref:`extending-index`, which describes the general principles of extension "
32+
"write extension modules or embed Python. It is a companion to :ref"
33+
":`extending-index`, which describes the general principles of extension "
3434
"writing but does not document the API functions in detail."
3535
msgstr ""
36-
"本手册描述了希望编写扩展模块并将 Python 解释器嵌入其应用程序中的 C 和 C++ 程序员可用的 API。同时可以参阅 "
37-
":ref:`extending-index` ,其中描述了扩展编写的一般原则,但没有详细描述 API 函数。"
36+
"本手册描述了希望编写扩展模块并将 Python 解释器嵌入其应用程序中的 C 和 C++ 程序员可用的 API。同时可以参阅 :ref"
37+
":`extending-index` ,其中描述了扩展编写的一般原则,但没有详细描述 API 函数。"

distutils/examples.po

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -291,8 +291,8 @@ msgid ""
291291
"distribution is created with Distutils, the metadata fields are written in a"
292292
" static file called :file:`PKG-INFO`. When a Distutils-based project is "
293293
"installed in Python, the :file:`PKG-INFO` file is copied alongside the "
294-
"modules and packages of the distribution under :file:`NAME-VERSION-pyX.X"
295-
".egg-info`, where ``NAME`` is the name of the project, ``VERSION`` its "
294+
"modules and packages of the distribution under :file:`NAME-VERSION-"
295+
"pyX.X.egg-info`, where ``NAME`` is the name of the project, ``VERSION`` its "
296296
"version as defined in the Metadata, and ``pyX.X`` the major and minor "
297297
"version of Python like ``2.7`` or ``3.2``."
298298
msgstr ""

distutils/packageindex.po

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,6 @@ msgstr "`Python 包索引 (PyPI)`_ 存储描述与 distutils 和其他发布工
3434

3535
#: ../../distutils/packageindex.rst:13
3636
msgid ""
37-
"References to up to date PyPI documentation can be found at :ref"
38-
":`publishing-python-packages`."
37+
"References to up to date PyPI documentation can be found at "
38+
":ref:`publishing-python-packages`."
3939
msgstr "供参考的最新 PyPI 文档可以在 :ref:`publishing-python-packages` 找到。"

extending/index.po

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -48,9 +48,9 @@ msgid ""
4848
" documents the existing object types, functions and modules (both built-in "
4949
"and written in Python) that give the language its wide application range."
5050
msgstr ""
51-
"本文档假设你具备有关 Python 的基本知识。有关该语言的非正式介绍,请参阅 :ref:`tutorial-index` 。 "
52-
":ref:`reference-index` 给出了更正式的语言定义。 :ref:`library-index` "
53-
"包含现有的对象类型、函数和模块(内置和用 Python 编写)的文档,使语言具有广泛的应用范围。"
51+
"本文档假设你具备有关 Python 的基本知识。有关该语言的非正式介绍,请参阅 :ref:`tutorial-index` 。 :ref"
52+
":`reference-index` 给出了更正式的语言定义。 :ref:`library-index` 包含现有的对象类型、函数和模块(内置和用 "
53+
"Python 编写)的文档,使语言具有广泛的应用范围。"
5454

5555
#: ../../extending/index.rst:21
5656
msgid ""

faq/general.po

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -217,8 +217,8 @@ msgid ""
217217
"between files), Internet protocols (HTTP, FTP, SMTP, XML-RPC, POP, IMAP, CGI"
218218
" programming), software engineering (unit testing, logging, profiling, "
219219
"parsing Python code), and operating system interfaces (system calls, "
220-
"filesystems, TCP/IP sockets). Look at the table of contents for "
221-
":ref:`library-index` to get an idea of what's available. A wide variety of "
220+
"filesystems, TCP/IP sockets). Look at the table of contents for :ref"
221+
":`library-index` to get an idea of what's available. A wide variety of "
222222
"third-party extensions are also available. Consult `the Python Package "
223223
"Index <https://pypi.org>`_ to find packages of interest to you."
224224
msgstr ""

faq/library.po

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -292,12 +292,12 @@ msgstr "怎样用 docstring 创建文档?"
292292
msgid ""
293293
"The :mod:`pydoc` module can create HTML from the doc strings in your Python "
294294
"source code. An alternative for creating API documentation purely from "
295-
"docstrings is `epydoc <http://epydoc.sourceforge.net/>`_. `Sphinx <http"
296-
"://sphinx-doc.org>`_ can also include docstring content."
295+
"docstrings is `epydoc <http://epydoc.sourceforge.net/>`_. `Sphinx "
296+
"<http://sphinx-doc.org>`_ can also include docstring content."
297297
msgstr ""
298298
":mod:`pydoc` 模块可以用 Python 源码中的 docstring 创建 HTML 文件。也可以使用 `epydoc "
299-
"<http://epydoc.sourceforge.net/>`_ 来只通过 docstring 创建 API 文档。`Sphinx <http"
300-
"://sphinx-doc.org>`_ 也可以引入 docstring 的内容。"
299+
"<http://epydoc.sourceforge.net/>`_ 来只通过 docstring 创建 API 文档。`Sphinx "
300+
"<http://sphinx-doc.org>`_ 也可以引入 docstring 的内容。"
301301

302302
#: ../../faq/library.rst:191
303303
msgid "How do I get a single keypress at a time?"

faq/programming.po

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -165,10 +165,9 @@ msgstr ""
165165

166166
#: ../../faq/programming.rst:77
167167
msgid ""
168-
"Static type checkers such as `Mypy <http://mypy-lang.org/>`_, `Pyre "
169-
"<https://pyre-check.org/>`_, and `Pytype "
170-
"<https://github.com/google/pytype>`_ can check type hints in Python source "
171-
"code."
168+
"Static type checkers such as `Mypy <http://mypy-lang.org/>`_, `Pyre <https"
169+
"://pyre-check.org/>`_, and `Pytype <https://github.com/google/pytype>`_ can "
170+
"check type hints in Python source code."
172171
msgstr ""
173172
"静态类型检查器,例如 `Mypy <http://mypy-lang.org/>`_ 、 `Pyre <https://pyre-"
174173
"check.org/>`_ 和 `Pytype <https://github.com/google/pytype>`_ "

howto/sockets.po

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -144,8 +144,8 @@ msgid ""
144144
msgstr ""
145145
"有几件事需要注意:我们使用了 ``socket.gethostname()``,所以套接字将外网可见。如果我们使用的是 "
146146
"``s.bind(('localhost', 80))`` 或者 ``s.bind(('127.0.0.1', "
147-
"80))``,也会得到一个「服务端」套接字,但是后者只在同一机器上可见。``s.bind(('', "
148-
"80))`` 则指定套接字可以被机器上的任何地址碰巧连接"
147+
"80))``,也会得到一个「服务端」套接字,但是后者只在同一机器上可见。``s.bind(('', 80))`` "
148+
"则指定套接字可以被机器上的任何地址碰巧连接"
149149

150150
#: ../../howto/sockets.rst:87
151151
msgid ""

install/index.po

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -102,8 +102,8 @@ msgid ""
102102
"Python to read this document; there will be some brief forays into using "
103103
"Python's interactive mode to explore your installation, but that's it. If "
104104
"you're looking for information on how to distribute your own Python modules "
105-
"so that others may use them, see the :ref:`distutils-index` manual. "
106-
":ref:`debug-setup-script` may also be of interest."
105+
"so that others may use them, see the :ref:`distutils-index` manual. :ref"
106+
":`debug-setup-script` may also be of interest."
107107
msgstr ""
108108

109109
#: ../../install/index.rst:73
@@ -765,11 +765,11 @@ msgstr "自定义安装"
765765

766766
#: ../../install/index.rst:534
767767
msgid ""
768-
"Sometimes, the alternate installation schemes described in section "
769-
":ref:`inst-alt-install` just don't do what you want. You might want to "
770-
"tweak just one or two directories while keeping everything under the same "
771-
"base directory, or you might want to completely redefine the installation "
772-
"scheme. In either case, you're creating a *custom installation scheme*."
768+
"Sometimes, the alternate installation schemes described in section :ref"
769+
":`inst-alt-install` just don't do what you want. You might want to tweak "
770+
"just one or two directories while keeping everything under the same base "
771+
"directory, or you might want to completely redefine the installation scheme."
772+
" In either case, you're creating a *custom installation scheme*."
773773
msgstr ""
774774

775775
#: ../../install/index.rst:540

installing/index.po

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -157,8 +157,8 @@ msgid ""
157157
"`Python Packaging User Guide: Creating and using virtual environments "
158158
"<https://packaging.python.org/installing/#creating-virtual-environments>`__"
159159
msgstr ""
160-
"`Python 软件包用户指南:创建和使用虚拟环境 <https://packaging.python.org/installing"
161-
"/#creating-virtual-environments>`__"
160+
"`Python 软件包用户指南:创建和使用虚拟环境 "
161+
"<https://packaging.python.org/installing/#creating-virtual-environments>`__"
162162

163163
#: ../../installing/index.rst:80
164164
msgid "Basic usage"
@@ -257,8 +257,9 @@ msgid ""
257257
"<https://packaging.python.org/installing/#requirements-for-installing-"
258258
"packages>`__"
259259
msgstr ""
260-
"`Python 软件包用户指南:安装软件包的前提要求 <https://packaging.python.org/installing"
261-
"/#requirements-for-installing-packages>`__"
260+
"`Python 软件包用户指南:安装软件包的前提要求 "
261+
"<https://packaging.python.org/installing/#requirements-for-installing-"
262+
"packages>`__"
262263

263264
#: ../../installing/index.rst:147
264265
msgid "... install packages just for the current user?"

0 commit comments

Comments
 (0)