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

Skip to content

Commit 932ceda

Browse files
[po] auto sync
1 parent f1d011b commit 932ceda

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

library/tracemalloc.po

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -282,31 +282,34 @@ msgid ""
282282
"(``PYTHONTRACEMALLOC=NFRAME``) and the :option:`-X` ``tracemalloc=NFRAME`` "
283283
"command line option can be used to start tracing at startup."
284284
msgstr ""
285+
":envvar:`PYTHONTRACEMALLOC` 环境变量 (``PYTHONTRACEMALLOC=NFRAME``) 和 "
286+
":option:`-X` ``tracemalloc=NFRAME`` 命令行选项可被用来在启动时开始追踪。"
285287

286288
#: /home/runner/work/docspush-transifex/docspush-transifex/cpython/Doc/library/tracemalloc.rst:326
287289
msgid ""
288290
"See also :func:`stop`, :func:`is_tracing` and :func:`get_traceback_limit` "
289291
"functions."
290292
msgstr ""
293+
"另请参阅 :func:`stop`, :func:`is_tracing` 和 :func:`get_traceback_limit` 等函数。"
291294

292295
#: /home/runner/work/docspush-transifex/docspush-transifex/cpython/Doc/library/tracemalloc.rst:332
293296
msgid ""
294297
"Stop tracing Python memory allocations: uninstall hooks on Python memory "
295298
"allocators. Also clears all previously collected traces of memory blocks "
296299
"allocated by Python."
297-
msgstr ""
300+
msgstr "停止追踪 Python 内存分配:卸载 Python 内存分配器上的钩子。 并清空之前收集的所有由 Python 分配的内存块的追踪。"
298301

299302
#: /home/runner/work/docspush-transifex/docspush-transifex/cpython/Doc/library/tracemalloc.rst:336
300303
msgid ""
301304
"Call :func:`take_snapshot` function to take a snapshot of traces before "
302305
"clearing them."
303-
msgstr ""
306+
msgstr "调用 :func:`take_snapshot` 函数在清空追踪之前保存它们的快照。"
304307

305308
#: /home/runner/work/docspush-transifex/docspush-transifex/cpython/Doc/library/tracemalloc.rst:339
306309
msgid ""
307310
"See also :func:`start`, :func:`is_tracing` and :func:`clear_traces` "
308311
"functions."
309-
msgstr ""
312+
msgstr "另请参阅 :func:`start`, :func:`is_tracing` 和 :func:`clear_traces` 等函数。"
310313

311314
#: /home/runner/work/docspush-transifex/docspush-transifex/cpython/Doc/library/tracemalloc.rst:345
312315
msgid ""

0 commit comments

Comments
 (0)