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

Skip to content

Commit 2188210

Browse files
[po] auto sync
1 parent c7ca039 commit 2188210

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

library/pdb.po

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -458,24 +458,26 @@ msgid ""
458458
"themselves appear on the following lines. Type a line containing just "
459459
"``end`` to terminate the commands. An example::"
460460
msgstr ""
461+
"为编号是 *bpnumber* 的断点指定一系列命令。命令内容将显示在后续的几行中。输入仅包含 ``end`` 的行来结束命令列表。举个例子::"
461462

462463
#: ../../library/pdb.rst:341
463464
msgid ""
464465
"To remove all commands from a breakpoint, type ``commands`` and follow it "
465466
"immediately with ``end``; that is, give no commands."
466-
msgstr ""
467+
msgstr "要删除断点上的所有命令,请输入 ``commands`` 并立即以 ``end`` 结尾,也就是不指定任何命令。"
467468

468469
#: ../../library/pdb.rst:344
469470
msgid ""
470471
"With no *bpnumber* argument, ``commands`` refers to the last breakpoint set."
471-
msgstr ""
472+
msgstr "如果不带 *bpnumber* 参数,``commands`` 作用于最后一个被设置的断点。"
472473

473474
#: ../../library/pdb.rst:346
474475
msgid ""
475476
"You can use breakpoint commands to start your program up again. Simply use "
476477
"the :pdbcmd:`continue` command, or :pdbcmd:`step`, or any other command that"
477478
" resumes execution."
478479
msgstr ""
480+
"可以使用断点命令来重新启动程序。只需使用 :pdbcmd:`continue` 或 :pdbcmd:`step` 命令或其他可以恢复运行的命令。"
479481

480482
#: ../../library/pdb.rst:350
481483
msgid ""

0 commit comments

Comments
 (0)