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

Skip to content

Commit 6fc19e6

Browse files
Update translations
1 parent 476f1c5 commit 6fc19e6

File tree

4 files changed

+29
-16
lines changed

4 files changed

+29
-16
lines changed

library/dbm.po

Lines changed: 12 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,16 +9,16 @@
99
# Claudio Rogerio Carvalho Filho <[email protected]>, 2017
1010
# Marco Rougeth <[email protected]>, 2020
1111
# i17obot <[email protected]>, 2020
12-
# Rafael Fontenelle <[email protected]>, 2021
12+
# Rafael Fontenelle <[email protected]>, 2025
1313
#
1414
#, fuzzy
1515
msgid ""
1616
msgstr ""
1717
"Project-Id-Version: Python 3.9\n"
1818
"Report-Msgid-Bugs-To: \n"
19-
"POT-Creation-Date: 2025-01-03 16:35+0000\n"
19+
"POT-Creation-Date: 2025-02-14 16:41+0000\n"
2020
"PO-Revision-Date: 2017-02-16 23:06+0000\n"
21-
"Last-Translator: Rafael Fontenelle <[email protected]>, 2021\n"
21+
"Last-Translator: Rafael Fontenelle <[email protected]>, 2025\n"
2222
"Language-Team: Portuguese (Brazil) (https://app.transifex.com/python-doc/"
2323
"teams/5390/pt_BR/)\n"
2424
"Language: pt_BR\n"
@@ -51,6 +51,9 @@ msgid ""
5151
"supported modules, with a unique exception also named :exc:`dbm.error` as "
5252
"the first item --- the latter is used when :exc:`dbm.error` is raised."
5353
msgstr ""
54+
"Uma tupla contendo as exceções que podem ser levantadas por cada um dos "
55+
"módulos suportados, com a única exceção também chamada :exc:`dbm.error` como "
56+
"o primeiro item --- o último é usado quando :exc:`dbm.error` é levantada."
5457

5558
#: ../../library/dbm.rst:27
5659
msgid ""
@@ -170,6 +173,8 @@ msgid ""
170173
"These objects also support being used in a :keyword:`with` statement, which "
171174
"will automatically close them when done."
172175
msgstr ""
176+
"Estes objetos também oferecem suporte a serem usados em uma instrução :"
177+
"keyword:`with`, que vai fechar automaticamente fechá-los quando concluída."
173178

174179
#: ../../library/dbm.rst:87
175180
msgid ""
@@ -182,18 +187,20 @@ msgid ""
182187
"The following example records some hostnames and a corresponding title, and "
183188
"then prints out the contents of the database::"
184189
msgstr ""
190+
"Os seguintes exemplos registram alguns hostnames e um título correspondente, "
191+
"e então exibe o conteúdo do banco de dados::"
185192

186193
#: ../../library/dbm.rst:121
187194
msgid "Module :mod:`shelve`"
188195
msgstr "Módulo :mod:`shelve`"
189196

190197
#: ../../library/dbm.rst:122
191198
msgid "Persistence module which stores non-string data."
192-
msgstr ""
199+
msgstr "Módulo persistente que armazena dados não-string."
193200

194201
#: ../../library/dbm.rst:125
195202
msgid "The individual submodules are described in the following sections."
196-
msgstr ""
203+
msgstr "Os submódulos individuais são descritos nas seções a seguir."
197204

198205
#: ../../library/dbm.rst:129
199206
msgid ":mod:`dbm.gnu` --- GNU's reinterpretation of dbm"

library/socketserver.po

Lines changed: 12 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -578,7 +578,7 @@ msgstr ""
578578

579579
#: ../../library/socketserver.rst:387
580580
msgid "Request Handler Objects"
581-
msgstr ""
581+
msgstr "Objetos manipulador de requisições"
582582

583583
#: ../../library/socketserver.rst:391
584584
msgid ""
@@ -681,15 +681,15 @@ msgstr ""
681681

682682
#: ../../library/socketserver.rst:501 ../../library/socketserver.rst:573
683683
msgid "This is the client side::"
684-
msgstr ""
684+
msgstr "Este é o lado do cliente::"
685685

686686
#: ../../library/socketserver.rst:522 ../../library/socketserver.rst:648
687687
msgid "The output of the example should look something like this:"
688-
msgstr ""
688+
msgstr "A saída do exemplo deve se parecer com algo como isso:"
689689

690690
#: ../../library/socketserver.rst:524
691691
msgid "Server:"
692-
msgstr ""
692+
msgstr "Servidor:"
693693

694694
#: ../../library/socketserver.rst:534
695695
msgid "Client:"
@@ -704,24 +704,30 @@ msgid ""
704704
"The output of the example should look exactly like for the TCP server "
705705
"example."
706706
msgstr ""
707+
"A saída do exemplo deve ser exatamente igual à do exemplo do servidor TCP."
707708

708709
#: ../../library/socketserver.rst:596
709710
msgid "Asynchronous Mixins"
710-
msgstr ""
711+
msgstr "Mixins assíncronos"
711712

712713
#: ../../library/socketserver.rst:598
713714
msgid ""
714715
"To build asynchronous handlers, use the :class:`ThreadingMixIn` and :class:"
715716
"`ForkingMixIn` classes."
716717
msgstr ""
718+
"Para construir manipuladores assíncronos, use as classes :class:"
719+
"`ThreadingMixIn` e :class:`ForkingMixIn`."
717720

718721
#: ../../library/socketserver.rst:601
719722
msgid "An example for the :class:`ThreadingMixIn` class::"
720-
msgstr ""
723+
msgstr "Um exemplo para a classe :class:`ThreadingMixIn`::"
721724

722725
#: ../../library/socketserver.rst:659
723726
msgid ""
724727
"The :class:`ForkingMixIn` class is used in the same way, except that the "
725728
"server will spawn a new process for each request. Available only on POSIX "
726729
"platforms that support :func:`~os.fork`."
727730
msgstr ""
731+
"A classe :class:`ForkingMixIn` é usada da mesma forma, exceto que o servidor "
732+
"gerará um novo processo para cada solicitação. Disponível apenas em "
733+
"plataformas POSIX que oferecem suporte a :func:`~os.fork`."

potodo.md

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

8080

8181

82-
# library (59.19% done)
82+
# library (59.23% 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 14 / 74 ( 18.0% translated).
121+
- dbm.po 19 / 74 ( 25.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).
@@ -206,7 +206,7 @@
206206
- smtpd.po 10 / 79 ( 12.0% translated).
207207
- smtplib.po 25 / 109 ( 22.0% translated).
208208
- socket.po 58 / 320 ( 18.0% translated).
209-
- socketserver.po 55 / 79 ( 69.0% translated).
209+
- socketserver.po 64 / 79 ( 81.0% translated).
210210
- sqlite3.po 33 / 210 ( 15.0% translated).
211211
- ssl.po 49 / 496 ( 9.0% translated).
212212
- stat.po 78 / 81 ( 96.0% translated).
@@ -302,5 +302,5 @@
302302
- 3.9.po 382 / 386 ( 98.0% translated).
303303

304304

305-
# TOTAL (62.99% done)
305+
# TOTAL (63.02% done)
306306

stats.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{"completion": "62.99%", "translated": 31181, "entries": 49504, "updated_at": "2025-02-16T00:28:10+00:00Z"}
1+
{"completion": "63.02%", "translated": 31195, "entries": 49504, "updated_at": "2025-02-17T00:27:16+00:00Z"}

0 commit comments

Comments
 (0)