File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed
Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change 77msgstr ""
88"Project-Id-Version : Python 3.12\n "
99"Report-Msgid-Bugs-To : \n "
10- "POT-Creation-Date : 2024-05-09 00:03+0000\n "
10+ "POT-Creation-Date : 2024-06-15 00:03+0000\n "
1111"PO-Revision-Date : 2023-09-11 14:08+0800\n "
1212"Last-Translator : Adrian Liaw <adrianliaw2000@gmail.com>\n "
1313"Language-Team : Chinese - TAIWAN (https://github.com/python/python-docs-zh- "
@@ -714,10 +714,11 @@ msgstr ""
714714"meth:`~object.__format__` 也會是 :meth:`!str.__format__`。"
715715
716716#: ../../library/enum.rst:518
717+ #, fuzzy
717718msgid ""
718719"``Flag`` is the same as :class:`Enum`, but its members support the bitwise "
719720"operators ``&`` (*AND*), ``|`` (*OR*), ``^`` (*XOR*), and ``~`` (*INVERT*); "
720- "the results of those operators are members of the enumeration."
721+ "the results of those operations are (aliases of) members of the enumeration."
721722msgstr ""
722723"``Flag`` 與 :class:`Enum` 相同,但其成員支援位元運算子 ``&`` (*AND*)、``|`` "
723724"(*OR*)、``^`` (*XOR*) 和 ``~`` (*INVERT*);這些運算子的結果是列舉的成員。"
You can’t perform that action at this time.
0 commit comments