Skip to content

Commit 6dbbe2a

Browse files
author
github-actions
committed
Update translations from Transifex
1 parent 09d1109 commit 6dbbe2a

File tree

1 file changed

+31
-4
lines changed

1 file changed

+31
-4
lines changed

library/sys.po

Lines changed: 31 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ msgid ""
2323
msgstr ""
2424
"Project-Id-Version: Python 3.13\n"
2525
"Report-Msgid-Bugs-To: \n"
26-
"POT-Creation-Date: 2024-08-03 20:15+0000\n"
26+
"POT-Creation-Date: 2024-08-23 14:16+0000\n"
2727
"PO-Revision-Date: 2021-06-28 01:14+0000\n"
2828
"Last-Translator: Rafael Fontenelle <[email protected]>, 2024\n"
2929
"Language-Team: Portuguese (Brazil) (https://app.transifex.com/python-doc/"
@@ -3017,6 +3017,8 @@ msgid ""
30173017
"Activate the stack profiler trampoline *backend*. The only supported backend "
30183018
"is ``\"perf\"``."
30193019
msgstr ""
3020+
"Ativa o trampolim do perfilador de pilha *backend*. O único backend "
3021+
"suportado é ``\"perf\"``."
30203022

30213023
#: ../../library/sys.rst:1730 ../../library/sys.rst:1745
30223024
#: ../../library/sys.rst:1753
@@ -3033,82 +3035,107 @@ msgstr "https://perf.wiki.kernel.org"
30333035

30343036
#: ../../library/sys.rst:1741
30353037
msgid "Deactivate the current stack profiler trampoline backend."
3036-
msgstr ""
3038+
msgstr "Desativa o backend trampolim do perfilador de pilha atual."
30373039

30383040
#: ../../library/sys.rst:1743
30393041
msgid "If no stack profiler is activated, this function has no effect."
30403042
msgstr ""
3043+
"Se nenhum perfilador de pilha estiver ativado, esta função não terá efeito."
30413044

30423045
#: ../../library/sys.rst:1751
30433046
msgid "Return ``True`` if a stack profiler trampoline is active."
3044-
msgstr ""
3047+
msgstr "Retorna ``True`` se um trampolim de perfilador de pilha estiver ativo."
30453048

30463049
#: ../../library/sys.rst:1759
30473050
msgid ""
30483051
"Changes the :term:`filesystem encoding and error handler` to 'mbcs' and "
30493052
"'replace' respectively, for consistency with versions of Python prior to 3.6."
30503053
msgstr ""
3054+
"Altera :term:`tratador de erros e codificação do sistema de arquivos` para "
3055+
"'replace' e 'mbcs' respectivamente, para consistência com versões do Python "
3056+
"anteriores à 3.6."
30513057

30523058
#: ../../library/sys.rst:1763
30533059
msgid ""
30543060
"This is equivalent to defining the :envvar:`PYTHONLEGACYWINDOWSFSENCODING` "
30553061
"environment variable before launching Python."
30563062
msgstr ""
3063+
"Isso é equivalente a definir a variável de ambiente :envvar:"
3064+
"`PYTHONLEGACYWINDOWSFSENCODING` antes de iniciar o Python."
30573065

30583066
#: ../../library/sys.rst:1766
30593067
msgid ""
30603068
"See also :func:`sys.getfilesystemencoding` and :func:`sys."
30613069
"getfilesystemencodeerrors`."
30623070
msgstr ""
3071+
"Veja também :func:`sys.getfilesystemencoding` e :func:`sys."
3072+
"getfilesystemencodeerrors`."
30633073

30643074
#: ../../library/sys.rst:1772
30653075
msgid ""
30663076
"Changing the filesystem encoding after Python startup is risky because the "
30673077
"old fsencoding or paths encoded by the old fsencoding may be cached "
30683078
"somewhere. Use :envvar:`PYTHONLEGACYWINDOWSFSENCODING` instead."
30693079
msgstr ""
3080+
"Alterar a codificação do sistema de arquivos após a inicialização do Python "
3081+
"é arriscado porque o fsencoding antigo ou os caminhos codificados pelo "
3082+
"fsencoding antigo podem estar armazenados em cache em algum lugar. Use :"
3083+
"envvar:`PYTHONLEGACYWINDOWSFSENCODING` em vez disso."
30703084

30713085
#: ../../library/sys.rst:1776
30723086
msgid "See :pep:`529` for more details."
30733087
msgstr "Veja :pep:`529` para mais detalhes."
30743088

30753089
#: ../../library/sys.rst:1779
30763090
msgid "Use :envvar:`PYTHONLEGACYWINDOWSFSENCODING` instead."
3077-
msgstr ""
3091+
msgstr "Use :envvar:`PYTHONLEGACYWINDOWSFSENCODING`."
30783092

30793093
#: ../../library/sys.rst:1786
30803094
msgid ""
30813095
":term:`File objects <file object>` used by the interpreter for standard "
30823096
"input, output and errors:"
30833097
msgstr ""
3098+
":term:`Objetos arquivo <file object>` usados ​​pelo interpretador para entrada "
3099+
"padrão, saída e erros:"
30843100

30853101
#: ../../library/sys.rst:1789
30863102
msgid ""
30873103
"``stdin`` is used for all interactive input (including calls to :func:"
30883104
"`input`);"
30893105
msgstr ""
3106+
"``stdin`` é usado para todas as entradas interativas (incluindo chamadas "
3107+
"para :func:`input`);"
30903108

30913109
#: ../../library/sys.rst:1791
30923110
msgid ""
30933111
"``stdout`` is used for the output of :func:`print` and :term:`expression` "
30943112
"statements and for the prompts of :func:`input`;"
30953113
msgstr ""
3114+
"``stdout`` é usado para a saída das instruções :func:`print` e :term:"
3115+
"`expressões <expressão>` e para os prompts de :func:`input`;"
30963116

30973117
#: ../../library/sys.rst:1793
30983118
msgid "The interpreter's own prompts and its error messages go to ``stderr``."
30993119
msgstr ""
3120+
"Os prompts do próprio interpretador e suas mensagens de erro vão para "
3121+
"``stderr``."
31003122

31013123
#: ../../library/sys.rst:1795
31023124
msgid ""
31033125
"These streams are regular :term:`text files <text file>` like those returned "
31043126
"by the :func:`open` function. Their parameters are chosen as follows:"
31053127
msgstr ""
3128+
"Esses fluxos são :term:`arquivos texto <text file>` regulares como aqueles "
3129+
"retornados pela função :func:`open`. Seus parâmetros são escolhidos da "
3130+
"seguinte forma:"
31063131

31073132
#: ../../library/sys.rst:1799
31083133
msgid ""
31093134
"The encoding and error handling are is initialized from :c:member:`PyConfig."
31103135
"stdio_encoding` and :c:member:`PyConfig.stdio_errors`."
31113136
msgstr ""
3137+
"A codificação e o tratamento de erros são inicializados a partir de :c:"
3138+
"member:`PyConfig.stdio_encoding` e :c:member:`PyConfig.stdio_errors`."
31123139

31133140
#: ../../library/sys.rst:1802
31143141
msgid ""

0 commit comments

Comments
 (0)