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

Skip to content

Commit 9ed166e

Browse files
[po] auto sync
1 parent 2c85401 commit 9ed166e

43 files changed

Lines changed: 224 additions & 225 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

c-api/index.po

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -29,9 +29,9 @@ msgstr "Python/C API 参考手册"
2929
#: ../../c-api/index.rst:7
3030
msgid ""
3131
"This manual documents the API used by C and C++ programmers who want to "
32-
"write extension modules or embed Python. It is a companion to :ref"
33-
":`extending-index`, which describes the general principles of extension "
32+
"write extension modules or embed Python. It is a companion to "
33+
":ref:`extending-index`, which describes the general principles of extension "
3434
"writing but does not document the API functions in detail."
3535
msgstr ""
36-
"本手册描述了希望编写扩展模块并将 Python 解释器嵌入其应用程序中的 C 和 C++ 程序员可用的 API。同时可以参阅 :ref"
37-
":`extending-index` ,其中描述了扩展编写的一般原则,但没有详细描述 API 函数。"
36+
"本手册描述了希望编写扩展模块并将 Python 解释器嵌入其应用程序中的 C 和 C++ 程序员可用的 API。同时可以参阅 "
37+
":ref:`extending-index` ,其中描述了扩展编写的一般原则,但没有详细描述 API 函数。"

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` 。 "
52-
":ref:`reference-index` 给出了更正式的语言定义。 :ref:`library-index` "
53-
"包含现有的对象类型、函数和模块(内置和用 Python 编写)的文档,使语言具有广泛的应用范围。"
51+
"本文档假设你具备有关 Python 的基本知识。有关该语言的非正式介绍,请参阅 :ref:`tutorial-index` 。 :ref"
52+
":`reference-index` 给出了更正式的语言定义。 :ref:`library-index` 包含现有的对象类型、函数和模块(内置和用 "
53+
"Python 编写)的文档,使语言具有广泛的应用范围。"
5454

5555
#: ../../extending/index.rst:21
5656
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/gui.po

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -144,8 +144,8 @@ msgstr "Gtk+"
144144
msgid ""
145145
"The `GObject introspection bindings "
146146
"<https://wiki.gnome.org/Projects/PyGObject>`_ for Python allow you to write "
147-
"GTK+ 3 applications. There is also a `Python GTK+ 3 Tutorial <https"
148-
"://python-gtk-3-tutorial.readthedocs.io>`_."
147+
"GTK+ 3 applications. There is also a `Python GTK+ 3 Tutorial "
148+
"<https://python-gtk-3-tutorial.readthedocs.io>`_."
149149
msgstr ""
150150
"针对 Python 的 `GObject 内省绑定 <https://wiki.gnome.org/Projects/PyGObject>`_ "
151151
"可以用于编写 GTK+ 3 应用。 另请参阅 `Python GTK+ 3 教程 <https://python-"

faq/programming.po

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

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

howto/logging.po

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

862862
#: ../../howto/logging.rst:555

howto/sockets.po

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -144,8 +144,8 @@ msgid ""
144144
msgstr ""
145145
"有几件事需要注意:我们使用了 ``socket.gethostname()``,所以套接字将外网可见。如果我们使用的是 "
146146
"``s.bind(('localhost', 80))`` 或者 ``s.bind(('127.0.0.1', "
147-
"80))``,也会得到一个「服务端」套接字,但是后者只在同一机器上可见。``s.bind(('', 80))`` "
148-
"则指定套接字可以被机器上的任何地址碰巧连接"
147+
"80))``,也会得到一个「服务端」套接字,但是后者只在同一机器上可见。``s.bind(('', "
148+
"80))`` 则指定套接字可以被机器上的任何地址碰巧连接"
149149

150150
#: ../../howto/sockets.rst:87
151151
msgid ""

library/cgi.po

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -143,9 +143,9 @@ msgid ""
143143
"consume standard input, it should be instantiated only once."
144144
msgstr ""
145145
"要获取提交的表单数据,请使用 :class:`FieldStorage` 类。 如果表单包含非 ASCII 字符,请使用 *encoding* "
146-
"关键字参数并设置为文档所定义的编码格式值。 它通常包含在 HTML 文档的 HEAD 部分的 META 标签中或者由 "
147-
":mailheader:`Content-Type` 标头所指明。 这会从标准输入或环境读取表单内容(取决于根据 CGI 标准设置的多个环境变量的值)。"
148-
" 由于它可能会消耗标准输入,它应当只被实例化一次。"
146+
"关键字参数并设置为文档所定义的编码格式值。 它通常包含在 HTML 文档的 HEAD 部分的 META 标签中或者由 :mailheader"
147+
":`Content-Type` 标头所指明。 这会从标准输入或环境读取表单内容(取决于根据 CGI 标准设置的多个环境变量的值)。 "
148+
"由于它可能会消耗标准输入,它应当只被实例化一次。"
149149

150150
#: ../../library/cgi.rst:97
151151
msgid ""
@@ -164,10 +164,9 @@ msgstr ""
164164

165165
#: ../../library/cgi.rst:105
166166
msgid ""
167-
"For instance, the following code (which assumes that the "
168-
":mailheader:`Content-Type` header and blank line have already been printed) "
169-
"checks that the fields ``name`` and ``addr`` are both set to a non-empty "
170-
"string::"
167+
"For instance, the following code (which assumes that the :mailheader"
168+
":`Content-Type` header and blank line have already been printed) checks that"
169+
" the fields ``name`` and ``addr`` are both set to a non-empty string::"
171170
msgstr ""
172171
"举例来说,下面的代码(假定 :mailheader:`Content-Type` 标头和空行已经被打印)会检查字段 ``name`` 和 "
173172
"``addr`` 是否均被设为非空字符串::"

library/collections.po

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -506,11 +506,11 @@ msgstr "Wikipedia 链接 `Multisets <https://en.wikipedia.org/wiki/Multiset>`_."
506506

507507
#: ../../library/collections.rst:404
508508
msgid ""
509-
"`C++ multisets <http://www.java2s.com/Tutorial/Cpp/0380__set-"
510-
"multiset/Catalog0380__set-multiset.htm>`_ tutorial with examples."
509+
"`C++ multisets <http://www.java2s.com/Tutorial/Cpp/0380__set-multiset"
510+
"/Catalog0380__set-multiset.htm>`_ tutorial with examples."
511511
msgstr ""
512-
"`C++ multisets <http://www.java2s.com/Tutorial/Cpp/0380__set-"
513-
"multiset/Catalog0380__set-multiset.htm>`_ 教程和例子。"
512+
"`C++ multisets <http://www.java2s.com/Tutorial/Cpp/0380__set-multiset"
513+
"/Catalog0380__set-multiset.htm>`_ 教程和例子。"
514514

515515
#: ../../library/collections.rst:407
516516
msgid ""

0 commit comments

Comments
 (0)