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

Skip to content

Commit afcafa0

Browse files
[po] auto sync
1 parent ff63dd5 commit afcafa0

1 file changed

Lines changed: 6 additions & 2 deletions

File tree

library/statistics.po

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -311,32 +311,36 @@ msgid ""
311311
"the harmonic mean of three values *a*, *b* and *c* will be equivalent to "
312312
"``3/(1/a + 1/b + 1/c)``."
313313
msgstr ""
314+
"调和均值,也叫次相反均值,所有数据的倒数的算术平均数 :func:`mean` 的倒数。比如说,数据 *a* , *b* , *c* 的调和均值等于 "
315+
"``3/(1/a + 1/b + 1/c)`` 。"
314316

315317
#: ../../library/statistics.rst:169
316318
msgid ""
317319
"The harmonic mean is a type of average, a measure of the central location of"
318320
" the data. It is often appropriate when averaging rates or ratios, for "
319321
"example speeds."
320-
msgstr ""
322+
msgstr "调和均值是一种均值类型,是数据中心位置的度量。它通常适合于求比率和比例的平均值,比如速率。"
321323

322324
#: ../../library/statistics.rst:173
323325
msgid ""
324326
"Suppose a car travels 10 km at 40 km/hr, then another 10 km at 60 km/hr. "
325327
"What is the average speed?"
326328
msgstr ""
329+
"假设一辆车在 40 km/hr 的速度下行驶了 10 km ,然后又以 60 km/hr 的速度行驶了 10 km 。车辆的平均速率是多少?"
327330

328331
#: ../../library/statistics.rst:181
329332
msgid ""
330333
"Suppose an investor purchases an equal value of shares in each of three "
331334
"companies, with P/E (price/earning) ratios of 2.5, 3 and 10. What is the "
332335
"average P/E ratio for the investor's portfolio?"
333336
msgstr ""
337+
"假设一名投资者在三家公司各购买了等价值的股票,以 2.5, 3 , 10 的 P/E (价格/收益) 率。投资者投资组合的平均市盈率是多少?"
334338

335339
#: ../../library/statistics.rst:190
336340
msgid ""
337341
":exc:`StatisticsError` is raised if *data* is empty, or any element is less "
338342
"than zero."
339-
msgstr ""
343+
msgstr "如果 *data* 为空或者 任何一个元素的值小于零,会引发 :exc:`StatisticsError` 。"
340344

341345
#: ../../library/statistics.rst:198
342346
msgid ""

0 commit comments

Comments
 (0)