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

Skip to content

Commit c6f4b28

Browse files
[po] auto sync
1 parent bc39045 commit c6f4b28

50 files changed

Lines changed: 242 additions & 245 deletions

Some content is hidden

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

bugs.po

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -58,9 +58,8 @@ msgid ""
5858
"tracker>`. If you have a suggestion on how to fix it, include that as well."
5959
msgstr ""
6060
"如果您在本文档中发现了错误并打算帮助我们改进,请将错误提交到 :ref:`追踪系统 <using-the-tracker>`。 "
61-
"如果您有相应的修正建议,请一并提交。 (译者注:如果是中文文档翻译相关的错误,请务必提交到 "
62-
"https://github.com/python/python-docs-zh-"
63-
"cn/issues。如果将翻译问题反馈到了其他地方,可能会因为语言不通而不能及时处理。)"
61+
"如果您有相应的修正建议,请一并提交。 (译者注:如果是中文文档翻译相关的错误,请务必提交到 https://github.com/python"
62+
"/python-docs-zh-cn/issues。如果将翻译问题反馈到了其他地方,可能会因为语言不通而不能及时处理。)"
6463

6564
#: ../../bugs.rst:22
6665
msgid ""
@@ -93,8 +92,8 @@ msgstr "在追踪系统上参与问题改进的过程概述。"
9392

9493
#: ../../bugs.rst:35
9594
msgid ""
96-
"`Helping with Documentation "
97-
"<https://devguide.python.org/docquality/#helping-with-documentation>`_"
95+
"`Helping with Documentation <https://devguide.python.org/docquality"
96+
"/#helping-with-documentation>`_"
9897
msgstr ""
9998
"`改进文档 <https://devguide.python.org/docquality/#helping-with-documentation>`_"
10099

distutils/builtdist.po

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

621621
#: ../../distutils/builtdist.rst:274
622622
msgid ""
623-
"If you wish, you can separate these three steps. You can use the :option"
624-
":`!--spec-only` option to make :command:`bdist_rpm` just create the "
623+
"If you wish, you can separate these three steps. You can use the :option:`!"
624+
"--spec-only` option to make :command:`bdist_rpm` just create the "
625625
":file:`.spec` file and exit; in this case, the :file:`.spec` file will be "
626626
"written to the \"distribution directory\"---normally :file:`dist/`, but "
627627
"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 "
48-
":ref:`install-index` chapter."
47+
"information on installing Python modules, you should refer to the :ref"
48+
":`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 "
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/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 "
32-
":ref:`publishing-python-packages`."
31+
"References to up to date PyPI documentation can be found at :ref"
32+
":`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 "
41-
":ref:`extending-index`."
40+
"exceptions and even new types in C. This is explained in the document :ref"
41+
":`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
@@ -219,8 +219,8 @@ msgid ""
219219
"between files), Internet protocols (HTTP, FTP, SMTP, XML-RPC, POP, IMAP, CGI"
220220
" programming), software engineering (unit testing, logging, profiling, "
221221
"parsing Python code), and operating system interfaces (system calls, "
222-
"filesystems, TCP/IP sockets). Look at the table of contents for :ref"
223-
":`library-index` to get an idea of what's available. A wide variety of "
222+
"filesystems, TCP/IP sockets). Look at the table of contents for "
223+
":ref:`library-index` to get an idea of what's available. A wide variety of "
224224
"third-party extensions are also available. Consult `the Python Package "
225225
"Index <https://pypi.org>`_ to find packages of interest to you."
226226
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 "
148-
"<https://python-gtk-3-tutorial.readthedocs.io>`_."
147+
"GTK+ 3 applications. There is also a `Python GTK+ 3 Tutorial <https"
148+
"://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/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?"

glossary.po

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

21182118
#: ../../glossary.rst:1075
21192119
msgid ""
2120-
"See also :term:`binary file` for a file object able to read and write "
2121-
":term:`bytes-like objects <bytes-like object>`."
2120+
"See also :term:`binary file` for a file object able to read and write :term"
2121+
":`bytes-like objects <bytes-like object>`."
21222122
msgstr ""
21232123
"另请参看 :term:`binary file` 了解能够读写 :term:`字节类对象 <bytes-like object>` 的文件对象。"
21242124

0 commit comments

Comments
 (0)