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

Skip to content

Commit d87f1ea

Browse files
committed
[po] auto sync bot
1 parent adb3472 commit d87f1ea

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

faq/design.po

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ msgid ""
4343
"elegant and contributes a lot to the clarity of the average Python program. "
4444
"Most people learn to love this feature after a while."
4545
msgstr ""
46-
"Guido van Rossum认为使用缩进进行分组非常优雅,并且对普通Python程序的清晰度有很大贡献。一段时间后,大多数人都会喜欢上这个功能。"
46+
"Guido van Rossum 认为使用缩进进行分组非常优雅,并且大大提高了普通Python程序的清晰度。大多数人在一段时间后就学会并喜欢上这个功能。"
4747

4848
#: ../../faq/design.rst:17
4949
msgid ""
@@ -59,8 +59,8 @@ msgid ""
5959
"will sometimes stare at it a long time wondering why ``y`` is being "
6060
"decremented even for ``x > y``."
6161
msgstr ""
62-
"如果条件为真,则只执行 ``x++`` 语句,但缩进会导致你不相信。即使是经验丰富的C程序员有时会长时间盯着它,想知道为什么即使 ``x > y`` ,"
63-
" ``y`` 也在减少。"
62+
"如果条件为真,则只执行 ``x++`` 语句,但缩进会使你认为情况并非如此。即使是经验丰富的C程序员有时会长时间盯着它,想知道为什么即使 ``x > "
63+
"y`` , ``y``也在减少。"
6464

6565
#: ../../faq/design.rst:31
6666
msgid ""
@@ -1136,4 +1136,4 @@ msgstr "这个列表看起来有四个元素,但实际上包含三个 : \"fee\
11361136
msgid ""
11371137
"Allowing the trailing comma may also make programmatic code generation "
11381138
"easier."
1139-
msgstr "允许尾随逗号也可以使生成编程代码更容易。"
1139+
msgstr "允许尾随逗号也可以使编程代码更容易生成。"

0 commit comments

Comments
 (0)