Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 6fa5ef5

Browse files
committed
[po] auto sync bot
1 parent f7fa05c commit 6fa5ef5

1 file changed

Lines changed: 8 additions & 4 deletions

File tree

faq/design.po

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ msgstr ""
1010
"Report-Msgid-Bugs-To: \n"
1111
"POT-Creation-Date: 2018-07-09 08:32+0900\n"
1212
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
13-
"Last-Translator: Yinuo Huang <[email protected]>, 2018\n"
13+
"Last-Translator: ww song <[email protected]>, 2018\n"
1414
"Language-Team: Chinese (China) (https://www.transifex.com/python-doc/teams/5390/zh_CN/)\n"
1515
"MIME-Version: 1.0\n"
1616
"Content-Type: text/plain; charset=UTF-8\n"
@@ -20,29 +20,30 @@ msgstr ""
2020

2121
#: ../../faq/design.rst:3
2222
msgid "Design and History FAQ"
23-
msgstr ""
23+
msgstr "设计和历史常见问题"
2424

2525
#: ../../faq/design.rst:6
2626
msgid "Contents"
2727
msgstr "内容"
2828

2929
#: ../../faq/design.rst:11
3030
msgid "Why does Python use indentation for grouping of statements?"
31-
msgstr ""
31+
msgstr "为什么Python使用缩进来分组语句?"
3232

3333
#: ../../faq/design.rst:13
3434
msgid ""
3535
"Guido van Rossum believes that using indentation for grouping is extremely "
3636
"elegant and contributes a lot to the clarity of the average Python program. "
3737
"Most people learn to love this feature after a while."
3838
msgstr ""
39+
"Guido van Rossum认为使用缩进进行分组非常优雅,并且对普通Python程序的清晰度有很大贡献。一段时间后,大多数人都会喜欢上这个功能。"
3940

4041
#: ../../faq/design.rst:17
4142
msgid ""
4243
"Since there are no begin/end brackets there cannot be a disagreement between"
4344
" grouping perceived by the parser and the human reader. Occasionally C "
4445
"programmers will encounter a fragment of code like this::"
45-
msgstr ""
46+
msgstr "由于没有开始/结束括号,因此解析器感知的分组与人类读者之间不会存在分歧。偶尔C程序员会遇到像这样的代码片段::"
4647

4748
#: ../../faq/design.rst:26
4849
msgid ""
@@ -51,6 +52,8 @@ msgid ""
5152
"will sometimes stare at it a long time wondering why ``y`` is being "
5253
"decremented even for ``x > y``."
5354
msgstr ""
55+
"如果条件为真,则只执行 ``x++`` 语句,但缩进会导致你不相信。即使是经验丰富的C程序员有时会长时间盯着它,想知道为什么即使 ``x > y`` ,"
56+
" ``y`` 也在减少。"
5457

5558
#: ../../faq/design.rst:31
5659
msgid ""
@@ -60,6 +63,7 @@ msgid ""
6063
"will feel at least slightly uneasy when reading (or being required to write)"
6164
" another style."
6265
msgstr ""
66+
"因为没有开始/结束括号,所以Python不太容易发生编码式冲突。在C中,括号可以放到许多不同的位置。如果您习惯于阅读和编写使用一种风格的代码,那么在阅读(或被要求编写)另一种风格时,您至少会感到有些不安。"
6367

6468
#: ../../faq/design.rst:36
6569
msgid ""

0 commit comments

Comments
 (0)