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

Skip to content

Commit 582bf72

Browse files
[po] auto sync
1 parent 71cba48 commit 582bf72

43 files changed

Lines changed: 184 additions & 175 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
@@ -35,8 +35,8 @@ msgstr "语句解释及变量编译"
3535
#: ../../c-api/arg.rst:8
3636
msgid ""
3737
"These functions are useful when creating your own extensions functions and "
38-
"methods. Additional information and examples are available in :ref"
39-
":`extending-index`."
38+
"methods. Additional information and examples are available in "
39+
":ref:`extending-index`."
4040
msgstr "这些函数在创建你自己的函数时帮助很大。更多说明以及实例可参考说明文档中的 :ref:`extending-index` 小节。"
4141

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

c-api/typeobj.po

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1897,9 +1897,9 @@ msgstr ""
18971897
msgid ""
18981898
"This bit is set when the object supports garbage collection. If this bit is"
18991899
" set, instances must be created using :c:func:`PyObject_GC_New` and "
1900-
"destroyed using :c:func:`PyObject_GC_Del`. More information in section :ref"
1901-
":`supporting-cycle-detection`. This bit also implies that the GC-related "
1902-
"fields :c:member:`~PyTypeObject.tp_traverse` and "
1900+
"destroyed using :c:func:`PyObject_GC_Del`. More information in section "
1901+
":ref:`supporting-cycle-detection`. This bit also implies that the GC-"
1902+
"related fields :c:member:`~PyTypeObject.tp_traverse` and "
19031903
":c:member:`~PyTypeObject.tp_clear` are present in the type object."
19041904
msgstr ""
19051905

distutils/builtdist.po

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

626626
#: ../../distutils/builtdist.rst:277
627627
msgid ""
628-
"If you wish, you can separate these three steps. You can use the :option"
629-
":`!--spec-only` option to make :command:`bdist_rpm` just create the "
628+
"If you wish, you can separate these three steps. You can use the :option:`!"
629+
"--spec-only` option to make :command:`bdist_rpm` just create the "
630630
":file:`.spec` file and exit; in this case, the :file:`.spec` file will be "
631631
"written to the \"distribution directory\"---normally :file:`dist/`, but "
632632
"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
@@ -44,8 +44,8 @@ msgstr ""
4444
msgid ""
4545
"This document covers using the Distutils to distribute your Python modules, "
4646
"concentrating on the role of developer/distributor: if you're looking for "
47-
"information on installing Python modules, you should refer to the :ref"
48-
":`install-index` chapter."
47+
"information on installing Python modules, you should refer to the "
48+
":ref:`install-index` chapter."
4949
msgstr ""
5050
"本文档介绍了使用 Distutils 模块分发你的 Python 模块,主要是针对开发者/分发者的使用的——如果你想了解如何安装 Python "
5151
"模块,你应该参考这个章节: :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 :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` 找到。"

distutils/uploading.po

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,6 @@ msgstr "上传包到包索引"
2828

2929
#: ../../distutils/uploading.rst:7
3030
msgid ""
31-
"References to up to date PyPI documentation can be found at :ref"
32-
":`publishing-python-packages`."
31+
"References to up to date PyPI documentation can be found at "
32+
":ref:`publishing-python-packages`."
3333
msgstr "供参考的最新 PyPI 文档可以在 :ref:`publishing-python-packages` 找到。"

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -61,9 +61,9 @@ msgid ""
6161
"Depending on what platform(s) you are aiming at, there are also several "
6262
"alternatives. A `list of cross-platform "
6363
"<https://wiki.python.org/moin/GuiProgramming#Cross-Platform_Frameworks>`_ "
64-
"and `platform-specific <https://wiki.python.org/moin/GuiProgramming"
65-
"#Platform-specific_Frameworks>`_ GUI frameworks can be found on the python "
66-
"wiki."
64+
"and `platform-specific "
65+
"<https://wiki.python.org/moin/GuiProgramming#Platform-specific_Frameworks>`_"
66+
" GUI frameworks can be found on the python wiki."
6767
msgstr ""
6868
"存在多种选项,具体取决于你的目标平台。 Python Wiki 上提供了一个 `跨平台 "
6969
"<https://wiki.python.org/moin/GuiProgramming#Cross-Platform_Frameworks>`_ 和 "

faq/library.po

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

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

faq/programming.po

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

144144
#: ../../faq/programming.rst:63
145145
msgid ""
146-
"Static type checkers such as `Mypy <http://mypy-lang.org/>`_, `Pyre <https"
147-
"://pyre-check.org/>`_, and `Pytype <https://github.com/google/pytype>`_ can "
148-
"check type hints in Python source code."
146+
"Static type checkers such as `Mypy <http://mypy-lang.org/>`_, `Pyre "
147+
"<https://pyre-check.org/>`_, and `Pytype "
148+
"<https://github.com/google/pytype>`_ can check type hints in Python source "
149+
"code."
149150
msgstr ""
150151
"静态类型检查器,例如 `Mypy <http://mypy-lang.org/>`_ 、 `Pyre <https://pyre-"
151152
"check.org/>`_ 和 `Pytype <https://github.com/google/pytype>`_ "

0 commit comments

Comments
 (0)