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

Skip to content

Commit 4bf79bd

Browse files
committed
[po] auto sync bot
1 parent 3adee47 commit 4bf79bd

1 file changed

Lines changed: 4 additions & 3 deletions

File tree

tutorial/datastructures.po

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,8 @@
77
# Jerry Chen <[email protected]>, 2017
88
# xiao xu <[email protected]>, 2018
99
# Fred <[email protected]>, 2018
10-
# 玉龙 刘 <[email protected]>, 2018
10+
# zkonge, 2018
11+
# Woko <[email protected]>, 2018
1112
# Junkai Shao <[email protected]>, 2018
1213
# Henry Zhu <[email protected]>, 2018
1314
# Freesand Leo <[email protected]>, 2019
@@ -561,7 +562,7 @@ msgstr ""
561562
msgid ""
562563
"Comparisons can be chained. For example, ``a < b == c`` tests whether ``a``"
563564
" is less than ``b`` and moreover ``b`` equals ``c``."
564-
msgstr "比较操作可以传递。例如 ``a < b == c``校验是否 ``a`` 小于 ``b`` 并且 ``b`` 等于 ``c``。"
565+
msgstr "比较操作可以传递。例如 ``a < b == c`` 会校验是否 ``a`` 小于 ``b`` 并且 ``b`` 等于 ``c``。"
565566

566567
#: ../../tutorial/datastructures.rst:649
567568
msgid ""
@@ -573,7 +574,7 @@ msgid ""
573574
"C``. As always, parentheses can be used to express the desired composition."
574575
msgstr ""
575576
"比较操作可以通过布尔运算符 ``and`` 和 ``or`` 来组合,并且比较操作(或其他任何布尔运算)的结果都可以用 ``not`` "
576-
"来取反。这些操作符的优先级低于比较操作符;在它们之中,``not`` 优先级最高, ``or``优先级最低,因此 ``A and not B or "
577+
"来取反。这些操作符的优先级低于比较操作符;在它们之中,``not`` 优先级最高, ``or`` 优先级最低,因此 ``A and not B or "
577578
"C`` 等价于 ``(A and (not B)) or C``。和之前一样,你也可以在这种式子里使用圆括号。"
578579

579580
#: ../../tutorial/datastructures.rst:656

0 commit comments

Comments
 (0)