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

Skip to content

Commit 4cf62c8

Browse files
[po] auto sync
1 parent b06ccf3 commit 4cf62c8

46 files changed

Lines changed: 181 additions & 181 deletions

Some content is hidden

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

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

4444
#: ../../c-api/arg.rst:12

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/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

extending/extending.po

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

10421042
#: ../../extending/extending.rst:925
10431043
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/design.po

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -443,9 +443,9 @@ msgstr ""
443443

444444
#: ../../faq/design.rst:303
445445
msgid ""
446-
"Answer 2: Fortunately, there is `Stackless Python "
447-
"<https://github.com/stackless-dev/stackless/wiki>`_, which has a completely "
448-
"redesigned interpreter loop that avoids the C stack."
446+
"Answer 2: Fortunately, there is `Stackless Python <https://github.com"
447+
"/stackless-dev/stackless/wiki>`_, which has a completely redesigned "
448+
"interpreter loop that avoids the C stack."
449449
msgstr ""
450450
"答案2: 幸运的是, `Stackless Python <https://github.com/stackless-"
451451
"dev/stackless/wiki>`_ 有一个完全重新设计的解释器循环,可以避免C堆栈。"
@@ -521,8 +521,8 @@ msgid ""
521521
"reference counting implementation."
522522
msgstr ""
523523
"但是,其他实现(如 `Jython <http://www.jython.org>`_ 或 `PyPy "
524-
"<http://www.pypy.org>`_ "
525-
"),)可以依赖不同的机制,如完全的垃圾回收器 。如果你的Python代码依赖于引用计数实现的行为,则这种差异可能会导致一些微妙的移植问题。"
524+
"<http://www.pypy.org>`_ ),)可以依赖不同的机制,如完全的垃圾回收器 "
525+
"。如果你的Python代码依赖于引用计数实现的行为,则这种差异可能会导致一些微妙的移植问题。"
526526

527527
#: ../../faq/design.rst:350
528528
msgid ""
@@ -960,8 +960,8 @@ msgid ""
960960
" pass on the string quote character by escaping it with a backslash. These "
961961
"rules work well when r-strings are used for their intended purpose."
962962
msgstr ""
963-
"原始字符串的设计是为了方便想要执行自己的反斜杠转义处理的处理器(主要是正则表达式引擎)创建输入。此类处理器将不匹配的尾随反斜杠视为错误,因此原始字符串不允许这样做。反过来,允许通过使用引号字符转义反斜杠转义字符串。当r-"
964-
"string用于它们的预期目的时,这些规则工作的很好。"
963+
"原始字符串的设计是为了方便想要执行自己的反斜杠转义处理的处理器(主要是正则表达式引擎)创建输入。此类处理器将不匹配的尾随反斜杠视为错误,因此原始字符串不允许这样做。反过来,允许通过使用引号字符转义反斜杠转义字符串"
964+
"。当r-string用于它们的预期目的时,这些规则工作的很好。"
965965

966966
#: ../../faq/design.rst:643
967967
msgid ""

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 :ref"
41-
":`extending-index`."
40+
"exceptions and even new types in C. This is explained in the document "
41+
":ref:`extending-index`."
4242
msgstr "是的,您可以在C中创建包含函数、变量、异常甚至新类型的内置模块。在文档 :ref:`extending-index` 中有说明。"
4343

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

faq/general.po

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -219,8 +219,8 @@ msgid ""
219219
"between files), Internet protocols (HTTP, FTP, SMTP, XML-RPC, POP, IMAP, CGI"
220220
" programming), software engineering (unit testing, logging, profiling, "
221221
"parsing Python code), and operating system interfaces (system calls, "
222-
"filesystems, TCP/IP sockets). Look at the table of contents for "
223-
":ref:`library-index` to get an idea of what's available. A wide variety of "
222+
"filesystems, TCP/IP sockets). Look at the table of contents for :ref"
223+
":`library-index` to get an idea of what's available. A wide variety of "
224224
"third-party extensions are also available. Consult `the Python Package "
225225
"Index <https://pypi.org>`_ to find packages of interest to you."
226226
msgstr ""

glossary.po

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

21182118
#: ../../glossary.rst:1075
21192119
msgid ""
2120-
"See also :term:`binary file` for a file object able to read and write "
2121-
":term:`bytes-like objects <bytes-like object>`."
2120+
"See also :term:`binary file` for a file object able to read and write :term"
2121+
":`bytes-like objects <bytes-like object>`."
21222122
msgstr ""
21232123
"另请参看 :term:`binary file` 了解能够读写 :term:`字节类对象 <bytes-like object>` 的文件对象。"
21242124

howto/logging-cookbook.po

Lines changed: 9 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -252,8 +252,8 @@ msgid ""
252252
"handler classes, which would eat up one thread per handler for no particular"
253253
" benefit."
254254
msgstr ""
255-
"使用一个单独的类 "
256-
":class:`QueueListener` 优点是可以使用同一个实例去服务于多个``QueueHandlers``。这样会更节省资源,否则每个处理程序都占用一个线程没有任何益处。"
255+
"使用一个单独的类 :class:`QueueListener` "
256+
"优点是可以使用同一个实例去服务于多个``QueueHandlers``。这样会更节省资源,否则每个处理程序都占用一个线程没有任何益处。"
257257

258258
#: ../../howto/logging-cookbook.rst:370
259259
msgid "An example of using these two classes follows (imports omitted)::"
@@ -949,9 +949,8 @@ msgstr ""
949949
#: ../../howto/logging-cookbook.rst:1426
950950
msgid ""
951951
"For more information about this configuration, you can see the `relevant "
952-
"section "
953-
"<https://docs.djangoproject.com/en/stable/topics/logging/#configuring-"
954-
"logging>`_ of the Django documentation."
952+
"section <https://docs.djangoproject.com/en/stable/topics/logging"
953+
"/#configuring-logging>`_ of the Django documentation."
955954
msgstr ""
956955
"有关本配置的更多信息,请参阅 Django 文档的 `有关章节 "
957956
"<https://docs.djangoproject.com/en/stable/topics/logging/#configuring-"
@@ -1303,9 +1302,9 @@ msgstr "自定义信息对象的使用"
13031302
#: ../../howto/logging-cookbook.rst:2013
13041303
msgid ""
13051304
"There is another, perhaps simpler way that you can use {}- and $- formatting"
1306-
" to construct your individual log messages. You may recall (from "
1307-
":ref:`arbitrary-object-messages`) that when logging you can use an arbitrary"
1308-
" object as a message format string, and that the logging package will call "
1305+
" to construct your individual log messages. You may recall (from :ref"
1306+
":`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 "
13091308
":func:`str` on that object to get the actual format string. Consider the "
13101309
"following two classes::"
13111310
msgstr ""
@@ -1412,8 +1411,8 @@ msgid ""
14121411
"configuration, and see the other cookbook recipe :ref:`custom-handlers` "
14131412
"above."
14141413
msgstr ""
1415-
"与过滤器一样,上述技术还可用于配置自定义 handler 和格式化对象。有关如何在日志配置中使用用户自定义对象的更多信息,请参阅 "
1416-
":ref:`logging-config-dict-userdef`,以及上述 :ref:`custom-handlers` 的其他指南。 "
1414+
"与过滤器一样,上述技术还可用于配置自定义 handler 和格式化对象。有关如何在日志配置中使用用户自定义对象的更多信息,请参阅 :ref"
1415+
":`logging-config-dict-userdef`,以及上述 :ref:`custom-handlers` 的其他指南。 "
14171416

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

0 commit comments

Comments
 (0)