Movatterモバイル変換


[0]ホーム

URL:


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

Sign up
Appearance settings

Commita34926a

Browse files
Update translation
Co-Authored-By: Rafael Fontenelle <rffontenelle@gmail.com>Co-Authored-By: python-doc bot
1 parentd62cee3 commita34926a

File tree

11 files changed

+103
-41
lines changed

11 files changed

+103
-41
lines changed

‎library/dbm.po‎

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,15 +5,16 @@
55
#
66
# Translators:
77
# python-doc bot, 2025
8+
# Rafael Fontenelle <rffontenelle@gmail.com>, 2025
89
#
910
#,fuzzy
1011
msgid ""
1112
msgstr ""
1213
"Project-Id-Version:Python 3.10\n"
1314
"Report-Msgid-Bugs-To:\n"
14-
"POT-Creation-Date:2025-09-22 21:19+0000\n"
15+
"POT-Creation-Date:2025-10-23 17:42+0000\n"
1516
"PO-Revision-Date:2025-09-22 15:57+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
"Language:pt_BR\n"
@@ -39,6 +40,11 @@ msgid ""
3940
"There is a `third party interface <https://www.jcea.es/programacion/pybsddb."
4041
"htm>`_ to the Oracle Berkeley DB."
4142
msgstr""
43+
":mod:`dbm` é uma interface genérica para variantes do banco de dados DBM "
44+
"--- :mod:`dbm.gnu` ou :mod:`dbm.ndbm`. Se nenhum desses módulos estiver "
45+
"instalado, a implementação lenta, mas simples, no módulo :mod:`dbm.dumb` "
46+
"será usada. Há uma `interface de terceiros <https://www.jcea.es/programacion/"
47+
"pybsddb.htm>`_ para o Oracle Berkeley DB."
4248

4349
#:../../library/dbm.rst:20
4450
msgid""
@@ -56,6 +62,9 @@ msgid ""
5662
"available --- :mod:`dbm.gnu`, :mod:`dbm.ndbm` or :mod:`dbm.dumb` --- should "
5763
"be used to open a given file."
5864
msgstr""
65+
"Esta função tenta adivinhar qual dos vários módulos de banco de dados "
66+
"simples disponíveis --- :mod:`dbm.gnu`, :mod:`dbm.ndbm` ou :mod:`dbm.dumb` "
67+
"--- deve ser usado para abrir o arquivo fornecido."
5968

6069
#:../../library/dbm.rst:31
6170
msgid""

‎library/email.generator.po‎

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,15 +5,16 @@
55
#
66
# Translators:
77
# python-doc bot, 2025
8+
# Rafael Fontenelle <rffontenelle@gmail.com>, 2025
89
#
910
#,fuzzy
1011
msgid ""
1112
msgstr ""
1213
"Project-Id-Version:Python 3.10\n"
1314
"Report-Msgid-Bugs-To:\n"
14-
"POT-Creation-Date:2025-09-22 21:19+0000\n"
15+
"POT-Creation-Date:2025-10-23 17:42+0000\n"
1516
"PO-Revision-Date:2025-09-22 15:57+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
"Language:pt_BR\n"
@@ -40,6 +41,12 @@ msgid ""
4041
"console. Taking a message object structure and producing a serialized "
4142
"representation is the job of the generator classes."
4243
msgstr""
44+
"Uma das tarefas mais comuns é gerar a versão plana (serializada) da mensagem "
45+
"de e-mail representada por uma estrutura de objeto de mensagem. Você "
46+
"precisará fazer isso se quiser enviar sua mensagem via :meth:`smtplib.SMTP."
47+
"sendmail` ou o módulo :mod:`nntplib`, ou exibir a mensagem no console. A "
48+
"tarefa das classes geradoras é pegar uma estrutura de objeto de mensagem e "
49+
"produzir uma representação serializada."
4350

4451
#:../../library/email.generator.rst:18
4552
msgid""

‎library/filecmp.po‎

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,15 +5,16 @@
55
#
66
# Translators:
77
# python-doc bot, 2025
8+
# Rafael Fontenelle <rffontenelle@gmail.com>, 2025
89
#
910
#,fuzzy
1011
msgid ""
1112
msgstr ""
1213
"Project-Id-Version:Python 3.10\n"
1314
"Report-Msgid-Bugs-To:\n"
14-
"POT-Creation-Date:2025-09-22 21:19+0000\n"
15+
"POT-Creation-Date:2025-10-23 17:42+0000\n"
1516
"PO-Revision-Date:2025-09-22 15:57+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
"Language:pt_BR\n"
@@ -158,6 +159,8 @@ msgid ""
158159
"The :class:`dircmp` class compares files by doing *shallow* comparisons as "
159160
"described for :func:`filecmp.cmp`."
160161
msgstr""
162+
"A classe :class:`dircmp` compara arquivos fazendo comparações rasas, isto é, "
163+
"*shallow* conforme descrito para :func:`filecmp.cmp`."
161164

162165
#:../../library/filecmp.rst:83
163166
msgid"The :class:`dircmp` class provides the following methods:"

‎library/signal.po‎

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,15 +5,16 @@
55
#
66
# Translators:
77
# python-doc bot, 2025
8+
# Rafael Fontenelle <rffontenelle@gmail.com>, 2025
89
#
910
#,fuzzy
1011
msgid ""
1112
msgstr ""
1213
"Project-Id-Version:Python 3.10\n"
1314
"Report-Msgid-Bugs-To:\n"
14-
"POT-Creation-Date:2025-09-22 21:19+0000\n"
15+
"POT-Creation-Date:2025-10-23 17:42+0000\n"
1516
"PO-Revision-Date:2025-09-22 15:58+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
"Language:pt_BR\n"
@@ -701,6 +702,10 @@ msgid ""
701702
"a library to wakeup a poll or select call, allowing the signal to be fully "
702703
"processed."
703704
msgstr""
705+
"Define o descritor de arquivo de ativação como *fd*. Quando um sinal é "
706+
"recebido, o número do sinal é escrito como um único byte no fd. Isso pode "
707+
"ser usado por uma biblioteca para ativar uma chamada de poll ou seleção, "
708+
"permitindo que o sinal seja totalmente processado."
704709

705710
#:../../library/signal.rst:469
706711
msgid""

‎library/site.po‎

Lines changed: 19 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,15 +5,16 @@
55
#
66
# Translators:
77
# python-doc bot, 2025
8+
# Rafael Fontenelle <rffontenelle@gmail.com>, 2025
89
#
910
#,fuzzy
1011
msgid ""
1112
msgstr ""
1213
"Project-Id-Version:Python 3.10\n"
1314
"Report-Msgid-Bugs-To:\n"
14-
"POT-Creation-Date:2025-09-22 21:19+0000\n"
15+
"POT-Creation-Date:2025-10-23 17:42+0000\n"
1516
"PO-Revision-Date:2025-09-22 15:58+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
"Language:pt_BR\n"
@@ -75,6 +76,14 @@ msgid ""
7576
"it to ``sys.path`` and also inspects the newly added path for configuration "
7677
"files."
7778
msgstr""
79+
"Ele começa construindo até quatro diretórios a partir de uma parte no início "
80+
"e uma no final. Para a parte no início, ele usa ``sys.prefix`` e ``sys."
81+
"exec_prefix``; inícios vazios são ignorados. Para a parte no final, ele usa "
82+
"a string vazia e então :file:`lib/site-packages` (no Windows) ou :file:`lib/"
83+
"python{X.Y}/site-packages` (no Unix e macOS). Para cada uma das combinações "
84+
"distintas início-fim, ele vê se se refere a um diretório existente e, se "
85+
"sim, adiciona-o a ``sys.path`` e também inspeciona o caminho recém-"
86+
"adicionado para arquivos de configuração."
7887

7988
#:../../library/site.rst:40
8089
msgid"Support for the\"site-python\" directory has been removed."
@@ -280,6 +289,14 @@ msgid ""
280289
"packages` on Windows. This directory is a site directory, which means that :"
281290
"file:`.pth` files in it will be processed."
282291
msgstr""
292+
"Caminho para o usuário site-packages para o Python em execução. Pode ser "
293+
"``None`` se :func:`getusersitepackages` ainda não tiver sido chamado. O "
294+
"valor padrão é :file:`~/.local/lib/python{X.Y}/site-packages` para "
295+
"construções UNIX e macOS não-framework, :file:`~/Library/Python/{X.Y}/lib/"
296+
"python/site-packages` para construções macOS framework e :file:`{%APPDATA%}\\"
297+
"\\Python\\\\Python{XY}\\\\site-packages` no Windows. Este diretório é um "
298+
"diretório de site, o que significa que os arquivos :file:`.pth` nele serão "
299+
"processados."
283300

284301
#:../../library/site.rst:188
285302
msgid""

‎library/warnings.po‎

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ msgid ""
1212
msgstr ""
1313
"Project-Id-Version:Python 3.10\n"
1414
"Report-Msgid-Bugs-To:\n"
15-
"POT-Creation-Date:2025-10-19 17:14+0000\n"
15+
"POT-Creation-Date:2025-10-23 17:42+0000\n"
1616
"PO-Revision-Date:2025-09-22 15:58+0000\n"
1717
"Last-Translator:Rafael Fontenelle <rffontenelle@gmail.com>, 2025\n"
1818
"Language-Team:Portuguese (Brazil) (https://app.transifex.com/python-doc/"
@@ -478,6 +478,8 @@ msgid ""
478478
"Individual warnings filters are specified as a sequence of fields separated "
479479
"by colons::"
480480
msgstr""
481+
"Os filtros de avisos individuais são especificados como uma sequência de "
482+
"campos separados por dois pontos:"
481483

482484
#:../../library/warnings.rst:198
483485
msgid""

‎library/xml.dom.pulldom.po‎

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,15 +5,16 @@
55
#
66
# Translators:
77
# python-doc bot, 2025
8+
# Rafael Fontenelle <rffontenelle@gmail.com>, 2025
89
#
910
#,fuzzy
1011
msgid ""
1112
msgstr ""
1213
"Project-Id-Version:Python 3.10\n"
1314
"Report-Msgid-Bugs-To:\n"
14-
"POT-Creation-Date:2025-09-22 21:19+0000\n"
15+
"POT-Creation-Date:2025-10-23 17:42+0000\n"
1516
"PO-Revision-Date:2025-09-22 15:58+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
"Language:pt_BR\n"
@@ -57,6 +58,9 @@ msgid ""
5758
"constructed data. If you need to parse untrusted or unauthenticated data "
5859
"see :ref:`xml-vulnerabilities`."
5960
msgstr""
61+
"O módulo :mod:`xml.dom.pulldom` não é seguro contra dados construídos de "
62+
"forma maliciosa. Se você precisa processar dados não-confiáveis ou sem "
63+
"autenticação, veja :ref:`xml-vulnerabilities`."
6064

6165
#:../../library/xml.dom.pulldom.rst:30
6266
msgid""

‎library/zlib.po‎

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ msgid ""
1111
msgstr ""
1212
"Project-Id-Version:Python 3.10\n"
1313
"Report-Msgid-Bugs-To:\n"
14-
"POT-Creation-Date:2025-09-22 21:19+0000\n"
14+
"POT-Creation-Date:2025-10-11 17:05+0000\n"
1515
"PO-Revision-Date:2025-09-22 15:58+0000\n"
1616
"Last-Translator:python-doc bot, 2025\n"
1717
"Language-Team:Portuguese (Brazil) (https://app.transifex.com/python-doc/"
@@ -386,9 +386,9 @@ msgid ""
386386
"provided, this must be the same dictionary as was used by the compressor "
387387
"that produced the data that is to be decompressed."
388388
msgstr""
389-
"O parâmetro *zdict* especifica uma dicionáriopre-definido decompressão. Se "
390-
"fornecido, deve ser o mesmo dicionário usado pelocompressor que produziu os "
391-
"dados a serem descompactados."
389+
"O parâmetro *zdict* especifica uma dicionáriopredefinido decompactação. Se "
390+
"fornecido, deve ser o mesmo dicionário usado pelocompactador que produziu "
391+
"osdados a serem descompactados."
392392

393393
#:../../library/zlib.rst:194
394394
msgid""
@@ -460,11 +460,11 @@ msgid ""
460460
"objects."
461461
msgstr""
462462
"As funções :func:`copy.copy` e :func:`copy.deepcopy` foram adicionadas como "
463-
"suporte para acompressão de objetos."
463+
"suporte para acompactação de objetos."
464464

465465
#:../../library/zlib.rst:237
466466
msgid"Decompression objects support the following methods and attributes:"
467-
msgstr"Um objetodo tipo Decompress oferece suporte aos seguintes métodos:"
467+
msgstr"Um objetode descompactação oferece suporte aos seguintes métodos:"
468468

469469
#:../../library/zlib.rst:242
470470
msgid""
@@ -537,9 +537,9 @@ msgstr ""
537537
"retornado não será maior que *max_length*. Isso pode significar que nem toda "
538538
"a entrada compactada poderá ser processada, e os dados não consumidos serão "
539539
"armazenados no atributo :attr:`unconsumed_tail` . Esse bytestring deve ser "
540-
"passado para uma chamada subsequente a :meth:`decompress` se adescompressão"
541-
"tiver que continuar. Se *max_length* for zero, toda a entrada será "
542-
"descompactada e :attr:`unconsumed_tail` ficará vazio."
540+
"passado para uma chamada subsequente a :meth:`decompress` se a "
541+
"descompactaçãotiver que continuar. Se *max_length* for zero, toda a "
542+
"entrada serádescompactada e :attr:`unconsumed_tail` ficará vazio."
543543

544544
#:../../library/zlib.rst:283
545545
msgid"*max_length* can be used as a keyword argument."
@@ -570,8 +570,8 @@ msgid ""
570570
"state of the decompressor midway through the data stream in order to speed "
571571
"up random seeks into the stream at a future point."
572572
msgstr""
573-
"Retorna uma cópia do objeto dedescompressão. Isso pode ser usado para "
574-
"salvar o estado dodescompressor no meio do fluxo de dados, a fim de "
573+
"Retorna uma cópia do objeto dedescompactação. Isso pode ser usado para "
574+
"salvar o estado dodescompactador no meio do fluxo de dados, a fim de "
575575
"acelerar as buscas aleatórias no fluxo em um ponto futuro."
576576

577577
#:../../library/zlib.rst:304
@@ -580,7 +580,7 @@ msgid ""
580580
"objects."
581581
msgstr""
582582
"As funções :func:`copy.copy` e :func:`copy.deepcopy` foram adicionadas como "
583-
"suporte para adescompressão deobjetos."
583+
"suporte para aobjetos dedescompactação."
584584

585585
#:../../library/zlib.rst:309
586586
msgid""

‎potodo.md‎

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@
8484

8585

8686

87-
#library (53.75% done)
87+
#library (53.81% done)
8888

8989
-_thread.po 39 / 41 ( 95.0% translated).
9090
- argparse.po 256 / 290 ( 88.0% translated).
@@ -128,7 +128,7 @@
128128
- curses.panel.po 22 / 23 ( 95.0% translated).
129129
- curses.po 231 / 639 ( 36.0% translated).
130130
- dataclasses.po 65 / 117 ( 55.0% translated).
131-
- dbm.po30 / 74 (40.0% translated).
131+
- dbm.po32 / 74 (43.0% translated).
132132
- decimal.po 328 / 329 ( 99.0% translated).
133133
- difflib.po 14 / 133 ( 10.0% translated).
134134
- dis.po 78 / 239 ( 32.0% translated).
@@ -138,7 +138,7 @@
138138
- email.contentmanager.po 8 / 41 ( 19.0% translated).
139139
- email.encoders.po 13 / 15 ( 86.0% translated).
140140
- email.errors.po 6 / 25 ( 24.0% translated).
141-
- email.generator.po38 / 41 (92.0% translated).
141+
- email.generator.po39 / 41 (95.0% translated).
142142
- email.header.po 4 / 38 ( 10.0% translated).
143143
- email.headerregistry.po 13 / 103 ( 12.0% translated).
144144
- email.message.po 6 / 103 ( 5.0% translated).
@@ -150,7 +150,7 @@
150150
- exceptions.po 148 / 149 ( 99.0% translated).
151151
- faulthandler.po 4 / 42 ( 9.0% translated).
152152
- fcntl.po 21 / 39 ( 53.0% translated).
153-
- filecmp.po37 / 40 (92.0% translated).
153+
- filecmp.po38 / 40 (95.0% translated).
154154
- fileinput.po 38 / 44 ( 86.0% translated).
155155
- fractions.po 18 / 23 ( 78.0% translated).
156156
- ftplib.po 9 / 65 ( 13.0% translated).
@@ -211,8 +211,8 @@
211211
- shelve.po 7 / 32 ( 21.0% translated).
212212
- shlex.po 4 / 75 ( 5.0% translated).
213213
- shutil.po 153 / 155 ( 98.0% translated).
214-
- signal.po110 / 128 (85.0% translated).
215-
- site.po34 / 39 (87.0% translated).
214+
- signal.po111 / 128 (86.0% translated).
215+
- site.po36 / 39 (92.0% translated).
216216
- smtpd.po 10 / 79 ( 12.0% translated).
217217
- smtplib.po 27 / 109 ( 24.0% translated).
218218
- socket.po 60 / 324 ( 18.0% translated).
@@ -253,7 +253,7 @@
253253
- urllib.robotparser.po 13 / 14 ( 92.0% translated).
254254
- uuid.po 52 / 59 ( 88.0% translated).
255255
- venv.po 99 / 102 ( 97.0% translated).
256-
- warnings.po70 / 109 (64.0% translated).
256+
- warnings.po71 / 109 (65.0% translated).
257257
- wave.po 18 / 49 ( 36.0% translated).
258258
- weakref.po 74 / 84 ( 88.0% translated).
259259
- webbrowser.po 76 / 82 ( 92.0% translated).
@@ -263,7 +263,7 @@
263263
- xdrlib.po 4 / 54 ( 7.0% translated).
264264
- xml.dom.minidom.po 7 / 51 ( 13.0% translated).
265265
- xml.dom.po 67 / 234 ( 28.0% translated).
266-
- xml.dom.pulldom.po24 / 27 (88.0% translated).
266+
- xml.dom.pulldom.po25 / 27 (92.0% translated).
267267
- xml.etree.elementtree.po 72 / 233 ( 30.0% translated).
268268
- xml.po 49 / 53 ( 92.0% translated).
269269
- xml.sax.handler.po 20 / 103 ( 19.0% translated).
@@ -292,10 +292,10 @@
292292
- classes.po 114 / 115 ( 99.0% translated).
293293

294294

295-
#using (95.04% done)
295+
#using (95.96% done)
296296

297297
- cmdline.po 195 / 197 ( 98.0% translated).
298-
- configure.po205 / 240 (85.0% translated).
298+
- configure.po213 / 240 (88.0% translated).
299299
- mac.po 43 / 44 ( 97.0% translated).
300300
- windows.po 307 / 309 ( 99.0% translated).
301301

@@ -318,5 +318,5 @@
318318
- 3.7.po 243 / 555 ( 43.0% translated).
319319

320320

321-
#TOTAL (59.33% done)
321+
#TOTAL (59.37% done)
322322

‎stats.json‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{"completion":"59.33%","translated":34205,"entries":51675,"updated_at":"2025-10-24T00:30:49+00:00Z"}
1+
{"completion":"59.37%","translated":34222,"entries":51675,"updated_at":"2025-10-25T00:30:26+00:00Z"}

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp