File tree 1 file changed +6
-3
lines changed
1 file changed +6
-3
lines changed Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ msgstr ""
9
9
"Project-Id-Version: Python 3.10\n"
10
10
"Report-Msgid-Bugs-To: \n"
11
11
"POT-Creation-Date: 2022-07-06 00:17+0000\n"
12
- "PO-Revision-Date: 2022-08-14 22:46 +0800\n"
12
+ "PO-Revision-Date: 2022-08-15 21:25 +0800\n"
13
13
"Last-Translator: Adrian Liaw <adrianliaw2000@gmail.com>\n"
14
14
"Language-Team: Chinese - TAIWAN (https://github.com/python/python-docs-zh-"
15
15
"tw)\n"
@@ -279,17 +279,20 @@ msgstr ""
279
279
280
280
#: ../../faq/design.rst:154
281
281
msgid "Why can't I use an assignment in an expression?"
282
- msgstr ""
282
+ msgstr "為何我不能在運算式 (expression) 中使用指派運算? "
283
283
284
284
#: ../../faq/design.rst:156
285
285
msgid "Starting in Python 3.8, you can!"
286
- msgstr ""
286
+ msgstr "從 Python 3.8 開始,你可以這麼做了! "
287
287
288
288
#: ../../faq/design.rst:158
289
289
msgid ""
290
290
"Assignment expressions using the walrus operator `:=` assign a variable in "
291
291
"an expression::"
292
292
msgstr ""
293
+ "指派運算式使用海象運算子 `:=` 來在運算式中指派變數值:\n"
294
+ "\n"
295
+ "::"
293
296
294
297
#: ../../faq/design.rst:164
295
298
msgid "See :pep:`572` for more information."
You can’t perform that action at this time.
0 commit comments