Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c301dc6 commit f64fb29Copy full SHA for f64fb29
1 file changed
library/profile.po
@@ -419,17 +419,17 @@ msgstr "将当前profile 的结果写入 *filename* 。"
419
420
#: ../../library/profile.rst:305
421
msgid "Profile the cmd via :func:`exec`."
422
-msgstr ""
+msgstr "通过 :func:`exec` 对该命令进行性能分析。"
423
424
#: ../../library/profile.rst:309
425
msgid ""
426
"Profile the cmd via :func:`exec` with the specified global and local "
427
"environment."
428
+msgstr "通过 :func:`exec` 并附带指定的全局和局部环境对该命令进行性能分析。"
429
430
#: ../../library/profile.rst:314
431
msgid "Profile ``func(*args, **kwargs)``"
432
+msgstr "对 ``func(*args, **kwargs)`` 进行性能分析"
433
434
#: ../../library/profile.rst:316
435
0 commit comments