Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit5870652

Browse files
sync with cpython d2105a1e
1 parentb52ed13 commit5870652

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 thoseoperators are members of the enumeration."
721+
"the results of thoseoperations are (aliases of) members of the enumeration."
721722
msgstr""
722723
"``Flag`` 與 :class:`Enum` 相同,但其成員支援位元運算子 ``&`` (*AND*)、``|`` "
723724
"(*OR*)、``^`` (*XOR*) 和 ``~`` (*INVERT*);這些運算子的結果是列舉的成員。"

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp