Skip to content

Commit 07c365d

Browse files
authored
Translate library/math.po rst: 13-24 (#784)
* translate 2~3 introduction * update rst: 13-24
1 parent bc68a66 commit 07c365d

File tree

1 file changed

+8
-3
lines changed

1 file changed

+8
-3
lines changed

library/math.po

+8-3
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ msgstr ""
88
"Project-Id-Version: Python 3.12\n"
99
"Report-Msgid-Bugs-To: \n"
1010
"POT-Creation-Date: 2023-07-17 17:39+0800\n"
11-
"PO-Revision-Date: 2018-05-23 16:05+0000\n"
11+
"PO-Revision-Date: 2024-01-03 17:00+0800\n"
1212
"Last-Translator: Adrian Liaw <[email protected]>\n"
1313
"Language-Team: Chinese - TAIWAN (https://github.com/python/python-docs-zh-"
1414
"tw)\n"
@@ -17,6 +17,7 @@ msgstr ""
1717
"Content-Type: text/plain; charset=UTF-8\n"
1818
"Content-Transfer-Encoding: 8bit\n"
1919
"Plural-Forms: nplurals=1; plural=0;\n"
20+
"X-Generator: Poedit 3.4.2\n"
2021

2122
#: ../../library/math.rst:2
2223
msgid ":mod:`math` --- Mathematical functions"
@@ -26,7 +27,7 @@ msgstr ":mod:`math` --- 數學函式"
2627
msgid ""
2728
"This module provides access to the mathematical functions defined by the C "
2829
"standard."
29-
msgstr ""
30+
msgstr "此模組提供對 C 標準中定義的數學相關函式的存取。"
3031

3132
#: ../../library/math.rst:16
3233
msgid ""
@@ -39,12 +40,16 @@ msgid ""
3940
"of the unexpected complex number used as a parameter, so that the programmer "
4041
"can determine how and why it was generated in the first place."
4142
msgstr ""
43+
"這些函式不支援複數;若您需要計算複數,請使用 :mod:`cmath` 模組的同名函式。這"
44+
"是因為大多數的使用者並不想學習那麼多理解複數所需的數學概念,所以根據支援複數"
45+
"與否分為兩種函式。收到一個例外而非複數回傳值,有助於程式設計師提早察覺參數中"
46+
"包含非預期的複數,進而從源頭查出導致此情況的原因。"
4247

4348
#: ../../library/math.rst:25
4449
msgid ""
4550
"The following functions are provided by this module. Except when explicitly "
4651
"noted otherwise, all return values are floats."
47-
msgstr ""
52+
msgstr "此模組提供下列函式。除非特意註明,否則回傳值皆為浮點數。"
4853

4954
#: ../../library/math.rst:30
5055
msgid "Number-theoretic and representation functions"

0 commit comments

Comments
 (0)