@@ -9,7 +9,7 @@ msgstr ""
9
9
"Project-Id-Version : Python 3.10\n "
10
10
"Report-Msgid-Bugs-To : \n "
11
11
"POT-Creation-Date : 2018-09-20 15:25+0800\n "
12
- "PO-Revision-Date : 2022-02-07 14:07 +0800\n "
12
+ "PO-Revision-Date : 2022-02-09 11:27 +0800\n "
13
13
"Last-Translator : Matt Wang <mattwang44@gmail.com>\n "
14
14
"Language-Team : Chinese - TAIWAN (https://github.com/python/python-docs-zh- "
15
15
"tw)\n "
@@ -145,23 +145,23 @@ msgstr "關閉非同步產生器 (asynchronous generators)。"
145
145
146
146
#: ../../library/asyncio-llapi-index.rst:69
147
147
msgid "Debugging"
148
- msgstr "偵錯 "
148
+ msgstr "除錯 "
149
149
150
150
#: ../../library/asyncio-llapi-index.rst:74
151
151
msgid ":meth:`loop.set_debug`"
152
152
msgstr ":meth:`loop.set_debug`"
153
153
154
154
#: ../../library/asyncio-llapi-index.rst:75
155
155
msgid "Enable or disable the debug mode."
156
- msgstr "開啟或禁用偵錯模式 。"
156
+ msgstr "開啟或禁用除錯模式 。"
157
157
158
158
#: ../../library/asyncio-llapi-index.rst:77
159
159
msgid ":meth:`loop.get_debug`"
160
160
msgstr ":meth:`loop.get_debug`"
161
161
162
162
#: ../../library/asyncio-llapi-index.rst:78
163
163
msgid "Get the current debug mode."
164
- msgstr "獲取當前偵錯模式 。"
164
+ msgstr "獲取當前除錯模式 。"
165
165
166
166
#: ../../library/asyncio-llapi-index.rst:81
167
167
msgid "Scheduling Callbacks"
@@ -999,8 +999,8 @@ msgid ""
999
999
"func:`asyncio.get_event_loop`. See also the main :ref:`policies section "
1000
1000
"<asyncio-policies>` for more details."
1001
1001
msgstr ""
1002
- "Policy 是改變 :func:`asyncio.get_event_loop` 這類函式行為的一個低階機 "
1003
- "制。更多細節請見 :ref:`Policy 相關段落 <asyncio-policies>`\\ 。"
1002
+ "Policy 是改變 :func:`asyncio.get_event_loop` 這類函式行為的一個低階機制。更多 "
1003
+ "細節請見 :ref:`Policy 相關段落 <asyncio-policies>`\\ 。"
1004
1004
1005
1005
#: ../../library/asyncio-llapi-index.rst:498
1006
1006
msgid "Accessing Policies"
@@ -1012,15 +1012,15 @@ msgstr ":meth:`asyncio.get_event_loop_policy`"
1012
1012
1013
1013
#: ../../library/asyncio-llapi-index.rst:504
1014
1014
msgid "Return the current process-wide policy."
1015
- msgstr "回傳當前行程域中的 Policy。"
1015
+ msgstr "回傳當前整個行程中的 Policy。"
1016
1016
1017
1017
#: ../../library/asyncio-llapi-index.rst:506
1018
1018
msgid ":meth:`asyncio.set_event_loop_policy`"
1019
1019
msgstr ":meth:`asyncio.set_event_loop_policy`"
1020
1020
1021
1021
#: ../../library/asyncio-llapi-index.rst:507
1022
1022
msgid "Set a new process-wide policy."
1023
- msgstr "設定一個新的行程域 Policy。"
1023
+ msgstr "設定整個行程中的一個新 Policy。"
1024
1024
1025
1025
#: ../../library/asyncio-llapi-index.rst:509
1026
1026
msgid ":class:`AbstractEventLoopPolicy`"
0 commit comments