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

Skip to content

Commit 1bef73d

Browse files
author
Daily Build Bot
committed
Update translation (auto daily)
1 parent e22bdb0 commit 1bef73d

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

Doc/locale/zh_Hant/LC_MESSAGES/library/statistics.po

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ msgstr ""
99
"Project-Id-Version: Python 3.5 TW\n"
1010
"Report-Msgid-Bugs-To: \n"
1111
"POT-Creation-Date: 2016-01-31 15:04+0800\n"
12-
"PO-Revision-Date: 2016-07-25 18:15+0000\n"
12+
"PO-Revision-Date: 2016-08-03 16:15+0000\n"
1313
"Last-Translator: Kent Hsu <[email protected]>\n"
1414
"Language-Team: Chinese Traditional (http://www.transifex.com/python-tw-doc/python-35-tw/language/zh-Hant/)\n"
1515
"MIME-Version: 1.0\n"
@@ -103,49 +103,49 @@ msgstr "離散資料中的眾數(出現次數最多次)。"
103103

104104
#: ../../library/statistics.rst:49
105105
msgid "Measures of spread"
106-
msgstr ""
106+
msgstr "離度 (spread) 的測量"
107107

108108
#: ../../library/statistics.rst:51
109109
msgid ""
110110
"These functions calculate a measure of how much the population or sample "
111111
"tends to deviate from the typical or average values."
112-
msgstr ""
112+
msgstr "這些函式計算母體或樣本偏離平均值的程度。"
113113

114114
#: ../../library/statistics.rst:55
115115
msgid ":func:`pstdev`"
116-
msgstr ""
116+
msgstr ":func:`pstdev`"
117117

118118
#: ../../library/statistics.rst:55
119119
msgid "Population standard deviation of data."
120-
msgstr ""
120+
msgstr "數據的母體標準差"
121121

122122
#: ../../library/statistics.rst:56
123123
msgid ":func:`pvariance`"
124-
msgstr ""
124+
msgstr ":func:`pvariance`"
125125

126126
#: ../../library/statistics.rst:56
127127
msgid "Population variance of data."
128-
msgstr ""
128+
msgstr "數據的母體變異數"
129129

130130
#: ../../library/statistics.rst:57
131131
msgid ":func:`stdev`"
132-
msgstr ""
132+
msgstr ":func:`stdev`"
133133

134134
#: ../../library/statistics.rst:57
135135
msgid "Sample standard deviation of data."
136-
msgstr ""
136+
msgstr "數據的樣本標準差"
137137

138138
#: ../../library/statistics.rst:58
139139
msgid ":func:`variance`"
140-
msgstr ""
140+
msgstr ":func:`variance`"
141141

142142
#: ../../library/statistics.rst:58
143143
msgid "Sample variance of data."
144-
msgstr ""
144+
msgstr "數據的樣本變異數"
145145

146146
#: ../../library/statistics.rst:63
147147
msgid "Function details"
148-
msgstr ""
148+
msgstr "函式細節"
149149

150150
#: ../../library/statistics.rst:65
151151
msgid ""

0 commit comments

Comments
 (0)