Skip to content

Commit ad41931

Browse files
sync with cpython 27721ddc
1 parent 8f096b2 commit ad41931

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

glossary.po

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ msgid ""
77
msgstr ""
88
"Project-Id-Version: Python 3.14\n"
99
"Report-Msgid-Bugs-To: \n"
10-
"POT-Creation-Date: 2026-08-01 00:29+0000\n"
10+
"POT-Creation-Date: 2026-08-23 00:10+0000\n"
1111
"PO-Revision-Date: 2023-07-02 22:47+0800\n"
1212
"Last-Translator: Matt Wang <mattwang44@gmail.com>\n"
1313
"Language-Team: Chinese - TAIWAN (https://github.com/python/python-docs-zh-"
@@ -1112,14 +1112,14 @@ msgid "expression"
11121112
msgstr "expression(運算式)"
11131113

11141114
#: ../../glossary.rst:509
1115+
#, fuzzy
11151116
msgid ""
11161117
"A piece of syntax which can be evaluated to some value. In other words, an "
11171118
"expression is an accumulation of expression elements like literals, names, "
1118-
"attribute access, operators or function calls which all return a value. In "
1119-
"contrast to many other languages, not all language constructs are "
1120-
"expressions. There are also :term:`statement`\\s which cannot be used as "
1121-
"expressions, such as :keyword:`while`. Assignments are also statements, not "
1122-
"expressions."
1119+
"attribute access, operators or function calls which all return a value. Not "
1120+
"all language constructs are expressions. There are also :term:"
1121+
"`statement`\\s which cannot be used as expressions, such as :keyword:"
1122+
"`while`. Assignments are also statements, not expressions."
11231123
msgstr ""
11241124
"一段可以被評估並求值的語法。換句話說,一個運算式就是文字、名稱、屬性存取、運"
11251125
"算子或函式呼叫等運算式元件的累積,而這些元件都能回傳一個值。與許多其他語言不"

0 commit comments

Comments
 (0)