@@ -9,7 +9,7 @@ msgstr ""
9
9
"Project-Id-Version : Python 3.11\n "
10
10
"Report-Msgid-Bugs-To : \n "
11
11
"POT-Creation-Date : 2023-05-03 00:17+0000\n "
12
- "PO-Revision-Date : 2018 -07-27 16:57 +0800\n "
12
+ "PO-Revision-Date : 2023 -07-01 15:29 +0800\n "
13
13
"
Last-Translator :
Adrian Liaw <[email protected] >\n "
14
14
"Language-Team : Chinese - TAIWAN (https://github.com/python/python-docs-zh- "
15
15
"tw)\n "
@@ -18,7 +18,7 @@ msgstr ""
18
18
"Content-Type : text/plain; charset=UTF-8\n "
19
19
"Content-Transfer-Encoding : 8bit\n "
20
20
"Plural-Forms : nplurals=1; plural=0;\n "
21
- "X-Generator : Poedit 2.1.1 \n "
21
+ "X-Generator : Poedit 3.3.2 \n "
22
22
23
23
#: ../../library/statistics.rst:2
24
24
msgid ":mod:`statistics` --- Mathematical statistics functions"
@@ -81,81 +81,81 @@ msgstr ":func:`mean`"
81
81
82
82
#: ../../library/statistics.rst:74
83
83
msgid "Arithmetic mean (\" average\" ) of data."
84
- msgstr "數據的算術平均 (平均值)。"
84
+ msgstr "資料的算術平均數 (平均值)。"
85
85
86
86
#: ../../library/statistics.rst:75
87
87
msgid ":func:`fmean`"
88
88
msgstr ":func:`fmean`"
89
89
90
90
#: ../../library/statistics.rst:75
91
91
msgid "Fast, floating point arithmetic mean, with optional weighting."
92
- msgstr ""
92
+ msgstr "快速浮點數算數平均數,可調整權重。 "
93
93
94
94
#: ../../library/statistics.rst:76
95
95
msgid ":func:`geometric_mean`"
96
96
msgstr ":func:`geometric_mean`"
97
97
98
98
#: ../../library/statistics.rst:76
99
99
msgid "Geometric mean of data."
100
- msgstr "數據中的幾何平均數 。"
100
+ msgstr "資料的幾何平均數 。"
101
101
102
102
#: ../../library/statistics.rst:77
103
103
msgid ":func:`harmonic_mean`"
104
104
msgstr ":func:`harmonic_mean`"
105
105
106
106
#: ../../library/statistics.rst:77
107
107
msgid "Harmonic mean of data."
108
- msgstr ""
108
+ msgstr "資料的調和平均數 "
109
109
110
110
#: ../../library/statistics.rst:78
111
111
msgid ":func:`median`"
112
112
msgstr ":func:`median`"
113
113
114
114
#: ../../library/statistics.rst:78
115
115
msgid "Median (middle value) of data."
116
- msgstr "數據的中位數 (中間值)。"
116
+ msgstr "資料的中位數 (中間值)。"
117
117
118
118
#: ../../library/statistics.rst:79
119
119
msgid ":func:`median_low`"
120
120
msgstr ":func:`median_low`"
121
121
122
122
#: ../../library/statistics.rst:79
123
123
msgid "Low median of data."
124
- msgstr "數據中較小的中位數 。"
124
+ msgstr "資料中較小的中位數 。"
125
125
126
126
#: ../../library/statistics.rst:80
127
127
msgid ":func:`median_high`"
128
128
msgstr ":func:`median_high`"
129
129
130
130
#: ../../library/statistics.rst:80
131
131
msgid "High median of data."
132
- msgstr "數據中較大的中位數 。"
132
+ msgstr "資料中較大的中位數 。"
133
133
134
134
#: ../../library/statistics.rst:81
135
135
msgid ":func:`median_grouped`"
136
136
msgstr ":func:`median_grouped`"
137
137
138
138
#: ../../library/statistics.rst:81
139
139
msgid "Median, or 50th percentile, of grouped data."
140
- msgstr "分組數據的中位數或50% 處。"
140
+ msgstr "分組資料的中位數或 50% 處。"
141
141
142
142
#: ../../library/statistics.rst:82
143
143
msgid ":func:`mode`"
144
144
msgstr ":func:`mode`"
145
145
146
146
#: ../../library/statistics.rst:82
147
- #, fuzzy
148
147
msgid "Single mode (most common value) of discrete or nominal data."
149
- msgstr "離散資料中的眾數(出現次數最多次)。"
148
+ msgstr ""
149
+ "離散 (discrete) 或名目 (nomial) 資料中的眾數(出現次數最多次的值),只回傳一"
150
+ "個。"
150
151
151
152
#: ../../library/statistics.rst:83
152
153
msgid ":func:`multimode`"
153
154
msgstr ":func:`multimode`"
154
155
155
156
#: ../../library/statistics.rst:83
156
- #, fuzzy
157
157
msgid "List of modes (most common values) of discrete or nominal data."
158
- msgstr "離散資料中的眾數(出現次數最多次) 。"
158
+ msgstr "離散或名目資料中的眾數(出現次數最多次的值)組成的 list 。"
159
159
160
160
#: ../../library/statistics.rst:84
161
161
msgid ":func:`quantiles`"
@@ -181,31 +181,31 @@ msgstr ":func:`pstdev`"
181
181
182
182
#: ../../library/statistics.rst:94
183
183
msgid "Population standard deviation of data."
184
- msgstr "數據的母體標準差 "
184
+ msgstr "資料的母體標準差 "
185
185
186
186
#: ../../library/statistics.rst:95
187
187
msgid ":func:`pvariance`"
188
188
msgstr ":func:`pvariance`"
189
189
190
190
#: ../../library/statistics.rst:95
191
191
msgid "Population variance of data."
192
- msgstr "數據的母體變異數 "
192
+ msgstr "資料的母體變異數 "
193
193
194
194
#: ../../library/statistics.rst:96
195
195
msgid ":func:`stdev`"
196
196
msgstr ":func:`stdev`"
197
197
198
198
#: ../../library/statistics.rst:96
199
199
msgid "Sample standard deviation of data."
200
- msgstr "數據的樣本標準差 "
200
+ msgstr "資料的樣本標準差 "
201
201
202
202
#: ../../library/statistics.rst:97
203
203
msgid ":func:`variance`"
204
204
msgstr ":func:`variance`"
205
205
206
206
#: ../../library/statistics.rst:97
207
207
msgid "Sample variance of data."
208
- msgstr "數據的樣本變異數 "
208
+ msgstr "資料的樣本變異數 "
209
209
210
210
#: ../../library/statistics.rst:101
211
211
msgid "Statistics for relations between two inputs"
0 commit comments