@@ -11,7 +11,7 @@ msgid ""
1111msgstr ""
1212"Project-Id-Version :Python 3.12\n "
1313"Report-Msgid-Bugs-To :\n "
14- "POT-Creation-Date :2025-02-14 14:53 +0000\n "
14+ "POT-Creation-Date :2025-10-25 15:50 +0000\n "
1515"PO-Revision-Date :2025-07-18 19:58+0000\n "
1616"Last-Translator :Rafael Fontenelle <rffontenelle@gmail.com>, 2025\n "
1717"Language-Team :Portuguese (Brazil) (https://app.transifex.com/python-doc/ "
@@ -39,6 +39,11 @@ msgid ""
3939"There is a `third party interface <https://www.jcea.es/programacion/pybsddb."
4040"htm>`_ to the Oracle Berkeley DB."
4141msgstr ""
42+ ":mod:`dbm` é uma interface genérica para variantes do banco de dados DBM "
43+ "--- :mod:`dbm.gnu` ou :mod:`dbm.ndbm`. Se nenhum desses módulos estiver "
44+ "instalado, a implementação lenta, mas simples, no módulo :mod:`dbm.dumb` "
45+ "será usada. Há uma `interface de terceiros <https://www.jcea.es/programacion/"
46+ "pybsddb.htm>`_ para o Oracle Berkeley DB."
4247
4348#: ../../library/dbm.rst:20
4449msgid ""
@@ -56,6 +61,9 @@ msgid ""
5661"available --- :mod:`dbm.gnu`, :mod:`dbm.ndbm` or :mod:`dbm.dumb` --- should "
5762"be used to open a given file."
5863msgstr ""
64+ "Esta função tenta adivinhar qual dos vários módulos de banco de dados "
65+ "simples disponíveis --- :mod:`dbm.gnu`, :mod:`dbm.ndbm` ou :mod:`dbm.dumb` "
66+ "--- deve ser usado para abrir o arquivo fornecido."
5967
6068#: ../../library/dbm.rst:31
6169msgid "Return one of the following values:"