Skip to content

Commit cb2772c

Browse files
mattwang44josix
andauthored
Apply suggestions from code review
Co-authored-by: Josix <wilson8507@gmail.com>
1 parent 3f76162 commit cb2772c

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

library/asyncio-llapi-index.po

+6-6
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ msgstr ":meth:`loop.run_forever`"
101101

102102
#: ../../library/asyncio-llapi-index.rst:51
103103
msgid "Run the event loop forever."
104-
msgstr "一直運行事件迴圈。"
104+
msgstr "持續運行事件迴圈。"
105105

106106
#: ../../library/asyncio-llapi-index.rst:53
107107
msgid ":meth:`loop.stop`"
@@ -161,7 +161,7 @@ msgstr ":meth:`loop.get_debug`"
161161

162162
#: ../../library/asyncio-llapi-index.rst:78
163163
msgid "Get the current debug mode."
164-
msgstr "獲取當前偵錯模式。"
164+
msgstr "獲取當前除錯模式。"
165165

166166
#: ../../library/asyncio-llapi-index.rst:81
167167
msgid "Scheduling Callbacks"
@@ -173,7 +173,7 @@ msgstr ":meth:`loop.call_soon`"
173173

174174
#: ../../library/asyncio-llapi-index.rst:87
175175
msgid "Invoke a callback soon."
176-
msgstr "儘快呼叫回呼函式 (callback)。"
176+
msgstr "儘快調用回呼函式 (callback)。"
177177

178178
#: ../../library/asyncio-llapi-index.rst:89
179179
msgid ":meth:`loop.call_soon_threadsafe`"
@@ -189,15 +189,15 @@ msgstr ":meth:`loop.call_later`"
189189

190190
#: ../../library/asyncio-llapi-index.rst:93
191191
msgid "Invoke a callback *after* the given time."
192-
msgstr "在給定時間\\ *之後*\\ 呼叫回呼函式。"
192+
msgstr "在給定時間\\ *之後*\\ 調用回呼函式。"
193193

194194
#: ../../library/asyncio-llapi-index.rst:95
195195
msgid ":meth:`loop.call_at`"
196196
msgstr ":meth:`loop.call_at`"
197197

198198
#: ../../library/asyncio-llapi-index.rst:96
199199
msgid "Invoke a callback *at* the given time."
200-
msgstr "在給定時間\\ *當下*\\ 呼叫回呼函式。"
200+
msgstr "在給定時間\\ *當下*\\ 調用回呼函式。"
201201

202202
#: ../../library/asyncio-llapi-index.rst:99
203203
msgid "Thread/Process Pool"
@@ -861,7 +861,7 @@ msgstr "``callback`` :meth:`connection_lost() <BaseProtocol.connection_lost>`"
861861

862862
#: ../../library/asyncio-llapi-index.rst:419
863863
msgid "Called when the connection is lost or closed."
864-
msgstr "在連線丟失或被關閉時被呼叫。"
864+
msgstr "在失去連線或連線關閉時被呼叫。"
865865

866866
#: ../../library/asyncio-llapi-index.rst:421
867867
msgid "``callback`` :meth:`pause_writing() <BaseProtocol.pause_writing>`"

0 commit comments

Comments
 (0)