-
-
Notifications
You must be signed in to change notification settings - Fork 80
/
Copy pathbinary.po
50 lines (46 loc) · 1.96 KB
/
binary.po
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
# SOME DESCRIPTIVE TITLE.
# Copyright (C) 2001-2021, Python Software Foundation
# This file is distributed under the same license as the Python package.
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
#
# Translators:
# Alpha Du <alphanow@gmail.com>, 2020
#
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: Python 3.8\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2021-01-01 16:06+0000\n"
"PO-Revision-Date: 2020-05-30 11:57+0000\n"
"Last-Translator: Alpha Du <alphanow@gmail.com>, 2020\n"
"Language-Team: Chinese (China) (https://www.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` 。"