Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit e8d1cff

Browse filesBrowse files
Update translations
1 parent cd9c1ec commit e8d1cff
Copy full SHA for e8d1cff

File tree

3 files changed

+19
-6
lines changed
Filter options

3 files changed

+19
-6
lines changed

‎library/dbm.po

Copy file name to clipboardExpand all lines: library/dbm.po
+15-2Lines changed: 15 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -361,6 +361,9 @@ msgid ""
361361
"`KeyError` is raised for general mapping errors like specifying an incorrect "
362362
"key."
363363
msgstr ""
364+
"Levantada em erros específicos de :mod:`dbm.ndbm`, como erros de E/S. :exc:"
365+
"`KeyError` é levantada para erros gerais de mapeamento, como especificar uma "
366+
"chave incorreta."
364367

365368
#: ../../library/dbm.rst:268
366369
msgid "Name of the ``ndbm`` implementation library used."
@@ -389,11 +392,11 @@ msgstr "Fecha o banco de dados ``ndbm``."
389392

390393
#: ../../library/dbm.rst:307
391394
msgid ":mod:`dbm.dumb` --- Portable DBM implementation"
392-
msgstr ""
395+
msgstr ":mod:`dbm.dumb` --- Implementação portátil do DBM"
393396

394397
#: ../../library/dbm.rst:312
395398
msgid "**Source code:** :source:`Lib/dbm/dumb.py`"
396-
msgstr ""
399+
msgstr "**Código-fonte:** :source:`Lib/dbm/dumb.py`"
397400

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

406413
#: ../../library/dbm.rst:325
407414
msgid ""
@@ -421,6 +428,9 @@ msgid ""
421428
"`KeyError` is raised for general mapping errors like specifying an incorrect "
422429
"key."
423430
msgstr ""
431+
"Levantada em erros específicos de :mod:`dbm.dumb`, como erros de E/S. :exc:"
432+
"`KeyError` é levantada para erros gerais de mapeamento, como especificar uma "
433+
"chave incorreta."
424434

425435
#: ../../library/dbm.rst:341
426436
msgid ""
@@ -436,6 +446,9 @@ msgid ""
436446
"a sufficiently large/complex entry due to stack depth limitations in "
437447
"Python's AST compiler."
438448
msgstr ""
449+
"É possível travar o interpretador Python ao carregar um banco de dados com "
450+
"uma entrada suficientemente grande/complexa devido a limitações de "
451+
"profundidade de pilha no compilador AST do Python."
439452

440453
#: ../../library/dbm.rst:373
441454
msgid ""

‎potodo.md

Copy file name to clipboardExpand all lines: potodo.md
+3-3Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@
8787

8888

8989

90-
# library (59.57% done)
90+
# library (59.59% done)
9191

9292
- _thread.po 39 / 41 ( 95.0% translated).
9393
- argparse.po 254 / 290 ( 87.0% translated).
@@ -131,7 +131,7 @@
131131
- curses.panel.po 22 / 23 ( 95.0% translated).
132132
- curses.po 231 / 639 ( 36.0% translated).
133133
- dataclasses.po 65 / 117 ( 55.0% translated).
134-
- dbm.po 24 / 74 ( 32.0% translated).
134+
- dbm.po 30 / 74 ( 40.0% translated).
135135
- decimal.po 328 / 329 ( 99.0% translated).
136136
- difflib.po 14 / 133 ( 10.0% translated).
137137
- dis.po 78 / 239 ( 32.0% translated).
@@ -324,5 +324,5 @@
324324
- 3.7.po 243 / 555 ( 43.0% translated).
325325

326326

327-
# TOTAL (63.64% done)
327+
# TOTAL (63.65% done)
328328

‎stats.json

Copy file name to clipboard
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{"completion": "63.64%", "translated": 32875, "entries": 51659, "updated_at": "2025-02-17T23:54:34+00:00Z"}
1+
{"completion": "63.65%", "translated": 32881, "entries": 51659, "updated_at": "2025-02-18T23:53:47+00:00Z"}

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.