Skip to content

Commit 51528c6

Browse files
Update translation
Co-Authored-By: Rafael Fontenelle <rffontenelle@gmail.com>
1 parent 97bec17 commit 51528c6

File tree

6 files changed

+23
-21
lines changed

6 files changed

+23
-21
lines changed

library/importlib.resources.po

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,19 @@
11
# SOME DESCRIPTIVE TITLE.
2-
# Copyright (C) 2001-2025, Python Software Foundation
2+
# Copyright (C) 2001 Python Software Foundation
33
# This file is distributed under the same license as the Python package.
44
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
55
#
66
# Translators:
77
# Rodrigo Cândido, 2022
8-
# Pedro Fonini, 2024
8+
# Pedro Fonini <fonini@protonmail.ch>, 2024
99
# Rafael Fontenelle <rffontenelle@gmail.com>, 2025
1010
#
1111
#, fuzzy
1212
msgid ""
1313
msgstr ""
14-
"Project-Id-Version: Python 3.13\n"
14+
"Project-Id-Version: Python 3.14\n"
1515
"Report-Msgid-Bugs-To: \n"
16-
"POT-Creation-Date: 2025-05-02 14:19+0000\n"
16+
"POT-Creation-Date: 2025-07-04 14:20+0000\n"
1717
"PO-Revision-Date: 2022-11-05 19:49+0000\n"
1818
"Last-Translator: Rafael Fontenelle <rffontenelle@gmail.com>, 2025\n"
1919
"Language-Team: Portuguese (Brazil) (https://app.transifex.com/python-doc/"

library/json.po

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
# felipe caridade fernandes <caridade500@gmail.com>, 2021
1212
# Adorilson Bezerra <adorilson@gmail.com>, 2024
1313
# i17obot <i17obot@rougeth.com>, 2025
14-
# Pedro Fonini, 2025
14+
# Pedro Fonini <fonini@protonmail.ch>, 2025
1515
# Giovana Morais <giovana.vmorais@gmail.com>, 2025
1616
# Rafael Fontenelle <rffontenelle@gmail.com>, 2025
1717
#
@@ -20,7 +20,7 @@ msgid ""
2020
msgstr ""
2121
"Project-Id-Version: Python 3.14\n"
2222
"Report-Msgid-Bugs-To: \n"
23-
"POT-Creation-Date: 2025-05-23 14:20+0000\n"
23+
"POT-Creation-Date: 2025-07-04 14:20+0000\n"
2424
"PO-Revision-Date: 2021-06-28 01:08+0000\n"
2525
"Last-Translator: Rafael Fontenelle <rffontenelle@gmail.com>, 2025\n"
2626
"Language-Team: Portuguese (Brazil) (https://app.transifex.com/python-doc/"

library/optparse.po

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# SOME DESCRIPTIVE TITLE.
2-
# Copyright (C) 2001-2025, Python Software Foundation
2+
# Copyright (C) 2001 Python Software Foundation
33
# This file is distributed under the same license as the Python package.
44
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
55
#
@@ -9,15 +9,15 @@
99
# Italo Penaforte <italo.penaforte@gmail.com>, 2021
1010
# And Past <andrepgs@gmail.com>, 2021
1111
# Leticia Portella <leportella@gmail.com>, 2023
12-
# Pedro Fonini, 2024
12+
# Pedro Fonini <fonini@protonmail.ch>, 2024
1313
# Rafael Fontenelle <rffontenelle@gmail.com>, 2025
1414
#
1515
#, fuzzy
1616
msgid ""
1717
msgstr ""
18-
"Project-Id-Version: Python 3.13\n"
18+
"Project-Id-Version: Python 3.14\n"
1919
"Report-Msgid-Bugs-To: \n"
20-
"POT-Creation-Date: 2025-05-02 14:19+0000\n"
20+
"POT-Creation-Date: 2025-07-04 14:20+0000\n"
2121
"PO-Revision-Date: 2021-06-28 01:10+0000\n"
2222
"Last-Translator: Rafael Fontenelle <rffontenelle@gmail.com>, 2025\n"
2323
"Language-Team: Portuguese (Brazil) (https://app.transifex.com/python-doc/"

library/tarfile.po

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

647649
#: ../../library/tarfile.rst:305
648650
msgid "A regular file :attr:`~TarInfo.type`."
649651
msgstr "Um arquivo normal :attr:`~TarInfo.type`."
650652

651653
#: ../../library/tarfile.rst:309
652654
msgid "A link (inside tarfile) :attr:`~TarInfo.type`."
653-
msgstr ""
655+
msgstr "Um link (dentro do arquivo tar) :attr:`~TarInfo.type`."
654656

655657
#: ../../library/tarfile.rst:313
656658
msgid "A symbolic link :attr:`~TarInfo.type`."
657-
msgstr ""
659+
msgstr "Um link simbólico :attr:`~TarInfo.type`."
658660

659661
#: ../../library/tarfile.rst:317
660662
msgid "A character special device :attr:`~TarInfo.type`."
661-
msgstr ""
663+
msgstr "Um dispositivo especial de caracteres :attr:`~TarInfo.type`."
662664

663665
#: ../../library/tarfile.rst:321
664666
msgid "A block special device :attr:`~TarInfo.type`."
665-
msgstr ""
667+
msgstr "Um dispositivo especial de bloco :attr:`~TarInfo.type`."
666668

667669
#: ../../library/tarfile.rst:325
668670
msgid "A directory :attr:`~TarInfo.type`."
669-
msgstr ""
671+
msgstr "Um diretório :attr:`~TarInfo.type`."
670672

671673
#: ../../library/tarfile.rst:329
672674
msgid "A FIFO special device :attr:`~TarInfo.type`."
673-
msgstr ""
675+
msgstr "Um dispositivo especial de FIFO :attr:`~TarInfo.type`."
674676

675677
#: ../../library/tarfile.rst:333
676678
msgid "A contiguous file :attr:`~TarInfo.type`."
677-
msgstr ""
679+
msgstr "Um arquivo contíguo :attr:`~TarInfo.type`."
678680

679681
#: ../../library/tarfile.rst:337
680682
msgid "A GNU tar longname :attr:`~TarInfo.type`."

potodo.md

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

6565

6666

67-
# library (66.20% done)
67+
# library (66.22% done)
6868

6969
- asyncio-dev.po 16 / 54 ( 29.0% translated).
7070
- asyncio-eventloop.po 307 / 413 ( 74.0% translated).
@@ -143,7 +143,7 @@
143143
- struct.po 101 / 204 ( 49.0% translated).
144144
- subprocess.po 150 / 311 ( 48.0% translated).
145145
- symtable.po 6 / 73 ( 8.0% translated).
146-
- tarfile.po 159 / 358 ( 44.0% translated).
146+
- tarfile.po 167 / 358 ( 46.0% translated).
147147
- tempfile.po 8 / 87 ( 9.0% translated).
148148
- test.po 118 / 329 ( 35.0% translated).
149149
- threading.po 39 / 284 ( 13.0% translated).
@@ -200,5 +200,5 @@
200200
- changelog.po 2994 / 13392 ( 22.0% translated).
201201

202202

203-
# TOTAL (62.23% done)
203+
# TOTAL (62.24% done)
204204

stats.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{"completion": "62.23%", "translated": 50123, "entries": 80548, "updated_at": "2025-07-07T23:10:23+00:00Z"}
1+
{"completion": "62.24%", "translated": 50131, "entries": 80548, "updated_at": "2025-07-08T23:09:10+00:00Z"}

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy