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

Skip to content

Commit eec14f4

Browse files
[po] auto sync
1 parent 57f8467 commit eec14f4

1 file changed

Lines changed: 17 additions & 3 deletions

File tree

library/urllib.parse.po

Lines changed: 17 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -640,60 +640,74 @@ msgid ""
640640
"removed. For :func:`urlsplit` and :func:`urlparse` results, all noted "
641641
"changes will be made to the URL returned by this method."
642642
msgstr ""
643+
"对于 :func:`urldefrag` 的结果,只有空的片段标识符会被移除。 对于 :func:`urlsplit` 和 "
644+
":func:`urlparse` 的结果,所有被记录的改变都会被应用到此方法所返回的 URL 上。"
643645

644646
#: ../../library/urllib.parse.rst:463
645647
msgid ""
646648
"The result of this method remains unchanged if passed back through the "
647649
"original parsing function:"
648-
msgstr ""
650+
msgstr "如果是通过原始的解析方法传回则此方法的结果会保持不变:"
649651

650652
#: ../../library/urllib.parse.rst:476
651653
msgid ""
652654
"The following classes provide the implementations of the structured parse "
653655
"results when operating on :class:`str` objects:"
654-
msgstr ""
656+
msgstr "下面的类提供了当在 :class:`str` 对象上操作时对结构化解析结果的实现:"
655657

656658
#: ../../library/urllib.parse.rst:481
657659
msgid ""
658660
"Concrete class for :func:`urldefrag` results containing :class:`str` data. "
659661
"The :meth:`encode` method returns a :class:`DefragResultBytes` instance."
660662
msgstr ""
663+
"用于 :func:`urldefrag` 结果的实体类,包含有 :class:`str` 数据。 :meth:`encode` 方法会返回一个 "
664+
":class:`DefragResultBytes` 实例。"
661665

662666
#: ../../library/urllib.parse.rst:489
663667
msgid ""
664668
"Concrete class for :func:`urlparse` results containing :class:`str` data. "
665669
"The :meth:`encode` method returns a :class:`ParseResultBytes` instance."
666670
msgstr ""
671+
"用于 :func:`urlparse` 结果的实体类,包含有 :class:`str` 数据。 :meth:`encode` 方法会返回一个 "
672+
":class:`ParseResultBytes` 实例。"
667673

668674
#: ../../library/urllib.parse.rst:495
669675
msgid ""
670676
"Concrete class for :func:`urlsplit` results containing :class:`str` data. "
671677
"The :meth:`encode` method returns a :class:`SplitResultBytes` instance."
672678
msgstr ""
679+
"用于 :func:`urlsplit` 结果的实体类,包含有 :class:`str` 数据。 :meth:`encode` 方法会返回一个 "
680+
":class:`SplitResultBytes` 实例。"
673681

674682
#: ../../library/urllib.parse.rst:500
675683
msgid ""
676684
"The following classes provide the implementations of the parse results when "
677685
"operating on :class:`bytes` or :class:`bytearray` objects:"
678-
msgstr ""
686+
msgstr "下面的类提供了当在 :class:`bytes` 或 :class:`bytearray` 对象上操作时对解析结果的实现:"
679687

680688
#: ../../library/urllib.parse.rst:505
681689
msgid ""
682690
"Concrete class for :func:`urldefrag` results containing :class:`bytes` data."
683691
" The :meth:`decode` method returns a :class:`DefragResult` instance."
684692
msgstr ""
693+
"用于 :func:`urldefrag` 结果的实体类,包含有 :class:`bytes` 数据。 :meth:`decode` 方法会返回一个 "
694+
":class:`DefragResult` 实例。"
685695

686696
#: ../../library/urllib.parse.rst:513
687697
msgid ""
688698
"Concrete class for :func:`urlparse` results containing :class:`bytes` data. "
689699
"The :meth:`decode` method returns a :class:`ParseResult` instance."
690700
msgstr ""
701+
"用于 :func:`urlparse` 结果的实体类,包含有 :class:`bytes` 数据。 :meth:`decode` 方法会返回一个 "
702+
":class:`ParseResult` 实例。"
691703

692704
#: ../../library/urllib.parse.rst:521
693705
msgid ""
694706
"Concrete class for :func:`urlsplit` results containing :class:`bytes` data. "
695707
"The :meth:`decode` method returns a :class:`SplitResult` instance."
696708
msgstr ""
709+
"用于 :func:`urlsplit` 结果的实体类,包含有 :class:`bytes` 数据。 :meth:`decode` 方法会返回一个 "
710+
":class:`SplitResult` 实例。"
697711

698712
#: ../../library/urllib.parse.rst:529
699713
msgid "URL Quoting"

0 commit comments

Comments
 (0)