@@ -10,16 +10,16 @@ msgstr ""
10
10
"Project-Id-Version : Python 3.12\n "
11
11
"Report-Msgid-Bugs-To : \n "
12
12
"POT-Creation-Date : 2024-02-26 00:03+0000\n "
13
- "PO-Revision-Date : 2023-07-02 22:53 +0800\n "
14
- "Last-Translator : Matt Wang <mattwang44 @gmail.com>\n "
13
+ "PO-Revision-Date : 2024-04-25 15:10 +0800\n "
14
+ "Last-Translator : KNChiu <y9760210 @gmail.com>\n "
15
15
"Language-Team : Chinese - TAIWAN (https://github.com/python/python-docs-zh- "
16
16
"tw)\n "
17
17
"Language : zh_TW\n "
18
18
"MIME-Version : 1.0\n "
19
19
"Content-Type : text/plain; charset=UTF-8\n "
20
20
"Content-Transfer-Encoding : 8bit\n "
21
21
"Plural-Forms : nplurals=1; plural=0;\n "
22
- "X-Generator : Poedit 3.3 .2\n "
22
+ "X-Generator : Poedit 3.4 .2\n "
23
23
24
24
#: ../../library/functions.rst:5 ../../library/functions.rst:11
25
25
msgid "Built-in Functions"
@@ -822,7 +822,6 @@ msgstr ""
822
822
"``compile``。"
823
823
824
824
#: ../../library/functions.rst:344
825
- #, fuzzy
826
825
msgid ""
827
826
"Raises an :ref:`auditing event <auditing>` ``compile`` with arguments "
828
827
"``source`` and ``filename``. This event may also be raised by implicit "
@@ -1159,13 +1158,12 @@ msgstr ""
1159
1158
"引發一個附帶引數 ``code_object`` 的\\ :ref:`稽核事件 <auditing>` ``exec``。"
1160
1159
1161
1160
#: ../../library/functions.rst:573 ../../library/functions.rst:614
1162
- #, fuzzy
1163
1161
msgid ""
1164
1162
"Raises an :ref:`auditing event <auditing>` ``exec`` with the code object as "
1165
1163
"the argument. Code compilation events may also be raised."
1166
1164
msgstr ""
1167
- "引發一個附帶程式碼物件為引數的\\ :ref:`稽核事件 <auditing>` ``exec``。也可能 "
1168
- "會引發 code compilation 事件 。"
1165
+ "引發一個附帶程式碼物件為引數的\\ :ref:`稽核事件 <auditing>` ``exec``。也可能會 "
1166
+ "引發程式碼編譯事件 。"
1169
1167
1170
1168
#: ../../library/functions.rst:580
1171
1169
msgid ""
@@ -1260,8 +1258,8 @@ msgid ""
1260
1258
msgstr ""
1261
1259
"用 *iterable* 中函式 *function* 為 True 的那些元素,構建一個新的 iterator。"
1262
1260
"*iterable* 可以是一個序列、一個支援疊代的容器、或一個 iterator。如果 "
1263
- "*function* 是 ``None``,則會假設它是一個識別性函式,即 *iterable* 中所有假值元 "
1264
- "素會被移除 。"
1261
+ "*function* 是 ``None``,則會假設它是一個識別性函式,即 *iterable* 中所有假值 "
1262
+ "元素會被移除 。"
1265
1263
1266
1264
#: ../../library/functions.rst:642
1267
1265
msgid ""
@@ -1302,14 +1300,12 @@ msgstr ""
1302
1300
"必須遵循以下語法中 ``floatvalue`` 的生成規則:"
1303
1301
1304
1302
#: ../../library/functions.rst:678
1305
- #, fuzzy
1306
1303
msgid ""
1307
1304
"Case is not significant, so, for example, \" inf\" , \" Inf\" , \" INFINITY\" , "
1308
1305
"and \" iNfINity\" are all acceptable spellings for positive infinity."
1309
1306
msgstr ""
1310
- "``digit`` 是一個 Unicode 十進位數字(Unicode 一般分類 ``Nd`` 中的字元)。字母"
1311
- "大小寫都可以,例如,\" inf\" 、\" Inf\" 、\" INFINITY\" 、\" iNfINity\" 都可以表示正"
1312
- "無窮大。"
1307
+ "字母大小寫不影響,例如,\" inf\" 、\" Inf\" 、\" INFINITY\" 、\" iNfINity\" 都可以表"
1308
+ "示正無窮大。"
1313
1309
1314
1310
#: ../../library/functions.rst:681
1315
1311
msgid ""
@@ -1465,13 +1461,12 @@ msgstr ""
1465
1461
"別不同,如 1 和 1.0)。"
1466
1462
1467
1463
#: ../../library/functions.rst:798
1468
- #, fuzzy
1469
1464
msgid ""
1470
1465
"For objects with custom :meth:`~object.__hash__` methods, note that :func:"
1471
1466
"`hash` truncates the return value based on the bit width of the host machine."
1472
1467
msgstr ""
1473
- "請注意,如果物件實現了自己的 :meth:`__hash__` method ,:func:`hash` 根據執行機 "
1474
- "器的位元長度來擷取回傳值。另請參閱 :meth:`__hash__ <object.__hash__>` 。"
1468
+ "請注意,如果物件帶有自訂的 :meth:`~object. __hash__` 方法 ,:func:"
1469
+ "`hash` 將根據運行機器的位元長度來截斷回傳值 。"
1475
1470
1476
1471
#: ../../library/functions.rst:805
1477
1472
msgid ""
0 commit comments