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

Skip to content

Commit ededfc9

Browse files
committed
[po] auto sync bot
1 parent 0e65f61 commit ededfc9

3 files changed

Lines changed: 18 additions & 11 deletions

File tree

library/asyncio-queue.po

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
# ww song <[email protected]>, 2018
99
# Fred <[email protected]>, 2018
1010
# walkinrain <[email protected]>, 2019
11+
# kevin wong <[email protected]>, 2019
1112
#
1213
#, fuzzy
1314
msgid ""
@@ -16,7 +17,7 @@ msgstr ""
1617
"Report-Msgid-Bugs-To: \n"
1718
"POT-Creation-Date: 2019-01-18 10:27+0900\n"
1819
"PO-Revision-Date: 2017-02-16 17:49+0000\n"
19-
"Last-Translator: walkinrain <walkinrain2008@163.com>, 2019\n"
20+
"Last-Translator: kevin wong <huagang517@126.com>, 2019\n"
2021
"Language-Team: Chinese (China) (https://www.transifex.com/python-doc/teams/5390/zh_CN/)\n"
2122
"MIME-Version: 1.0\n"
2223
"Content-Type: text/plain; charset=UTF-8\n"
@@ -44,7 +45,7 @@ msgstr ""
4445

4546
#: ../../library/asyncio-queue.rst:17
4647
msgid "See also the `Examples`_ section below."
47-
msgstr ""
48+
msgstr "参见下面的 `Examples`_ 部分"
4849

4950
#: ../../library/asyncio-queue.rst:20
5051
msgid "Queue"

library/asyncio-stream.po

Lines changed: 13 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
# Freesand Leo <[email protected]>, 2018
99
# Meng Du <[email protected]>, 2019
1010
# walkinrain <[email protected]>, 2019
11+
# kevin wong <[email protected]>, 2019
1112
#
1213
#, fuzzy
1314
msgid ""
@@ -16,7 +17,7 @@ msgstr ""
1617
"Report-Msgid-Bugs-To: \n"
1718
"POT-Creation-Date: 2019-01-01 10:14+0900\n"
1819
"PO-Revision-Date: 2017-02-16 17:49+0000\n"
19-
"Last-Translator: walkinrain <walkinrain2008@163.com>, 2019\n"
20+
"Last-Translator: kevin wong <huagang517@126.com>, 2019\n"
2021
"Language-Team: Chinese (China) (https://www.transifex.com/python-doc/teams/5390/zh_CN/)\n"
2122
"MIME-Version: 1.0\n"
2223
"Content-Type: text/plain; charset=UTF-8\n"
@@ -33,56 +34,59 @@ msgid ""
3334
"Streams are high-level async/await-ready primitives to work with network "
3435
"connections. Streams allow sending and receiving data without using "
3536
"callbacks or low-level protocols and transports."
36-
msgstr ""
37+
msgstr "流是用于处理网络连接的高级 async/await-ready 原语。流允许发送和接收数据,而不需要使用回调或低级协议和传输。"
3738

3839
#: ../../library/asyncio-stream.rst:15
3940
msgid ""
4041
"Here is an example of a TCP echo client written using asyncio streams::"
41-
msgstr ""
42+
msgstr "下面是一个使用 asyncio streams 编写的 TCP echo 客户端示例::"
4243

4344
#: ../../library/asyncio-stream.rst:37
4445
msgid "See also the `Examples`_ section below."
45-
msgstr ""
46+
msgstr "参见下面的 `Examples`_ 部分。"
4647

4748
#: ../../library/asyncio-stream.rst:41
4849
msgid "Stream Functions"
49-
msgstr ""
50+
msgstr "Stream 函数"
5051

5152
#: ../../library/asyncio-stream.rst:42
5253
msgid ""
5354
"The following top-level asyncio functions can be used to create and work "
5455
"with streams:"
55-
msgstr ""
56+
msgstr "下面的高级 asyncio 函数可以用来创建和处理流:"
5657

5758
#: ../../library/asyncio-stream.rst:51
5859
msgid ""
5960
"Establish a network connection and return a pair of ``(reader, writer)`` "
6061
"objects."
61-
msgstr ""
62+
msgstr "建立网络连接并返回一对' ``(reader, writer)`` 对象。"
6263

6364
#: ../../library/asyncio-stream.rst:54
6465
msgid ""
6566
"The returned *reader* and *writer* objects are instances of "
6667
":class:`StreamReader` and :class:`StreamWriter` classes."
6768
msgstr ""
69+
"返回的 *reader* 和 *writer* 对象是 :class:`StreamReader` 和 :class: `StreamWriter` "
70+
"类的实例。"
6871

6972
#: ../../library/asyncio-stream.rst:57
7073
msgid ""
7174
"The *loop* argument is optional and can always be determined automatically "
7275
"when this function is awaited from a coroutine."
73-
msgstr ""
76+
msgstr "*loop* 参数是可选的,当从协程中等待该函数时,总是可以自动确定。"
7477

7578
#: ../../library/asyncio-stream.rst:60 ../../library/asyncio-stream.rst:93
7679
msgid ""
7780
"*limit* determines the buffer size limit used by the returned "
7881
":class:`StreamReader` instance. By default the *limit* is set to 64 KiB."
7982
msgstr ""
83+
"*limit* 确定返回的 :class:`StreamReader` 实例使用的缓冲区大小限制。默认情况下,*limit* 设置为 64 KiB 。"
8084

8185
#: ../../library/asyncio-stream.rst:64
8286
msgid ""
8387
"The rest of the arguments are passed directly to "
8488
":meth:`loop.create_connection`."
85-
msgstr ""
89+
msgstr "其余的参数直接传递到 :meth:`loop.create_connection` 。"
8690

8791
#: ../../library/asyncio-stream.rst:69 ../../library/asyncio-stream.rst:122
8892
msgid "The *ssl_handshake_timeout* parameter."

library/zlib.po

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -228,6 +228,8 @@ msgid ""
228228
"initial size of the output buffer. Raises the :exc:`error` exception if any"
229229
" error occurs."
230230
msgstr ""
231+
"解压 *data* 中的字节,返回含有已解压内容的 bytes 对象。参数 *wbits* 取决于 *data* "
232+
"的格式,具体参见下边的说明。*bufsize* 为输出缓冲区的起始大小。函数发生错误时抛出 :exc:`error` 异常。"
231233

232234
#: ../../library/zlib.rst:145
233235
msgid ""

0 commit comments

Comments
 (0)