4
4
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
5
5
#
6
6
# Translators:
7
- # Rafael Fontenelle <[email protected] >, 2021
7
+ # Rafael Fontenelle <[email protected] >, 2023
8
8
#
9
9
#, fuzzy
10
10
msgid ""
@@ -13,7 +13,7 @@ msgstr ""
13
13
"Report-Msgid-Bugs-To : \n "
14
14
"POT-Creation-Date : 2023-10-06 14:14+0000\n "
15
15
"PO-Revision-Date : 2021-06-28 01:16+0000\n "
16
- "
Last-Translator :
Rafael Fontenelle <[email protected] >, 2021 \n "
16
+ "
Last-Translator :
Rafael Fontenelle <[email protected] >, 2023 \n "
17
17
"Language-Team : Portuguese (Brazil) (https://app.transifex.com/python-doc/ "
18
18
"teams/5390/pt_BR/)\n "
19
19
"MIME-Version : 1.0\n "
@@ -53,12 +53,16 @@ msgid ""
53
53
"Convert the tty attribute list *mode*, which is a list like the one returned "
54
54
"by :func:`termios.tcgetattr`, to that of a tty in raw mode."
55
55
msgstr ""
56
+ "Converte a lista de atributos de tty *mode*, que é uma lista como a "
57
+ "retornada por :func:`termios.tcgetattr`, para a de um tty em modo raw."
56
58
57
59
#: ../../library/tty.rst:33
58
60
msgid ""
59
61
"Convert the tty attribute list *mode*, which is a list like the one returned "
60
62
"by :func:`termios.tcgetattr`, to that of a tty in cbreak mode."
61
63
msgstr ""
64
+ "Converte a lista de atributos de tty *mode*, que é uma lista como a "
65
+ "retornada por :func:`termios.tcgetattr`, para a de um tty em modo cbreak."
62
66
63
67
#: ../../library/tty.rst:41
64
68
msgid ""
@@ -67,10 +71,15 @@ msgid ""
67
71
"tcsetattr`. The return value of :func:`termios.tcgetattr` is saved before "
68
72
"setting *fd* to raw mode; this value is returned."
69
73
msgstr ""
74
+ "Altera o modo do descritor de arquivo *fd* para raw. Se *when* for omitido, "
75
+ "o padrão é :const:`termios.TCSAFLUSH`, e é passado para :func:`termios."
76
+ "tcsetattr`. O retorna valor de :func:`termios.tcgetattr` é salvo antes de "
77
+ "definir *fd* para o modo raw; esse valor é retornado."
70
78
71
79
#: ../../library/tty.rst:46 ../../library/tty.rst:57
72
80
msgid "The return value is now the original tty attributes, instead of None."
73
81
msgstr ""
82
+ "O valor de retorno agora é o atributos originais do tty, em vez de None."
74
83
75
84
#: ../../library/tty.rst:52
76
85
msgid ""
@@ -79,6 +88,10 @@ msgid ""
79
88
"tcsetattr`. The return value of :func:`termios.tcgetattr` is saved before "
80
89
"setting *fd* to cbreak mode; this value is returned."
81
90
msgstr ""
91
+ "Altera o modo de descritor de arquivo *fd* para cbreak. Se *when* for "
92
+ "omitido, o padrão é :const:`termios.TCSAFLUSH`, e é passado para :func:"
93
+ "`termios.tcsetattr`. O retorna valor de :func:`termios.tcgetattr` é salvo "
94
+ "antes de definir *fd* para o modo cbreak; esse valor é retornado."
82
95
83
96
#: ../../library/tty.rst:63
84
97
msgid "Module :mod:`termios`"
0 commit comments