Skip to content

Commit a446bc0

Browse files
committed
Update translation for library/exception.po
1 parent c4c0d58 commit a446bc0

File tree

1 file changed

+13
-9
lines changed

1 file changed

+13
-9
lines changed

library/exceptions.po

Lines changed: 13 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ msgstr ""
99
"Project-Id-Version: Python 3.13\n"
1010
"Report-Msgid-Bugs-To: \n"
1111
"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"
1313
"Last-Translator: Adrian Liaw <adrianliaw2000@gmail.com>\n"
1414
"Language-Team: Chinese - TAIWAN (https://github.com/python/python-docs-zh-"
1515
"tw)\n"
@@ -18,7 +18,6 @@ msgstr ""
1818
"Content-Type: text/plain; charset=UTF-8\n"
1919
"Content-Transfer-Encoding: 8bit\n"
2020
"Plural-Forms: nplurals=1; plural=0;\n"
21-
"X-Generator: Poedit 3.4.2\n"
2221

2322
#: ../../library/exceptions.rst:4
2423
msgid "Built-in Exceptions"
@@ -624,32 +623,34 @@ msgstr ""
624623
"化,大部分的浮點數運算都沒有被檢查。"
625624

626625
#: ../../library/exceptions.rst:421
627-
#, fuzzy
628626
msgid ""
629627
"This exception is derived from :exc:`RuntimeError`. It is raised when an "
630628
"operation is blocked during interpreter shutdown also known as :term:`Python "
631629
"finalization <interpreter shutdown>`."
632630
msgstr ""
633-
"此例外衍生自 :exc:`RuntimeError`。當直譯器偵測到超過最大的遞迴深度(參考 :"
634-
"func:`sys.getrecursionlimit`)時會引發此例外。"
631+
"此例外衍生自 :exc:`RuntimeError`。當一個操作在直譯器關閉(也稱作 :term:"
632+
"`Python 最終化 (Python finalization) <interpreter shutdown>`)期間被阻塞會引"
633+
"發此例外。"
635634

636635
#: ../../library/exceptions.rst:425
637636
msgid ""
638637
"Examples of operations which can be blocked with a :exc:"
639638
"`PythonFinalizationError` during the Python finalization:"
640639
msgstr ""
640+
"在 Python 最終化期間,能夠以 :exc:`PythonFinalizationError` 被阻塞的操作範"
641+
"例:"
641642

642643
#: ../../library/exceptions.rst:428
643644
msgid "Creating a new Python thread."
644-
msgstr ""
645+
msgstr "建立新的 Python 執行緒。"
645646

646647
#: ../../library/exceptions.rst:429
647648
msgid ":func:`os.fork`."
648649
msgstr ":func:`os.fork`。"
649650

650651
#: ../../library/exceptions.rst:431
651652
msgid "See also the :func:`sys.is_finalizing` function."
652-
msgstr ""
653+
msgstr "也可以參閱 :func:`sys.is_finalizing` 函式。"
653654

654655
#: ../../library/exceptions.rst:433 ../../library/exceptions.rst:443
655656
msgid "Previously, a plain :exc:`RuntimeError` was raised."
@@ -1395,6 +1396,10 @@ msgid ""
13951396
"type object) that accepts an exception as its single argument and returns "
13961397
"true for the exceptions that should be in the subgroup."
13971398
msgstr ""
1399+
"條件式可以是一個例外類型或是例外類型的元組,在此情況下,每個例外都會使用與 "
1400+
"``except`` 子句中使用的相同檢查方法來檢查是否有匹配。條件式也可以是一個可呼叫"
1401+
"物件(除了類型物件之外),其接受一個例外作為單一引數,而如果該例外應該在子群"
1402+
"組中就回傳 true。"
13981403

13991404
#: ../../library/exceptions.rst:967
14001405
msgid ""
@@ -1420,7 +1425,7 @@ msgstr ""
14201425

14211426
#: ../../library/exceptions.rst:978
14221427
msgid "``condition`` can be any callable which is not a type object."
1423-
msgstr ""
1428+
msgstr "``condition`` 可以是任何不是類型物件的可呼叫物件。"
14241429

14251430
#: ../../library/exceptions.rst:983
14261431
msgid ""
@@ -1565,7 +1570,6 @@ msgid "The class hierarchy for built-in exceptions is:"
15651570
msgstr "內建例外的類別階層如下:"
15661571

15671572
#: ../../library/exceptions.rst:1058
1568-
#, fuzzy
15691573
msgid ""
15701574
"BaseException\n"
15711575
" ├── BaseExceptionGroup\n"

0 commit comments

Comments
 (0)