FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
python-docs-pt-br/library/binary.po at 3.6 · python/python-docs-pt-br · GitHub
Uh oh!
There was an error while loading.
Please reload this page
.
python
/
python-docs-pt-br
Public
Uh oh!
There was an error while loading.
Please reload this page
.
Notifications
You must be signed in to change notification settings
Fork
41
Star
162
Code
Issues
13
Pull requests
4
Actions
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Wiki
Security and quality
Insights
Expand file tree
Breadcrumbs
python-docs-pt-br
/
library
/
binary.po
Copy path
More file actions
More file actions
Latest commit
History
History
History
57 lines (53 loc) · 2.19 KB
Breadcrumbs
python-docs-pt-br
/
library
/
binary.po
Copy path
File metadata and controls
57 lines (53 loc) · 2.19 KB
Raw
Copy raw file
Download raw file
Open symbols panel
Edit and raw actions
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
51
52
53
54
55
56
57
#
SOME DESCRIPTIVE TITLE.
#
Copyright (C) 2001-2020, Python Software Foundation
#
This file is distributed under the same license as the Python package.
#
FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
#
#
Translators:
#
Raphael Mendonça, 2019
#
Claudio Rogerio Carvalho Filho <excriptbrasil@gmail.com>, 2019
#
#,
fuzzy
msgid ""
msgstr ""
"
Project-Id-Version
:
Python 3.6\n
"
"
Report-Msgid-Bugs-To
:
\n
"
"
POT-Creation-Date
:
2020-02-09 18:48+0900\n
"
"
PO-Revision-Date
:
2018-06-29 17:28+0000\n
"
"
Last-Translator
:
Claudio Rogerio Carvalho Filho <excriptbrasil@gmail.com>, 2019\n
"
"
Language-Team
:
Portuguese (Brazil) (https://www.transifex.com/python-doc/teams/5390/pt_BR/)\n
"
"
Language
:
pt_BR\n
"
"
MIME-Version
:
1.0\n
"
"
Content-Type
:
text/plain; charset=UTF-8\n
"
"
Content-Transfer-Encoding
:
8bit\n
"
"
Plural-Forms
:
nplurals=2; plural=(n > 1);\n
"
#:
../../library/binary.rst:5
msgid
"Binary Data Services"
msgstr
"Serviços de Dados Binários"
#:
../../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
""
"Os módulos descritos neste capítulo fornecem algumas operações de serviços "
"básicos para manipulação de dados binários. Outras operações sobre dados "
"binários, especificamente em relação a formatos de arquivo e protocolos de "
"rede, são descritas nas seções relevantes."
#:
../../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
""
"Algumas bibliotecas descritas em :ref:`textservices` também funcionam com "
"formatos binários compatíveis com ASCII (por exemplo :mod:`re`) ou com todos"
" os dados binários (por exemplo :mod:`difflib`)."
#:
../../library/binary.rst:16
msgid
""
"In addition, see the documentation for Python's built-in binary data types "
"in :ref:`binaryseq`."
msgstr
""
"Além disso, consulte a documentação dos tipos de dados binários internos do "
"Python em :ref:`binaryseq`."
Back
|
FazBrowse Home
|
New Git URL