@@ -8,19 +8,20 @@ msgstr ""
88"Project-Id-Version :Python 3.12\n "
99"Report-Msgid-Bugs-To :\n "
1010"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 "
1313"Language-Team :Chinese - TAIWAN (https://github.com/python/python-docs-zh- "
1414"tw)\n "
1515"Language :zh_TW\n "
1616"MIME-Version :1.0\n "
1717"Content-Type :text/plain; charset=UTF-8\n "
1818"Content-Transfer-Encoding :8bit\n "
1919"Plural-Forms :nplurals=1; plural=0;\n "
20+ "X-Generator :Poedit 3.3.2\n "
2021
2122#: ../../library/internet.rst:5
2223msgid "Internet Protocols and Support"
23- msgstr ""
24+ msgstr "網路協定 (Internet protocols) 及支援 "
2425
2526#: ../../library/internet.rst:14
2627msgid ""
@@ -30,6 +31,9 @@ msgid ""
3031"`socket`, which is currently supported on most popular platforms. Here is "
3132"an overview:"
3233msgstr ""
34+ "這個章節講述的模組實作了網路協定及相關技術的支援;他們全都是用 Python 實作"
35+ "的。這裡的大多數模組都需要相依於系統的模組 :mod:`socket`,目前普遍的平台都支"
36+ "援該模組。 以下為概述:"
3337
3438#: ../../library/internet.rst:7
3539msgid "WWW"