@@ -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 : 2023-07-01 12:20 +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 "
@@ -97,7 +97,7 @@ 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`"
@@ -137,7 +137,7 @@ 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`"
@@ -146,15 +146,16 @@ msgstr ":func:`mode`"
146
146
#: ../../library/statistics.rst:82
147
147
msgid "Single mode (most common value) of discrete or nominal data."
148
148
msgstr ""
149
- "離散 (discrete) 或名目 (nomial) 資料中的眾數(出現次數最多次),只回傳一個。"
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
157
msgid "List of modes (most common values) of discrete or nominal data."
157
- msgstr "離散或名目資料中的眾數(出現次數最多次 )組成的 list。"
158
+ msgstr "離散或名目資料中的眾數(出現次數最多次的值 )組成的 list。"
158
159
159
160
#: ../../library/statistics.rst:84
160
161
msgid ":func:`quantiles`"
0 commit comments