|
6 | 6 | msgstr "" |
7 | 7 | "Project-Id-Version: Python 3.14\n" |
8 | 8 | "Report-Msgid-Bugs-To: \n" |
9 | | -"POT-Creation-Date: 2025-10-08 00:15+0000\n" |
| 9 | +"POT-Creation-Date: 2026-06-09 00:37+0000\n" |
10 | 10 | "PO-Revision-Date: 2018-05-23 14:41+0000\n" |
11 | 11 | "Last-Translator: Adrian Liaw <adrianliaw2000@gmail.com>\n" |
12 | 12 | "Language-Team: Chinese - TAIWAN (https://github.com/python/python-docs-zh-" |
@@ -309,8 +309,8 @@ msgid "" |
309 | 309 | "Inherited :class:`Sequence` methods and ``append``, ``clear``, ``reverse``, " |
310 | 310 | "``extend``, ``pop``, ``remove``, and ``__iadd__``" |
311 | 311 | msgstr "" |
312 | | -"繼承 :class:`Sequence` 方法和 ``append``、``clear``、``reverse``、``extend``、" |
313 | | -"``pop``、``remove`` 和 ``__iadd__``" |
| 312 | +"繼承 :class:`Sequence` 方法和 ``append``、``clear``、``reverse``、" |
| 313 | +"``extend``、``pop``、``remove`` 和 ``__iadd__``" |
314 | 314 |
|
315 | 315 | #: ../../library/collections.abc.rst:143 |
316 | 316 | msgid ":class:`ByteString`" |
@@ -554,15 +554,14 @@ msgid "" |
554 | 554 | "ABC for classes that provide the :meth:`~iterator.__iter__` and :meth:" |
555 | 555 | "`~iterator.__next__` methods. See also the definition of :term:`iterator`." |
556 | 556 | msgstr "" |
557 | | -"有提供 :meth:`~iterator.__iter__` 和 :meth:`~iterator.__next__` 方法之類別的 ABC。" |
558 | | -"另請參閱 :term:`iterator` 的定義。" |
| 557 | +"有提供 :meth:`~iterator.__iter__` 和 :meth:`~iterator.__next__` 方法之類別的 " |
| 558 | +"ABC。另請參閱 :term:`iterator` 的定義。" |
559 | 559 |
|
560 | 560 | #: ../../library/collections.abc.rst:247 |
561 | 561 | msgid "" |
562 | 562 | "ABC for iterable classes that also provide the :meth:`~object.__reversed__` " |
563 | 563 | "method." |
564 | | -msgstr "" |
565 | | -"亦有提供 :meth:`~object.__reversed__` 方法之可疊代類別的 ABC。" |
| 564 | +msgstr "亦有提供 :meth:`~object.__reversed__` 方法之可疊代類別的 ABC。" |
566 | 565 |
|
567 | 566 | #: ../../library/collections.abc.rst:254 |
568 | 567 | msgid "" |
@@ -635,10 +634,11 @@ msgid "" |
635 | 634 | "also never understood as subtypes of :class:`!ByteString` (either at runtime " |
636 | 635 | "or by static type checkers)." |
637 | 636 | msgstr "" |
638 | | -":class:`!ByteString` 最初被設計為一個抽象類別,以作為 :class:`bytes` 和 :class:`bytearray` " |
639 | | -"的超型別 (supertype)。然而由於 ABC 從未擁有任何方法,知道一個物件是 :class:`!ByteString` 的" |
640 | | -"實例從未真正告訴你任何關於該物件的有用資訊。其他常見的緩衝區型別如 :class:`memoryview` " |
641 | | -"也從未被理解為 :class:`!ByteString` 的子型別(無論是在 runtime 還是由靜態型別檢查器)。" |
| 637 | +":class:`!ByteString` 最初被設計為一個抽象類別,以作為 :class:`bytes` 和 :" |
| 638 | +"class:`bytearray` 的超型別 (supertype)。然而由於 ABC 從未擁有任何方法,知道一" |
| 639 | +"個物件是 :class:`!ByteString` 的實例從未真正告訴你任何關於該物件的有用資訊。" |
| 640 | +"其他常見的緩衝區型別如 :class:`memoryview` 也從未被理解為 :class:`!" |
| 641 | +"ByteString` 的子型別(無論是在 runtime 還是由靜態型別檢查器)。" |
642 | 642 |
|
643 | 643 | #: ../../library/collections.abc.rst:309 |
644 | 644 | msgid "See :pep:`PEP 688 <688#current-options>` for more details." |
@@ -819,7 +819,7 @@ msgid "" |
819 | 819 | "The :class:`Set` mixin provides a :meth:`!_hash` method to compute a hash " |
820 | 820 | "value for the set; however, :meth:`~object.__hash__` is not defined because " |
821 | 821 | "not all sets are :term:`hashable` or immutable. To add set hashability " |
822 | | -"using mixins, inherit from both :meth:`Set` and :meth:`Hashable`, then " |
| 822 | +"using mixins, inherit from both :class:`Set` and :class:`Hashable`, then " |
823 | 823 | "define ``__hash__ = Set._hash``." |
824 | 824 | msgstr "" |
825 | 825 |
|
|
0 commit comments