@@ -8,19 +8,20 @@ msgstr ""
8
8
"Project-Id-Version :Python 3.12\n "
9
9
"Report-Msgid-Bugs-To :\n "
10
10
"POT-Creation-Date :2023-05-09 00:15+0000\n "
11
- "PO-Revision-Date :2015-12-09 17:51+0000 \n "
12
- "Last-Translator :Liang-Bo Wang <me@liang2.tw >\n "
11
+ "PO-Revision-Date :2023-08-15 22:14+0800 \n "
12
+ "Last-Translator :Griiid <gridwing@gmail.com >\n "
13
13
"Language-Team :Chinese - TAIWAN (https://github.com/python/python-docs-zh- "
14
14
"tw)\n "
15
15
"Language :zh_TW\n "
16
16
"MIME-Version :1.0\n "
17
17
"Content-Type :text/plain; charset=UTF-8\n "
18
18
"Content-Transfer-Encoding :8bit\n "
19
19
"Plural-Forms :nplurals=1; plural=0;\n "
20
+ "X-Generator :Poedit 3.3.2\n "
20
21
21
22
#: ../../library/internet.rst:5
22
23
msgid "Internet Protocols and Support"
23
- msgstr ""
24
+ msgstr "網路協定 (Internet protocols) 及支援 "
24
25
25
26
#: ../../library/internet.rst:14
26
27
msgid ""
@@ -30,6 +31,9 @@ msgid ""
30
31
"`socket`, which is currently supported on most popular platforms. Here is "
31
32
"an overview:"
32
33
msgstr ""
34
+ "這個章節講述的模組實作了網路協定及相關技術的支援;他們全都是用 Python 實作"
35
+ "的。這裡的大多數模組都需要相依於系統的模組 :mod:`socket`,目前普遍的平台都支"
36
+ "援該模組。 以下為概述:"
33
37
34
38
#: ../../library/internet.rst:7
35
39
msgid "WWW"