diff --git a/faq/design.po b/faq/design.po index 1fd2594ee7..5ec6e464f2 100644 --- a/faq/design.po +++ b/faq/design.po @@ -21,7 +21,7 @@ msgstr "" #: ../../faq/design.rst:3 msgid "Design and History FAQ" -msgstr "" +msgstr "設計和歷史常見問題" #: ../../faq/design.rst:6 msgid "Contents" @@ -29,7 +29,7 @@ msgstr "目錄" #: ../../faq/design.rst:11 msgid "Why does Python use indentation for grouping of statements?" -msgstr "" +msgstr "為什麼 Python 使用縮排將陳述式進行分組?" #: ../../faq/design.rst:13 msgid "" @@ -37,6 +37,8 @@ msgid "" "elegant and contributes a lot to the clarity of the average Python program. " "Most people learn to love this feature after a while." msgstr "" +"Guido van Rossum 相信使用縮排來分組超級優雅,並且對提高一般 Python 程式的清晰度有許多貢獻。" +"許多人在學習一段時間之後就愛上了這個功能。" #: ../../faq/design.rst:17 msgid "" @@ -75,7 +77,7 @@ msgstr "" #: ../../faq/design.rst:48 msgid "Why am I getting strange results with simple arithmetic operations?" -msgstr "" +msgstr "為什麼我會從簡單的數學運算得到奇怪的結果?" #: ../../faq/design.rst:50 msgid "See the next question."