Skip to content

Translate library/pdb.po #599

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 20 commits into from
Aug 17, 2019
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Remove unnecessary comments
  • Loading branch information
ach0o committed Aug 16, 2019
commit 25effb9e0bd6b466b38bb4733e8c16cab921f5cd
60 changes: 0 additions & 60 deletions library/pdb.po
Original file line number Diff line number Diff line change
Expand Up @@ -753,63 +753,3 @@ msgid ""
"Whether a frame is considered to originate in a certain module is "
"determined by the ``__name__`` in the frame globals."
msgstr "프레임이 특정 모듈에서 시작되는 것으로 간주하는지 여부는 프레임 전역에 있는 ``__name__``\\에 의해 결정됩니다."

#~ msgid ""
#~ "Enter the debugger at the calling "
#~ "stack frame. This is useful to "
#~ "hard-code a breakpoint at a given "
#~ "point in a program, even if the"
#~ " code is not otherwise being debugged"
#~ " (e.g. when an assertion fails)."
#~ msgstr ""

#~ msgid ""
#~ "To remove all commands from a "
#~ "breakpoint, type commands and follow it"
#~ " immediately with ``end``; that is, "
#~ "give no commands."
#~ msgstr ""

#~ msgid ""
#~ "With no *bpnumber* argument, commands "
#~ "refers to the last breakpoint set."
#~ msgstr ""

#~ msgid ""
#~ "You can use breakpoint commands to "
#~ "start your program up again. Simply "
#~ "use the continue command, or step, "
#~ "or any other command that resumes "
#~ "execution."
#~ msgstr ""

#~ msgid ""
#~ "Specifying any command resuming execution "
#~ "(currently continue, step, next, return, "
#~ "jump, quit and their abbreviations) "
#~ "terminates the command list (as if "
#~ "that command was immediately followed by"
#~ " end). This is because any time "
#~ "you resume execution (even with a "
#~ "simple next or step), you may "
#~ "encounter another breakpoint—which could have"
#~ " its own command list, leading to "
#~ "ambiguities about which list to execute."
#~ msgstr ""

#~ msgid ""
#~ "Specifying any command resuming execution "
#~ "(currently :pdbcmd:`continue`, :pdbcmd:`step`, "
#~ ":pdbcmd:`next`, :pdbcmd:`return`, :pdbcmd:`jump`, "
#~ ":pdbcmd:`quit` and their abbreviations) "
#~ "terminates the command :pdbcmd:`list` (as "
#~ "if that command was immediately followed"
#~ " by end). This is because any "
#~ "time you resume execution (even with "
#~ "a simple next or step), you may"
#~ " encounter another breakpoint—which could "
#~ "have its own command list, leading "
#~ "to ambiguities about which list to "
#~ "execute."
#~ msgstr ""