@@ -921,19 +921,25 @@ msgid ""
921921"*quote_via* (the *encoding* and *errors* parameters are only passed when a "
922922"query element is a :class:`str`)."
923923msgstr ""
924+ "*safe*, *encoding* 和 *errors* 形参会被传递给 *quote_via* (*encoding* 和 *errors* "
925+ "形参仅在查询元素为 :class:`str` 时会被传递)。"
924926
925927#: ../../library/urllib.parse.rst:667
926928msgid ""
927929"To reverse this encoding process, :func:`parse_qs` and :func:`parse_qsl` are"
928930" provided in this module to parse query strings into Python data structures."
929931msgstr ""
932+ "为了反向执行这个编码过程,此模块提供了 :func:`parse_qs` 和 :func:`parse_qsl` 来将查询字符串解析为 Python "
933+ "数据结构。"
930934
931935#: ../../library/urllib.parse.rst:670
932936msgid ""
933937"Refer to :ref:`urllib examples <urllib-examples>` to find out how the "
934938":func:`urllib.parse.urlencode` method can be used for generating the query "
935939"string of a URL or data for a POST request."
936940msgstr ""
941+ "请参考 :ref:`urllib 示例 <urllib-examples>` 来了解如何使用 "
942+ ":func:`urllib.parse.urlencode` 方法来生成 URL 的查询字符串或 POST 请求的数据。"
937943
938944#: ../../library/urllib.parse.rst:674
939945msgid "*query* supports bytes and string objects."
@@ -945,13 +951,13 @@ msgstr "*quote_via* 参数."
945951
946952#: ../../library/urllib.parse.rst:685
947953msgid "`WHATWG`_ - URL Living standard"
948- msgstr ""
954+ msgstr "`WHATWG`_ - URL 现有标准 "
949955
950956#: ../../library/urllib.parse.rst:684
951957msgid ""
952958"Working Group for the URL Standard that defines URLs, domains, IP addresses,"
953959" the application/x-www-form-urlencoded format, and their API."
954- msgstr ""
960+ msgstr "定义 URL、域名、IP 地址、application/x-www-form-urlencoded 格式及其 API 的工作组。 "
955961
956962#: ../../library/urllib.parse.rst:691
957963msgid ":rfc:`3986` - Uniform Resource Identifiers"
0 commit comments