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