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

Skip to content

Commit 509d3d3

Browse files
Update translation
Co-Authored-By: Rafael Fontenelle <[email protected]>
1 parent 83465f5 commit 509d3d3

File tree

5 files changed

+18
-16
lines changed

5 files changed

+18
-16
lines changed

glossary.po

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ msgid ""
1111
msgstr ""
1212
"Project-Id-Version: Python 3.12\n"
1313
"Report-Msgid-Bugs-To: \n"
14-
"POT-Creation-Date: 2025-06-13 15:39+0000\n"
14+
"POT-Creation-Date: 2025-07-04 15:41+0000\n"
1515
"PO-Revision-Date: 2024-05-11 00:32+0000\n"
1616
"Last-Translator: Rafael Fontenelle <[email protected]>, 2025\n"
1717
"Language-Team: Portuguese (Brazil) (https://app.transifex.com/python-doc/"
@@ -135,8 +135,8 @@ msgid ""
135135
"in the :attr:`__annotations__` special attribute of modules, classes, and "
136136
"functions, respectively."
137137
msgstr ""
138-
"Anotações de variáveis locais não podem ser acessadas em tempo de execução, "
139-
"mas anotações de variáveis globais, atributos de classe e funções são "
138+
"Anotações de variáveis locais não podem ser acessadas em tempo de execução, "
139+
"mas anotações de variáveis globais, atributos de classe e funções são "
140140
"armazenadas no atributo especial :attr:`__annotations__` de módulos, classes "
141141
"e funções, respectivamente."
142142

library/tarfile.po

Lines changed: 9 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -543,38 +543,40 @@ msgid ""
543543
"The default character encoding: ``'utf-8'`` on Windows, the value returned "
544544
"by :func:`sys.getfilesystemencoding` otherwise."
545545
msgstr ""
546+
"A codificação de caracteres padrão: ``'utf-8'`` no Windows, o valor "
547+
"retornado por :func:`sys.getfilesystemencoding`, caso contrário."
546548

547549
#: ../../library/tarfile.rst:272
548550
msgid "A regular file :attr:`~TarInfo.type`."
549551
msgstr "Um arquivo normal :attr:`~TarInfo.type`."
550552

551553
#: ../../library/tarfile.rst:276
552554
msgid "A link (inside tarfile) :attr:`~TarInfo.type`."
553-
msgstr ""
555+
msgstr "Um link (dentro do arquivo tar) :attr:`~TarInfo.type`."
554556

555557
#: ../../library/tarfile.rst:280
556558
msgid "A symbolic link :attr:`~TarInfo.type`."
557-
msgstr ""
559+
msgstr "Um link simbólico :attr:`~TarInfo.type`."
558560

559561
#: ../../library/tarfile.rst:284
560562
msgid "A character special device :attr:`~TarInfo.type`."
561-
msgstr ""
563+
msgstr "Um dispositivo especial de caracteres :attr:`~TarInfo.type`."
562564

563565
#: ../../library/tarfile.rst:288
564566
msgid "A block special device :attr:`~TarInfo.type`."
565-
msgstr ""
567+
msgstr "Um dispositivo especial de bloco :attr:`~TarInfo.type`."
566568

567569
#: ../../library/tarfile.rst:292
568570
msgid "A directory :attr:`~TarInfo.type`."
569-
msgstr ""
571+
msgstr "Um diretório :attr:`~TarInfo.type`."
570572

571573
#: ../../library/tarfile.rst:296
572574
msgid "A FIFO special device :attr:`~TarInfo.type`."
573-
msgstr ""
575+
msgstr "Um dispositivo especial de FIFO :attr:`~TarInfo.type`."
574576

575577
#: ../../library/tarfile.rst:300
576578
msgid "A contiguous file :attr:`~TarInfo.type`."
577-
msgstr ""
579+
msgstr "Um arquivo contíguo :attr:`~TarInfo.type`."
578580

579581
#: ../../library/tarfile.rst:304
580582
msgid "A GNU tar longname :attr:`~TarInfo.type`."

potodo.md

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

7070

7171

72-
# library (64.79% done)
72+
# library (64.82% done)
7373

7474
- 2to3.po 121 / 132 ( 91.0% translated).
7575
- array.po 78 / 84 ( 92.0% translated).
@@ -180,7 +180,7 @@
180180
- symtable.po 4 / 50 ( 8.0% translated).
181181
- sys.po 419 / 431 ( 97.0% translated).
182182
- syslog.po 26 / 33 ( 78.0% translated).
183-
- tarfile.po 142 / 337 ( 42.0% translated).
183+
- tarfile.po 150 / 337 ( 44.0% translated).
184184
- telnetlib.po 10 / 53 ( 18.0% translated).
185185
- tempfile.po 8 / 87 ( 9.0% translated).
186186
- test.po 118 / 320 ( 36.0% translated).
@@ -247,5 +247,5 @@
247247
- 3.7.po 252 / 568 ( 44.0% translated).
248248

249249

250-
# TOTAL (69.42% done)
250+
# TOTAL (69.43% done)
251251

stats.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{"completion": "69.42%", "translated": 43047, "entries": 62011, "updated_at": "2025-07-07T23:39:34+00:00Z"}
1+
{"completion": "69.43%", "translated": 43055, "entries": 62011, "updated_at": "2025-07-08T23:39:51+00:00Z"}

whatsnew/3.12.po

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ msgid ""
1111
msgstr ""
1212
"Project-Id-Version: Python 3.12\n"
1313
"Report-Msgid-Bugs-To: \n"
14-
"POT-Creation-Date: 2025-06-06 15:34+0000\n"
14+
"POT-Creation-Date: 2025-07-04 15:41+0000\n"
1515
"PO-Revision-Date: 2024-05-11 00:34+0000\n"
1616
"Last-Translator: Rafael Fontenelle <[email protected]>, 2025\n"
1717
"Language-Team: Portuguese (Brazil) (https://app.transifex.com/python-doc/"
@@ -6436,7 +6436,7 @@ msgid ""
64366436
msgstr ""
64376437
"O :mod:`~email.generator` agora se recusará a serializar (escrever) "
64386438
"cabeçalhos que são dobrados ou delimitados incorretamente, de modo que eles "
6439-
"seriam analisados ​​como vários cabeçalhos ou unidos a dados adjacentes. Se "
6439+
"seriam analisados como vários cabeçalhos ou unidos a dados adjacentes. Se "
64406440
"você precisar desativar esse recurso de segurança, defina :attr:`~email."
64416441
"policy.Policy.verify_generated_headers`. (Contribuição de Bas Bloemsaat e "
64426442
"Petr Viktorin em :gh:`121650`.)"

0 commit comments

Comments
 (0)