Skip to content

Commit b70d162

Browse files
authored
Adds translations of library/statistics (#495)
* Adds translations of library/statistics
1 parent 6ab9311 commit b70d162

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

library/statistics.po

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ msgstr ""
99
"Project-Id-Version: Python 3.12\n"
1010
"Report-Msgid-Bugs-To: \n"
1111
"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"
1313
"Last-Translator: Adrian Liaw <[email protected]>\n"
1414
"Language-Team: Chinese - TAIWAN (https://github.com/python/python-docs-zh-"
1515
"tw)\n"
@@ -927,6 +927,8 @@ msgid ""
927927
"continuous data that doesn't meet the linear proportion requirement for "
928928
"Pearson's correlation coefficient."
929929
msgstr ""
930+
"Spearman 相關係數適用於順序型資料,或者不符合 Pearson 相關係數要求的線性比例"
931+
"關係的連續型 (continuous) 資料。"
930932

931933
#: ../../library/statistics.rst:669
932934
msgid ""
@@ -941,10 +943,12 @@ msgid ""
941943
"Example with `Kepler's laws of planetary motion <https://en.wikipedia.org/"
942944
"wiki/Kepler's_laws_of_planetary_motion>`_:"
943945
msgstr ""
946+
"以 `Kepler 行星運動定律 <https://en.wikipedia.org/wiki/"
947+
"Kepler's_laws_of_planetary_motion>`_\\ 為例:"
944948

945949
#: ../../library/statistics.rst:699
946950
msgid "Added support for Spearman's rank correlation coefficient."
947-
msgstr ""
951+
msgstr "新增了對 Spearman 等級相關係數的支援。"
948952

949953
#: ../../library/statistics.rst:704
950954
msgid ""

0 commit comments

Comments
 (0)