77# Shengjing Zhu <[email protected] >, 2018889910+ # Zombie110year <[email protected] >, 20191011#
1112#, fuzzy
1213msgid ""
@@ -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
2728msgid ":mod:`http.cookiejar` --- Cookie handling for HTTP clients"
28- msgstr ""
29+ msgstr ":mod:`http.cookiejar` —— HTTP 客户端的 Cookie 处理 "
2930
3031#: ../../library/http.cookiejar.rst:10
3132msgid "**Source code:** :source:`Lib/http/cookiejar.py`"
32- msgstr ""
33+ msgstr "**源代码:** :source:`Lib/http/cookiejar.py` "
3334
3435#: ../../library/http.cookiejar.rst:14
3536msgid ""
@@ -39,6 +40,9 @@ msgid ""
3940"HTTP response from a web server, and then returned to the server in later "
4041"HTTP requests."
4142msgstr ""
43+ ":mod:`http.cookiejar` 模块定义了用于自动处理 HTTP cookie 的类。这对访问需要小段数据 —— "
44+ ":dfn:`cookies` 的网站很有用,这些数据由 Web 服务器的 HTTP 响应在客户端计算机上设置,然后在以后的 HTTP "
45+ "请求中返回给服务器。"
4246
4347#: ../../library/http.cookiejar.rst:19
4448msgid ""
@@ -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."
5458msgstr ""
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
5766msgid ""
@@ -61,6 +70,8 @@ msgid ""
6170"Python attributes, the documentation for this module uses the term :dfn"
6271":`cookie-attribute` instead."
6372msgstr ""
73+ "在 :mailheader:`Set-Cookie` 和 :mailheader:`Set-Cookie2` 头中找到的各种命名参数通常指 "
74+ ":dfn:`attributes`。为了不与 Python 属性相混淆,模块文档使用 :dfn:`cookie-attribute` 代替。"
6475
6576#: ../../library/http.cookiejar.rst:38
6677msgid "The module defines the following exception:"
0 commit comments