|
7 | 7 | msgstr ""
|
8 | 8 | "Project-Id-Version: Python 3.12\n"
|
9 | 9 | "Report-Msgid-Bugs-To: \n"
|
10 |
| -"POT-Creation-Date: 2024-03-10 00:03+0000\n" |
| 10 | +"POT-Creation-Date: 2024-04-27 00:04+0000\n" |
11 | 11 | "PO-Revision-Date: 2023-09-11 14:08+0800\n"
|
12 | 12 | " Last-Translator: Adrian Liaw <[email protected]>\n"
|
13 | 13 | "Language-Team: Chinese - TAIWAN (https://github.com/python/python-docs-zh-"
|
@@ -474,7 +474,8 @@ msgid "The value given to the ``Enum`` member::"
|
474 | 474 | msgstr "``Enum`` 成員給定的值: ::"
|
475 | 475 |
|
476 | 476 | #: ../../library/enum.rst:272 ../../library/enum.rst:292
|
477 |
| -msgid "Value of the member, can be set in :meth:`~object.__new__`." |
| 477 | +#, fuzzy |
| 478 | +msgid "Value of the member, can be set in :meth:`~Enum.__new__`." |
478 | 479 | msgstr "成員的值,可以在 :meth:`~object.__new__` 設定。"
|
479 | 480 |
|
480 | 481 | #: ../../library/enum.rst:274
|
@@ -609,14 +610,12 @@ msgid ""
|
609 | 610 | msgstr ""
|
610 | 611 |
|
611 | 612 | #: ../../library/enum.rst:400
|
| 613 | +#, fuzzy |
612 | 614 | msgid ""
|
613 |
| -"..note:: When writing a custom ``__new__``, do not use ``super().__new__`` --" |
| 615 | +"When writing a custom ``__new__``, do not use ``super().__new__`` -- call " |
| 616 | +"the appropriate ``__new__`` instead." |
614 | 617 | msgstr "..note:: 當寫自訂的 ``__new__`` 時,不要使用 ``super().__new__`` --"
|
615 | 618 |
|
616 |
| -#: ../../library/enum.rst:401 |
617 |
| -msgid "call the appropriate ``__new__`` instead." |
618 |
| -msgstr "而是呼叫適當的 ``__new__`` 。" |
619 |
| - |
620 | 619 | #: ../../library/enum.rst:405
|
621 | 620 | msgid ""
|
622 | 621 | "Returns the string used for *repr()* calls. By default, returns the *Enum* "
|
@@ -931,8 +930,9 @@ msgstr ""
|
931 | 930 | "目的對映。只有在類別上可用。"
|
932 | 931 |
|
933 | 932 | #: ../../library/enum.rst:820
|
| 933 | +#, fuzzy |
934 | 934 | msgid ""
|
935 |
| -":meth:`~object.__new__`, if specified, must create and return the enum " |
| 935 | +":meth:`~Enum.__new__`, if specified, must create and return the enum " |
936 | 936 | "members; it is also a very good idea to set the member's :attr:`!_value_` "
|
937 | 937 | "appropriately. Once all the members are created it is no longer used."
|
938 | 938 | msgstr ""
|
@@ -1171,5 +1171,8 @@ msgstr ""
|
1171 | 1171 | msgid "or you can reassign the appropriate :meth:`str`, etc., in your enum::"
|
1172 | 1172 | msgstr "或者你也可以在你的列舉重新給定合適的 :meth:`str`: ::"
|
1173 | 1173 |
|
| 1174 | +#~ msgid "call the appropriate ``__new__`` instead." |
| 1175 | +#~ msgstr "而是呼叫適當的 ``__new__`` 。" |
| 1176 | + |
1174 | 1177 | #~ msgid "Aliases are no longer returned during iteration."
|
1175 | 1178 | #~ msgstr "疊代時不會再回傳別名。"
|
0 commit comments