forked from python/python-docs-zh-tw
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathipc.po
More file actions
43 lines (39 loc) · 1.54 KB
/
ipc.po
File metadata and controls
43 lines (39 loc) · 1.54 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
# SOME DESCRIPTIVE TITLE.
# Copyright (C) 2001-2022, Python Software Foundation
# This file is distributed under the same license as the Python package.
#
# Translators:
# Weilin Du, 2025
msgid ""
msgstr ""
"Project-Id-Version: Python 3.13\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2018-09-20 15:25+0800\n"
"PO-Revision-Date: 2025-06-27 18:54+0800\n"
"Last-Translator: Weilin Du\n"
"Language-Team: Chinese - TAIWAN (https://github.com/python/python-docs-zh-"
"tw)\n"
"Language: zh_TW\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=1; plural=0;\n"
#: ../../library/ipc.rst:5
msgid "Networking and Interprocess Communication"
msgstr "網路與行程間通訊"
#: ../../library/ipc.rst:7
msgid ""
"The modules described in this chapter provide mechanisms for networking and "
"inter-processes communication."
msgstr "本章所描述的模組提供了網路和行程間通訊的機制。"
#: ../../library/ipc.rst:10
msgid ""
"Some modules only work for two processes that are on the same machine, e.g. :"
"mod:`signal` and :mod:`mmap`. Other modules support networking protocols "
"that two or more processes can use to communicate across machines."
msgstr ""
"某些模組僅適用於同一台機器上的兩個行程,例如 :mod:`signal` 和 :mod:`mmap`。其他模"
"組則支援網路通訊協定,可供兩個或多個行程跨機器進行通訊。"
#: ../../library/ipc.rst:14
msgid "The list of modules described in this chapter is:"
msgstr "本章所述的模組列表如下:"