-
-
Notifications
You must be signed in to change notification settings - Fork 38
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
github-actions
committed
Nov 16, 2023
1 parent
2df00dd
commit 1fc17c6
Showing
3 changed files
with
22 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,15 +5,16 @@ | |
# | ||
# Translators: | ||
# Rafael Fontenelle <[email protected]>, 2022 | ||
# Vitor Buxbaum Orlandi, 2023 | ||
# | ||
#, fuzzy | ||
msgid "" | ||
msgstr "" | ||
"Project-Id-Version: Python 3.12\n" | ||
"Report-Msgid-Bugs-To: \n" | ||
"POT-Creation-Date: 2023-10-20 14:13+0000\n" | ||
"POT-Creation-Date: 2023-11-10 14:13+0000\n" | ||
"PO-Revision-Date: 2021-06-28 01:06+0000\n" | ||
"Last-Translator: Rafael Fontenelle <[email protected]>, 2022\n" | ||
"Last-Translator: Vitor Buxbaum Orlandi, 2023\n" | ||
"Language-Team: Portuguese (Brazil) (https://app.transifex.com/python-doc/" | ||
"teams/5390/pt_BR/)\n" | ||
"MIME-Version: 1.0\n" | ||
|
@@ -101,6 +102,12 @@ msgid "" | |
"the login name from the password database is returned on systems which " | ||
"support the :mod:`pwd` module, otherwise, an exception is raised." | ||
msgstr "" | ||
"Esta função verifica as variáveis de ambiente :envvar:`LOGNAME`, :envvar:" | ||
"`USER`, :envvar:`!LNAME` e :envvar:`USERNAME`, nesta ordem, e retorna o " | ||
"valor da primeiro que estiver definida como uma string não vazia. Se nenhuma " | ||
"estiver definida, o nome de login do banco de dados de senhas é retornado em " | ||
"sistemas que suportam o módulo :mod:`pwd`, caso contrário, uma exceção é " | ||
"levantada." | ||
|
||
#: ../../library/getpass.rst:52 | ||
msgid "" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters