88# Shengjing Zhu <[email protected] >, 201999# ppcfish <[email protected] >, 20191010# Meng Du <[email protected] >, 201911- # Freesand Leo <[email protected] >, 2020 11+ # Freesand Leo <[email protected] >, 2021 1212#
1313#, fuzzy
1414msgid ""
@@ -17,7 +17,7 @@ msgstr ""
1717"Report-Msgid-Bugs-To : \n "
1818"POT-Creation-Date : 2021-03-15 05:42+0000\n "
1919"PO-Revision-Date : 2017-02-16 17:42+0000\n "
20- "
Last-Translator :
Freesand Leo <[email protected] >, 2020 \n "
20+ "
Last-Translator :
Freesand Leo <[email protected] >, 2021 \n "
2121"Language-Team : Chinese (China) (https://www.transifex.com/python-doc/teams/5390/zh_CN/)\n "
2222"MIME-Version : 1.0\n "
2323"Content-Type : text/plain; charset=UTF-8\n "
@@ -923,6 +923,9 @@ msgid ""
923923"expressions) and loop (with ``while`` and ``for`` statements, possibly "
924924"containing ``continue`` and ``break``)."
925925msgstr ""
926+ "在 1970 年代人们了解到不受限制的 goto 可能导致混乱得像“意大利面”那样难以理解和修改的代码。 它在高级语言中也是不必要的,只需有分支(在 "
927+ "Python 中是使用 ``if`` 语句以及 ``or``, ``and`` 和 ``if-else`` 表达式)和循环(使用 ``while`` 和"
928+ " ``for`` 语句,可能包含 ``continue`` 和 ``break``)。"
926929
927930#: ../../faq/design.rst:611
928931msgid ""
@@ -931,6 +934,8 @@ msgid ""
931934"all reasonable uses of the \" go\" or \" goto\" constructs of C, Fortran, and "
932935"other languages. For example::"
933936msgstr ""
937+ "人们还可以使用异常捕获来提供甚至能跨函数调用的“结构化 goto”。 许多人认为异常可以方便地模拟 C, Fortran "
938+ "和其他语言中所有合理使用的“go”或“goto”构造。 例如::"
934939
935940#: ../../faq/design.rst:627
936941msgid ""
0 commit comments