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

Skip to content

Commit 13ff384

Browse files
[po] auto sync
1 parent 98fc0ec commit 13ff384

1 file changed

Lines changed: 9 additions & 3 deletions

File tree

library/http.cookies.po

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@
77
# Menghua Xiao <[email protected]>, 2021
88
# ppcfish <[email protected]>, 2021
99
# Alpha Du <[email protected]>, 2021
10-
# Dai Xu <[email protected]>, 2021
1110
# Freesand Leo <[email protected]>, 2021
11+
# Dai Xu <[email protected]>, 2021
1212
#
1313
#, fuzzy
1414
msgid ""
@@ -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
129129
msgid "This is the state management specification implemented by this module."
130-
msgstr ""
130+
msgstr "这是本模块实现的状态管理规范。"
131131

132132
#: ../../library/http.cookies.rst:75
133133
msgid "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."
141141
msgstr ""
142+
"由字符串返回元组 ``(real_value, coded_value)``。``real_value`` "
143+
"可为任意类型。:class:`BaseCookie` 中的此方法未实现任何解码工作——只为能被子类重写。"
142144

143145
#: ../../library/http.cookies.rst:87
144146
msgid ""
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."
148150
msgstr ""
151+
"返回元组 ``(real_value, coded_value)``。*val* 可为任意类型,``coded_value`` 则会转换为字符串。 "
152+
":class:`BaseCookie` 中的此方法未实现任何编码工作——只为能被子类重写。"
149153

150154
#: ../../library/http.cookies.rst:92
151155
msgid ""
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*."
154158
msgstr ""
159+
"通常在 *value_decode* 的取值范围内,:meth:`value_encode` 和 :meth:`value_decode` "
160+
"应为可互逆操作。"
155161

156162
#: ../../library/http.cookies.rst:98
157163
msgid ""

0 commit comments

Comments
 (0)