Skip to content

Adds translations of library/statistics. #497

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 2 commits into from
Jul 22, 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
7 changes: 6 additions & 1 deletion 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-21 00:06+0800\n"
"PO-Revision-Date: 2023-07-22 21:15+0800\n"
"Last-Translator: Adrian Liaw <[email protected]>\n"
"Language-Team: Chinese - TAIWAN (https://github.com/python/python-docs-zh-"
"tw)\n"
Expand Down Expand Up @@ -920,6 +920,11 @@ msgid ""
"equal values receive the same rank. The resulting coefficient measures the "
"strength of a monotonic relationship."
msgstr ""
"如果 *method* 為 \"ranked\",則計算兩輸入的 ``Spearman 等級相關係數 "
"(Spearman’s rank correlation coefficient) <https://en.wikipedia.org/wiki/"
"Spearman%27s_rank_correlation_coefficient>``。資料將被取代為等級。平手的情況"
"則取平均,令相同的值排名也相同。所得係數衡量單調關係 (monotonic "
"relationship) 的強度。"

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