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

Skip to content

Commit 94ca29a

Browse files
[po] auto sync
1 parent eeb83eb commit 94ca29a

36 files changed

Lines changed: 222 additions & 212 deletions

bugs.po

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -58,8 +58,9 @@ 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-
"如果您有相应的修正建议,请一并提交。 (译者注:如果是中文文档翻译相关的错误,请务必提交到 https://github.com/python"
62-
"/python-docs-zh-cn/issues。如果将翻译问题反馈到了其他地方,可能会因为语言不通而不能及时处理。)"
61+
"如果您有相应的修正建议,请一并提交。 (译者注:如果是中文文档翻译相关的错误,请务必提交到 "
62+
"https://github.com/python/python-docs-zh-"
63+
"cn/issues。如果将翻译问题反馈到了其他地方,可能会因为语言不通而不能及时处理。)"
6364

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

9394
#: ../../bugs.rst:35
9495
msgid ""
95-
"`Helping with Documentation <https://devguide.python.org/docquality"
96-
"/#helping-with-documentation>`_"
96+
"`Helping with Documentation "
97+
"<https://devguide.python.org/docquality/#helping-with-documentation>`_"
9798
msgstr ""
9899
"`改进文档 <https://devguide.python.org/docquality/#helping-with-documentation>`_"
99100

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

extending/extending.po

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1038,9 +1038,9 @@ msgid ""
10381038
" available."
10391039
msgstr ""
10401040
"循环探测器可以检测垃圾循环并回收。 :mod:`gc` 模块提供了方法运行探测器 ( :func:`~gc.collect` 函数) "
1041-
",而且可以在运行时配置禁用探测器。循环探测器被当作可选组件,默认是包含的,也可以在构建时禁用,在Unix平台(包括Mac OS X)使用 :option"
1042-
":`!--without-cycle-gc` 选项到 :program:`configure` 脚本。如果循环探测器被禁用, :mod:`gc` "
1043-
"模块就不可用了。"
1041+
",而且可以在运行时配置禁用探测器。循环探测器被当作可选组件,默认是包含的,也可以在构建时禁用,在Unix平台(包括Mac OS X)使用 "
1042+
":option:`!--without-cycle-gc` 选项到 :program:`configure` 脚本。如果循环探测器被禁用, "
1043+
":mod:`gc` 模块就不可用了。"
10441044

10451045
#: ../../extending/extending.rst:925
10461046
msgid "Reference Counting in Python"

extending/index.po

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -48,9 +48,9 @@ msgid ""
4848
" documents the existing object types, functions and modules (both built-in "
4949
"and written in Python) that give the language its wide application range."
5050
msgstr ""
51-
"本文档假设你具备有关 Python 的基本知识。有关该语言的非正式介绍,请参阅 :ref:`tutorial-index` 。 :ref"
52-
":`reference-index` 给出了更正式的语言定义。 :ref:`library-index` 包含现有的对象类型、函数和模块(内置和用 "
53-
"Python 编写)的文档,使语言具有广泛的应用范围。"
51+
"本文档假设你具备有关 Python 的基本知识。有关该语言的非正式介绍,请参阅 :ref:`tutorial-index` 。 "
52+
":ref:`reference-index` 给出了更正式的语言定义。 :ref:`library-index` "
53+
"包含现有的对象类型、函数和模块(内置和用 Python 编写)的文档,使语言具有广泛的应用范围。"
5454

5555
#: ../../extending/index.rst:21
5656
msgid ""

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>`_ 和 "

howto/curses.po

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -123,10 +123,10 @@ msgstr ""
123123
msgid ""
124124
"The Windows version of Python doesn't include the :mod:`curses` module. A "
125125
"ported version called `UniCurses <https://pypi.org/project/UniCurses>`_ is "
126-
"available. You could also try `the Console module <http://effbot.org/zone"
127-
"/console-index.htm>`_ written by Fredrik Lundh, which doesn't use the same "
128-
"API as curses but provides cursor-addressable text output and full support "
129-
"for mouse and keyboard input."
126+
"available. You could also try `the Console module "
127+
"<http://effbot.org/zone/console-index.htm>`_ written by Fredrik Lundh, which"
128+
" doesn't use the same API as curses but provides cursor-addressable text "
129+
"output and full support for mouse and keyboard input."
130130
msgstr ""
131131
"Windows 版本的 Python 不包含 :mod:`curses` 模块。提供了一个名为 `UniCurses "
132132
"<https://pypi.org/project/UniCurses>`_ 的移植版本。也可以尝试使用 Fredrik Lundh 编写 `the "
@@ -880,9 +880,10 @@ msgstr ""
880880

881881
#: ../../howto/curses.rst:550
882882
msgid ""
883-
"`\"Console Applications with Urwid\" <http://www.pyvideo.org/video/1568"
884-
"/console-applications-with-urwid>`_: video of a PyCon CA 2012 talk "
885-
"demonstrating some applications written using Urwid."
883+
"`\"Console Applications with Urwid\" "
884+
"<http://www.pyvideo.org/video/1568/console-applications-with-urwid>`_: video"
885+
" of a PyCon CA 2012 talk demonstrating some applications written using "
886+
"Urwid."
886887
msgstr ""
887888
"`\"使用 Urwid 的控制台应用程序\" <http://www.pyvideo.org/video/1568/console-"
888889
"applications-with-urwid>`_: 一场演示使用 Urwid 编写应用程序的 PyCon CA 2012 演讲的视频。"

installing/index.po

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -149,8 +149,8 @@ msgid ""
149149
"`Python Packaging User Guide: Creating and using virtual environments "
150150
"<https://packaging.python.org/installing/#creating-virtual-environments>`__"
151151
msgstr ""
152-
"`Python 软件包用户指南:创建和使用虚拟环境 <https://packaging.python.org/installing"
153-
"/#creating-virtual-environments>`__"
152+
"`Python 软件包用户指南:创建和使用虚拟环境 "
153+
"<https://packaging.python.org/installing/#creating-virtual-environments>`__"
154154

155155
#: ../../installing/index.rst:75
156156
msgid "Basic usage"
@@ -249,8 +249,9 @@ msgid ""
249249
"<https://packaging.python.org/installing/#requirements-for-installing-"
250250
"packages>`__"
251251
msgstr ""
252-
"`Python 软件包用户指南:安装软件包的前提要求 <https://packaging.python.org/installing"
253-
"/#requirements-for-installing-packages>`__"
252+
"`Python 软件包用户指南:安装软件包的前提要求 "
253+
"<https://packaging.python.org/installing/#requirements-for-installing-"
254+
"packages>`__"
254255

255256
#: ../../installing/index.rst:142
256257
msgid "... install packages just for the current user?"

library/asyncio-subprocess.po

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

451451
#: ../../library/asyncio-subprocess.rst:313
452452
msgid ""
453-
"On UNIX *child watchers* are used for subprocess finish waiting, see :ref"
454-
":`asyncio-watchers` for more info."
453+
"On UNIX *child watchers* are used for subprocess finish waiting, see "
454+
":ref:`asyncio-watchers` for more info."
455455
msgstr "在 UNIX 上会使用 *child watchers* 来让子进程结束等待,详情请参阅 :ref:`asyncio-watchers`。"
456456

457457
#: ../../library/asyncio-subprocess.rst:319

library/audioop.po

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

3939
#: ../../library/audioop.rst:14
4040
msgid ""
41-
"Support for 24-bit samples was added. All functions now accept any :term"
42-
":`bytes-like object`. String input now results in an immediate error."
41+
"Support for 24-bit samples was added. All functions now accept any "
42+
":term:`bytes-like object`. String input now results in an immediate error."
4343
msgstr ""
4444
"增加了对 24 位采样的支持。现在,所有函数都接受任何 :term:`类字节串对象 <bytes-like "
4545
"object>`。而传入字符串会立即导致错误。"

0 commit comments

Comments
 (0)