Skip to content

Commit 2362d9b

Browse files
authored
Translate libaray/ipc.po (#1064)
1 parent 69c41fe commit 2362d9b

File tree

1 file changed

+8
-5
lines changed

1 file changed

+8
-5
lines changed

library/ipc.po

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,14 @@
33
# This file is distributed under the same license as the Python package.
44
#
55
# Translators:
6+
# Weilin Du, 2025
67
msgid ""
78
msgstr ""
89
"Project-Id-Version: Python 3.13\n"
910
"Report-Msgid-Bugs-To: \n"
1011
"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"
1314
"Language-Team: Chinese - TAIWAN (https://github.com/python/python-docs-zh-"
1415
"tw)\n"
1516
"Language: zh_TW\n"
@@ -20,21 +21,23 @@ msgstr ""
2021

2122
#: ../../library/ipc.rst:5
2223
msgid "Networking and Interprocess Communication"
23-
msgstr ""
24+
msgstr "網路與行程間通訊"
2425

2526
#: ../../library/ipc.rst:7
2627
msgid ""
2728
"The modules described in this chapter provide mechanisms for networking and "
2829
"inter-processes communication."
29-
msgstr ""
30+
msgstr "本章所描述的模組提供了網路和行程間通訊的機制。"
3031

3132
#: ../../library/ipc.rst:10
3233
msgid ""
3334
"Some modules only work for two processes that are on the same machine, e.g. :"
3435
"mod:`signal` and :mod:`mmap`. Other modules support networking protocols "
3536
"that two or more processes can use to communicate across machines."
3637
msgstr ""
38+
"某些模組僅適用於同一台機器上的兩個行程,例如 :mod:`signal` 和 :mod:`mmap`。其他模"
39+
"組則支援網路通訊協定,可供兩個或多個行程跨機器進行通訊。"
3740

3841
#: ../../library/ipc.rst:14
3942
msgid "The list of modules described in this chapter is:"
40-
msgstr ""
43+
msgstr "本章所述的模組列表如下:"

0 commit comments

Comments
 (0)