|
7 | 7 | msgstr "" |
8 | 8 | "Project-Id-Version: Python 3.14\n" |
9 | 9 | "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" |
11 | 11 | "PO-Revision-Date: 2023-07-02 22:47+0800\n" |
12 | 12 | "Last-Translator: Matt Wang <mattwang44@gmail.com>\n" |
13 | 13 | "Language-Team: Chinese - TAIWAN (https://github.com/python/python-docs-zh-" |
@@ -1112,14 +1112,14 @@ msgid "expression" |
1112 | 1112 | msgstr "expression(運算式)" |
1113 | 1113 |
|
1114 | 1114 | #: ../../glossary.rst:509 |
| 1115 | +#, fuzzy |
1115 | 1116 | msgid "" |
1116 | 1117 | "A piece of syntax which can be evaluated to some value. In other words, an " |
1117 | 1118 | "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." |
1123 | 1123 | msgstr "" |
1124 | 1124 | "一段可以被評估並求值的語法。換句話說,一個運算式就是文字、名稱、屬性存取、運" |
1125 | 1125 | "算子或函式呼叫等運算式元件的累積,而這些元件都能回傳一個值。與許多其他語言不" |
|
0 commit comments