Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
Update design.po
  • Loading branch information
catcatcatcat authored Aug 27, 2022
commit 5d3d8513370b868927ea6a084167b029eacab2d8
9 changes: 6 additions & 3 deletions faq/design.po
Original file line number Diff line number Diff line change
Expand Up @@ -21,22 +21,24 @@ msgstr ""

#: ../../faq/design.rst:3
msgid "Design and History FAQ"
msgstr ""
msgstr "設計和歷史常見問題"

#: ../../faq/design.rst:6
msgid "Contents"
msgstr "目錄"

#: ../../faq/design.rst:11
msgid "Why does Python use indentation for grouping of statements?"
msgstr ""
msgstr "為什麼 Python 使用縮排將陳述式進行分組?"

#: ../../faq/design.rst:13
msgid ""
"Guido van Rossum believes that using indentation for grouping is extremely "
"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 ""
Expand All @@ -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 "
Expand Down Expand Up @@ -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."
Expand Down