diff --git a/howto/ipaddress.po b/howto/ipaddress.po index cc565d2e0d..356b75868b 100644 --- a/howto/ipaddress.po +++ b/howto/ipaddress.po @@ -9,7 +9,7 @@ msgstr "" "Project-Id-Version: Python 3.12\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2022-06-03 00:13+0000\n" -"PO-Revision-Date: 2018-05-23 14:36+0000\n" +"PO-Revision-Date: 2024-07-20 16:09+0800\n" "Last-Translator: Adrian Liaw \n" "Language-Team: Chinese - TAIWAN (https://github.com/python/python-docs-zh-" "tw)\n" @@ -18,6 +18,7 @@ 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.4.4\n" #: ../../howto/ipaddress.rst:9 msgid "An introduction to the ipaddress module" @@ -47,6 +48,9 @@ msgid "" "an overview of how :mod:`ipaddress` represents IP network addressing " "concepts." msgstr "" +"這份文件旨在為 :mod:`ipaddress` 模組提供一個初步介紹。文件主要針對那些不熟悉 " +"IP 網路術語的使用者,但對想要了解 :mod:`ipaddress` 模組如何表示 IP 網址概念的" +"網路工程師也可能有用。" #: ../../howto/ipaddress.rst:24 msgid "Creating Address/Network/Interface objects"