Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit ba8d248

Browse files
author
github-actions
committed
Update translations from Transifex
1 parent 81cfb0d commit ba8d248

File tree

2 files changed

+18
-2
lines changed

2 files changed

+18
-2
lines changed

library/sys.monitoring.po

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -371,6 +371,9 @@ msgid ""
371371
"event. ``C_RETURN`` and ``C_RAISE`` events will only be seen if the "
372372
"corresponding ``CALL`` event is being monitored."
373373
msgstr ""
374+
"Os eventos ``C_RETURN`` e ``C_RAISE`` são controlados pelo evento ``CALL``. "
375+
"Os eventos ``C_RETURN`` e ``C_RAISE`` só serão vistos se o evento ``CALL`` "
376+
"correspondente estiver sendo monitorado."
374377

375378
#: ../../library/sys.monitoring.rst:155
376379
msgid "Other events"

library/tty.po

Lines changed: 15 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
55
#
66
# Translators:
7-
# Rafael Fontenelle <[email protected]>, 2021
7+
# Rafael Fontenelle <[email protected]>, 2023
88
#
99
#, fuzzy
1010
msgid ""
@@ -13,7 +13,7 @@ msgstr ""
1313
"Report-Msgid-Bugs-To: \n"
1414
"POT-Creation-Date: 2023-10-06 14:14+0000\n"
1515
"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"
1717
"Language-Team: Portuguese (Brazil) (https://app.transifex.com/python-doc/"
1818
"teams/5390/pt_BR/)\n"
1919
"MIME-Version: 1.0\n"
@@ -53,12 +53,16 @@ msgid ""
5353
"Convert the tty attribute list *mode*, which is a list like the one returned "
5454
"by :func:`termios.tcgetattr`, to that of a tty in raw mode."
5555
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."
5658

5759
#: ../../library/tty.rst:33
5860
msgid ""
5961
"Convert the tty attribute list *mode*, which is a list like the one returned "
6062
"by :func:`termios.tcgetattr`, to that of a tty in cbreak mode."
6163
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."
6266

6367
#: ../../library/tty.rst:41
6468
msgid ""
@@ -67,10 +71,15 @@ msgid ""
6771
"tcsetattr`. The return value of :func:`termios.tcgetattr` is saved before "
6872
"setting *fd* to raw mode; this value is returned."
6973
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."
7078

7179
#: ../../library/tty.rst:46 ../../library/tty.rst:57
7280
msgid "The return value is now the original tty attributes, instead of None."
7381
msgstr ""
82+
"O valor de retorno agora é o atributos originais do tty, em vez de None."
7483

7584
#: ../../library/tty.rst:52
7685
msgid ""
@@ -79,6 +88,10 @@ msgid ""
7988
"tcsetattr`. The return value of :func:`termios.tcgetattr` is saved before "
8089
"setting *fd* to cbreak mode; this value is returned."
8190
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."
8295

8396
#: ../../library/tty.rst:63
8497
msgid "Module :mod:`termios`"

0 commit comments

Comments
 (0)