@@ -122,8 +122,8 @@ msgid ""
122
122
"All IDs are treated the same by the VM with regard to events, but the "
123
123
"following IDs are pre-defined to make co-operation of tools easier::"
124
124
msgstr ""
125
- "對於事件,VM 對所有 ID 的處理都是相同的,但預先定義了以下 ID,以使工具間的協"
126
- "作更容易:"
125
+ "對於事件,虛擬機器對所有 ID 的處理都是相同的,但預先定義了以下 ID,以使工具間的協"
126
+ "作更容易: :: "
127
127
128
128
#: ../../library/sys.monitoring.rst:73
129
129
msgid ""
@@ -157,21 +157,21 @@ msgstr "Python 程式碼中的呼叫(事件發生在呼叫之前)。"
157
157
msgid ""
158
158
"An exception raised from any callable, except for Python functions (event "
159
159
"occurs after the exit)."
160
- msgstr "從任何可呼叫物件引發的例外,除 Python 函式外(在退出後發生的事件 )。"
160
+ msgstr "從任何可呼叫物件引發的例外,除 Python 函式外(事件發生在退出之後 )。"
161
161
162
162
#: ../../library/sys.monitoring.rst:98
163
163
msgid ""
164
164
"Return from any callable, except for Python functions (event occurs after "
165
165
"the return)."
166
- msgstr "從任何可呼叫函式回傳,除 Python 函式外(在回傳後發生的事件 )。"
166
+ msgstr "從任何可呼叫函式回傳,除 Python 函式外(事件發生在回傳之後 )。"
167
167
168
168
#: ../../library/sys.monitoring.rst:102
169
169
msgid "An exception is handled."
170
170
msgstr "一個例外被處理。"
171
171
172
172
#: ../../library/sys.monitoring.rst:106
173
173
msgid "A VM instruction is about to be executed."
174
- msgstr "即將被執行的 VM 指令 。"
174
+ msgstr "VM 指令即將被執行 。"
175
175
176
176
#: ../../library/sys.monitoring.rst:110
177
177
msgid "An unconditional jump in the control flow graph is made."
@@ -223,13 +223,13 @@ msgid ""
223
223
"An exception is raised, except those that cause a :monitoring-event:"
224
224
"`STOP_ITERATION` event."
225
225
msgstr ""
226
- "例外會被引發 ,除了那些會導致 :monitoring-event:`STOP_ITERATION` 的事件外。"
226
+ "例外被引發 ,除了那些會導致 :monitoring-event:`STOP_ITERATION` 的事件外。"
227
227
228
228
#: ../../library/sys.monitoring.rst:146
229
229
msgid ""
230
230
"An exception is re-raised, for example at the end of a :keyword:`finally` "
231
231
"block."
232
- msgstr "例外會被重新引發 (re-raise),例如在 :keyword:`finally` 區塊的最後。"
232
+ msgstr "例外被重新引發 (re-raise),例如在 :keyword:`finally` 區塊的最後。"
233
233
234
234
#: ../../library/sys.monitoring.rst:150
235
235
msgid ""
@@ -454,7 +454,7 @@ msgstr "預設沒有有效事件。"
454
454
455
455
#: ../../library/sys.monitoring.rst:256
456
456
msgid "Per code object events"
457
- msgstr "每個程式碼物件事件 "
457
+ msgstr "各別程式碼物件事件 "
458
458
459
459
#: ../../library/sys.monitoring.rst:258
460
460
msgid ""
@@ -528,11 +528,11 @@ msgstr "註冊回呼函式"
528
528
529
529
#: ../../library/sys.monitoring.rst:305
530
530
msgid "To register a callable for events call"
531
- msgstr "註冊事件呼叫的可呼叫物件 "
531
+ msgstr "用來註冊對事件呼叫的可呼叫物件 "
532
532
533
533
#: ../../library/sys.monitoring.rst:309
534
534
msgid "Registers the callable *func* for the *event* with the given *tool_id*"
535
- msgstr "使用給定的 *tool_id* 來註冊 *event* 的可呼叫物件 *func*"
535
+ msgstr "使用給定的 *tool_id* 來註冊對 *event* 的可呼叫物件 *func*"
536
536
537
537
#: ../../library/sys.monitoring.rst:311
538
538
msgid ""
@@ -548,8 +548,8 @@ msgid ""
548
548
"Functions can be unregistered by calling ``sys.monitoring."
549
549
"register_callback(tool_id, event, None)``."
550
550
msgstr ""
551
- "可以透過呼叫 ``sys.monitoring.register_callback(tool_id, event, None)`` 來註 "
552
- "銷函式 。"
551
+ "可以透過呼叫 ``sys.monitoring.register_callback(tool_id, event, None)`` 來取 "
552
+ "消註冊函式 。"
553
553
554
554
#: ../../library/sys.monitoring.rst:319
555
555
msgid "Callback functions can be registered and unregistered at any time."
0 commit comments