# SOME DESCRIPTIVE TITLE. # Copyright (C) 2001-2025, Python Software Foundation # This file is distributed under the same license as the Python package. # FIRST AUTHOR , YEAR. # # Translators: # python-doc bot, 2025 # #, fuzzy msgid "" msgstr "" "Project-Id-Version: Python 3.9\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2025-01-03 16:35+0000\n" "PO-Revision-Date: 2025-09-22 17:54+0000\n" "Last-Translator: python-doc bot, 2025\n" "Language-Team: Chinese (China) (https://app.transifex.com/python-doc/teams/5390/zh_CN/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Language: zh_CN\n" "Plural-Forms: nplurals=1; plural=0;\n" #: ../../library/datatypes.rst:5 msgid "Data Types" msgstr "数据类型" #: ../../library/datatypes.rst:7 msgid "" "The modules described in this chapter provide a variety of specialized data " "types such as dates and times, fixed-type arrays, heap queues, double-ended " "queues, and enumerations." msgstr "本章所描述的模块提供了许多专门的数据类型,如日期和时间、固定类型的数组、堆队列、双端队列、以及枚举。" #: ../../library/datatypes.rst:11 msgid "" "Python also provides some built-in data types, in particular, :class:`dict`," " :class:`list`, :class:`set` and :class:`frozenset`, and :class:`tuple`. " "The :class:`str` class is used to hold Unicode strings, and the " ":class:`bytes` and :class:`bytearray` classes are used to hold binary data." msgstr "" "Python也提供一些内置数据类型,特别是,:class:`dict`、 " ":class:`list`、:class:`set`、:class:`frozenset`、以及 :class:`tuple`。:class:`str`" " 这个类是用来存储Unicode字符串的,而 :class:`bytes` 和 :class:`bytearray` 这两个类是用来存储二进制数据的。" #: ../../library/datatypes.rst:17 msgid "The following modules are documented in this chapter:" msgstr "本章包含以下模块的文档:"