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

Skip to content

Commit 665d246

Browse files
[po] auto sync
1 parent 40b3f30 commit 665d246

46 files changed

Lines changed: 305 additions & 293 deletions

Some content is hidden

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

distutils/apiref.po

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

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

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -327,8 +327,8 @@ msgstr ""
327327
#: ../../distutils/sourcedist.rst:174
328328
msgid ""
329329
"You can disable the default set of included files with the :option:`!--no-"
330-
"defaults` option, and you can disable the standard exclude set with :option"
331-
":`!--no-prune`."
330+
"defaults` option, and you can disable the standard exclude set with "
331+
":option:`!--no-prune`."
332332
msgstr ""
333333

334334
#: ../../distutils/sourcedist.rst:178

faq/library.po

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -291,12 +291,12 @@ msgstr "怎样用 docstring 创建文档?"
291291
msgid ""
292292
"The :mod:`pydoc` module can create HTML from the doc strings in your Python "
293293
"source code. An alternative for creating API documentation purely from "
294-
"docstrings is `epydoc <http://epydoc.sourceforge.net/>`_. `Sphinx <http"
295-
"://sphinx-doc.org>`_ can also include docstring content."
294+
"docstrings is `epydoc <http://epydoc.sourceforge.net/>`_. `Sphinx "
295+
"<http://sphinx-doc.org>`_ can also include docstring content."
296296
msgstr ""
297297
":mod:`pydoc` 模块可以用 Python 源码中的 docstring 创建 HTML 文件。也可以使用 `epydoc "
298-
"<http://epydoc.sourceforge.net/>`_ 来只通过 docstring 创建 API 文档。`Sphinx <http"
299-
"://sphinx-doc.org>`_ 也可以引入 docstring 的内容。"
298+
"<http://epydoc.sourceforge.net/>`_ 来只通过 docstring 创建 API 文档。`Sphinx "
299+
"<http://sphinx-doc.org>`_ 也可以引入 docstring 的内容。"
300300

301301
#: ../../faq/library.rst:191
302302
msgid "How do I get a single keypress at a time?"

faq/programming.po

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -143,9 +143,10 @@ msgstr ""
143143

144144
#: ../../faq/programming.rst:63
145145
msgid ""
146-
"Static type checkers such as `Mypy <http://mypy-lang.org/>`_, `Pyre <https"
147-
"://pyre-check.org/>`_, and `Pytype <https://github.com/google/pytype>`_ can "
148-
"check type hints in Python source code."
146+
"Static type checkers such as `Mypy <http://mypy-lang.org/>`_, `Pyre "
147+
"<https://pyre-check.org/>`_, and `Pytype "
148+
"<https://github.com/google/pytype>`_ can check type hints in Python source "
149+
"code."
149150
msgstr ""
150151
"静态类型检查器,例如 `Mypy <http://mypy-lang.org/>`_ 、 `Pyre <https://pyre-"
151152
"check.org/>`_ 和 `Pytype <https://github.com/google/pytype>`_ "

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 演讲的视频。"

howto/logging-cookbook.po

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -948,8 +948,9 @@ msgstr ""
948948
#: ../../howto/logging-cookbook.rst:1426
949949
msgid ""
950950
"For more information about this configuration, you can see the `relevant "
951-
"section <https://docs.djangoproject.com/en/stable/topics/logging"
952-
"/#configuring-logging>`_ of the Django documentation."
951+
"section "
952+
"<https://docs.djangoproject.com/en/stable/topics/logging/#configuring-"
953+
"logging>`_ of the Django documentation."
953954
msgstr ""
954955
"有关本配置的更多信息,请参阅 Django 文档的 `有关章节 "
955956
"<https://docs.djangoproject.com/en/stable/topics/logging/#configuring-"
@@ -1301,9 +1302,9 @@ msgstr "自定义日志信息对象的使用"
13011302
#: ../../howto/logging-cookbook.rst:2013
13021303
msgid ""
13031304
"There is another, perhaps simpler way that you can use {}- and $- formatting"
1304-
" to construct your individual log messages. You may recall (from :ref"
1305-
":`arbitrary-object-messages`) that when logging you can use an arbitrary "
1306-
"object as a message format string, and that the logging package will call "
1305+
" to construct your individual log messages. You may recall (from "
1306+
":ref:`arbitrary-object-messages`) that when logging you can use an arbitrary"
1307+
" object as a message format string, and that the logging package will call "
13071308
":func:`str` on that object to get the actual format string. Consider the "
13081309
"following two classes::"
13091310
msgstr ""
@@ -1410,8 +1411,8 @@ msgid ""
14101411
"configuration, and see the other cookbook recipe :ref:`custom-handlers` "
14111412
"above."
14121413
msgstr ""
1413-
"与过滤器一样,上述技术还可用于配置自定义 handler 和格式化对象。有关如何在日志配置中使用用户自定义对象的更多信息,请参阅 :ref"
1414-
":`logging-config-dict-userdef`,以及上述 :ref:`custom-handlers` 的其他指南。 "
1414+
"与过滤器一样,上述技术还可用于配置自定义 handler 和格式化对象。有关如何在日志配置中使用用户自定义对象的更多信息,请参阅 "
1415+
":ref:`logging-config-dict-userdef`,以及上述 :ref:`custom-handlers` 的其他指南。 "
14151416

14161417
#: ../../howto/logging-cookbook.rst:2164
14171418
msgid "Customized exception formatting"

library/argparse.po

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -173,8 +173,8 @@ msgid ""
173173
" as keyword arguments. Each parameter has its own more detailed description "
174174
"below, but in short they are:"
175175
msgstr ""
176-
"创建一个新的 :class:`ArgumentParser` "
177-
"对象。所有的参数都应当作为关键字参数传入。每个参数在下面都有它更详细的描述,但简而言之,它们是:"
176+
"创建一个新的 "
177+
":class:`ArgumentParser` 对象。所有的参数都应当作为关键字参数传入。每个参数在下面都有它更详细的描述,但简而言之,它们是:"
178178

179179
#: ../../library/argparse.rst:151
180180
msgid "prog_ - The name of the program (default: ``sys.argv[0]``)"

library/array.po

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -238,8 +238,8 @@ msgid ""
238238
"the optional *initializer* value, which must be a list, a :term:`bytes-like "
239239
"object`, or iterable over elements of the appropriate type."
240240
msgstr ""
241-
"一个包含由 *typecode* 限制类型的条目的新数组,并由可选的 *initializer* 值进行初始化,该值必须为一个列表、:term"
242-
":`bytes-like object` 或包含正确类型元素的可迭代对象。"
241+
"一个包含由 *typecode* 限制类型的条目的新数组,并由可选的 *initializer* "
242+
"值进行初始化,该值必须为一个列表、:term:`bytes-like object` 或包含正确类型元素的可迭代对象。"
243243

244244
#: ../../library/array.rst:75
245245
msgid ""

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)