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

Skip to content

Commit c2a0399

Browse files
[po] auto sync
1 parent c5ebb9f commit c2a0399

53 files changed

Lines changed: 290 additions & 292 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

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 "
39-
":ref:`extending-index`."
38+
"methods. Additional information and examples are available in :ref"
39+
":`extending-index`."
4040
msgstr "这些函数在创建你自己的函数时帮助很大。更多说明以及实例可参考说明文档中的 :ref:`extending-index` 小节。"
4141

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

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 :ref"
33-
":`extending-index`, which describes the general principles of extension "
32+
"write extension modules or embed Python. It is a companion to "
33+
":ref:`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。同时可以参阅 :ref"
37-
":`extending-index` ,其中描述了扩展编写的一般原则,但没有详细描述 API 函数。"
36+
"本手册描述了希望编写扩展模块并将 Python 解释器嵌入其应用程序中的 C 和 C++ 程序员可用的 API。同时可以参阅 "
37+
":ref:`extending-index` ,其中描述了扩展编写的一般原则,但没有详细描述 API 函数。"

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 "
1901-
":ref:`supporting-cycle-detection`. This bit also implies that the GC-"
1902-
"related fields :c:member:`~PyTypeObject.tp_traverse` 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 "
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 "
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 :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/general.po

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

glossary.po

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

21432143
#: ../../glossary.rst:1084
21442144
msgid ""
2145-
"See also :term:`binary file` for a file object able to read and write :term"
2146-
":`bytes-like objects <bytes-like object>`."
2145+
"See also :term:`binary file` for a file object able to read and write "
2146+
":term:`bytes-like objects <bytes-like object>`."
21472147
msgstr ""
21482148
"另请参看 :term:`binary file` 了解能够读写 :term:`字节类对象 <bytes-like object>` 的文件对象。"
21492149

0 commit comments

Comments
 (0)