5
5
# Translators:
6
6
# yichung279, 2018
7
7
# cypevan, 2018
8
+ # Adrian Liaw <adrianliaw2000@gmail.com>, 2018
8
9
# Steven Hsu <hsuhaochun@gmail.com>, 2021
9
10
msgid ""
10
11
msgstr ""
11
12
"Project-Id-Version :Python 3.10\n "
12
13
"Report-Msgid-Bugs-To :\n "
13
14
"POT-Creation-Date :2021-12-03 00:09+0000\n "
14
- "PO-Revision-Date :2021-06-28 18:50 +0800\n "
15
- "Last-Translator :Adrian Liaw <adrianliaw2000 @gmail.com>\n "
15
+ "PO-Revision-Date :2021-12-05 21:12 +0800\n "
16
+ "Last-Translator :Steven Hsu <hsuhaochun @gmail.com>\n "
16
17
"Language-Team :Chinese - TAIWAN (https://github.com/python/python-docs-zh- "
17
18
"tw)\n "
18
19
"Language :zh_TW\n "
19
20
"MIME-Version :1.0\n "
20
21
"Content-Type :text/plain; charset=UTF-8\n "
21
22
"Content-Transfer-Encoding :8bit\n "
22
23
"Plural-Forms :nplurals=1; plural=0;\n "
23
- "X-Generator :Poedit2.4.3 \n "
24
+ "X-Generator :Poedit3.0 \n "
24
25
25
26
#: ../../tutorial/floatingpoint.rst:9
26
27
msgid "Floating Point Arithmetic: Issues and Limitations"
@@ -238,7 +239,6 @@ msgstr ""
238
239
"::"
239
240
240
241
#: ../../tutorial/floatingpoint.rst:134
241
- #, fuzzy
242
242
msgid ""
243
243
"Binary floating-point arithmetic holds many surprises like this. The "
244
244
"problem with\" 0.1\" is explained in precise detail below, in the "
@@ -248,7 +248,7 @@ msgid ""
248
248
msgstr ""
249
249
"二進位浮點數架構擁有很多這樣的驚喜。底下的「表示法誤差」章節,詳細地解釋了"
250
250
"「0.1」的問題。如果想要其他常見驚喜的更完整描述,可以參考 `The Perils of "
251
- "Floating Point(浮點數的風險) <http ://www.lahey.com/float.htm>`_。"
251
+ "Floating Point(浮點數的風險) <https ://www.lahey.com/float.htm>`_。"
252
252
253
253
#: ../../tutorial/floatingpoint.rst:139
254
254
msgid ""