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

Skip to content

Commit 00f3295

Browse files
[po] auto sync
1 parent b218cfa commit 00f3295

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

library/pdb.po

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -449,19 +449,22 @@ msgid ""
449449
"to true before the breakpoint is honored. If *condition* is absent, any "
450450
"existing condition is removed; i.e., the breakpoint is made unconditional."
451451
msgstr ""
452+
"为断点设置一个新 *condition*,它是一个表达式,且它的计算值为 true 时断点才起作用。如果没有给出 "
453+
"*condition*,则删除现有条件,也就是将断点设为无条件。"
452454

453455
#: ../../library/pdb.rst:332
454456
msgid ""
455457
"Specify a list of commands for breakpoint number *bpnumber*. The commands "
456458
"themselves appear on the following lines. Type a line containing just "
457459
"``end`` to terminate the commands. An example::"
458460
msgstr ""
461+
"为编号是 *bpnumber* 的断点指定一系列命令。命令内容将显示在后续的几行中。输入仅包含 ``end`` 的行来结束命令列表。举个例子::"
459462

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

466469
#: ../../library/pdb.rst:344
467470
msgid ""

0 commit comments

Comments
 (0)