Skip to content

Adds translations of library/statistics #495

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 3 commits into from
Jul 21, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 6 additions & 2 deletions library/statistics.po
Original file line number Diff line number Diff line change
Expand Up @@ -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 <adrianliaw2000@gmail.com>\n"
"Language-Team: Chinese - TAIWAN (https://github.com/python/python-docs-zh-"
"tw)\n"
Expand Down Expand Up @@ -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 ""
Expand All @@ -941,10 +943,12 @@ msgid ""
"Example with `Kepler's laws of planetary motion <https://en.wikipedia.org/"
"wiki/Kepler's_laws_of_planetary_motion>`_:"
msgstr ""
"以 `Kepler 行星運動定律 <https://en.wikipedia.org/wiki/"
"Kepler's_laws_of_planetary_motion>`_\\ 為例:"

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

#: ../../library/statistics.rst:704
msgid ""
Expand Down