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

Skip to content

Commit 0e97f89

Browse files
[po] auto sync
1 parent 7955cff commit 0e97f89

1 file changed

Lines changed: 8 additions & 2 deletions

File tree

library/urllib.parse.po

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -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`)."
923923
msgstr ""
924+
"*safe*, *encoding* 和 *errors* 形参会被传递给 *quote_via* (*encoding* 和 *errors* "
925+
"形参仅在查询元素为 :class:`str` 时会被传递)。"
924926

925927
#: ../../library/urllib.parse.rst:667
926928
msgid ""
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."
929931
msgstr ""
932+
"为了反向执行这个编码过程,此模块提供了 :func:`parse_qs` 和 :func:`parse_qsl` 来将查询字符串解析为 Python "
933+
"数据结构。"
930934

931935
#: ../../library/urllib.parse.rst:670
932936
msgid ""
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."
936940
msgstr ""
941+
"请参考 :ref:`urllib 示例 <urllib-examples>` 来了解如何使用 "
942+
":func:`urllib.parse.urlencode` 方法来生成 URL 的查询字符串或 POST 请求的数据。"
937943

938944
#: ../../library/urllib.parse.rst:674
939945
msgid "*query* supports bytes and string objects."
@@ -945,13 +951,13 @@ msgstr "*quote_via* 参数."
945951

946952
#: ../../library/urllib.parse.rst:685
947953
msgid "`WHATWG`_ - URL Living standard"
948-
msgstr ""
954+
msgstr "`WHATWG`_ - URL 现有标准"
949955

950956
#: ../../library/urllib.parse.rst:684
951957
msgid ""
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
957963
msgid ":rfc:`3986` - Uniform Resource Identifiers"

0 commit comments

Comments
 (0)