55#
66# Translators:
77# python-doc bot, 2025
8+ # Rafael Fontenelle <rffontenelle@gmail.com>, 2025
89#
910#, fuzzy
1011msgid ""
1112msgstr ""
1213"Project-Id-Version : Python 3.14\n "
1314"Report-Msgid-Bugs-To : \n "
14- "POT-Creation-Date : 2025-10-09 14:15 +0000\n "
15+ "POT-Creation-Date : 2025-11-17 14:14 +0000\n "
1516"PO-Revision-Date : 2025-09-16 00:01+0000\n "
16- "Last-Translator : python-doc bot , 2025\n "
17+ "Last-Translator : Rafael Fontenelle <rffontenelle@gmail.com> , 2025\n "
1718"Language-Team : Portuguese (Brazil) (https://app.transifex.com/python-doc/ "
1819"teams/5390/pt_BR/)\n "
1920"MIME-Version : 1.0\n "
@@ -187,6 +188,13 @@ msgid ""
187188"clear` are available. The :meth:`!keys` method returns a list instead of a "
188189"view object. The :meth:`!setdefault` method requires two arguments."
189190msgstr ""
191+ "O objeto retornado por :func:`~dbm.open` oferece suporte à funcionalidade "
192+ "básica de :term:`mapeamentos <mapping>` mutáveis; chaves e seus valores "
193+ "correspondentes podem ser armazenados, recuperados e excluídos, e iteração, "
194+ "o operador :keyword:`in` e os métodos :meth:`!keys`, :meth:`!get`, :meth:`!"
195+ "setdefault` e :meth:`!clear` estão disponíveis. O método :meth:`!keys` "
196+ "retorna uma lista em vez de um objeto de visualização. O método :meth:`!"
197+ "setdefault` requer dois argumentos."
190198
191199#: ../../library/dbm.rst:95
192200msgid ""
@@ -233,6 +241,8 @@ msgstr ""
233241#: ../../library/dbm.rst:114
234242msgid ":meth:`!clear` methods are now available for all :mod:`dbm` backends."
235243msgstr ""
244+ "Os métodos :meth:`!clear` estão agora disponíveis para todos os backends do :"
245+ "mod:`dbm`."
236246
237247#: ../../library/dbm.rst:118
238248msgid ""
@@ -338,7 +348,7 @@ msgstr ""
338348
339349#: ../../library/dbm.rst:176
340350msgid "Open an SQLite database."
341- msgstr ""
351+ msgstr "Abre um banco de dados SQLite. "
342352
343353#: ../../library/dbm.rst:178
344354msgid "The path to the database to be opened."
@@ -359,14 +369,19 @@ msgid ""
359369"method requires two arguments. It also supports a \" closing\" context "
360370"manager via the :keyword:`with` keyword."
361371msgstr ""
372+ "O objeto de banco de dados retornado se comporta de forma semelhante a um :"
373+ "term:`mapeamento` mutável, mas o método :meth:`!keys` retorna uma lista e o "
374+ "método :meth:`!setdefault` requer dois argumentos. Ele também oferece "
375+ "suporte a um gerenciador de contexto de \" fechamento\" por meio da palavra "
376+ "reservada :keyword:`with`."
362377
363378#: ../../library/dbm.rst:198 ../../library/dbm.rst:399
364379msgid "The following method is also provided:"
365380msgstr "O seguinte método também é fornecido:"
366381
367382#: ../../library/dbm.rst:202
368383msgid "Close the SQLite database."
369- msgstr ""
384+ msgstr "Fecha o banco de dados SQLite. "
370385
371386#: ../../library/dbm.rst:206
372387msgid ":mod:`dbm.gnu` --- GNU database manager"
@@ -498,18 +513,24 @@ msgid ""
498513"list, and the :meth:`!setdefault` method requires two arguments. It also "
499514"supports a \" closing\" context manager via the :keyword:`with` keyword."
500515msgstr ""
516+ "Objetos :class:`!gdbm` se comportam de forma semelhante aos :term:"
517+ "`mapeamentos <mapping>` mutáveis, mas os métodos :meth:`!items`, :meth:`!"
518+ "values`, :meth:`!pop`, :meth:`!popitem` e :meth:`!update` não são "
519+ "suportados, :meth:`!keys` retorna uma lista e o método :meth:`!setdefault` "
520+ "requer dois argumentos. Ele também oferece suporte a um gerenciador de "
521+ "contexto de \" fechamento\" por meio da palavra reservada :keyword:`with`."
501522
502523#: ../../library/dbm.rst:280 ../../library/dbm.rst:393
503524msgid "Added the :meth:`!get` and :meth:`!setdefault` methods."
504- msgstr ""
525+ msgstr "Adiciionados os métodos :meth:`!get` e :meth:`!setdefault`. "
505526
506527#: ../../library/dbm.rst:283 ../../library/dbm.rst:396
507528msgid "Added the :meth:`!clear` method."
508- msgstr ""
529+ msgstr "Adicionado o método :meth:`!clear`. "
509530
510531#: ../../library/dbm.rst:286 ../../library/dbm.rst:479
511532msgid "The following methods are also provided:"
512- msgstr ""
533+ msgstr "Oss seguinte métodos também são fornecidos: "
513534
514535#: ../../library/dbm.rst:290
515536msgid "Close the GDBM database."
@@ -640,6 +661,12 @@ msgid ""
640661"list, and the :meth:`!setdefault` method requires two arguments. It also "
641662"supports a \" closing\" context manager via the :keyword:`with` keyword."
642663msgstr ""
664+ "Objetos :class:`!ndbm` se comportam de forma semelhante aos :term:"
665+ "`mapeamentos <mapping>` mutáveis, mas os métodos :meth:`!items`, :meth:`!"
666+ "values`, :meth:`!pop`, :meth:`!popitem` e :meth:`!update` não são "
667+ "suportados, :meth:`!keys` retorna uma lista e o método :meth:`!setdefault` "
668+ "requer dois argumentos. Ele também oferece suporte a um gerenciador de "
669+ "contexto de \" fechamento\" por meio da palavra reservada :keyword:`with`."
643670
644671#: ../../library/dbm.rst:403
645672msgid "Close the NDBM database."
@@ -692,7 +719,7 @@ msgstr ""
692719
693720#: ../../library/dbm.rst:440
694721msgid "Open a :mod:`!dbm.dumb` database."
695- msgstr ""
722+ msgstr "Abre um banco de dados :mod:`!dbm.dumb`. "
696723
697724#: ../../library/dbm.rst:442
698725msgid ""
@@ -768,6 +795,11 @@ msgid ""
768795"`!setdefault` method requires two arguments. It also supports a \" closing\" "
769796"context manager via the :keyword:`with` keyword."
770797msgstr ""
798+ "O objeto de banco de dados retornado se comporta de forma semelhante a um :"
799+ "term:`mapeamento` mutável, mas os métodos :meth:`!keys` e :meth:`!items` "
800+ "retornam uma lista e o método :meth:`!setdefault` requer dois argumentos. "
801+ "Ele também oferece suporte a um gerenciador de contexto de \" fechamento\" "
802+ "por meio da palavra reservada :keyword:`with`."
771803
772804#: ../../library/dbm.rst:483
773805msgid "Close the database."
0 commit comments