File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -68,13 +68,13 @@ msgstr ""
6868
6969#: ../../library/statistics.rst:39
7070msgid "Averages and measures of central location"
71- msgstr "中心位置的平均值和度量 "
71+ msgstr "平均值以及对中心位置的评估 "
7272
7373#: ../../library/statistics.rst:41
7474msgid ""
7575"These functions calculate an average or typical value from a population or "
7676"sample."
77- msgstr "这些函数计算一个整体或样本的平均值或者特定值 "
77+ msgstr "这些函数用于计算一个总体或样本的平均值或者典型值。 "
7878
7979#: ../../library/statistics.rst:45
8080msgid ":func:`mean`"
@@ -166,13 +166,13 @@ msgstr "将数据以相等的概率分为多个间隔。"
166166
167167#: ../../library/statistics.rst:59
168168msgid "Measures of spread"
169- msgstr "传播措施 "
169+ msgstr "对分散程度的评估 "
170170
171171#: ../../library/statistics.rst:61
172172msgid ""
173173"These functions calculate a measure of how much the population or sample "
174174"tends to deviate from the typical or average values."
175- msgstr "这些函数计算多少总体或者样本偏离典型值或平均值的度量 。"
175+ msgstr "这些函数用于计算总体或样本与典型值或平均值的偏离程度 。"
176176
177177#: ../../library/statistics.rst:65
178178msgid ":func:`pstdev`"
Original file line number Diff line number Diff line change @@ -785,10 +785,15 @@ msgid ""
785785"subdirectories are package directories, all of these are added recursively "
786786"in sorted order."
787787msgstr ""
788+ "如果 *pathname* 是文件,则文件名必须以 :file:`.py` 为后缀,并且只有 (相应的 :file:`\\ *.pyc`) "
789+ "文件会被添加到最高层级(不带路径信息)。 如果 *pathname* 不是以 :file:`.py` 为后缀的文件,则将引发 "
790+ ":exc:`RuntimeError`。 如果它是目录,并且该目录不是一个包目录,则所有的 :file:`\\ *.pyc` 文件会被添加到最高层级。 "
791+ "如果目录是一个包目录,则所有的 :file:`\\ *.pyc` "
792+ "会被添加到包名所表示的文件路径下,并且如果有任何子目录为包目录,则会以排好的顺序递归地添加这些目录。"
788793
789794#: ../../library/zipfile.rst:567
790795msgid "*basename* is intended for internal use only."
791- msgstr ""
796+ msgstr "*basename* 仅限在内部使用。 "
792797
793798#: ../../library/zipfile.rst:569
794799msgid ""
You can’t perform that action at this time.
0 commit comments