Skip to content

Commit eaef22e

Browse files
committed
Update ipc.po
1 parent 302966f commit eaef22e

File tree

1 file changed

+9
-6
lines changed

1 file changed

+9
-6
lines changed

library/ipc.po

Lines changed: 9 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,15 @@
22
# Copyright (C) 2001-2022, Python Software Foundation
33
# This file is distributed under the same license as the Python package.
44
#
5-
# Translators:
5+
# 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)