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

Skip to content

Commit fd57d6e

Browse files
[po] auto sync
1 parent 7806d5e commit fd57d6e

1 file changed

Lines changed: 9 additions & 4 deletions

File tree

library/urllib.request.po

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@
88
# ppcfish <[email protected]>, 2019
99
# 汪心禾 <[email protected]>, 2020
1010
# Jiuh-star <[email protected]>, 2021
11-
# Dai Xu <[email protected]>, 2021
1211
# Freesand Leo <[email protected]>, 2021
12+
# Dai Xu <[email protected]>, 2021
1313
#
1414
#, fuzzy
1515
msgid ""
@@ -18,7 +18,7 @@ msgstr ""
1818
"Report-Msgid-Bugs-To: \n"
1919
"POT-Creation-Date: 2021-03-02 05:36+0000\n"
2020
"PO-Revision-Date: 2017-02-16 23:34+0000\n"
21-
"Last-Translator: Freesand Leo <yuqinju@163.com>, 2021\n"
21+
"Last-Translator: Dai Xu <daixu61@hotmail.com>, 2021\n"
2222
"Language-Team: Chinese (China) (https://www.transifex.com/python-doc/teams/5390/zh_CN/)\n"
2323
"MIME-Version: 1.0\n"
2424
"Content-Type: text/plain; charset=UTF-8\n"
@@ -1632,13 +1632,15 @@ msgstr "添加 HTTP 头部信息:"
16321632

16331633
#: ../../library/urllib.request.rst:1278
16341634
msgid "Use the *headers* argument to the :class:`Request` constructor, or::"
1635-
msgstr ""
1635+
msgstr "可利用 :class:`Request` 构造函数的 *headers* 参数,或者是:"
16361636

16371637
#: ../../library/urllib.request.rst:1287
16381638
msgid ""
16391639
":class:`OpenerDirector` automatically adds a :mailheader:`User-Agent` header"
16401640
" to every :class:`Request`. To change this::"
16411641
msgstr ""
1642+
":class:`OpenerDirector` 自动会在每个 :class:`Request` 中加入一项 :mailheader:`User-"
1643+
"Agent` 头部信息。若要修改,请参见以下语句:"
16421644

16431645
#: ../../library/urllib.request.rst:1295
16441646
msgid ""
@@ -1647,12 +1649,15 @@ msgid ""
16471649
":class:`Request` is passed to :func:`urlopen` (or "
16481650
":meth:`OpenerDirector.open`)."
16491651
msgstr ""
1652+
"另请记得,当 :class:`Request` 传给 :func:`urlopen` (或 "
1653+
":meth:`OpenerDirector.open`)时,会加入一些标准的头部信息( :mailheader:`Content-Length` 、 "
1654+
":mailheader:`Content-Type` 和 :mailheader:`Host`)。"
16501655

16511656
#: ../../library/urllib.request.rst:1302
16521657
msgid ""
16531658
"Here is an example session that uses the ``GET`` method to retrieve a URL "
16541659
"containing parameters::"
1655-
msgstr ""
1660+
msgstr "以下会话示例用 ``GET`` 方法读取包含参数的 URL。"
16561661

16571662
#: ../../library/urllib.request.rst:1313
16581663
msgid ""

0 commit comments

Comments
 (0)