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

Skip to content

Commit b65615e

Browse files
[po] auto sync
1 parent 6439033 commit b65615e

3 files changed

Lines changed: 12 additions & 4 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
@@ -347,8 +347,9 @@ msgid ""
347347
":func:`repr` using ``\\x``, ``\\u`` or ``\\U`` escapes. This generates a "
348348
"string similar to that returned by :func:`repr` in Python 2."
349349
msgstr ""
350-
"就像函数 :func:`repr`,返回一个对象可打印的字符串,但是 :func:`repr` 返回的字符串中非 ASCII 编码的字符,会使用 "
351-
"``\\x``、``\\u`` 和 ``\\U`` 来转义。生成的字符串和 Python 2 的 :func:`repr` 返回的结果相似。"
350+
"与 :func:`repr` 类似,返回包含一个对象的可打印表示形式的字符串,但是 :func:`repr` 返回的字符串中非 ASCII "
351+
"编码的字符会使用 ``\\x``、``\\u`` 和 ``\\U`` 来转义。 生成的字符串和 Python 2 的 :func:`repr` "
352+
"返回的结果相似。"
352353

353354
#: ../../library/functions.rst:85
354355
msgid ""

library/urllib.parse.po

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
# Freesand Leo <[email protected]>, 2020
1111
# Meng Du <[email protected]>, 2020
1212
# ppcfish <[email protected]>, 2020
13+
# JiaShu Xu <[email protected]>, 2021
1314
#
1415
#, fuzzy
1516
msgid ""
@@ -18,7 +19,7 @@ msgstr ""
1819
"Report-Msgid-Bugs-To: \n"
1920
"POT-Creation-Date: 2021-02-16 16:33+0000\n"
2021
"PO-Revision-Date: 2020-05-30 12:13+0000\n"
21-
"Last-Translator: ppcfish <ppcfish@gmail.com>, 2020\n"
22+
"Last-Translator: JiaShu Xu <colinxu2020@gmail.com>, 2021\n"
2223
"Language-Team: Chinese (China) (https://www.transifex.com/python-doc/teams/5390/zh_CN/)\n"
2324
"MIME-Version: 1.0\n"
2425
"Content-Type: text/plain; charset=UTF-8\n"
@@ -28,7 +29,7 @@ msgstr ""
2829

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

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

4548
#: ../../library/urllib.parse.rst:23
4649
msgid ""

0 commit comments

Comments
 (0)