1
- # SOME DESCRIPTIVE TITLE.
2
1
# Copyright (C) 2001-2022, Python Software Foundation
3
2
# This file is distributed under the same license as the Python package.
4
- # FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
5
3
#
6
- #, fuzzy
4
+ # Translators:
5
+ # Matt Wang <[email protected] >, 2022
6
+ #
7
7
msgid ""
8
8
msgstr ""
9
9
"Project-Id-Version : Python 3.10\n "
10
10
"Report-Msgid-Bugs-To : \n "
11
11
"POT-Creation-Date : 2020-06-20 18:08+0800\n "
12
- "PO-Revision-Date : YEAR-MO-DA HO:MI+ZONE \n "
13
- "Last-Translator : FULL NAME <EMAIL@ADDRESS >\n "
12
+ "PO-Revision-Date : 2022-01-31 21:41+0800 \n "
13
+ "
Last-Translator :
Matt Wang <[email protected] >\n"
14
14
"Language-Team : Chinese - TAIWAN (https://github.com/python/python-docs-zh- "
15
15
"tw)\n "
16
16
"Language : zh_TW\n "
17
17
"MIME-Version : 1.0\n "
18
18
"Content-Type : text/plain; charset=UTF-8\n "
19
19
"Content-Transfer-Encoding : 8bit\n "
20
+ "Plural-Forms : nplurals=1; plural=0;\n "
21
+ "X-Generator : Poedit 3.0.1\n "
20
22
21
23
#: ../../library/asyncio-exceptions.rst:8
22
24
msgid "Exceptions"
@@ -28,74 +30,76 @@ msgstr "**原始碼:**\\ :source:`Lib/asyncio/exceptions.py`"
28
30
29
31
#: ../../library/asyncio-exceptions.rst:16
30
32
msgid "The operation has exceeded the given deadline."
31
- msgstr ""
33
+ msgstr "該操作已超過規定的截止時間。 "
32
34
33
35
#: ../../library/asyncio-exceptions.rst:19
34
36
msgid ""
35
37
"This exception is different from the builtin :exc:`TimeoutError` exception."
36
- msgstr ""
38
+ msgstr "這個例外與內建 :exc:`TimeoutError` 例外不同。 "
37
39
38
40
#: ../../library/asyncio-exceptions.rst:25
39
41
msgid "The operation has been cancelled."
40
- msgstr ""
42
+ msgstr "該操作已被取消。 "
41
43
42
44
#: ../../library/asyncio-exceptions.rst:27
43
45
msgid ""
44
46
"This exception can be caught to perform custom operations when asyncio Tasks "
45
47
"are cancelled. In almost all situations the exception must be re-raised."
46
48
msgstr ""
49
+ "當 asyncio Task 被取消時,可以捕獲此例外以執行客製化操作。在幾乎所有情況下,"
50
+ "該例外必須重新被引發。"
47
51
48
52
#: ../../library/asyncio-exceptions.rst:33
49
53
msgid ":exc:`CancelledError` is now a subclass of :class:`BaseException`."
50
- msgstr ""
54
+ msgstr ":exc:`CancelledError` 現在是 :class:`BaseException` 的子類別。 "
51
55
52
56
#: ../../library/asyncio-exceptions.rst:38
53
57
msgid "Invalid internal state of :class:`Task` or :class:`Future`."
54
- msgstr ""
58
+ msgstr ":class:`Task` 或 :class:`Future` 的無效內部狀態。 "
55
59
56
60
#: ../../library/asyncio-exceptions.rst:40
57
61
msgid ""
58
62
"Can be raised in situations like setting a result value for a *Future* "
59
63
"object that already has a result value set."
60
- msgstr ""
64
+ msgstr "可以在像是為已設定結果值的 *Future* 物件設定結果值的情況下引發。 "
61
65
62
66
#: ../../library/asyncio-exceptions.rst:46
63
67
msgid ""
64
68
"The \" sendfile\" syscall is not available for the given socket or file type."
65
- msgstr ""
69
+ msgstr "\" sendfile \" 系統呼叫不適用於給定的 socket 或檔案型別。 "
66
70
67
71
#: ../../library/asyncio-exceptions.rst:49
68
72
msgid "A subclass of :exc:`RuntimeError`."
69
- msgstr ""
73
+ msgstr "一個 :exc:`RuntimeError` 的子類別。 "
70
74
71
75
#: ../../library/asyncio-exceptions.rst:54
72
76
msgid "The requested read operation did not complete fully."
73
- msgstr ""
77
+ msgstr "請求的讀取操作未全部完成。 "
74
78
75
79
#: ../../library/asyncio-exceptions.rst:56
76
80
msgid "Raised by the :ref:`asyncio stream APIs<asyncio-streams>`."
77
- msgstr ""
81
+ msgstr "由 :ref:`asyncio 串流 APIs <asyncio-streams>` 引發。 "
78
82
79
83
#: ../../library/asyncio-exceptions.rst:58
80
84
msgid "This exception is a subclass of :exc:`EOFError`."
81
- msgstr ""
85
+ msgstr "此例外是 :exc:`EOFError` 的子類別。 "
82
86
83
87
#: ../../library/asyncio-exceptions.rst:62
84
88
msgid "The total number (:class:`int`) of expected bytes."
85
- msgstr ""
89
+ msgstr "預期的位元組總數 ( \\ :class:`int` \\ )。 "
86
90
87
91
#: ../../library/asyncio-exceptions.rst:66
88
92
msgid "A string of :class:`bytes` read before the end of stream was reached."
89
- msgstr ""
93
+ msgstr "串流結束之前讀取的 :class:`bytes` 字串。 "
90
94
91
95
#: ../../library/asyncio-exceptions.rst:71
92
96
msgid "Reached the buffer size limit while looking for a separator."
93
- msgstr ""
97
+ msgstr "在查詢分隔符號 (separator) 時達到緩衝區 (buffer) 大小限制。 "
94
98
95
99
#: ../../library/asyncio-exceptions.rst:73
96
100
msgid "Raised by the :ref:`asyncio stream APIs <asyncio-streams>`."
97
- msgstr ""
101
+ msgstr "由 :ref:`asyncio 串流 APIs <asyncio-streams>` 引發。 "
98
102
99
103
#: ../../library/asyncio-exceptions.rst:77
100
104
msgid "The total number of to be consumed bytes."
101
- msgstr ""
105
+ msgstr "要消耗的位元組總數。 "
0 commit comments