3
3
# This file is distributed under the same license as the Python package.
4
4
#
5
5
# Translators:
6
+ # Matt Wang <mattwang44@gmail.com>, 2021
6
7
msgid ""
7
8
msgstr ""
8
9
"Project-Id-Version : Python 3.10\n "
9
10
"Report-Msgid-Bugs-To : \n "
10
11
"POT-Creation-Date : 2021-09-13 00:11+0000\n "
11
- "PO-Revision-Date : 2015-12-09 17:51+0000 \n "
12
- "Last-Translator : Liang-Bo Wang <me@liang2.tw >\n "
12
+ "PO-Revision-Date : 2021-11-23 13:36+0800 \n "
13
+ "Last-Translator : Matt Wang <mattwang44@gmail.com >\n "
13
14
"Language-Team : Chinese - TAIWAN (https://github.com/python/python-docs-zh- "
14
15
"tw)\n "
15
16
"Language : zh_TW\n "
16
17
"MIME-Version : 1.0\n "
17
18
"Content-Type : text/plain; charset=UTF-8\n "
18
19
"Content-Transfer-Encoding : 8bit\n "
19
20
"Plural-Forms : nplurals=1; plural=0;\n "
21
+ "X-Generator : Poedit 3.0\n "
20
22
21
23
#: ../../library/concurrency.rst:5
22
24
msgid "Concurrent Execution"
23
- msgstr ""
25
+ msgstr "並行執行 (Concurrent Execution) "
24
26
25
27
#: ../../library/concurrency.rst:7
26
28
msgid ""
@@ -30,7 +32,10 @@ msgid ""
30
32
"(event driven cooperative multitasking vs preemptive multitasking). Here's "
31
33
"an overview:"
32
34
msgstr ""
35
+ "本章節描述的模組在程式的並行執行上提供支援。選擇要使用哪一個工具則取決於是執"
36
+ "行什麼樣的任務(CPU 密集或 IO 密集)與偏好的開發風格(事件驅動協作式多工處理"
37
+ "或搶占式多工處理)。以下為此章節總覽:"
33
38
34
39
#: ../../library/concurrency.rst:27
35
40
msgid "The following are support modules for some of the above services:"
36
- msgstr ""
41
+ msgstr "以下是支援部份上述服務的模組: "
0 commit comments