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

Skip to content

Commit cc414be

Browse files
[po] auto sync
1 parent 922a11b commit cc414be

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

library/wsgiref.po

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -301,17 +301,19 @@ msgid ""
301301
"line is terminated by a carriage return and line feed, and the bytestring is"
302302
" terminated with a blank line."
303303
msgstr ""
304+
"在 :class:`Headers` 对象上调用 ``bytes()`` 将返回适用于作为 HTTP 响应标头来传输的已格式化字节串。 "
305+
"每个标头附带以逗号加空格分隔的值放置在一行中。 每一行都以回车符加换行符结束,且该字节串会以一个空行作为结束。"
304306

305307
#: ../../library/wsgiref.rst:222
306308
msgid ""
307309
"In addition to their mapping interface and formatting features, "
308310
":class:`Headers` objects also have the following methods for querying and "
309311
"adding multi-valued headers, and for adding headers with MIME parameters:"
310-
msgstr ""
312+
msgstr "除了映射接口和格式化特性,:class:`Headers` 对象还具有下列方法用来查询和添加多值标头,以及添加具有 MIME 参数的标头:"
311313

312314
#: ../../library/wsgiref.rst:229
313315
msgid "Return a list of all the values for the named header."
314-
msgstr ""
316+
msgstr "返回包含指定标头的所有值的列表。"
315317

316318
#: ../../library/wsgiref.rst:231
317319
msgid ""

0 commit comments

Comments
 (0)