Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 2049359

Browse files
[po] auto sync
1 parent 1e8d87c commit 2049359

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

library/tracemalloc.po

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -163,16 +163,22 @@ msgid ""
163163
"``import pdb`` line of the :mod:`doctest` module. The traceback may change "
164164
"if a new module is loaded."
165165
msgstr ""
166+
"我们可以看到大部分内存都被分配到 :mod:`importlib` 模块中以便从模块中加载数据(字节码和常量): ``870.1 KiB``。 "
167+
"回溯位置是 :mod:`importlib` 最近加载数据的地方:在 :mod:`doctest` 模块的 ``import pdb`` 行。 "
168+
"如果加载了新模块则回溯可能发生改变。line of the. The traceback may change if a new module is "
169+
"loaded."
166170

167171
#: /home/runner/work/docspush-transifex/docspush-transifex/cpython/Doc/library/tracemalloc.rst:186
168172
msgid "Pretty top"
169-
msgstr ""
173+
msgstr "美化的 top"
170174

171175
#: /home/runner/work/docspush-transifex/docspush-transifex/cpython/Doc/library/tracemalloc.rst:188
172176
msgid ""
173177
"Code to display the 10 lines allocating the most memory with a pretty "
174178
"output, ignoring ``<frozen importlib._bootstrap>`` and ``<unknown>`` files::"
175179
msgstr ""
180+
"使用美化输出显示分配最多内存的 10 行的代码,忽略 ``<frozen importlib._bootstrap>`` 和 ``<unknown>``"
181+
" 文件::"
176182

177183
#: /home/runner/work/docspush-transifex/docspush-transifex/cpython/Doc/library/tracemalloc.rst:254
178184
msgid "API"

0 commit comments

Comments
 (0)