# 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: # Rafael Fontenelle , 2025 # #, fuzzy msgid "" msgstr "" "Project-Id-Version: Python 3.12\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2025-07-25 16:03+0000\n" "PO-Revision-Date: 2025-07-18 19:57+0000\n" "Last-Translator: Rafael Fontenelle , 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/binary.rst:5 msgid "Binary Data Services" msgstr "二进制数据服务" #: ../../library/binary.rst:7 msgid "" "The modules described in this chapter provide some basic services operations" " for manipulation of binary data. Other operations on binary data, " "specifically in relation to file formats and network protocols, are " "described in the relevant sections." msgstr "" "本章介绍的模块提供了一些操作二进制数据的基本服务操作。 有关二进制数据的其他操作,特别是与文件格式和网络协议有关的操作,将在相关章节中介绍。" #: ../../library/binary.rst:12 msgid "" "Some libraries described under :ref:`textservices` also work with either " "ASCII-compatible binary formats (for example, :mod:`re`) or all binary data " "(for example, :mod:`difflib`)." msgstr "" "下面描述的一些库 :ref:`textservices` 也可以使用 ASCII 兼容的二进制格式(例如 :mod:`re` )或所有二进制数据(例如 " ":mod:`difflib` )。" #: ../../library/binary.rst:16 msgid "" "In addition, see the documentation for Python's built-in binary data types " "in :ref:`binaryseq`." msgstr "另外,请参阅 Python 的内置二进制数据类型的文档 :ref:`binaryseq` 。"