77# Kade For, 2020
88# cdarlint <[email protected] >, 202099# Zombie110year <[email protected] >, 202010- # Freesand Leo <[email protected] >, 20201110# Meng Du <[email protected] >, 20201211# ppcfish <[email protected] >, 20201312# JiaShu Xu <[email protected] >, 202113+ # Freesand Leo <[email protected] >, 20211414#
1515#, fuzzy
1616msgid ""
@@ -19,7 +19,7 @@ msgstr ""
1919"Report-Msgid-Bugs-To : \n "
2020"POT-Creation-Date : 2021-02-16 16:33+0000\n "
2121"PO-Revision-Date : 2020-05-30 12:13+0000\n "
22- "Last-Translator : JiaShu Xu <colinxu2020@gmail .com>, 2021\n "
22+ "Last-Translator : Freesand Leo <yuqinju@163 .com>, 2021\n "
2323"Language-Team : Chinese (China) (https://www.transifex.com/python-doc/teams/5390/zh_CN/)\n "
2424"MIME-Version : 1.0\n "
2525"Content-Type : text/plain; charset=UTF-8\n "
@@ -70,7 +70,7 @@ msgstr "URL 解析"
7070msgid ""
7171"The URL parsing functions focus on splitting a URL string into its "
7272"components, or on combining URL components into a URL string."
73- msgstr ""
73+ msgstr "URL解析功能可以将一个URL字符串分割成其组件,或者将URL组件组合成一个URL字符串。 "
7474
7575#: ../../library/urllib.parse.rst:42
7676msgid ""
@@ -98,6 +98,8 @@ msgid ""
9898" as *urlstring*, except that the default value ``''`` is always allowed, and"
9999" is automatically converted to ``b''`` if appropriate."
100100msgstr ""
101+ "*scheme* 参数给出了默认的协议,只有在 URL 未指定协议的情况下才会被使用。 它应该是与 *urlstring* "
102+ "相同的类型(文本或字节串),除此之外默认值 ``''`` 也总是被允许,并会在适当情况下自动转换为 ``b''``。"
101103
102104#: ../../library/urllib.parse.rst:87
103105msgid ""
@@ -111,7 +113,7 @@ msgstr ""
111113msgid ""
112114"The return value is a :term:`named tuple`, which means that its items can be"
113115" accessed by index or as named attributes, which are:"
114- msgstr ""
116+ msgstr "返回值是一个 :term:`named tuple`,这意味着它的条目可以通过索引或作为命名属性来访问,这些属性是: "
115117
116118#: ../../library/urllib.parse.rst:96 ../../library/urllib.parse.rst:281
117119#: ../../library/urllib.parse.rst:378
@@ -267,6 +269,8 @@ msgid ""
267269"invalid port is specified in the URL. See section :ref:`urlparse-result-"
268270"object` for more information on the result object."
269271msgstr ""
272+ "如果在 URL 中指定了无效的端口,读取 :attr:`port` 属性将引发 :exc:`ValueError`。 有关结果对象的更多信息请参阅 "
273+ ":ref:`urlparse-result-object` 一节。"
270274
271275#: ../../library/urllib.parse.rst:125 ../../library/urllib.parse.rst:307
272276msgid ""
0 commit comments