Skip to content

Commit 7805c0e

Browse files
Copilotmattwang44
andauthored
fix: replace 框架 with 幀 for Python frame translation
Agent-Logs-Url: https://github.com/python/python-docs-zh-tw/sessions/ef9d00f7-9bae-45c9-a331-377fde04e107 Co-authored-by: mattwang44 <24987826+mattwang44@users.noreply.github.com>
1 parent 9470c9c commit 7805c0e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

library/asyncio-graph.po

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ msgstr ""
4747
msgid ""
4848
"This function prints entries starting from the top frame and going down "
4949
"towards the invocation point."
50-
msgstr "此函式會從頂層框架(frame)開始印出條目,然後往下到呼叫點。"
50+
msgstr "此函式會從頂層幀(frame)開始印出條目,然後往下到呼叫點。"
5151

5252
#: ../../library/asyncio-graph.rst:31
5353
msgid ""
@@ -63,7 +63,7 @@ msgid ""
6363
"of the stack."
6464
msgstr ""
6565
"如果在\\ *目前任務*\\ 上呼叫此函式,可以使用選擇性的僅限關鍵字引數 *depth* "
66-
"來跳過堆疊頂端指定數量的框架。"
66+
"來跳過堆疊頂端指定數量的幀。"
6767

6868
#: ../../library/asyncio-graph.rst:38
6969
msgid ""
@@ -200,7 +200,7 @@ msgstr "``FrameCallGraphEntry(frame)``"
200200
msgid ""
201201
"Where *frame* is a frame object of a regular Python function in the call "
202202
"stack."
203-
msgstr "其中 *frame* 是呼叫堆疊中常規 Python 函式的框架物件。"
203+
msgstr "其中 *frame* 是呼叫堆疊中常規 Python 函式的幀物件。"
204204

205205
#: ../../library/asyncio-graph.rst:115
206206
msgid "Low level utility functions"

0 commit comments

Comments
 (0)