3
3
# This file is distributed under the same license as the Python package.
4
4
#
5
5
# Translators:
6
+ # Weilin Du, 2025
6
7
msgid ""
7
8
msgstr ""
8
9
"Project-Id-Version :Python 3.13\n "
9
10
"Report-Msgid-Bugs-To :\n "
10
11
"POT-Creation-Date :2018-09-20 15:25+0800\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 :2025-06-27 18:54+0800 \n "
13
+ "Last-Translator :Weilin Du \n "
13
14
"Language-Team :Chinese - TAIWAN (https://github.com/python/python-docs-zh- "
14
15
"tw)\n "
15
16
"Language :zh_TW\n "
@@ -20,21 +21,23 @@ msgstr ""
20
21
21
22
#: ../../library/ipc.rst:5
22
23
msgid "Networking and Interprocess Communication"
23
- msgstr ""
24
+ msgstr "網路與行程間通訊 "
24
25
25
26
#: ../../library/ipc.rst:7
26
27
msgid ""
27
28
"The modules described in this chapter provide mechanisms for networking and "
28
29
"inter-processes communication."
29
- msgstr ""
30
+ msgstr "本章所描述的模組提供了網路和行程間通訊的機制。 "
30
31
31
32
#: ../../library/ipc.rst:10
32
33
msgid ""
33
34
"Some modules only work for two processes that are on the same machine, e.g. :"
34
35
"mod:`signal` and :mod:`mmap`. Other modules support networking protocols "
35
36
"that two or more processes can use to communicate across machines."
36
37
msgstr ""
38
+ "某些模組僅適用於同一台機器上的兩個行程,例如 :mod:`signal` 和 :mod:`mmap`。其他模"
39
+ "組則支援網路通訊協定,可供兩個或多個行程跨機器進行通訊。"
37
40
38
41
#: ../../library/ipc.rst:14
39
42
msgid "The list of modules described in this chapter is:"
40
- msgstr ""
43
+ msgstr "本章所述的模組列表如下: "