From 5d3d8513370b868927ea6a084167b029eacab2d8 Mon Sep 17 00:00:00 2001 From: catcatcatcat Date: Sat, 27 Aug 2022 16:32:23 +0800 Subject: [PATCH 1/2] Update design.po --- faq/design.po | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/faq/design.po b/faq/design.po index 1fd2594ee7..7ef7365582 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 "" @@ -45,6 +47,7 @@ msgid "" "programmers will encounter a fragment of code like this::" msgstr "" + #: ../../faq/design.rst:26 msgid "" "Only the ``x++`` statement is executed if the condition is true, but the " @@ -75,7 +78,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." From df6093c627738474297783f4e9ff41b3db5c3aa5 Mon Sep 17 00:00:00 2001 From: catcatcatcat Date: Sat, 27 Aug 2022 16:38:05 +0800 Subject: [PATCH 2/2] Update design.po --- faq/design.po | 1 - 1 file changed, 1 deletion(-) diff --git a/faq/design.po b/faq/design.po index 7ef7365582..5ec6e464f2 100644 --- a/faq/design.po +++ b/faq/design.po @@ -47,7 +47,6 @@ msgid "" "programmers will encounter a fragment of code like this::" msgstr "" - #: ../../faq/design.rst:26 msgid "" "Only the ``x++`` statement is executed if the condition is true, but the "