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

Skip to content

Commit 3f98475

Browse files
committed
[po] auto sync bot
1 parent b766104 commit 3f98475

2 files changed

Lines changed: 11 additions & 2 deletions

File tree

c-api/concrete.po

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
# Meng Du <[email protected]>, 2019
88
# Wang Saul <[email protected]>, 2019
99
# ppcfish <[email protected]>, 2019
10+
# Freesand Leo <[email protected]>, 2019
1011
#
1112
#, fuzzy
1213
msgid ""
@@ -15,7 +16,7 @@ msgstr ""
1516
"Report-Msgid-Bugs-To: \n"
1617
"POT-Creation-Date: 2019-01-01 10:14+0900\n"
1718
"PO-Revision-Date: 2017-02-16 17:34+0000\n"
18-
"Last-Translator: ppcfish <ppcfish@gmail.com>, 2019\n"
19+
"Last-Translator: Freesand Leo <yuqinju@163.com>, 2019\n"
1920
"Language-Team: Chinese (China) (https://www.transifex.com/python-doc/teams/5390/zh_CN/)\n"
2021
"MIME-Version: 1.0\n"
2122
"Content-Type: text/plain; charset=UTF-8\n"
@@ -36,7 +37,9 @@ msgid ""
3637
"object is a dictionary, use :c:func:`PyDict_Check`. The chapter is "
3738
"structured like the \"family tree\" of Python object types."
3839
msgstr ""
39-
"本章中的函数特定于某些Python对象类型。将错误类型的对象传递给它们并不是一个好主意;如果您从Python程序接收到一个对象,但不确定它是否具有正确的类型,则必须首先执行类型检查;例如,要检查对象是否为字典,请使用PyDict_check()。本章的结构类似于Python对象类型的“族树”。"
40+
"本章中的函数特定于某些 Python 对象类型。 将错误类型的对象传递给它们并不是一个好主意;如果您从 Python "
41+
"程序接收到一个对象,但不确定它是否具有正确的类型,则必须首先执行类型检查;例如,要检查对象是否为字典,请使用 "
42+
":c:func:`PyDict_Check`。 本章的结构类似于 Python 对象类型的“家族树”。"
4043

4144
#: ../../c-api/concrete.rst:19
4245
msgid ""

library/asyncio-platforms.po

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -81,19 +81,25 @@ msgid ""
8181
":meth:`loop.add_reader` and :meth:`loop.add_writer` only accept socket "
8282
"handles (e.g. pipe file descriptors are not supported)."
8383
msgstr ""
84+
":meth:`loop.add_reader` 和 :meth:`loop.add_writer` "
85+
"只接受套接字处理回调函数(如管道、文件描述符等都不支持)。"
8486

8587
#: ../../library/asyncio-platforms.rst:43
8688
msgid ""
8789
"Pipes are not supported, so the :meth:`loop.connect_read_pipe` and "
8890
":meth:`loop.connect_write_pipe` methods are not implemented."
8991
msgstr ""
92+
"因为不支持管道,所以 :meth:`loop.connect_read_pipe` 和 :meth:`loop.connect_write_pipe`"
93+
" 方法没有实现。"
9094

9195
#: ../../library/asyncio-platforms.rst:46
9296
msgid ""
9397
":ref:`Subprocesses <asyncio-subprocess>` are not supported, i.e. "
9498
":meth:`loop.subprocess_exec` and :meth:`loop.subprocess_shell` methods are "
9599
"not implemented."
96100
msgstr ""
101+
"不支持 :ref:`Subprocesses <asyncio-subprocess>` ,也就是 "
102+
":meth:`loop.subprocess_exec` 和 :meth:`loop.subprocess_shell` 方法没有实现。"
97103

98104
#: ../../library/asyncio-platforms.rst:50
99105
msgid ":class:`ProactorEventLoop` has the following limitations:"

0 commit comments

Comments
 (0)