8000 [po] auto sync · python/python-docs-zh-cn@1c7c9fe · GitHub
[go: up one dir, main page]

Skip to content

Commit 1c7c9fe

Browse files
[po] auto sync
1 parent 9ee0be6 commit 1c7c9fe

File tree

2 files changed

+9
-3
lines changed

2 files changed

+9
-3
lines changed

.stat.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{"translation": "91.62%", "updated_at": "2024-03-19T07:09:23Z"}
1+
{"translation": "91.63%", "updated_at": "2024-03-19T08:09:47Z"}

whatsnew/3.4.po

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -830,6 +830,8 @@ msgid ""
830830
":pep:`3156`) allows high-level and efficient I/O multiplexing, built upon "
831831
"the :mod:`select` module primitives."
832832
msgstr ""
833+
"新增的 :mod:`selectors` 模块(作为 :pep:`3156` 实现的一部分被创建)允许高层级且高效的 I/O 多路复用,它是在 "
834+
":mod:`select` 模块的基础上构建的。"
833835

834836
#: ../../whatsnew/3.4.rst:555
835837
msgid "statistics"
@@ -842,10 +844,12 @@ msgid ""
842844
"supports calculation of the mean, median, mode, variance and standard "
843845
"deviation of a data series."
844846
msgstr ""
847+
"新增的 :mod:`statistics` 模块(在 :pep:`450` 中定义)直接在标准库中提供了一些核心统计功能。 "
848+
"该模块支持计算数据系列的平均值、中位数、模、方差和标准差等。"
845849

846850
#: ../../whatsnew/3.4.rst:564
847851
msgid ":pep:`450` -- Adding A Statistics Module To The Standard Library"
848-
msgstr ""
852+
msgstr ":pep:`450` -- 为标准库增加 statistics 模块"
849853

850854
#: ../../whatsnew/3.4.rst:565
851855
msgid "PEP written and implemented by Steven D'Aprano"
@@ -861,10 +865,12 @@ msgid ""
861865
" trace memory blocks allocated by Python. It provides the following "
862866
"information:"
863867
msgstr ""
868+
"新增的 :mod:`tracemalloc` 模块(在 :pep:`454` 中定义)是用于追踪由 Python 所分配的内存块的调试工具。 "
869+
"它提供了以下信息:"
864870

865871
#: ../../whatsnew/3.4.rst:576
866872
msgid "Trace where an object was allocated"
867-
msgstr ""
873+
msgstr "追踪对象被分配所在的位置"
868874

869875
#: ../../whatsnew/3.4.rst:577
870876
msgid ""

0 commit comments

Comments
 (0)
0