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

Skip to content

Commit 58d677c

Browse files
[po] auto sync
1 parent d155abd commit 58d677c

48 files changed

Lines changed: 229 additions & 234 deletions

Some content is hidden

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

distutils/introduction.po

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,8 +43,8 @@ msgstr ""
4343
msgid ""
4444
"This document covers using the Distutils to distribute your Python modules, "
4545
"concentrating on the role of developer/distributor: if you're looking for "
46-
"information on installing Python modules, you should refer to the "
47-
":ref:`install-index` chapter."
46+
"information on installing Python modules, you should refer to the :ref"
47+
":`install-index` chapter."
4848
msgstr ""
4949
"本文档介绍了使用 Distutils 模块分发你的 Python 模块,主要是针对开发者/分发者的使用的——如果你想了解如何安装 Python "
5050
"模块,你应该参考这个章节: :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 "
38-
":ref:`publishing-python-packages`."
37+
"References to up to date PyPI documentation can be found at :ref"
38+
":`publishing-python-packages`."
3939
msgstr "供参考的最新 PyPI 文档可以在 :ref:`publishing-python-packages` 找到。"

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

968968
#: ../../faq/design.rst:644
969969
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 "
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
@@ -63,9 +63,9 @@ msgid ""
6363
"Depending on what platform(s) you are aiming at, there are also several "
6464
"alternatives. A `list of cross-platform "
6565
"<https://wiki.python.org/moin/GuiProgramming#Cross-Platform_Frameworks>`_ "
66-
"and `platform-specific "
67-
"<https://wiki.python.org/moin/GuiProgramming#Platform-specific_Frameworks>`_"
68-
" GUI frameworks can be found on the python wiki."
66+
"and `platform-specific <https://wiki.python.org/moin/GuiProgramming"
67+
"#Platform-specific_Frameworks>`_ GUI frameworks can be found on the python "
68+
"wiki."
6969
msgstr ""
7070
"存在多种选项,具体取决于你的目标平台。 Python Wiki 上提供了一个 `跨平台 "
7171
"<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
@@ -293,12 +293,12 @@ msgstr "怎样用 docstring 创建文档?"
293293
msgid ""
294294
"The :mod:`pydoc` module can create HTML from the doc strings in your Python "
295295
"source code. An alternative for creating API documentation purely from "
296-
"docstrings is `epydoc <http://epydoc.sourceforge.net/>`_. `Sphinx <http"
297-
"://sphinx-doc.org>`_ can also include docstring content."
296+
"docstrings is `epydoc <http://epydoc.sourceforge.net/>`_. `Sphinx "
297+
"<http://sphinx-doc.org>`_ can also include docstring content."
298298
msgstr ""
299299
":mod:`pydoc` 模块可以用 Python 源码中的 docstring 创建 HTML 文件。也可以使用 `epydoc "
300-
"<http://epydoc.sourceforge.net/>`_ 来只通过 docstring 创建 API 文档。`Sphinx <http"
301-
"://sphinx-doc.org>`_ 也可以引入 docstring 的内容。"
300+
"<http://epydoc.sourceforge.net/>`_ 来只通过 docstring 创建 API 文档。`Sphinx "
301+
"<http://sphinx-doc.org>`_ 也可以引入 docstring 的内容。"
302302

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

howto/logging.po

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -346,8 +346,8 @@ msgid ""
346346
"simple usage pattern, you won't know, by looking in the log file, *where* in"
347347
" your application your messages came from, apart from looking at the event "
348348
"description. If you want to track the location of your messages, you'll need"
349-
" to refer to the documentation beyond the tutorial level -- see "
350-
":ref:`logging-advanced-tutorial`."
349+
" to refer to the documentation beyond the tutorial level -- see :ref"
350+
":`logging-advanced-tutorial`."
351351
msgstr ""
352352
"这是你期待看到的。 你可以使用 *mylib.py* 中的模式将此概括为多个模块。 "
353353
"请注意,对于这种简单的使用模式,除了查看事件描述之外,你不能通过查看日志文件来了解应用程序中消息的 *来源* 。 "
@@ -865,8 +865,8 @@ msgid ""
865865
"arguments), while if the style is '$' then the message format string should "
866866
"conform to what is expected by :meth:`string.Template.substitute`."
867867
msgstr ""
868-
"如果 ``style`` 是 '%',则消息格式字符串使用 ``%(<dictionary key>)s`` 样式字符串替换;可能的键值在 "
869-
":ref:`logrecord-attributes` 中。 如果样式为 '{',则假定消息格式字符串与 :meth:`str.format` "
868+
"如果 ``style`` 是 '%',则消息格式字符串使用 ``%(<dictionary key>)s`` 样式字符串替换;可能的键值在 :ref"
869+
":`logrecord-attributes` 中。 如果样式为 '{',则假定消息格式字符串与 :meth:`str.format` "
870870
"(使用关键字参数)兼容,而如果样式为 '$' ,则消息格式字符串应符合 :meth:`string.Template.substitute` 。"
871871

872872
#: ../../howto/logging.rst:564

howto/unicode.po

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -404,8 +404,8 @@ msgid ""
404404
"names; for example, ``'latin-1'``, ``'iso_8859_1'`` and ``'8859``' are all "
405405
"synonyms for the same encoding."
406406
msgstr ""
407-
"编码格式以包含编码格式名称的字符串来指明。 Python 有大约 100 种不同的编码格式;清单详见 Python 库参考文档 "
408-
":ref:`standard-encodings`。 一些编码格式有多个名称,比如 ``'latin-1'``、``'iso_8859_1'`` 和 "
407+
"编码格式以包含编码格式名称的字符串来指明。 Python 有大约 100 种不同的编码格式;清单详见 Python 库参考文档 :ref"
408+
":`standard-encodings`。 一些编码格式有多个名称,比如 ``'latin-1'``、``'iso_8859_1'`` 和 "
409409
"``'8859`` 都是指同一种编码。"
410410

411411
#: ../../howto/unicode.rst:254
@@ -1019,11 +1019,10 @@ msgstr ""
10191019
#: ../../howto/unicode.rst:741
10201020
msgid ""
10211021
"The `PDF slides for Marc-André Lemburg's presentation \"Writing Unicode-"
1022-
"aware Applications in Python\" "
1023-
"<https://downloads.egenix.com/python/LSM2005-Developing-Unicode-aware-"
1024-
"applications-in-Python.pdf>`_ discuss questions of character encodings as "
1025-
"well as how to internationalize and localize an application. These slides "
1026-
"cover Python 2.x only."
1022+
"aware Applications in Python\" <https://downloads.egenix.com/python/LSM2005"
1023+
"-Developing-Unicode-aware-applications-in-Python.pdf>`_ discuss questions of"
1024+
" character encodings as well as how to internationalize and localize an "
1025+
"application. These slides cover Python 2.x only."
10271026
msgstr ""
10281027
"`Marc-André Lemburg 演示的PDF 幻灯片“在 Python 中编写支持 Unicode 的应用程序” "
10291028
"<https://downloads.egenix.com/python/LSM2005-Developing-Unicode-aware-"

installing/index.po

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

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

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

0 commit comments

Comments
 (0)