Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 1456b0b

Browse files
Update translations
1 parent dd1eced commit 1456b0b

File tree

3 files changed

+19
-6
lines changed

3 files changed

+19
-6
lines changed

library/dbm.po

Lines changed: 15 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -366,6 +366,9 @@ msgid ""
366366
"`KeyError` is raised for general mapping errors like specifying an incorrect "
367367
"key."
368368
msgstr ""
369+
"Levantada em erros específicos de :mod:`dbm.ndbm`, como erros de E/S. :exc:"
370+
"`KeyError` é levantada para erros gerais de mapeamento, como especificar uma "
371+
"chave incorreta."
369372

370373
#: ../../library/dbm.rst:268
371374
msgid "Name of the ``ndbm`` implementation library used."
@@ -394,11 +397,11 @@ msgstr "Fecha o banco de dados ``ndbm``."
394397

395398
#: ../../library/dbm.rst:307
396399
msgid ":mod:`dbm.dumb` --- Portable DBM implementation"
397-
msgstr ""
400+
msgstr ":mod:`dbm.dumb` --- Implementação portátil do DBM"
398401

399402
#: ../../library/dbm.rst:312
400403
msgid "**Source code:** :source:`Lib/dbm/dumb.py`"
401-
msgstr ""
404+
msgstr "**Código-fonte:** :source:`Lib/dbm/dumb.py`"
402405

403406
#: ../../library/dbm.rst:318
404407
msgid ""
@@ -407,6 +410,10 @@ msgid ""
407410
"dumb` module is not written for speed and is not nearly as heavily used as "
408411
"the other database modules."
409412
msgstr ""
413+
"O módulo :mod:`dbm.dumb` é pensado como um último recurso alternativo para o "
414+
"módulo :mod:`dbm` quando um módulo mais robusto não está disponível. O "
415+
"módulo :mod:`dbm.dumb` não é escrito para velocidade e não é tão usado "
416+
"quanto os outros módulos de banco de dados."
410417

411418
#: ../../library/dbm.rst:325
412419
msgid ""
@@ -426,6 +433,9 @@ msgid ""
426433
"`KeyError` is raised for general mapping errors like specifying an incorrect "
427434
"key."
428435
msgstr ""
436+
"Levantada em erros específicos de :mod:`dbm.dumb`, como erros de E/S. :exc:"
437+
"`KeyError` é levantada para erros gerais de mapeamento, como especificar uma "
438+
"chave incorreta."
429439

430440
#: ../../library/dbm.rst:341
431441
msgid ""
@@ -441,6 +451,9 @@ msgid ""
441451
"a sufficiently large/complex entry due to stack depth limitations in "
442452
"Python's AST compiler."
443453
msgstr ""
454+
"É possível travar o interpretador Python ao carregar um banco de dados com "
455+
"uma entrada suficientemente grande/complexa devido a limitações de "
456+
"profundidade de pilha no compilador AST do Python."
444457

445458
#: ../../library/dbm.rst:373
446459
msgid ""

potodo.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@
7979

8080

8181

82-
# library (59.25% done)
82+
# library (59.27% done)
8383

8484
- argparse.po 260 / 290 ( 89.0% translated).
8585
- array.po 79 / 81 ( 97.0% translated).
@@ -118,7 +118,7 @@
118118
- curses.panel.po 22 / 23 ( 95.0% translated).
119119
- curses.po 230 / 634 ( 36.0% translated).
120120
- dataclasses.po 65 / 98 ( 66.0% translated).
121-
- dbm.po 24 / 74 ( 32.0% translated).
121+
- dbm.po 30 / 74 ( 40.0% translated).
122122
- difflib.po 14 / 133 ( 10.0% translated).
123123
- dis.po 77 / 227 ( 33.0% translated).
124124
- doctest.po 61 / 305 ( 20.0% translated).
@@ -302,5 +302,5 @@
302302
- 3.9.po 382 / 386 ( 98.0% translated).
303303

304304

305-
# TOTAL (63.03% done)
305+
# TOTAL (63.04% done)
306306

stats.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{"completion": "63.03%", "translated": 31200, "entries": 49504, "updated_at": "2025-02-18T00:25:48+00:00Z"}
1+
{"completion": "63.04%", "translated": 31206, "entries": 49504, "updated_at": "2025-02-19T00:26:42+00:00Z"}

0 commit comments

Comments
 (0)