@@ -9,7 +9,7 @@ msgstr ""
9
9
"Project-Id-Version : Python 3.5 TW\n "
10
10
"Report-Msgid-Bugs-To : \n "
11
11
"POT-Creation-Date : 2016-01-31 15:04+0800\n "
12
- "PO-Revision-Date : 2016-07-21 17:38 +0000\n "
12
+ "PO-Revision-Date : 2016-07-25 18:15 +0000\n "
13
13
"
Last-Translator :
Kent Hsu <[email protected] >\n "
14
14
"Language-Team : Chinese Traditional (http://www.transifex.com/python-tw-doc/python-35-tw/language/zh-Hant/)\n "
15
15
"MIME-Version : 1.0\n "
@@ -24,7 +24,7 @@ msgstr " :mod:`statistics` --- 數學統計函式"
24
24
25
25
#: ../../library/statistics.rst:16
26
26
msgid "**Source code:** :source:`Lib/statistics.py`"
27
- msgstr ""
27
+ msgstr " **Source code:** :source:`Lib/statistics.py` "
28
28
29
29
#: ../../library/statistics.rst:20
30
30
msgid ""
@@ -45,61 +45,61 @@ msgstr ""
45
45
46
46
#: ../../library/statistics.rst:34
47
47
msgid "Averages and measures of central location"
48
- msgstr ""
48
+ msgstr "平均值與中央位置量數 "
49
49
50
50
#: ../../library/statistics.rst:36
51
51
msgid ""
52
52
"These functions calculate an average or typical value from a population or "
53
53
"sample."
54
- msgstr ""
54
+ msgstr "這些函式計算來自一個母體或樣本的平均值或代表值。 "
55
55
56
56
#: ../../library/statistics.rst:40
57
57
msgid ":func:`mean`"
58
- msgstr ""
58
+ msgstr " :func:`mean` "
59
59
60
60
#: ../../library/statistics.rst:40
61
61
msgid "Arithmetic mean (\" average\" ) of data."
62
- msgstr ""
62
+ msgstr "數據的算術平均(平均值)。 "
63
63
64
64
#: ../../library/statistics.rst:41
65
65
msgid ":func:`median`"
66
- msgstr ""
66
+ msgstr " :func:`median` "
67
67
68
68
#: ../../library/statistics.rst:41
69
69
msgid "Median (middle value) of data."
70
- msgstr ""
70
+ msgstr "數據的中位數(中間值)。 "
71
71
72
72
#: ../../library/statistics.rst:42
73
73
msgid ":func:`median_low`"
74
- msgstr ""
74
+ msgstr " :func:`median_low` "
75
75
76
76
#: ../../library/statistics.rst:42
77
77
msgid "Low median of data."
78
- msgstr ""
78
+ msgstr "數據中較小的中位數。 "
79
79
80
80
#: ../../library/statistics.rst:43
81
81
msgid ":func:`median_high`"
82
- msgstr ""
82
+ msgstr " :func:`median_high` "
83
83
84
84
#: ../../library/statistics.rst:43
85
85
msgid "High median of data."
86
- msgstr ""
86
+ msgstr "數據中較大的中位數。 "
87
87
88
88
#: ../../library/statistics.rst:44
89
89
msgid ":func:`median_grouped`"
90
- msgstr ""
90
+ msgstr " :func:`median_grouped` "
91
91
92
92
#: ../../library/statistics.rst:44
93
93
msgid "Median, or 50th percentile, of grouped data."
94
- msgstr ""
94
+ msgstr "分組數據的中位數或50%處。 "
95
95
96
96
#: ../../library/statistics.rst:45
97
97
msgid ":func:`mode`"
98
- msgstr ""
98
+ msgstr " :func:`mode` "
99
99
100
100
#: ../../library/statistics.rst:45
101
101
msgid "Mode (most common value) of discrete data."
102
- msgstr ""
102
+ msgstr "離散資料中的眾數(出現次數最多次)。 "
103
103
104
104
#: ../../library/statistics.rst:49
105
105
msgid "Measures of spread"
0 commit comments