77# Menghua Xiao <[email protected] >, 202188# ppcfish <[email protected] >, 202199# Alpha Du <[email protected] >, 202110- # Dai Xu <[email protected] >, 20211110# Freesand Leo <[email protected] >, 202111+ # Dai Xu <[email protected] >, 20211212#
1313#, fuzzy
1414msgid ""
@@ -17,7 +17,7 @@ msgstr ""
1717"Report-Msgid-Bugs-To : \n "
1818"POT-Creation-Date : 2021-06-29 12:56+0000\n "
1919"PO-Revision-Date : 2021-06-28 01:07+0000\n "
20- "Last-Translator : Freesand Leo <yuqinju@163 .com>, 2021\n "
20+ "Last-Translator : Dai Xu <daixu61@hotmail .com>, 2021\n "
2121"Language-Team : Chinese (China) (https://www.transifex.com/python-doc/teams/5390/zh_CN/)\n "
2222"MIME-Version : 1.0\n "
2323"Content-Type : text/plain; charset=UTF-8\n "
@@ -127,7 +127,7 @@ msgstr ":rfc:`2109` - HTTP状态管理机制"
127127
128128#: ../../library/http.cookies.rst:69
129129msgid "This is the state management specification implemented by this module."
130- msgstr ""
130+ msgstr "这是本模块实现的状态管理规范。 "
131131
132132#: ../../library/http.cookies.rst:75
133133msgid "Cookie Objects"
@@ -139,19 +139,25 @@ msgid ""
139139"``real_value`` can be any type. This method does no decoding in "
140140":class:`BaseCookie` --- it exists so it can be overridden."
141141msgstr ""
142+ "由字符串返回元组 ``(real_value, coded_value)``。``real_value`` "
143+ "可为任意类型。:class:`BaseCookie` 中的此方法未实现任何解码工作——只为能被子类重写。"
142144
143145#: ../../library/http.cookies.rst:87
144146msgid ""
145147"Return a tuple ``(real_value, coded_value)``. *val* can be any type, but "
146148"``coded_value`` will always be converted to a string. This method does no "
147149"encoding in :class:`BaseCookie` --- it exists so it can be overridden."
148150msgstr ""
151+ "返回元组 ``(real_value, coded_value)``。*val* 可为任意类型,``coded_value`` 则会转换为字符串。 "
152+ ":class:`BaseCookie` 中的此方法未实现任何编码工作——只为能被子类重写。"
149153
150154#: ../../library/http.cookies.rst:92
151155msgid ""
152156"In general, it should be the case that :meth:`value_encode` and "
153157":meth:`value_decode` are inverses on the range of *value_decode*."
154158msgstr ""
159+ "通常在 *value_decode* 的取值范围内,:meth:`value_encode` 和 :meth:`value_decode` "
160+ "应为可互逆操作。"
155161
156162#: ../../library/http.cookies.rst:98
157163msgid ""
0 commit comments