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

Skip to content

Commit ff911ff

Browse files
committed
[po] auto sync bot
1 parent 6d4a868 commit ff911ff

1 file changed

Lines changed: 14 additions & 3 deletions

File tree

library/http.cookiejar.po

Lines changed: 14 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
# Shengjing Zhu <[email protected]>, 2018
88
# Fred <[email protected]>, 2018
99
# 汪心禾 <[email protected]>, 2019
10+
# Zombie110year <[email protected]>, 2019
1011
#
1112
#, fuzzy
1213
msgid ""
@@ -15,7 +16,7 @@ msgstr ""
1516
"Report-Msgid-Bugs-To: \n"
1617
"POT-Creation-Date: 2019-09-01 14:24+0000\n"
1718
"PO-Revision-Date: 2017-02-16 23:13+0000\n"
18-
"Last-Translator: 汪心禾 <wangxinhe06@gmail.com>, 2019\n"
19+
"Last-Translator: Zombie110year <zombie110year@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"
@@ -25,11 +26,11 @@ msgstr ""
2526

2627
#: ../../library/http.cookiejar.rst:2
2728
msgid ":mod:`http.cookiejar` --- Cookie handling for HTTP clients"
28-
msgstr ""
29+
msgstr ":mod:`http.cookiejar` —— HTTP 客户端的 Cookie 处理"
2930

3031
#: ../../library/http.cookiejar.rst:10
3132
msgid "**Source code:** :source:`Lib/http/cookiejar.py`"
32-
msgstr ""
33+
msgstr "**源代码:** :source:`Lib/http/cookiejar.py`"
3334

3435
#: ../../library/http.cookiejar.rst:14
3536
msgid ""
@@ -39,6 +40,9 @@ msgid ""
3940
"HTTP response from a web server, and then returned to the server in later "
4041
"HTTP requests."
4142
msgstr ""
43+
":mod:`http.cookiejar` 模块定义了用于自动处理 HTTP cookie 的类。这对访问需要小段数据 —— "
44+
":dfn:`cookies` 的网站很有用,这些数据由 Web 服务器的 HTTP 响应在客户端计算机上设置,然后在以后的 HTTP "
45+
"请求中返回给服务器。"
4246

4347
#: ../../library/http.cookiejar.rst:19
4448
msgid ""
@@ -52,6 +56,11 @@ msgid ""
5256
"original Netscape specification), including taking note of the ``max-age`` "
5357
"and ``port`` cookie-attributes introduced with RFC 2965."
5458
msgstr ""
59+
"常规的 Netscape Cookie 协议和 :rfc:`2965` 定义的协议都可以处理。RFC 2965 处理默认情况下处于关闭状态。 "
60+
":rfc:`2109` cookie 被解析为 Netscape cookie,随后根据有效的 'policy' 被视为 Netscape 或 RFC "
61+
"2965 cookie。 请注意,Internet 上的大多数 cookie 是 Netscape cookie。 "
62+
":mod:`http.cookiejar` 尝试遵循事实上的 Netscape cookie 协议(与原始 Netscape "
63+
"规范中所设定的协议大不相同),包括注意 ``max-age`` 和 ``port`` RFC 2965 引入的 cookie 属性。"
5564

5665
#: ../../library/http.cookiejar.rst:31
5766
msgid ""
@@ -61,6 +70,8 @@ msgid ""
6170
"Python attributes, the documentation for this module uses the term :dfn"
6271
":`cookie-attribute` instead."
6372
msgstr ""
73+
"在 :mailheader:`Set-Cookie` 和 :mailheader:`Set-Cookie2` 头中找到的各种命名参数通常指 "
74+
":dfn:`attributes`。为了不与 Python 属性相混淆,模块文档使用 :dfn:`cookie-attribute` 代替。"
6475

6576
#: ../../library/http.cookiejar.rst:38
6677
msgid "The module defines the following exception:"

0 commit comments

Comments
 (0)