@@ -9,7 +9,7 @@ msgstr ""
99"Project-Id-Version: Python 3.11\n"
1010"Report-Msgid-Bugs-To: \n"
1111"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"
1313"Last-Translator: Adrian Liaw <adrianliaw2000@gmail.com>\n"
1414"Language-Team: Chinese - TAIWAN (https://github.com/python/python-docs-zh-"
1515"tw)\n"
@@ -97,7 +97,7 @@ msgstr ":func:`geometric_mean`"
9797
9898#: ../../library/statistics.rst:76
9999msgid "Geometric mean of data."
100- msgstr "資料中的幾何平均數 。"
100+ msgstr "資料的幾何平均數 。"
101101
102102#: ../../library/statistics.rst:77
103103msgid ":func:`harmonic_mean`"
@@ -137,7 +137,7 @@ msgstr ":func:`median_grouped`"
137137
138138#: ../../library/statistics.rst:81
139139msgid "Median, or 50th percentile, of grouped data."
140- msgstr "分組資料的中位數或50% 處。"
140+ msgstr "分組資料的中位數或 50% 處。"
141141
142142#: ../../library/statistics.rst:82
143143msgid ":func:`mode`"
@@ -146,15 +146,16 @@ msgstr ":func:`mode`"
146146#: ../../library/statistics.rst:82
147147msgid "Single mode (most common value) of discrete or nominal data."
148148msgstr ""
149- "離散 (discrete) 或名目 (nomial) 資料中的眾數(出現次數最多次),只回傳一個。"
149+ "離散 (discrete) 或名目 (nomial) 資料中的眾數(出現次數最多次的值),只回傳一"
150+ "個。"
150151
151152#: ../../library/statistics.rst:83
152153msgid ":func:`multimode`"
153154msgstr ":func:`multimode`"
154155
155156#: ../../library/statistics.rst:83
156157msgid "List of modes (most common values) of discrete or nominal data."
157- msgstr "離散或名目資料中的眾數(出現次數最多次 )組成的 list。"
158+ msgstr "離散或名目資料中的眾數(出現次數最多次的值 )組成的 list。"
158159
159160#: ../../library/statistics.rst:84
160161msgid ":func:`quantiles`"
0 commit comments