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

Skip to content

Commit bdb3b5f

Browse files
committed
[po] auto sync bot
1 parent e1037d1 commit bdb3b5f

2 files changed

Lines changed: 6 additions & 5 deletions

File tree

library/asyncio-protocol.po

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -70,20 +70,20 @@ msgid ""
7070
"A different way of saying the same thing: a transport is an abstraction for "
7171
"a socket (or similar I/O endpoint) while a protocol is an abstraction for an"
7272
" application, from the transport's point of view."
73-
msgstr ""
73+
msgstr "也可以这样说:从传输的角度来看,传输是套接字(或类似的I/O终端)的抽象,而协议是应用程序的抽象。"
7474

7575
#: ../../library/asyncio-protocol.rst:35
7676
msgid ""
7777
"Yet another view is the transport and protocol interfaces together define an"
7878
" abstract interface for using network I/O and interprocess I/O."
79-
msgstr ""
79+
msgstr "换另一种说法,传输和协议一起定义网络I/0和进程间I/O的抽象接口。"
8080

8181
#: ../../library/asyncio-protocol.rst:39
8282
msgid ""
8383
"There is always a 1:1 relationship between transport and protocol objects: "
8484
"the protocol calls transport methods to send data, while the transport calls"
8585
" protocol methods to pass it data that has been received."
86-
msgstr ""
86+
msgstr "传输对象和协议对象总是一对一关系:协议调用传输方法来发送数据,而传输在接收到数据时调用协议方法传递数据。"
8787

8888
#: ../../library/asyncio-protocol.rst:44
8989
msgid ""

library/asyncio-task.po

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
# Shengjing Zhu <[email protected]>, 2018
88
# Freesand Leo <[email protected]>, 2018
99
# walkinrain <[email protected]>, 2019
10+
# MuSheng Chen <[email protected]>, 2019
1011
#
1112
#, fuzzy
1213
msgid ""
@@ -15,7 +16,7 @@ msgstr ""
1516
"Report-Msgid-Bugs-To: \n"
1617
"POT-Creation-Date: 2019-05-20 11:27+0900\n"
1718
"PO-Revision-Date: 2017-02-16 17:49+0000\n"
18-
"Last-Translator: walkinrain <walkinrain2008@163.com>, 2019\n"
19+
"Last-Translator: MuSheng Chen <sheng.2179@gmail.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"
@@ -53,7 +54,7 @@ msgstr "注意:简单地调用一个协程并不会将其加入执行日程::"
5354

5455
#: ../../library/asyncio-task.rst:43
5556
msgid "To actually run a coroutine, asyncio provides three main mechanisms:"
56-
msgstr ""
57+
msgstr "要真正运行一个协程,asyncio 提供了三种主要机制:"
5758

5859
#: ../../library/asyncio-task.rst:45
5960
msgid ""

0 commit comments

Comments
 (0)