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

Skip to content

Commit 2fba17f

Browse files
[po] auto sync
1 parent 94b2a8a commit 2fba17f

34 files changed

Lines changed: 143 additions & 134 deletions

bugs.po

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,8 +61,9 @@ msgid ""
6161
"tracker>`. If you have a suggestion on how to fix it, include that as well."
6262
msgstr ""
6363
"如果您在本文档中发现了错误并打算帮助我们改进,请将错误提交到 :ref:`追踪系统 <using-the-tracker>`。 "
64-
"如果您有相应的修正建议,请一并提交。 (译者注:如果是中文文档翻译相关的错误,请务必提交到 https://github.com/python"
65-
"/python-docs-zh-cn/issues。如果将翻译问题反馈到了其他地方,可能会因为语言不通而不能及时处理。)"
64+
"如果您有相应的修正建议,请一并提交。 (译者注:如果是中文文档翻译相关的错误,请务必提交到 "
65+
"https://github.com/python/python-docs-zh-"
66+
"cn/issues。如果将翻译问题反馈到了其他地方,可能会因为语言不通而不能及时处理。)"
6667

6768
#: ../../bugs.rst:22
6869
msgid ""

c-api/init.po

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -933,9 +933,9 @@ msgid ""
933933
"process forks only the thread that issued the fork will exist. That also "
934934
"means any locks held by other threads will never be released. Python solves "
935935
"this for :func:`os.fork` by acquiring the locks it uses internally before "
936-
"the fork, and releasing them afterwards. In addition, it resets any :ref"
937-
":`lock-objects` in the child. When extending or embedding Python, there is "
938-
"no way to inform Python of additional (non-Python) locks that need to be "
936+
"the fork, and releasing them afterwards. In addition, it resets any "
937+
":ref:`lock-objects` in the child. When extending or embedding Python, there "
938+
"is no way to inform Python of additional (non-Python) locks that need to be "
939939
"acquired before or reset after a fork. OS facilities such as "
940940
":c:func:`pthread_atfork` would need to be used to accomplish the same thing."
941941
" Additionally, when extending or embedding Python, calling :c:func:`fork` "

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 :ref"
38-
":`publishing-python-packages`."
37+
"References to up to date PyPI documentation can be found at "
38+
":ref:`publishing-python-packages`."
3939
msgstr "供参考的最新 PyPI 文档可以在 :ref:`publishing-python-packages` 找到。"

distutils/uploading.po

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,6 @@ msgstr "上传包到包索引"
2828

2929
#: ../../distutils/uploading.rst:7
3030
msgid ""
31-
"References to up to date PyPI documentation can be found at :ref"
32-
":`publishing-python-packages`."
31+
"References to up to date PyPI documentation can be found at "
32+
":ref:`publishing-python-packages`."
3333
msgstr "供参考的最新 PyPI 文档可以在 :ref:`publishing-python-packages` 找到。"

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: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -165,9 +165,10 @@ msgstr ""
165165

166166
#: ../../faq/programming.rst:77
167167
msgid ""
168-
"Static type checkers such as `Mypy <http://mypy-lang.org/>`_, `Pyre <https"
169-
"://pyre-check.org/>`_, and `Pytype <https://github.com/google/pytype>`_ can "
170-
"check type hints in Python source code."
168+
"Static type checkers such as `Mypy <http://mypy-lang.org/>`_, `Pyre "
169+
"<https://pyre-check.org/>`_, and `Pytype "
170+
"<https://github.com/google/pytype>`_ can check type hints in Python source "
171+
"code."
171172
msgstr ""
172173
"静态类型检查器,例如 `Mypy <http://mypy-lang.org/>`_ 、 `Pyre <https://pyre-"
173174
"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
@@ -334,8 +334,8 @@ msgid ""
334334
"simple usage pattern, you won't know, by looking in the log file, *where* in"
335335
" your application your messages came from, apart from looking at the event "
336336
"description. If you want to track the location of your messages, you'll need"
337-
" to refer to the documentation beyond the tutorial level -- see :ref"
338-
":`logging-advanced-tutorial`."
337+
" to refer to the documentation beyond the tutorial level -- see "
338+
":ref:`logging-advanced-tutorial`."
339339
msgstr ""
340340
"这是你期待看到的。 你可以使用 *mylib.py* 中的模式将此概括为多个模块。 "
341341
"请注意,对于这种简单的使用模式,除了查看事件描述之外,你不能通过查看日志文件来了解应用程序中消息的 *来源* 。 "
@@ -853,8 +853,8 @@ msgid ""
853853
"arguments), while if the style is '$' then the message format string should "
854854
"conform to what is expected by :meth:`string.Template.substitute`."
855855
msgstr ""
856-
"如果 ``style`` 是 '%',则消息格式字符串使用 ``%(<dictionary key>)s`` 样式字符串替换;可能的键值在 :ref"
857-
":`logrecord-attributes` 中。 如果样式为 '{',则假定消息格式字符串与 :meth:`str.format` "
856+
"如果 ``style`` 是 '%',则消息格式字符串使用 ``%(<dictionary key>)s`` 样式字符串替换;可能的键值在 "
857+
":ref:`logrecord-attributes` 中。 如果样式为 '{',则假定消息格式字符串与 :meth:`str.format` "
858858
"(使用关键字参数)兼容,而如果样式为 '$' ,则消息格式字符串应符合 :meth:`string.Template.substitute` 。"
859859

860860
#: ../../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 ""

install/index.po

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -102,8 +102,8 @@ msgid ""
102102
"Python to read this document; there will be some brief forays into using "
103103
"Python's interactive mode to explore your installation, but that's it. If "
104104
"you're looking for information on how to distribute your own Python modules "
105-
"so that others may use them, see the :ref:`distutils-index` manual. :ref"
106-
":`debug-setup-script` may also be of interest."
105+
"so that others may use them, see the :ref:`distutils-index` manual. "
106+
":ref:`debug-setup-script` may also be of interest."
107107
msgstr ""
108108

109109
#: ../../install/index.rst:73
@@ -765,11 +765,11 @@ msgstr "自定义安装"
765765

766766
#: ../../install/index.rst:534
767767
msgid ""
768-
"Sometimes, the alternate installation schemes described in section :ref"
769-
":`inst-alt-install` just don't do what you want. You might want to tweak "
770-
"just one or two directories while keeping everything under the same base "
771-
"directory, or you might want to completely redefine the installation scheme."
772-
" In either case, you're creating a *custom installation scheme*."
768+
"Sometimes, the alternate installation schemes described in section "
769+
":ref:`inst-alt-install` just don't do what you want. You might want to "
770+
"tweak just one or two directories while keeping everything under the same "
771+
"base directory, or you might want to completely redefine the installation "
772+
"scheme. In either case, you're creating a *custom installation scheme*."
773773
msgstr ""
774774

775775
#: ../../install/index.rst:540

installing/index.po

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

163163
#: ../../installing/index.rst:80
164164
msgid "Basic usage"
@@ -257,8 +257,9 @@ msgid ""
257257
"<https://packaging.python.org/installing/#requirements-for-installing-"
258258
"packages>`__"
259259
msgstr ""
260-
"`Python 软件包用户指南:安装软件包的前提要求 <https://packaging.python.org/installing"
261-
"/#requirements-for-installing-packages>`__"
260+
"`Python 软件包用户指南:安装软件包的前提要求 "
261+
"<https://packaging.python.org/installing/#requirements-for-installing-"
262+
"packages>`__"
262263

263264
#: ../../installing/index.rst:147
264265
msgid "... install packages just for the current user?"

0 commit comments

Comments
 (0)