File tree Expand file tree Collapse file tree 1 file changed +6
-2
lines changed
Filter options
Expand file tree Collapse file tree 1 file changed +6
-2
lines changed
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ msgstr ""
9
9
"Project-Id-Version : Python 3.12\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-17 18:00 +0800\n "
12
+ "PO-Revision-Date : 2023-07-21 00:06 +0800\n "
13
13
"Last-Translator : Adrian Liaw <adrianliaw2000@gmail.com>\n "
14
14
"Language-Team : Chinese - TAIWAN (https://github.com/python/python-docs-zh- "
15
15
"tw)\n "
@@ -927,6 +927,8 @@ msgid ""
927
927
"continuous data that doesn't meet the linear proportion requirement for "
928
928
"Pearson's correlation coefficient."
929
929
msgstr ""
930
+ "Spearman 相關係數適用於順序型資料,或者不符合 Pearson 相關係數要求的線性比例"
931
+ "關係的連續型 (continuous) 資料。"
930
932
931
933
#: ../../library/statistics.rst:669
932
934
msgid ""
@@ -941,10 +943,12 @@ msgid ""
941
943
"Example with `Kepler's laws of planetary motion <https://en.wikipedia.org/"
942
944
"wiki/Kepler's_laws_of_planetary_motion>`_:"
943
945
msgstr ""
946
+ "以 `Kepler 行星運動定律 <https://en.wikipedia.org/wiki/"
947
+ "Kepler's_laws_of_planetary_motion>`_\\ 為例:"
944
948
945
949
#: ../../library/statistics.rst:699
946
950
msgid "Added support for Spearman's rank correlation coefficient."
947
- msgstr ""
951
+ msgstr "新增了對 Spearman 等級相關係數的支援。 "
948
952
949
953
#: ../../library/statistics.rst:704
950
954
msgid ""
You can’t perform that action at this time.
0 commit comments