File tree 1 file changed +5
-3
lines changed 1 file changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -21,22 +21,24 @@ msgstr ""
21
21
22
22
#: ../../faq/design.rst:3
23
23
msgid "Design and History FAQ"
24
- msgstr ""
24
+ msgstr "設計和歷史常見問題 "
25
25
26
26
#: ../../faq/design.rst:6
27
27
msgid "Contents"
28
28
msgstr "目錄"
29
29
30
30
#: ../../faq/design.rst:11
31
31
msgid "Why does Python use indentation for grouping of statements?"
32
- msgstr ""
32
+ msgstr "為什麼 Python 使用縮排將陳述式進行分組? "
33
33
34
34
#: ../../faq/design.rst:13
35
35
msgid ""
36
36
"Guido van Rossum believes that using indentation for grouping is extremely "
37
37
"elegant and contributes a lot to the clarity of the average Python program. "
38
38
"Most people learn to love this feature after a while."
39
39
msgstr ""
40
+ "Guido van Rossum 相信使用縮排來分組超級優雅,並且對提高一般 Python 程式的清晰度有許多貢獻。"
41
+ "許多人在學習一段時間之後就愛上了這個功能。"
40
42
41
43
#: ../../faq/design.rst:17
42
44
msgid ""
@@ -75,7 +77,7 @@ msgstr ""
75
77
76
78
#: ../../faq/design.rst:48
77
79
msgid "Why am I getting strange results with simple arithmetic operations?"
78
- msgstr ""
80
+ msgstr "為什麼我會從簡單的數學運算得到奇怪的結果? "
79
81
80
82
#: ../../faq/design.rst:50
81
83
msgid "See the next question."
You can’t perform that action at this time.
0 commit comments