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

Skip to content

Commit e4a08b7

Browse files
sync with cpython 186fbe82
1 parent 4321412 commit e4a08b7

File tree

1 file changed

+11
-8
lines changed

1 file changed

+11
-8
lines changed

library/enum.po

Lines changed: 11 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ msgid ""
77
msgstr ""
88
"Project-Id-Version: Python 3.12\n"
99
"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"
1111
"PO-Revision-Date: 2023-09-11 14:08+0800\n"
1212
"Last-Translator: Adrian Liaw <[email protected]>\n"
1313
"Language-Team: Chinese - TAIWAN (https://github.com/python/python-docs-zh-"
@@ -474,7 +474,8 @@ msgid "The value given to the ``Enum`` member::"
474474
msgstr "``Enum`` 成員給定的值: ::"
475475

476476
#: ../../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__`."
478479
msgstr "成員的值,可以在 :meth:`~object.__new__` 設定。"
479480

480481
#: ../../library/enum.rst:274
@@ -609,14 +610,12 @@ msgid ""
609610
msgstr ""
610611

611612
#: ../../library/enum.rst:400
613+
#, fuzzy
612614
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."
614617
msgstr "..note:: 當寫自訂的 ``__new__`` 時,不要使用 ``super().__new__`` --"
615618

616-
#: ../../library/enum.rst:401
617-
msgid "call the appropriate ``__new__`` instead."
618-
msgstr "而是呼叫適當的 ``__new__`` 。"
619-
620619
#: ../../library/enum.rst:405
621620
msgid ""
622621
"Returns the string used for *repr()* calls. By default, returns the *Enum* "
@@ -931,8 +930,9 @@ msgstr ""
931930
"目的對映。只有在類別上可用。"
932931

933932
#: ../../library/enum.rst:820
933+
#, fuzzy
934934
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 "
936936
"members; it is also a very good idea to set the member's :attr:`!_value_` "
937937
"appropriately. Once all the members are created it is no longer used."
938938
msgstr ""
@@ -1171,5 +1171,8 @@ msgstr ""
11711171
msgid "or you can reassign the appropriate :meth:`str`, etc., in your enum::"
11721172
msgstr "或者你也可以在你的列舉重新給定合適的 :meth:`str`: ::"
11731173

1174+
#~ msgid "call the appropriate ``__new__`` instead."
1175+
#~ msgstr "而是呼叫適當的 ``__new__`` 。"
1176+
11741177
#~ msgid "Aliases are no longer returned during iteration."
11751178
#~ msgstr "疊代時不會再回傳別名。"

0 commit comments

Comments
 (0)