diff --git a/library/statistics.po b/library/statistics.po index 4dd6969c9a..1c802fe1ad 100644 --- a/library/statistics.po +++ b/library/statistics.po @@ -9,7 +9,7 @@ msgstr "" "Project-Id-Version: Python 3.12\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2023-05-03 00:17+0000\n" -"PO-Revision-Date: 2023-07-17 18:00+0800\n" +"PO-Revision-Date: 2023-07-21 00:06+0800\n" "Last-Translator: Adrian Liaw \n" "Language-Team: Chinese - TAIWAN (https://github.com/python/python-docs-zh-" "tw)\n" @@ -927,6 +927,8 @@ msgid "" "continuous data that doesn't meet the linear proportion requirement for " "Pearson's correlation coefficient." msgstr "" +"Spearman 相關係數適用於順序型資料,或者不符合 Pearson 相關係數要求的線性比例" +"關係的連續型 (continuous) 資料。" #: ../../library/statistics.rst:669 msgid "" @@ -941,10 +943,12 @@ msgid "" "Example with `Kepler's laws of planetary motion `_:" msgstr "" +"以 `Kepler 行星運動定律 `_\\ 為例:" #: ../../library/statistics.rst:699 msgid "Added support for Spearman's rank correlation coefficient." -msgstr "" +msgstr "新增了對 Spearman 等級相關係數的支援。" #: ../../library/statistics.rst:704 msgid ""