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

Skip to content

Commit 424c337

Browse files
committed
[po] auto sync bot
1 parent ff911ff commit 424c337

1 file changed

Lines changed: 13 additions & 7 deletions

File tree

library/http.client.po

Lines changed: 13 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,10 @@
77
# Fred <[email protected]>, 2018
88
# Junkai Shao <[email protected]>, 2018
99
# Sonny <[email protected]>, 2019
10-
# Freesand Leo <[email protected]>, 2019
1110
# 汪心禾 <[email protected]>, 2019
1211
# chen_chao <[email protected]>, 2019
1312
# Shengjing Zhu <[email protected]>, 2019
13+
# Freesand Leo <[email protected]>, 2019
1414
#
1515
#, fuzzy
1616
msgid ""
@@ -19,7 +19,7 @@ msgstr ""
1919
"Report-Msgid-Bugs-To: \n"
2020
"POT-Creation-Date: 2019-09-01 14:24+0000\n"
2121
"PO-Revision-Date: 2017-02-16 23:13+0000\n"
22-
"Last-Translator: Shengjing Zhu <zsj950618@gmail.com>, 2019\n"
22+
"Last-Translator: Freesand Leo <yuqinju@163.com>, 2019\n"
2323
"Language-Team: Chinese (China) (https://www.transifex.com/python-doc/teams/5390/zh_CN/)\n"
2424
"MIME-Version: 1.0\n"
2525
"Content-Type: text/plain; charset=UTF-8\n"
@@ -148,6 +148,8 @@ msgid ""
148148
"for the default *context* or when *cert_file* is passed with a custom "
149149
"*context*."
150150
msgstr ""
151+
"该类现在对于默认的 *context* 或在传入 *cert_file* 并附带自定义 *context* 时会启用 TLS 1.3 "
152+
":attr:`ssl.SSLContext.post_handshake_auth`。"
151153

152154
#: ../../library/http.client.rst:104
153155
msgid ""
@@ -389,20 +391,22 @@ msgstr ""
389391
msgid ""
390392
"Should be called after a request is sent to get the response from the "
391393
"server. Returns an :class:`HTTPResponse` instance."
392-
msgstr ""
394+
msgstr "应当在发送一个请求从服务器获取响应时被调用。 返回一个 :class:`HTTPResponse` 的实例。"
393395

394396
#: ../../library/http.client.rst:316
395397
msgid ""
396398
"Note that you must have read the whole response before you can send a new "
397399
"request to the server."
398-
msgstr ""
400+
msgstr "请注意你必须在读取了整个响应之后才能向服务器发送新的请求。"
399401

400402
#: ../../library/http.client.rst:319
401403
msgid ""
402404
"If a :exc:`ConnectionError` or subclass is raised, the "
403405
":class:`HTTPConnection` object will be ready to reconnect when a new request"
404406
" is sent."
405407
msgstr ""
408+
"如果引发了 :exc:`ConnectionError` 或其子类, :class:`HTTPConnection` "
409+
"对象将在发送新的请求时准备好重新连接。"
406410

407411
#: ../../library/http.client.rst:327
408412
msgid ""
@@ -411,25 +415,27 @@ msgid ""
411415
"currently defined debug output to be printed to stdout. The ``debuglevel`` "
412416
"is passed to any new :class:`HTTPResponse` objects that are created."
413417
msgstr ""
418+
"设置调试等级。 默认的调试等级为 ``0``,意味着不会打印调试输出。 任何大于 ``0`` 的值将使得所有当前定义的调试输出被打印到 stdout。 "
419+
"``debuglevel`` 会被传给任何新创建的 :class:`HTTPResponse` 对象。"
414420

415421
#: ../../library/http.client.rst:337
416422
msgid ""
417423
"Set the host and the port for HTTP Connect Tunnelling. This allows running "
418424
"the connection through a proxy server."
419-
msgstr ""
425+
msgstr "为 HTTP 连接隧道设置主机和端口。 这将允许通过代理服务器运行连接。"
420426

421427
#: ../../library/http.client.rst:340
422428
msgid ""
423429
"The host and port arguments specify the endpoint of the tunneled connection "
424430
"(i.e. the address included in the CONNECT request, *not* the address of the "
425431
"proxy server)."
426-
msgstr ""
432+
msgstr "host 和 port 参数指明隧道连接的位置(即 CONNECT 请求所包含的地址,而 *不是* 代理服务器的地址)。"
427433

428434
#: ../../library/http.client.rst:344
429435
msgid ""
430436
"The headers argument should be a mapping of extra HTTP headers to send with "
431437
"the CONNECT request."
432-
msgstr ""
438+
msgstr "headers 参数应为一个随 CONNECT 请求发送的额外 HTTP 标头的映射。"
433439

434440
#: ../../library/http.client.rst:347
435441
msgid ""

0 commit comments

Comments
 (0)