@@ -54,9 +54,9 @@ msgid ""
54
54
"pickle file that you want to examine comes from an untrusted source, ``-m "
55
55
"pickletools`` is a safer option because it does not execute pickle bytecode."
56
56
msgstr ""
57
- "當從命令列呼叫時,``python -m pickletools`` 將反彙編 (disassemble) 一個或多 "
58
- "個 pickle 檔案的內容。請注意,如果你想查看儲存在 pickle 中的 Python 物件而不 "
59
- "是 pickle 格式的詳細資訊,你可能需要使用 ``-m pickle``。但是,當你要檢查的 "
57
+ "當從命令列呼叫時,``python -m pickletools`` 將拆解 (disassemble) 一個或多個 "
58
+ "pickle 檔案的內容。請注意,如果你想查看儲存在 pickle 中的 Python 物件而不是 "
59
+ "pickle 格式的詳細資訊,你可能需要使用 ``-m pickle``。但是,當你要檢查的 "
60
60
"pickle 檔案來自不受信任的來源時,``-m pickletools`` 是一個更安全的選項,因為"
61
61
"它不執行 pickle 位元組碼。"
62
62
@@ -83,14 +83,14 @@ msgstr "新 MARK 級別縮進的空格數。"
83
83
#: ../../library/pickletools.rst:70
84
84
msgid ""
85
85
"When multiple objects are disassembled, preserve memo between disassemblies."
86
- msgstr "當反彙編多個物件時,請在反彙編間保留備忘錄 。"
86
+ msgstr "當拆解多個物件時,請在拆解間保留備忘錄 。"
87
87
88
88
#: ../../library/pickletools.rst:75
89
89
msgid ""
90
90
"When more than one pickle file are specified, print given preamble before "
91
91
"each disassembly."
92
92
msgstr ""
93
- "當指定多個 pickle 檔案時,會在每次反彙編之前印出給定的一段序言 (preamble)。"
93
+ "當指定多個 pickle 檔案時,會在每次拆解之前印出給定的一段序言 (preamble)。"
94
94
95
95
#: ../../library/pickletools.rst:81
96
96
msgid "Programmatic Interface"
@@ -108,10 +108,10 @@ msgid ""
108
108
"short description. The value of *annotate* is used as a hint for the column "
109
109
"where annotation should start."
110
110
msgstr ""
111
- "將 pickle 的符號反彙編 (symbolic disassembly) 輸出到類檔案物件 *out*,預設為 "
111
+ "將 pickle 的符號拆解 (symbolic disassembly) 輸出到類檔案物件 *out*,預設為 "
112
112
"``sys.stdout``。*pickle* 可以是字串或類檔案物件。*memo* 可以是一個 Python 字"
113
- "典,將用作 pickle 的備忘錄;它可用於對同一 pickler 建立的多個 pickle 執行反彙 "
114
- "編 。串流中由 ``MARK`` 操作碼指示的連續級別由 *indentlevel* 空格縮進。如果為 "
113
+ "典,將用作 pickle 的備忘錄;它可用於對同一 pickler 建立的多個 pickle 執行拆 "
114
+ "解 。串流中由 ``MARK`` 操作碼指示的連續級別由 *indentlevel* 空格縮進。如果為 "
115
115
"*annotate* 指定非零值,則輸出中的每個操作碼都會用簡短的描述進行註釋。"
116
116
"*annotate* 的值用作為註釋之起始行提示。"
117
117
0 commit comments