@@ -28,78 +28,86 @@ msgstr "Exceções"
28
28
29
29
#: ../../library/asyncio-exceptions.rst:10
30
30
msgid "**Source code:** :source:`Lib/asyncio/exceptions.py`"
31
- msgstr ""
31
+ msgstr "**Código-fonte:** :source:`Lib/asyncio/exceptions.py` "
32
32
33
33
#: ../../library/asyncio-exceptions.rst:16
34
34
msgid "The operation has exceeded the given deadline."
35
- msgstr ""
35
+ msgstr "A operação excedeu o prazo estabelecido. "
36
36
37
37
#: ../../library/asyncio-exceptions.rst:19
38
38
msgid ""
39
39
"This exception is different from the builtin :exc:`TimeoutError` exception."
40
- msgstr ""
40
+ msgstr "Esta exceção é diferente da exceção embutida :exc:`TimeoutError`. "
41
41
42
42
#: ../../library/asyncio-exceptions.rst:25
43
43
msgid "The operation has been cancelled."
44
- msgstr ""
44
+ msgstr "A operação foi cancelada. "
45
45
46
46
#: ../../library/asyncio-exceptions.rst:27
47
47
msgid ""
48
48
"This exception can be caught to perform custom operations when asyncio Tasks "
49
49
"are cancelled. In almost all situations the exception must be re-raised."
50
50
msgstr ""
51
+ "Esta exceção pode ser capturada para executar operações personalizadas "
52
+ "quando as tarefas assíncronas são canceladas. Em quase todas as situações, a "
53
+ "exceção deve ser levantada novamente."
51
54
52
55
#: ../../library/asyncio-exceptions.rst:33
53
56
msgid ":exc:`CancelledError` is now a subclass of :class:`BaseException`."
54
- msgstr ""
57
+ msgstr ":exc:`CancelledError` é agora uma subclasse de :class:`BaseException`. "
55
58
56
59
#: ../../library/asyncio-exceptions.rst:38
57
60
msgid "Invalid internal state of :class:`Task` or :class:`Future`."
58
- msgstr ""
61
+ msgstr "Estado interno inválido de :class:`Task` ou :class:`Future`. "
59
62
60
63
#: ../../library/asyncio-exceptions.rst:40
61
64
msgid ""
62
65
"Can be raised in situations like setting a result value for a *Future* "
63
66
"object that already has a result value set."
64
67
msgstr ""
68
+ "Pode ser levantada em situações como definir um valor de resultado para um "
69
+ "objeto *Future* que já tem um valor de resultado definido."
65
70
66
71
#: ../../library/asyncio-exceptions.rst:46
67
72
msgid ""
68
73
"The \" sendfile\" syscall is not available for the given socket or file type."
69
74
msgstr ""
75
+ "A *syscall* \" sendfile\" não está disponível para o soquete ou tipo de "
76
+ "arquivo fornecido."
70
77
71
78
#: ../../library/asyncio-exceptions.rst:49
72
79
msgid "A subclass of :exc:`RuntimeError`."
73
- msgstr ""
80
+ msgstr "Uma subclasse de :exc:`RuntimeError`. "
74
81
75
82
#: ../../library/asyncio-exceptions.rst:54
76
83
msgid "The requested read operation did not complete fully."
77
- msgstr ""
84
+ msgstr "A operação de leitura solicitada não foi totalmente concluída. "
78
85
79
86
#: ../../library/asyncio-exceptions.rst:56
80
87
msgid "Raised by the :ref:`asyncio stream APIs<asyncio-streams>`."
81
- msgstr ""
88
+ msgstr "Levantada pelas :ref:`APIs de fluxo de asyncio<asyncio-streams>`. "
82
89
83
90
#: ../../library/asyncio-exceptions.rst:58
84
91
msgid "This exception is a subclass of :exc:`EOFError`."
85
- msgstr ""
92
+ msgstr "Esta exceção é uma subclasse de :exc:`EOFError`. "
86
93
87
94
#: ../../library/asyncio-exceptions.rst:62
88
95
msgid "The total number (:class:`int`) of expected bytes."
89
- msgstr ""
96
+ msgstr "O número total (:class:`int`) de bytes esperados. "
90
97
91
98
#: ../../library/asyncio-exceptions.rst:66
92
99
msgid "A string of :class:`bytes` read before the end of stream was reached."
93
100
msgstr ""
101
+ "Uma string de :class:`bytes` lida antes do final do fluxo ser alcançado."
94
102
95
103
#: ../../library/asyncio-exceptions.rst:71
96
104
msgid "Reached the buffer size limit while looking for a separator."
97
- msgstr ""
105
+ msgstr "Atingiu o limite de tamanho do buffer ao procurar um separador. "
98
106
99
107
#: ../../library/asyncio-exceptions.rst:73
100
108
msgid "Raised by the :ref:`asyncio stream APIs <asyncio-streams>`."
101
- msgstr ""
109
+ msgstr "Levantada pelas :ref:`APIs de fluxo de asyncio <asyncio-streams>`. "
102
110
103
111
#: ../../library/asyncio-exceptions.rst:77
104
112
msgid "The total number of to be consumed bytes."
105
- msgstr ""
113
+ msgstr "O número total de bytes a serem consumidos. "
0 commit comments