66# Translators:
77# Sean Chao <[email protected] >, 202088# Freesand Leo <[email protected] >, 20209+ # Kevin Deng <[email protected] >, 2021910#
1011#, fuzzy
1112msgid ""
@@ -14,7 +15,7 @@ msgstr ""
1415"Report-Msgid-Bugs-To : \n "
1516"POT-Creation-Date : 2021-05-03 06:13+0000\n "
1617"PO-Revision-Date : 2017-02-16 23:15+0000\n "
17- "Last-Translator : Freesand Leo <yuqinju@163 .com>, 2020 \n "
18+ "Last-Translator : Kevin Deng <kevindeng55+transifex@gmail .com>, 2021 \n "
1819"Language-Team : Chinese (China) (https://www.transifex.com/python-doc/teams/5390/zh_CN/)\n "
1920"MIME-Version : 1.0\n "
2021"Content-Type : text/plain; charset=UTF-8\n "
@@ -151,6 +152,8 @@ msgid ""
151152"integer represents an octet (byte) in the address. Leading zeroes are not "
152153"tolerated to prevent confusion with octal notation."
153154msgstr ""
155+ "以十进制小数点表示的字符串,由四个十进制整数组成,范围为0--255,用点隔开(例如 ``192.168.0.1`` "
156+ ")。每个整数代表地址中的八位(一个字节)。不允许使用前导零,以免与八进制表示产生歧义。"
154157
155158#: ../../library/ipaddress.rst:108
156159msgid "An integer that fits into 32 bits."
@@ -166,29 +169,30 @@ msgstr "一个长度为 4 的封装在 :class:`bytes` 对象中的整数(高位
166169msgid ""
167170"Leading zeros are tolerated, even in ambiguous cases that look like octal "
168171"notation."
169- msgstr ""
172+ msgstr "前导零可被接受,即使是在可能与八进制表示混淆的情况下也会被接受。 "
170173
171174#: ../../library/ipaddress.rst:126
172175msgid ""
173176"Leading zeros are no longer tolerated and are treated as an error. IPv4 "
174177"address strings are now parsed as strict as glibc :func:`~socket.inet_pton`."
175178msgstr ""
179+ "前导零不再被接受,并且会被视作错误。IPv4地址字符串现在严格按照glibc的 :func:`~socket.inet_pton` 函数进行解析。"
176180
177181#: ../../library/ipaddress.rst:132
178182msgid ""
179183"The above change was also included in Python 3.9 starting with version "
180184"3.9.5."
181- msgstr ""
185+ msgstr "上述变更也在自3.9.5版本起的Python 3.9当中被包含。 "
182186
183187#: ../../library/ipaddress.rst:137
184188msgid "The appropriate version number: ``4`` for IPv4, ``6`` for IPv6."
185- msgstr ""
189+ msgstr "合适的版本号:IPv4为 ``4`` ,IPv6为 ``6`` 。 "
186190
187191#: ../../library/ipaddress.rst:141
188192msgid ""
189193"The total number of bits in the address representation for this version: "
190194"``32`` for IPv4, ``128`` for IPv6."
191- msgstr ""
195+ msgstr "在该版本的地址表示中,比特数的总数:IPv4为 ``32`` ;IPv6为 ``128`` 。 "
192196
193197#: ../../library/ipaddress.rst:144
194198msgid ""
0 commit comments