@@ -6,20 +6,21 @@ msgid ""
6
6
msgstr ""
7
7
"Project-Id-Version : Python 3.13\n "
8
8
"Report-Msgid-Bugs-To : \n "
9
- "POT-Creation-Date : 2024-11-23 00:14 +0000\n "
10
- "PO-Revision-Date : 2018-05-23 16 :10+0000 \n "
11
- "Last-Translator : Adrian Liaw <adrianliaw2000 @gmail.com>\n "
9
+ "POT-Creation-Date : 2023-10-30 00:03 +0000\n "
10
+ "PO-Revision-Date : 2023-12-01 14 :10+0800 \n "
11
+ "Last-Translator : Jay <weijay0804 @gmail.com>\n "
12
12
"Language-Team : Chinese - TAIWAN (https://github.com/python/python-docs-zh- "
13
13
"tw)\n "
14
14
"Language : zh_TW\n "
15
15
"MIME-Version : 1.0\n "
16
16
"Content-Type : text/plain; charset=UTF-8\n "
17
17
"Content-Transfer-Encoding : 8bit\n "
18
18
"Plural-Forms : nplurals=1; plural=0;\n "
19
+ "X-Generator : Poedit 3.4.1\n "
19
20
20
21
#: ../../library/socket.rst:2
21
- msgid ":mod:`! socket` --- Low-level networking interface"
22
- msgstr ":mod:`! socket` --- 低階網路介面 "
22
+ msgid ":mod:`socket` --- Low-level networking interface"
23
+ msgstr ":mod:`socket` — 網路底層介面 "
23
24
24
25
#: ../../library/socket.rst:7
25
26
msgid "**Source code:** :source:`Lib/socket.py`"
@@ -31,12 +32,14 @@ msgid ""
31
32
"on all modern Unix systems, Windows, MacOS, and probably additional "
32
33
"platforms."
33
34
msgstr ""
35
+ "這個模組提供了操作 BSD *socket* 的介面。這在所有現代Unix系統、Windows、"
36
+ "MacOS,以及一些其他平台上都可用。"
34
37
35
38
#: ../../library/socket.rst:16
36
39
msgid ""
37
40
"Some behavior may be platform dependent, since calls are made to the "
38
41
"operating system socket APIs."
39
- msgstr ""
42
+ msgstr "由於是呼叫作業系統的 socket API,某些行為可能會因平台而有所差異。 "
40
43
41
44
#: ../../library/socket.rst:171 ../../library/socket.rst:181
42
45
#: ../../library/socket.rst:209 ../../library/socket.rst:216
@@ -88,22 +91,27 @@ msgid ""
88
91
"meth:`write` operations on Python files, buffer allocation on receive "
89
92
"operations is automatic, and buffer length is implicit on send operations."
90
93
msgstr ""
94
+ "Python 介面是 Unix 系統呼叫和 socket 模組介面直譯成 Python 物件導向風格的簡單"
95
+ "轉換::func:`.socket` 函數回傳一個 :dfn:`socket object`,其中實現了各種 "
96
+ "socket 系統呼叫。參數類型相對於 C 語言的介面略為高層次:與 Python 文件操作中"
97
+ "的 :meth:`read` 和 :meth:`write` 一樣,接收操作的緩衝區是自動分配的,而在發送"
98
+ "操作的緩衝區長度是隱式的。"
91
99
92
100
#: ../../library/socket.rst:35
93
101
msgid "Module :mod:`socketserver`"
94
102
msgstr ":mod:`socketserver` 模組"
95
103
96
104
#: ../../library/socket.rst:36
97
105
msgid "Classes that simplify writing network servers."
98
- msgstr ""
106
+ msgstr "簡化編寫網路伺服器的類別。 "
99
107
100
108
#: ../../library/socket.rst:38
101
109
msgid "Module :mod:`ssl`"
102
110
msgstr ":mod:`ssl` 模組"
103
111
104
112
#: ../../library/socket.rst:39
105
113
msgid "A TLS/SSL wrapper for socket objects."
106
- msgstr ""
114
+ msgstr "對 socket 物件的 TLS/SSL 的封裝。 "
107
115
108
116
#: ../../library/socket.rst:43
109
117
msgid "Socket families"
0 commit comments