1111# Y. X., 2022
1212# Freesand Leo <[email protected] >, 20221313# WH-2099 <[email protected] >, 202214+ # Alpha Du <[email protected] >, 20221415#
1516#, fuzzy
1617msgid ""
@@ -19,7 +20,7 @@ msgstr ""
1920"Report-Msgid-Bugs-To : \n "
2021"POT-Creation-Date : 2022-06-16 06:28+0000\n "
2122"PO-Revision-Date : 2021-06-28 00:47+0000\n "
22- "Last-Translator : WH-2099 <wh2099@outlook .com>, 2022\n "
23+ "Last-Translator : Alpha Du <alphanow@gmail .com>, 2022\n "
2324"Language-Team : Chinese (China) (https://www.transifex.com/python-doc/teams/5390/zh_CN/)\n "
2425"MIME-Version : 1.0\n "
2526"Content-Type : text/plain; charset=UTF-8\n "
@@ -1068,6 +1069,8 @@ msgid ""
10681069"For more details, see :ref:`generic alias types<types-genericalias>`, "
10691070":pep:`483`, :pep:`484`, :pep:`585`, and the :mod:`typing` module."
10701071msgstr ""
1072+ "更多细节,请参见 :ref:`通用别名类型 <types-genericalias>`, :pep:`483` , :pep:`484` , "
1073+ ":pep:`585` , 和 :mod:`typing` 模块。"
10711074
10721075#: ../../glossary.rst:530
10731076msgid "GIL"
@@ -1347,7 +1350,7 @@ msgstr "更多信息可查看 :ref:`typeiter`。"
13471350msgid ""
13481351"CPython does not consistently apply the requirement that an iterator define "
13491352":meth:`__iter__`."
1350- msgstr ""
1353+ msgstr "CPython 没有统一应用迭代器定义 :meth:`__iter__` 的要求。 "
13511354
13521355#: ../../glossary.rst:676
13531356msgid "key function"
@@ -2261,18 +2264,20 @@ msgid ""
22612264"``U+0000``--``U+10FFFF``). To store or transfer a string, it needs to be "
22622265"serialized as a sequence of bytes."
22632266msgstr ""
2267+ "在Python中,一个字符串是一串 Unicode "
2268+ "代码点(范围为``U+0000``--``U+10FFFF``)。为了存储或传输一个字符串,它需要被序列化为一串字节。"
22642269
22652270#: ../../glossary.rst:1143
22662271msgid ""
22672272"Serializing a string into a sequence of bytes is known as \" encoding\" , and "
22682273"recreating the string from the sequence of bytes is known as \" decoding\" ."
2269- msgstr ""
2274+ msgstr "将一个字符串序列化为一个字节序列被称为 \" 编码 \" ,而从字节序列中重新创建字符串被称为 \" 解码 \" 。 "
22702275
22712276#: ../../glossary.rst:1146
22722277msgid ""
22732278"There are a variety of different text serialization :ref:`codecs <standard-"
22742279"encodings>`, which are collectively referred to as \" text encodings\" ."
2275- msgstr ""
2280+ msgstr "有各种不同的文本序列化 :ref:`编码器 <standard-encodings>` ,它们被统称为 \" 文本编码 \" 。 "
22762281
22772282#: ../../glossary.rst:1149
22782283msgid "text file"
0 commit comments