@@ -9,7 +9,7 @@ msgstr ""
9
9
"Project-Id-Version : Python 3.13\n "
10
10
"Report-Msgid-Bugs-To : \n "
11
11
"POT-Creation-Date : 2024-09-23 07:52+0800\n "
12
- "PO-Revision-Date : 2024-09-17 09:18 +0800\n "
12
+ "PO-Revision-Date : 2024-12-20 16:57 +0800\n "
13
13
"Last-Translator : Adrian Liaw <adrianliaw2000@gmail.com>\n "
14
14
"Language-Team : Chinese - TAIWAN (https://github.com/python/python-docs-zh- "
15
15
"tw)\n "
@@ -18,7 +18,6 @@ msgstr ""
18
18
"Content-Type : text/plain; charset=UTF-8\n "
19
19
"Content-Transfer-Encoding : 8bit\n "
20
20
"Plural-Forms : nplurals=1; plural=0;\n "
21
- "X-Generator : Poedit 3.4.2\n "
22
21
23
22
#: ../../library/exceptions.rst:4
24
23
msgid "Built-in Exceptions"
@@ -624,32 +623,34 @@ msgstr ""
624
623
"化,大部分的浮點數運算都沒有被檢查。"
625
624
626
625
#: ../../library/exceptions.rst:421
627
- #, fuzzy
628
626
msgid ""
629
627
"This exception is derived from :exc:`RuntimeError`. It is raised when an "
630
628
"operation is blocked during interpreter shutdown also known as :term:`Python "
631
629
"finalization <interpreter shutdown>`."
632
630
msgstr ""
633
- "此例外衍生自 :exc:`RuntimeError`。當直譯器偵測到超過最大的遞迴深度(參考 :"
634
- "func:`sys.getrecursionlimit`)時會引發此例外。"
631
+ "此例外衍生自 :exc:`RuntimeError`。當一個操作在直譯器關閉(也稱作 :term:"
632
+ "`Python 最終化 (Python finalization) <interpreter shutdown>`)期間被阻塞會引"
633
+ "發此例外。"
635
634
636
635
#: ../../library/exceptions.rst:425
637
636
msgid ""
638
637
"Examples of operations which can be blocked with a :exc:"
639
638
"`PythonFinalizationError` during the Python finalization:"
640
639
msgstr ""
640
+ "在 Python 最終化期間,能夠以 :exc:`PythonFinalizationError` 被阻塞的操作範"
641
+ "例:"
641
642
642
643
#: ../../library/exceptions.rst:428
643
644
msgid "Creating a new Python thread."
644
- msgstr ""
645
+ msgstr "建立新的 Python 執行緒。 "
645
646
646
647
#: ../../library/exceptions.rst:429
647
648
msgid ":func:`os.fork`."
648
649
msgstr ":func:`os.fork`。"
649
650
650
651
#: ../../library/exceptions.rst:431
651
652
msgid "See also the :func:`sys.is_finalizing` function."
652
- msgstr ""
653
+ msgstr "也可以參閱 :func:`sys.is_finalizing` 函式。 "
653
654
654
655
#: ../../library/exceptions.rst:433 ../../library/exceptions.rst:443
655
656
msgid "Previously, a plain :exc:`RuntimeError` was raised."
@@ -1395,6 +1396,10 @@ msgid ""
1395
1396
"type object) that accepts an exception as its single argument and returns "
1396
1397
"true for the exceptions that should be in the subgroup."
1397
1398
msgstr ""
1399
+ "條件式可以是一個例外類型或是例外類型的元組,在此情況下,每個例外都會使用與 "
1400
+ "``except`` 子句中使用的相同檢查方法來檢查是否有匹配。條件式也可以是一個可呼叫"
1401
+ "物件(除了類型物件之外),其接受一個例外作為單一引數,而如果該例外應該在子群"
1402
+ "組中就回傳 true。"
1398
1403
1399
1404
#: ../../library/exceptions.rst:967
1400
1405
msgid ""
@@ -1420,7 +1425,7 @@ msgstr ""
1420
1425
1421
1426
#: ../../library/exceptions.rst:978
1422
1427
msgid "``condition`` can be any callable which is not a type object."
1423
- msgstr ""
1428
+ msgstr "``condition`` 可以是任何不是類型物件的可呼叫物件。 "
1424
1429
1425
1430
#: ../../library/exceptions.rst:983
1426
1431
msgid ""
@@ -1565,7 +1570,6 @@ msgid "The class hierarchy for built-in exceptions is:"
1565
1570
msgstr "內建例外的類別階層如下:"
1566
1571
1567
1572
#: ../../library/exceptions.rst:1058
1568
- #, fuzzy
1569
1573
msgid ""
1570
1574
"BaseException\n"
1571
1575
" ├── BaseExceptionGroup\n"
0 commit comments