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

Skip to content

Commit 068bfe8

Browse files
[po] auto sync
1 parent 6ede007 commit 068bfe8

58 files changed

Lines changed: 318 additions & 317 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

c-api/arg.po

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,8 @@ msgstr "解析参数并构建值变量"
3737
#: ../../c-api/arg.rst:8
3838
msgid ""
3939
"These functions are useful when creating your own extensions functions and "
40-
"methods. Additional information and examples are available in "
41-
":ref:`extending-index`."
40+
"methods. Additional information and examples are available in :ref"
41+
":`extending-index`."
4242
msgstr "在创建你自己的扩展函数和方法时,这些函数是有用的。其它的信息和样例见 :ref:`extending-index` 。"
4343

4444
#: ../../c-api/arg.rst:12

c-api/typeobj.po

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -591,9 +591,9 @@ msgstr ""
591591
msgid ""
592592
"This bit is set when the object supports garbage collection. If this bit is"
593593
" set, instances must be created using :c:func:`PyObject_GC_New` and "
594-
"destroyed using :c:func:`PyObject_GC_Del`. More information in section :ref"
595-
":`supporting-cycle-detection`. This bit also implies that the GC-related "
596-
"fields :c:member:`~PyTypeObject.tp_traverse` and "
594+
"destroyed using :c:func:`PyObject_GC_Del`. More information in section "
595+
":ref:`supporting-cycle-detection`. This bit also implies that the GC-"
596+
"related fields :c:member:`~PyTypeObject.tp_traverse` and "
597597
":c:member:`~PyTypeObject.tp_clear` are present in the type object."
598598
msgstr ""
599599

distutils/builtdist.po

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -604,8 +604,8 @@ msgstr ""
604604

605605
#: ../../distutils/builtdist.rst:269
606606
msgid ""
607-
"If you wish, you can separate these three steps. You can use the :option:`!"
608-
"--spec-only` option to make :command:`bdist_rpm` just create the "
607+
"If you wish, you can separate these three steps. You can use the :option"
608+
":`!--spec-only` option to make :command:`bdist_rpm` just create the "
609609
":file:`.spec` file and exit; in this case, the :file:`.spec` file will be "
610610
"written to the \"distribution directory\"---normally :file:`dist/`, but "
611611
"customizable with the :option:`!--dist-dir` option. (Normally, the "

distutils/introduction.po

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,8 @@ msgstr "Distutils 模块介绍"
3434
msgid ""
3535
"This document covers using the Distutils to distribute your Python modules, "
3636
"concentrating on the role of developer/distributor: if you're looking for "
37-
"information on installing Python modules, you should refer to the :ref"
38-
":`install-index` chapter."
37+
"information on installing Python modules, you should refer to the "
38+
":ref:`install-index` chapter."
3939
msgstr ""
4040
"本文档介绍了使用 Distutils 模块分发你的 Python 模块,主要是针对开发者/分发者的使用的——如果你想了解如何安装 Python "
4141
"模块,你应该参考这个章节: :ref:`install-index`。"

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 "
38-
":ref:`publishing-python-packages`."
37+
"References to up to date PyPI documentation can be found at :ref"
38+
":`publishing-python-packages`."
3939
msgstr "供参考的最新 PyPI 文档可以在 :ref:`publishing-python-packages` 找到。"

distutils/sourcedist.po

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -316,8 +316,8 @@ msgstr ""
316316
#: ../../distutils/sourcedist.rst:172
317317
msgid ""
318318
"You can disable the default set of included files with the :option:`!--no-"
319-
"defaults` option, and you can disable the standard exclude set with "
320-
":option:`!--no-prune`."
319+
"defaults` option, and you can disable the standard exclude set with :option"
320+
":`!--no-prune`."
321321
msgstr ""
322322

323323
#: ../../distutils/sourcedist.rst:176

faq/extending.po

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,8 @@ msgstr "可以使用C语言中创建自己的函数吗?"
3737
#: ../../faq/extending.rst:18
3838
msgid ""
3939
"Yes, you can create built-in modules containing functions, variables, "
40-
"exceptions and even new types in C. This is explained in the document :ref"
41-
":`extending-index`."
40+
"exceptions and even new types in C. This is explained in the document "
41+
":ref:`extending-index`."
4242
msgstr "是的,您可以在C中创建包含函数、变量、异常甚至新类型的内置模块。在文档 :ref:`extending-index` 中有说明。"
4343

4444
#: ../../faq/extending.rst:22

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/gui.po

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -144,8 +144,8 @@ msgstr "Gtk+"
144144
msgid ""
145145
"The `GObject introspection bindings "
146146
"<https://wiki.gnome.org/Projects/PyGObject>`_ for Python allow you to write "
147-
"GTK+ 3 applications. There is also a `Python GTK+ 3 Tutorial <https"
148-
"://python-gtk-3-tutorial.readthedocs.io>`_."
147+
"GTK+ 3 applications. There is also a `Python GTK+ 3 Tutorial "
148+
"<https://python-gtk-3-tutorial.readthedocs.io>`_."
149149
msgstr ""
150150
"针对 Python 的 `GObject 内省绑定 <https://wiki.gnome.org/Projects/PyGObject>`_ "
151151
"可以用于编写 GTK+ 3 应用。 另请参阅 `Python GTK+ 3 教程 <https://python-"

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>`_ "

0 commit comments

Comments
 (0)