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

Skip to content

Commit ccbf638

Browse files
Update translation
Co-Authored-By: Rafael Fontenelle <[email protected]>
1 parent 0b0db13 commit ccbf638

File tree

4 files changed

+16
-14
lines changed

4 files changed

+16
-14
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.13\n"
1313
"Report-Msgid-Bugs-To: \n"
14-
"POT-Creation-Date: 2025-06-13 15:01+0000\n"
14+
"POT-Creation-Date: 2025-07-04 15:01+0000\n"
1515
"PO-Revision-Date: 2025-05-08 05:09+0000\n"
1616
"Last-Translator: Rafael Fontenelle <[email protected]>, 2025\n"
1717
"Language-Team: Portuguese (Brazil) (https://app.transifex.com/python-doc/"
@@ -112,8 +112,8 @@ msgid ""
112112
"in the :attr:`__annotations__` special attribute of modules, classes, and "
113113
"functions, respectively."
114114
msgstr ""
115-
"Anotações de variáveis locais não podem ser acessadas em tempo de execução, "
116-
"mas anotações de variáveis globais, atributos de classe e funções são "
115+
"Anotações de variáveis locais não podem ser acessadas em tempo de execução, "
116+
"mas anotações de variáveis globais, atributos de classe e funções são "
117117
"armazenadas no atributo especial :attr:`__annotations__` de módulos, classes "
118118
"e funções, respectivamente."
119119

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
@@ -63,7 +63,7 @@
6363

6464

6565

66-
# library (66.42% done)
66+
# library (66.44% done)
6767

6868
- asyncio-dev.po 16 / 54 ( 29.0% translated).
6969
- asyncio-eventloop.po 308 / 409 ( 75.0% translated).
@@ -139,7 +139,7 @@
139139
- struct.po 96 / 195 ( 49.0% translated).
140140
- subprocess.po 150 / 327 ( 45.0% translated).
141141
- symtable.po 6 / 65 ( 9.0% translated).
142-
- tarfile.po 142 / 341 ( 41.0% translated).
142+
- tarfile.po 150 / 341 ( 43.0% translated).
143143
- tempfile.po 8 / 87 ( 9.0% translated).
144144
- test.po 119 / 321 ( 37.0% translated).
145145
- threading.po 38 / 274 ( 13.0% translated).
@@ -195,5 +195,5 @@
195195
- changelog.po 2561 / 12427 ( 20.0% translated).
196196

197197

198-
# TOTAL (62.81% done)
198+
# TOTAL (62.82% done)
199199

stats.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{"completion": "62.81%", "translated": 47835, "entries": 76156, "updated_at": "2025-07-07T23:30:49+00:00Z"}
1+
{"completion": "62.82%", "translated": 47843, "entries": 76156, "updated_at": "2025-07-08T23:31:33+00:00Z"}

0 commit comments

Comments
 (0)