@@ -8,7 +8,7 @@ msgstr ""
8
8
"Project-Id-Version : Python 3.6 TW\n "
9
9
"Report-Msgid-Bugs-To : \n "
10
10
"POT-Creation-Date : 2018-06-26 18:54+0800\n "
11
- "PO-Revision-Date : 2018-07-17 09:28 +0800\n "
11
+ "PO-Revision-Date : 2018-07-17 13:29 +0800\n "
12
12
"Last-Translator : Adrian Liaw <adrianliaw2000@gmail.com>\n "
13
13
"Language-Team : Chinese Traditional (http://www.transifex.com/python-tw-doc/ "
14
14
"python-36-tw/language/zh-Hant/)\n "
@@ -21,7 +21,7 @@ msgstr ""
21
21
22
22
#: ../../library/asyncio.rst:2
23
23
msgid ":mod:`asyncio` --- Asynchronous I/O, event loop, coroutines and tasks"
24
- msgstr ":mod:`asyncio` — 非同步 I/O, 事件迴圈, 協同程序與任務"
24
+ msgstr ":mod:`asyncio` — 非同步 I/O、 事件迴圈、 協同程序與任務"
25
25
26
26
#: ../../library/asyncio.rst:9
27
27
msgid "**Source code:** :source:`Lib/asyncio/`"
@@ -34,10 +34,10 @@ msgid ""
34
34
"resources, running network clients and servers, and other related "
35
35
"primitives. Here is a more detailed list of the package contents:"
36
36
msgstr ""
37
- "Asyncio 模組提供一個在單一線程(single-threaded)使用協同程序 (coroutines)撰 "
38
- "寫並發 (concurrent)程式碼 ,並使用多路復用 I/O(multiplexing I/O)方式來連接 "
39
- "sockets 與其他的資源,運作在網路客戶端與伺服器端以及其他相關的原始基礎架構。 "
40
- "以下列表包含著更多的套件的內容:"
37
+ "Asyncio 模組提供一個在單一線程(single-threaded)內使用協同程序 (coroutines)"
38
+ "撰寫並發 (concurrent)的程式碼 ,並使用多路復用 I/O(multiplexing I/O)方式來 "
39
+ "連接 sockets 與其他的資源,運作在網路客戶端與伺服器端以及其他相關的原始基礎架 "
40
+ "構。 以下列表包含著更多的套件的內容:"
41
41
42
42
#: ../../library/asyncio.rst:18
43
43
msgid ""
@@ -88,15 +88,15 @@ msgid ""
88
88
":ref:`synchronization primitives <asyncio-sync>` for use between coroutines "
89
89
"in a single thread, mimicking those in the :mod:`threading` module;"
90
90
msgstr ""
91
- ":ref:`同步處理原始物件 <asyncio-sync>`用於單一線程的協同程序,類似於 \\ :mod:"
91
+ ":ref:`同步處理原始物件 <asyncio-sync>`用於單一線程的協同程序,類似 \\ :mod:"
92
92
"`threading`\\ 模組;"
93
93
94
94
#: ../../library/asyncio.rst:38
95
95
msgid ""
96
96
"an interface for passing work off to a threadpool, for times when you "
97
97
"absolutely, positively have to use a library that makes blocking I/O calls."
98
98
msgstr ""
99
- "一個介面用來將工作傳遞給線程池 ,當某些時候你必須得去呼叫與使用會造成阻塞 I/"
99
+ "一個介面用來將工作傳遞到線程池 ,當某些時候你必須得去呼叫與使用會造成阻塞 I/"
100
100
"O(blocking I/O)的一個函式庫時。"
101
101
102
102
#: ../../library/asyncio.rst:42
0 commit comments