8000 sync with cpython d2105a1e · python/python-docs-zh-tw@2a45ef3 · GitHub
[go: up one dir, main page]

Skip to content

Commit 2a45ef3

Browse files
github-actions[bot]mattwang44
authored andcommitted
sync with cpython d2105a1e
1 parent f38e49a commit 2a45ef3

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

library/enum.po

Lines changed: 3 additions & 2 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-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
717718
msgid ""
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."
721722
msgstr ""
722723
"``Flag`` 與 :class:`Enum` 相同,但其成員支援位元運算子 ``&`` (*AND*)、``|`` "
723724
"(*OR*)、``^`` (*XOR*) 和 ``~`` (*INVERT*);這些運算子的結果是列舉的成員。"

0 commit comments

Comments
 (0)
0