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

Skip to content

Commit 6a2e9e0

Browse files
[po] auto sync
1 parent c52ea49 commit 6a2e9e0

3 files changed

Lines changed: 13 additions & 5 deletions

File tree

library/email.compat32-message.po

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -461,6 +461,8 @@ msgid ""
461461
"interface, be represented as :class:`~email.header.Header` objects with a "
462462
"charset of `unknown-8bit`."
463463
msgstr ""
464+
"在由字节串生成的模型中,任何包含非 ASCII 字节数据(违反 RFC)的标头值当通过此接口来获取时,将被表示为使用 `unknown-8bit` "
465+
"字符集的 :class:`~email.header.Header` 对象。"
464466

465467
#: ../../library/email.compat32-message.rst:306
466468
msgid "Return the total number of headers, including duplicates."
@@ -472,6 +474,8 @@ msgid ""
472474
"done case-insensitively and *name* should not include the trailing colon. "
473475
"Used for the ``in`` operator, e.g.::"
474476
msgstr ""
477+
"如果消息对象中有一个名为 *name* 的字段则返回 ``True``。 匹配操作对大小写不敏感并且 *name* 不应包括末尾的冒号。 用于 "
478+
"``in`` 运算符,例如::"
475479

476480
#: ../../library/email.compat32-message.rst:321
477481
msgid ""

library/functions.po

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -342,8 +342,9 @@ msgid ""
342342
":func:`repr` using ``\\x``, ``\\u`` or ``\\U`` escapes. This generates a "
343343
"string similar to that returned by :func:`repr` in Python 2."
344344
msgstr ""
345-
"就像函数 :func:`repr`,返回一个对象可打印的字符串,但是 :func:`repr` 返回的字符串中非 ASCII 编码的字符,会使用 "
346-
"``\\x``、``\\u`` 和 ``\\U`` 来转义。生成的字符串和 Python 2 的 :func:`repr` 返回的结果相似。"
345+
"与 :func:`repr` 类似,返回包含一个对象的可打印表示形式的字符串,但是 :func:`repr` 返回的字符串中非 ASCII "
346+
"编码的字符会使用 ``\\x``、``\\u`` 和 ``\\U`` 来转义。 生成的字符串和 Python 2 的 :func:`repr` "
347+
"返回的结果相似。"
347348

348349
#: ../../library/functions.rst:84
349350
msgid ""

library/urllib.parse.po

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111
# Kade For, 2019
1212
# ppcfish <[email protected]>, 2019
1313
# hanfeng <[email protected]>, 2020
14+
# JiaShu Xu <[email protected]>, 2021
1415
#
1516
#, fuzzy
1617
msgid ""
@@ -19,7 +20,7 @@ msgstr ""
1920
"Report-Msgid-Bugs-To: \n"
2021
"POT-Creation-Date: 2021-02-16 05:28+0000\n"
2122
"PO-Revision-Date: 2017-02-16 23:33+0000\n"
22-
"Last-Translator: hanfeng <appweb.cn@gmail.com>, 2020\n"
23+
"Last-Translator: JiaShu Xu <colinxu2020@gmail.com>, 2021\n"
2324
"Language-Team: Chinese (China) (https://www.transifex.com/python-doc/teams/5390/zh_CN/)\n"
2425
"MIME-Version: 1.0\n"
2526
"Content-Type: text/plain; charset=UTF-8\n"
@@ -29,7 +30,7 @@ msgstr ""
2930

3031
#: ../../library/urllib.parse.rst:2
3132
msgid ":mod:`urllib.parse` --- Parse URLs into components"
32-
msgstr ""
33+
msgstr ":mod:`urllib.parse` 用于解析 URL"
3334

3435
#: ../../library/urllib.parse.rst:7
3536
msgid "**Source code:** :source:`Lib/urllib/parse.py`"
@@ -42,6 +43,8 @@ msgid ""
4243
"etc.), to combine the components back into a URL string, and to convert a "
4344
"\"relative URL\" to an absolute URL given a \"base URL.\""
4445
msgstr ""
46+
"该模块定义了一个标准接口,用于URL字符串按组件(协议、网络位置、路径等)分解,或将组件组合回URL字符串,并将 \"相对URL \"转换为给定 "
47+
"\"基础URL \"的绝对URL。"
4548

4649
#: ../../library/urllib.parse.rst:23
4750
msgid ""
@@ -142,7 +145,7 @@ msgstr "0"
142145

143146
#: ../../library/urllib.parse.rst:98 ../../library/urllib.parse.rst:282
144147
msgid "URL scheme specifier"
145-
msgstr "URL方案说明符"
148+
msgstr ""
146149

147150
#: ../../library/urllib.parse.rst:98 ../../library/urllib.parse.rst:282
148151
msgid "*scheme* parameter"

0 commit comments

Comments
 (0)