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

Skip to content

Commit 306eb0a

Browse files
[po] auto sync
1 parent 5dbfcf6 commit 306eb0a

126 files changed

Lines changed: 648 additions & 678 deletions

File tree

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

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

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

c-api/arg.po

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

4545
#: ../../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 "
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 函数。"

c-api/intro.po

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -793,11 +793,11 @@ msgstr ""
793793
msgid ""
794794
"Compiling the interpreter with the :c:macro:`Py_DEBUG` macro defined "
795795
"produces what is generally meant by :ref:`a debug build of Python <debug-"
796-
"build>`. :c:macro:`Py_DEBUG` is enabled in the Unix build by adding "
797-
":option:`--with-pydebug` to the :file:`./configure` command. It is also "
798-
"implied by the presence of the not-Python-specific :c:macro:`_DEBUG` macro."
799-
" When :c:macro:`Py_DEBUG` is enabled in the Unix build, compiler "
800-
"optimization is disabled."
796+
"build>`. :c:macro:`Py_DEBUG` is enabled in the Unix build by adding :option"
797+
":`--with-pydebug` to the :file:`./configure` command. It is also implied by "
798+
"the presence of the not-Python-specific :c:macro:`_DEBUG` macro. When "
799+
":c:macro:`Py_DEBUG` is enabled in the Unix build, compiler optimization is "
800+
"disabled."
801801
msgstr ""
802802

803803
#: ../../c-api/intro.rst:752

c-api/memory.po

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1011,10 +1011,9 @@ msgstr "否则, :c:func:`malloc` 和 :c:func:`free` 。"
10111011

10121012
#: ../../c-api/memory.rst:611
10131013
msgid ""
1014-
"This allocator is disabled if Python is configured with the "
1015-
":option:`--without-pymalloc` option. It can also be disabled at runtime "
1016-
"using the :envvar:`PYTHONMALLOC` environment variable (ex: "
1017-
"``PYTHONMALLOC=malloc``)."
1014+
"This allocator is disabled if Python is configured with the :option"
1015+
":`--without-pymalloc` option. It can also be disabled at runtime using the "
1016+
":envvar:`PYTHONMALLOC` environment variable (ex: ``PYTHONMALLOC=malloc``)."
10181017
msgstr ""
10191018

10201019
#: ../../c-api/memory.rst:616

c-api/typeobj.po

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1919,9 +1919,9 @@ msgstr ""
19191919
msgid ""
19201920
"This bit is set when the object supports garbage collection. If this bit is"
19211921
" set, instances must be created using :c:func:`PyObject_GC_New` and "
1922-
"destroyed using :c:func:`PyObject_GC_Del`. More information in section "
1923-
":ref:`supporting-cycle-detection`. This bit also implies that the GC-"
1924-
"related fields :c:member:`~PyTypeObject.tp_traverse` and "
1922+
"destroyed using :c:func:`PyObject_GC_Del`. More information in section :ref"
1923+
":`supporting-cycle-detection`. This bit also implies that the GC-related "
1924+
"fields :c:member:`~PyTypeObject.tp_traverse` and "
19251925
":c:member:`~PyTypeObject.tp_clear` are present in the type object."
19261926
msgstr ""
19271927

distutils/apiref.po

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -158,8 +158,8 @@ msgstr "*maintainer*"
158158
#: ../../distutils/apiref.rst:61
159159
msgid ""
160160
"The name of the current maintainer, if different from the author. Note that "
161-
"if the maintainer is provided, distutils will use it as the author in "
162-
":file:`PKG-INFO`"
161+
"if the maintainer is provided, distutils will use it as the author in :file"
162+
":`PKG-INFO`"
163163
msgstr ""
164164

165165
#: ../../distutils/apiref.rst:68

distutils/builtdist.po

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

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

distutils/examples.po

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -301,8 +301,8 @@ msgid ""
301301
"distribution is created with Distutils, the metadata fields are written in a"
302302
" static file called :file:`PKG-INFO`. When a Distutils-based project is "
303303
"installed in Python, the :file:`PKG-INFO` file is copied alongside the "
304-
"modules and packages of the distribution under :file:`NAME-VERSION-"
305-
"pyX.X.egg-info`, where ``NAME`` is the name of the project, ``VERSION`` its "
304+
"modules and packages of the distribution under :file:`NAME-VERSION-pyX.X"
305+
".egg-info`, where ``NAME`` is the name of the project, ``VERSION`` its "
306306
"version as defined in the Metadata, and ``pyX.X`` the major and minor "
307307
"version of Python like ``2.7`` or ``3.2``."
308308
msgstr ""

distutils/introduction.po

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

0 commit comments

Comments
 (0)