@@ -16,10 +16,11 @@ msgstr ""
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.5\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
"and :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 物件`,這個物件的方法實"
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 的包裝器 (wrapper)。 "
107
115
108
116
#: ../../library/socket.rst:43
109
117
msgid "Socket families"
0 commit comments