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

Skip to content

Commit e611538

Browse files
[po] auto sync
1 parent 8e4f3eb commit e611538

37 files changed

Lines changed: 179 additions & 184 deletions

faq/extending.po

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,8 @@ msgstr "可以使用 C 语言创建自己的函数吗?"
3737
#: ../../faq/extending.rst:18
3838
msgid ""
3939
"Yes, you can create built-in modules containing functions, variables, "
40-
"exceptions and even new types in C. This is explained in the document "
41-
":ref:`extending-index`."
40+
"exceptions and even new types in C. This is explained in the document :ref"
41+
":`extending-index`."
4242
msgstr "是的,您可以在C中创建包含函数、变量、异常甚至新类型的内置模块。在文档 :ref:`extending-index` 中有说明。"
4343

4444
#: ../../faq/extending.rst:22

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 "
65-
"<https://wiki.python.org/moin/GuiProgramming#Platform-specific_Frameworks>`_"
66-
" GUI frameworks can be found on the python wiki."
64+
"and `platform-specific <https://wiki.python.org/moin/GuiProgramming"
65+
"#Platform-specific_Frameworks>`_ GUI frameworks can be found on the python "
66+
"wiki."
6767
msgstr ""
6868
"存在多种选项,具体取决于你的目标平台。 Python Wiki 上提供了一个 `跨平台 "
6969
"<https://wiki.python.org/moin/GuiProgramming#Cross-Platform_Frameworks>`_ 和 "

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 "
295-
"<http://sphinx-doc.org>`_ can also include docstring content."
294+
"docstrings is `epydoc <http://epydoc.sourceforge.net/>`_. `Sphinx <http"
295+
"://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 "
299-
"<http://sphinx-doc.org>`_ 也可以引入 docstring 的内容。"
298+
"<http://epydoc.sourceforge.net/>`_ 来只通过 docstring 创建 API 文档。`Sphinx <http"
299+
"://sphinx-doc.org>`_ 也可以引入 docstring 的内容。"
300300

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

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 "
2146-
":term:`bytes-like objects <bytes-like object>`."
2145+
"See also :term:`binary file` for a file object able to read and write :term"
2146+
":`bytes-like objects <bytes-like object>`."
21472147
msgstr ""
21482148
"另请参看 :term:`binary file` 了解能够读写 :term:`字节类对象 <bytes-like object>` 的文件对象。"
21492149

howto/curses.po

Lines changed: 7 additions & 8 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 "
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."
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."
130130
msgstr ""
131131
"Windows 版本的 Python 不包含 :mod:`curses` 模块。提供了一个名为 `UniCurses "
132132
"<https://pypi.org/project/UniCurses>`_ 的移植版本。也可以尝试使用 Fredrik Lundh 编写 `the "
@@ -880,10 +880,9 @@ msgstr ""
880880

881881
#: ../../howto/curses.rst:550
882882
msgid ""
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."
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."
887886
msgstr ""
888887
"`\"使用 Urwid 的控制台应用程序\" <http://www.pyvideo.org/video/1568/console-"
889888
"applications-with-urwid>`_: 一场演示使用 Urwid 编写应用程序的 PyCon CA 2012 演讲的视频。"

howto/logging-cookbook.po

Lines changed: 7 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -948,9 +948,8 @@ msgstr ""
948948
#: ../../howto/logging-cookbook.rst:1426
949949
msgid ""
950950
"For more information about this configuration, you can see the `relevant "
951-
"section "
952-
"<https://docs.djangoproject.com/en/stable/topics/logging/#configuring-"
953-
"logging>`_ of the Django documentation."
951+
"section <https://docs.djangoproject.com/en/stable/topics/logging"
952+
"/#configuring-logging>`_ of the Django documentation."
954953
msgstr ""
955954
"有关本配置的更多信息,请参阅 Django 文档的 `有关章节 "
956955
"<https://docs.djangoproject.com/en/stable/topics/logging/#configuring-"
@@ -1302,9 +1301,9 @@ msgstr "自定义日志信息对象的使用"
13021301
#: ../../howto/logging-cookbook.rst:2013
13031302
msgid ""
13041303
"There is another, perhaps simpler way that you can use {}- and $- formatting"
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 "
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 "
13081307
":func:`str` on that object to get the actual format string. Consider the "
13091308
"following two classes::"
13101309
msgstr ""
@@ -1411,8 +1410,8 @@ msgid ""
14111410
"configuration, and see the other cookbook recipe :ref:`custom-handlers` "
14121411
"above."
14131412
msgstr ""
1414-
"与过滤器一样,上述技术还可用于配置自定义 handler 和格式化对象。有关如何在日志配置中使用用户自定义对象的更多信息,请参阅 "
1415-
":ref:`logging-config-dict-userdef`,以及上述 :ref:`custom-handlers` 的其他指南。 "
1413+
"与过滤器一样,上述技术还可用于配置自定义 handler 和格式化对象。有关如何在日志配置中使用用户自定义对象的更多信息,请参阅 :ref"
1414+
":`logging-config-dict-userdef`,以及上述 :ref:`custom-handlers` 的其他指南。 "
14161415

14171416
#: ../../howto/logging-cookbook.rst:2164
14181417
msgid "Customized exception formatting"

install/index.po

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -737,11 +737,11 @@ msgstr "自定义安装"
737737

738738
#: ../../install/index.rst:488
739739
msgid ""
740-
"Sometimes, the alternate installation schemes described in section "
741-
":ref:`inst-alt-install` just don't do what you want. You might want to "
742-
"tweak just one or two directories while keeping everything under the same "
743-
"base directory, or you might want to completely redefine the installation "
744-
"scheme. In either case, you're creating a *custom installation scheme*."
740+
"Sometimes, the alternate installation schemes described in section :ref"
741+
":`inst-alt-install` just don't do what you want. You might want to tweak "
742+
"just one or two directories while keeping everything under the same base "
743+
"directory, or you might want to completely redefine the installation scheme."
744+
" In either case, you're creating a *custom installation scheme*."
745745
msgstr ""
746746

747747
#: ../../install/index.rst:494

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-
"创建一个新的 "
177-
":class:`ArgumentParser` 对象。所有的参数都应当作为关键字参数传入。每个参数在下面都有它更详细的描述,但简而言之,它们是:"
176+
"创建一个新的 :class:`ArgumentParser` "
177+
"对象。所有的参数都应当作为关键字参数传入。每个参数在下面都有它更详细的描述,但简而言之,它们是:"
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* "
242-
"值进行初始化,该值必须为一个列表、:term:`bytes-like object` 或包含正确类型元素的可迭代对象。"
241+
"一个包含由 *typecode* 限制类型的条目的新数组,并由可选的 *initializer* 值进行初始化,该值必须为一个列表、:term"
242+
":`bytes-like object` 或包含正确类型元素的可迭代对象。"
243243

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

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 "
454-
":ref:`asyncio-watchers` for more info."
453+
"On UNIX *child watchers* are used for subprocess finish waiting, see :ref"
454+
":`asyncio-watchers` for more info."
455455
msgstr "在 UNIX 上会使用 *child watchers* 来让子进程结束等待,详情请参阅 :ref:`asyncio-watchers`。"
456456

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

0 commit comments

Comments
 (0)