Skip to content

Commit 8874dfd

Browse files
Update translations from Transifex
1 parent 6a15815 commit 8874dfd

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

library/stdtypes.po

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4078,13 +4078,20 @@ msgid ""
40784078
"Accordingly, the bytes type has an additional class method to read data in "
40794079
"that format:"
40804080
msgstr ""
4081+
"Como 2 dígitos hexadecimais correspondem precisamente a apenas um byte, "
4082+
"números hexadecimais são um formato comumente usado para descrever dados "
4083+
"binários. Portanto, o tipo bytes tem um método de classe adicional para ler "
4084+
"dados nesse formato:"
40814085

40824086
#: ../../library/stdtypes.rst:2390
40834087
msgid ""
40844088
"This :class:`bytes` class method returns a bytes object, decoding the given "
40854089
"string object. The string must contain two hexadecimal digits per byte, "
40864090
"with ASCII whitespace being ignored."
40874091
msgstr ""
4092+
"Este método de classe da classe :class:`bytes` retorna um objeto bytes, "
4093+
"decodificando o objeto string fornecido. A string deve conter dois dígitos "
4094+
"hexadecimais por byte, com espaço em branco ASCII sendo ignorado."
40884095

40894096
#: ../../library/stdtypes.rst:2397
40904097
msgid ""

0 commit comments

Comments
 (0)