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

Skip to content

Commit 71b0ee3

Browse files
committed
small fixes: Adds and refines the translations of library/statistics.po
1 parent 97108f6 commit 71b0ee3

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

library/statistics.po

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -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 <[email protected]>\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
9999
msgid "Geometric mean of data."
100-
msgstr "資料中的幾何平均數。"
100+
msgstr "資料的幾何平均數。"
101101

102102
#: ../../library/statistics.rst:77
103103
msgid ":func:`harmonic_mean`"
@@ -137,7 +137,7 @@ msgstr ":func:`median_grouped`"
137137

138138
#: ../../library/statistics.rst:81
139139
msgid "Median, or 50th percentile, of grouped data."
140-
msgstr "分組資料的中位數或50%處。"
140+
msgstr "分組資料的中位數或 50% 處。"
141141

142142
#: ../../library/statistics.rst:82
143143
msgid ":func:`mode`"
@@ -146,15 +146,16 @@ msgstr ":func:`mode`"
146146
#: ../../library/statistics.rst:82
147147
msgid "Single mode (most common value) of discrete or nominal data."
148148
msgstr ""
149-
"離散 (discrete) 或名目 (nomial) 資料中的眾數(出現次數最多次),只回傳一個。"
149+
"離散 (discrete) 或名目 (nomial) 資料中的眾數(出現次數最多次的值),只回傳一"
150+
"個。"
150151

151152
#: ../../library/statistics.rst:83
152153
msgid ":func:`multimode`"
153154
msgstr ":func:`multimode`"
154155

155156
#: ../../library/statistics.rst:83
156157
msgid "List of modes (most common values) of discrete or nominal data."
157-
msgstr "離散或名目資料中的眾數(出現次數最多次)組成的 list。"
158+
msgstr "離散或名目資料中的眾數(出現次數最多次的值)組成的 list。"
158159

159160
#: ../../library/statistics.rst:84
160161
msgid ":func:`quantiles`"

0 commit comments

Comments
 (0)