From d40b6a95667a377f7c9d4d1cbfbf38479030badd Mon Sep 17 00:00:00 2001 From: cschan <45995789+cschan1828@users.noreply.github.com> Date: Thu, 20 Jul 2023 23:58:37 +0800 Subject: [PATCH 1/3] Adds translations of library/statistics --- library/statistics.po | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/library/statistics.po b/library/statistics.po index 4dd6969c9a..77c5c416d5 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-20 23:57+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 "" From 9292ed7c1cee9c39bbf0bf00a846dd84db0ecdaf Mon Sep 17 00:00:00 2001 From: cschan <45995789+cschan1828@users.noreply.github.com> Date: Thu, 20 Jul 2023 23:59:26 +0800 Subject: [PATCH 2/3] Adds translations of library/statistics --- library/statistics.po | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/library/statistics.po b/library/statistics.po index 77c5c416d5..4dd6969c9a 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-20 23:57+0800\n" +"PO-Revision-Date: 2023-07-17 18:00+0800\n" "Last-Translator: Adrian Liaw \n" "Language-Team: Chinese - TAIWAN (https://github.com/python/python-docs-zh-" "tw)\n" @@ -927,8 +927,6 @@ 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 "" From 564ec9cbdf1accaba278d7dee8d33fb6c34c78c9 Mon Sep 17 00:00:00 2001 From: cschan <45995789+cschan1828@users.noreply.github.com> Date: Fri, 21 Jul 2023 00:07:04 +0800 Subject: [PATCH 3/3] Adds translations of library/statistics --- library/statistics.po | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) 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 ""