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

Skip to content

Commit dd5c682

Browse files
[po] auto sync
1 parent 18b1366 commit dd5c682

1 file changed

Lines changed: 10 additions & 7 deletions

File tree

library/statistics.po

Lines changed: 10 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
# Meng Du <[email protected]>, 2019
1010
# ppcfish <[email protected]>, 2019
1111
# Naisen Xu <[email protected]>, 2019
12+
# Freesand Leo <[email protected]>, 2019
1213
#
1314
#, fuzzy
1415
msgid ""
@@ -17,7 +18,7 @@ msgstr ""
1718
"Report-Msgid-Bugs-To: \n"
1819
"POT-Creation-Date: 2019-01-01 10:14+0900\n"
1920
"PO-Revision-Date: 2019-09-01 03:18+0000\n"
20-
"Last-Translator: Naisen Xu <723648649@qq.com>, 2019\n"
21+
"Last-Translator: Freesand Leo <yuqinju@163.com>, 2019\n"
2122
"Language-Team: Chinese (China) (https://www.transifex.com/python-doc/teams/5390/zh_CN/)\n"
2223
"MIME-Version: 1.0\n"
2324
"Content-Type: text/plain; charset=UTF-8\n"
@@ -272,13 +273,13 @@ msgstr ""
272273
msgid ""
273274
"When the number of data points is even, the median is interpolated by taking"
274275
" the average of the two middle values:"
275-
msgstr ""
276+
msgstr "当数据点的总数为偶数时,中位数将通过对两个中间值求平均进行插值得出:"
276277

277278
#: ../../library/statistics.rst:169
278279
msgid ""
279280
"This is suited for when your data is discrete, and you don't mind that the "
280281
"median may not be an actual data point."
281-
msgstr ""
282+
msgstr "这适用于当你的数据是离散的,并且你不介意中位数不是实际数据点的情况。"
282283

283284
#: ../../library/statistics.rst:172
284285
msgid ""
@@ -302,13 +303,13 @@ msgid ""
302303
"The low median is always a member of the data set. When the number of data "
303304
"points is odd, the middle value is returned. When it is even, the smaller "
304305
"of the two middle values is returned."
305-
msgstr ""
306+
msgstr "低中位数一定是数据集的成员。 当数据点总数为奇数时,将返回中间值。 当其为偶数时,将返回两个中间值中较小的那个。"
306307

307308
#: ../../library/statistics.rst:195
308309
msgid ""
309310
"Use the low median when your data are discrete and you prefer the median to "
310311
"be an actual data point rather than interpolated."
311-
msgstr ""
312+
msgstr "当你的数据是离散的,并且你希望中位数是一个实际数据点而非插值结果时可以使用低中位数。"
312313

313314
#: ../../library/statistics.rst:201
314315
msgid ""
@@ -321,13 +322,13 @@ msgid ""
321322
"The high median is always a member of the data set. When the number of data"
322323
" points is odd, the middle value is returned. When it is even, the larger "
323324
"of the two middle values is returned."
324-
msgstr ""
325+
msgstr "高中位数一定是数据集的成员。 当数据点总数为奇数时,将返回中间值。 当其为偶数时,将返回两个中间值中较大的那个。"
325326

326327
#: ../../library/statistics.rst:215
327328
msgid ""
328329
"Use the high median when your data are discrete and you prefer the median to"
329330
" be an actual data point rather than interpolated."
330-
msgstr ""
331+
msgstr "当你的数据是离散的,并且你希望中位数是一个实际数据点而非插值结果时可以使用高中位数。"
331332

332333
#: ../../library/statistics.rst:221
333334
msgid ""
@@ -344,6 +345,8 @@ msgid ""
344345
"etc. With the data given, the middle value falls somewhere in the class 3.5"
345346
"--4.5, and interpolation is used to estimate it:"
346347
msgstr ""
348+
"在下面的示例中,数据已经过舍入,这样每个值都代表数据分类的中间点,例如 1 是 0.5--1.5 分类的中间点,2 是 1.5--2.5 "
349+
"分类的中间点,3 是 2.5--3.5 的中间点等待。 根据给定的数据,中间值应落在 3.5--4.5 分类之内,并可使用插值法来进行估算:"
347350

348351
#: ../../library/statistics.rst:241
349352
msgid ""

0 commit comments

Comments
 (0)