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

Skip to content

Commit 70cb1e4

Browse files
[po] auto sync
1 parent f063821 commit 70cb1e4

118 files changed

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

6768
#: ../../bugs.rst:22
6869
msgid ""

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 :ref"
41-
":`extending-index`."
40+
"methods. Additional information and examples are available in "
41+
":ref:`extending-index`."
4242
msgstr "在创建你自己的扩展函数和方法时,这些函数是有用的。其它的信息和样例见 :ref:`extending-index` 。"
4343

4444
#: ../../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/init.po

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -933,9 +933,9 @@ msgid ""
933933
"process forks only the thread that issued the fork will exist. That also "
934934
"means any locks held by other threads will never be released. Python solves "
935935
"this for :func:`os.fork` by acquiring the locks it uses internally before "
936-
"the fork, and releasing them afterwards. In addition, it resets any :ref"
937-
":`lock-objects` in the child. When extending or embedding Python, there is "
938-
"no way to inform Python of additional (non-Python) locks that need to be "
936+
"the fork, and releasing them afterwards. In addition, it resets any "
937+
":ref:`lock-objects` in the child. When extending or embedding Python, there "
938+
"is no way to inform Python of additional (non-Python) locks that need to be "
939939
"acquired before or reset after a fork. OS facilities such as "
940940
":c:func:`pthread_atfork` would need to be used to accomplish the same thing."
941941
" Additionally, when extending or embedding Python, calling :c:func:`fork` "

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -136,8 +136,8 @@ msgstr "*maintainer*"
136136
#: ../../distutils/apiref.rst:51
137137
msgid ""
138138
"The name of the current maintainer, if different from the author. Note that "
139-
"if the maintainer is provided, distutils will use it as the author in :file"
140-
":`PKG-INFO`"
139+
"if the maintainer is provided, distutils will use it as the author in "
140+
":file:`PKG-INFO`"
141141
msgstr ""
142142

143143
#: ../../distutils/apiref.rst:58

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -291,8 +291,8 @@ msgid ""
291291
"distribution is created with Distutils, the metadata fields are written in a"
292292
" static file called :file:`PKG-INFO`. When a Distutils-based project is "
293293
"installed in Python, the :file:`PKG-INFO` file is copied alongside the "
294-
"modules and packages of the distribution under :file:`NAME-VERSION-pyX.X"
295-
".egg-info`, where ``NAME`` is the name of the project, ``VERSION`` its "
294+
"modules and packages of the distribution under :file:`NAME-VERSION-"
295+
"pyX.X.egg-info`, where ``NAME`` is the name of the project, ``VERSION`` its "
296296
"version as defined in the Metadata, and ``pyX.X`` the major and minor "
297297
"version of Python like ``2.7`` or ``3.2``."
298298
msgstr ""

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 :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` 找到。"

0 commit comments

Comments
 (0)