8000 Update translations from Transifex · python/python-docs-pt-br@1fc17c6 · GitHub
[go: up one dir, main page]

Skip to content

Commit 1fc17c6

Browse files
author
github-actions
committed
Update translations from Transifex
1 parent 2df00dd commit 1fc17c6

File tree

3 files changed

+22
-2
lines changed

3 files changed

+22
-2
lines changed

library/datetime.po

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -113,6 +113,9 @@ msgid ""
113113
"term:`static type checkers <static type checker>` to differentiate between "
114114
"naive and aware datetimes."
115115
msgstr ""
116+
"Biblioteca de terceiros que apresenta tipos estáticos distintos, por "
117+
"exemplo. permitir que :term:`verificadores de tipo estático<static type "
118+
"checker>` diferenciem datas ingênuas e conscientes."
116119

117120
#: ../../library/datetime.rst:48
118121
msgid "Aware and Naive Objects"

library/getpass.po

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,15 +5,16 @@
55
#
66
# Translators:
77
# Rafael Fontenelle <rffontenelle@gmail.com>, 2022
8+
# Vitor Buxbaum Orlandi, 2023
89
#
910
#, fuzzy
1011
msgid ""
1112
msgstr ""
1213
"Project-Id-Version: Python 3.12\n"
1314
"Report-Msgid-Bugs-To: \n"
14-
"POT-Creation-Date: 2023-10-20 14:13+0000\n"
15+
"POT-Creation-Date: 2023-11-10 14:13+0000\n"
1516
"PO-Revision-Date: 2021-06-28 01:06+0000\n"
16-
"Last-Translator: Rafael Fontenelle <rffontenelle@gmail.com>, 2022\n"
17+
"Last-Translator: Vitor Buxbaum Orlandi, 2023\n"
1718
"Language-Team: Portuguese (Brazil) (https://app.transifex.com/python-doc/"
1819
"teams/5390/pt_BR/)\n"
1920
"MIME-Version: 1.0\n"
@@ -101,6 +102,12 @@ msgid ""
101102
"the login name from the password database is returned on systems which "
102103
"support the :mod:`pwd` module, otherwise, an exception is raised."
103104
msgstr ""
105+
"Esta função verifica as variáveis de ambiente :envvar:`LOGNAME`, :envvar:"
106+
"`USER`, :envvar:`!LNAME` e :envvar:`USERNAME`, nesta ordem, e retorna o "
107+
"valor da primeiro que estiver definida como uma string não vazia. Se nenhuma "
108+
"estiver definida, o nome de login do banco de dados de senhas é retornado em "
109+
"sistemas que suportam o módulo :mod:`pwd`, caso contrário, uma exceção é "
110+
"levantada."
104111

105112
#: ../../library/getpass.rst:52
106113
msgid ""

library/pty.po

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -157,24 +157,31 @@ msgstr ""
157157
msgid ""
158158
"Return the exit status value from :func:`os.waitpid` on the child process."
159159
msgstr ""
160+
"Retorna o valor de status de saída de :func:`os.waitpid` no processo filho."
160161

161162
#: ../../library/pty.rst:76
162163
msgid ""
163164
":func:`os.waitstatus_to_exitcode` can be used to convert the exit status "
164165
"into an exit code."
165166
msgstr ""
167+
":func:`os.waitstatus_to_exitcode` pode ser usado para converter o status de "
168+
"saída em um código de saída."
166169

167170
#: ../../library/pty.rst:79
168171
msgid ""
169172
"Raises an :ref:`auditing event <auditing>` ``pty.spawn`` with argument "
170173
"``argv``."
171174
msgstr ""
175+
"Levanta um :ref:`evento de auditoria <auditing>` ``pty.spawn`` com o "
176+
"argumento ``argv``."
172177

173178
#: ../../library/pty.rst:81
174179
msgid ""
175180
":func:`spawn` now returns the status value from :func:`os.waitpid` on the "
176181
"child process."
177182
msgstr ""
183+
":func:`spawn` agora retorna o valor de status de :func:`os.waitpid` no "
184+
"processo filho."
178185

179186
#: ../../library/pty.rst:86
180187
msgid "Example"
@@ -186,3 +193,6 @@ msgid ""
186193
"a pseudo-terminal to record all input and output of a terminal session in a "
187194
"\"typescript\". ::"
188195
msgstr ""
196+
"O programa a seguir funciona como o comando Unix :manpage:`script(1)` , "
197+
"usando um pseudoterminal para registrar todas as entradas e saídas de uma "
198+
"sessão de terminal em um \"script\". ::"

0 commit comments

Comments
 (0)
0