Skip to content
Merged
Changes from 1 commit
Commits
File filter

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
Next Next commit
Apply suggestions from code review
Co-authored-by: Payon <ken71301@hotmail.com>
  • Loading branch information
mattwang44 and ken71301 committed Aug 26, 2024
commit 236390f617faffe14f6b18eb6281d4bc5ac74908
10 changes: 5 additions & 5 deletions howto/gdb_helpers.po
Original file line number Diff line number Diff line change
Expand Up @@ -84,14 +84,14 @@ msgid ""
"GDB 7 or later. (For earlier versions of GDB, see ``Misc/gdbinit`` in the "
"sources of Python 3.11 or earlier.)"
msgstr ""
"GDB 7 或更高版本。(對於早期版本的 GDB,請參閱 Python 3.11 或更早版本的原始程"
"式碼中的 ``Misc/gdbinit`` 。)"
"GDB 7 或更之後的版本。(對於早期版本的 GDB,請參閱 Python 3.11 或更早版本的原始程"
"式碼中的 ``Misc/gdbinit``。)"

#: ../../howto/gdb_helpers.rst:42
msgid ""
"GDB-compatible debugging information for Python and any extension you are "
"debugging."
msgstr "Python 和你正在偵錯的任何擴充功能的 GDB 相容偵錯資訊。"
msgstr "Python 和你在偵錯的任何擴充功能來說的與 GDB 相容的偵錯資訊。"

#: ../../howto/gdb_helpers.rst:44
msgid "The ``python-gdb.py`` extension."
Expand All @@ -103,7 +103,7 @@ msgid ""
"not at all. Below, we include tips for a few common systems as examples. "
"Note that even if the instructions match your system, they might be outdated."
msgstr ""
"該擴充功能是用 Python 建置的,但可能會單獨發布或根本不發布。在下面,我們將一"
"該擴充功能是用 Python 建置的,但可能會單獨發布或根本不發布。以下我們將一"
"些常見系統的提示作為範例。請注意,即使說明與你的系統匹配,它們也可能已過時。"

#: ../../howto/gdb_helpers.rst:52
Expand Down Expand Up @@ -173,7 +173,7 @@ msgstr ""

#: ../../howto/gdb_helpers.rst:100
msgid "Using the Debug build and Development mode"
msgstr "使用偵錯建置和開發模式"
msgstr "使用偵錯建置與使用開發模式"

#: ../../howto/gdb_helpers.rst:102
msgid "For easier debugging, you might want to:"
Expand Down