Skip to content

Commit 09ffb06

Browse files
Update translation
Co-Authored-By: Rafael Fontenelle <rffontenelle@gmail.com> Co-Authored-By: python-doc bot
1 parent 4334234 commit 09ffb06

File tree

6 files changed

+12702
-12686
lines changed

6 files changed

+12702
-12686
lines changed

library/xml.po

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ msgid ""
1212
msgstr ""
1313
"Project-Id-Version: Python 3.13\n"
1414
"Report-Msgid-Bugs-To: \n"
15-
"POT-Creation-Date: 2025-09-17 03:50+0000\n"
15+
"POT-Creation-Date: 2025-09-27 14:56+0000\n"
1616
"PO-Revision-Date: 2025-09-15 01:05+0000\n"
1717
"Last-Translator: Rafael Fontenelle <rffontenelle@gmail.com>, 2025\n"
1818
"Language-Team: Portuguese (Brazil) (https://app.transifex.com/python-doc/"
@@ -115,7 +115,7 @@ msgstr ""
115115

116116
#: ../../library/xml.rst:58
117117
msgid ""
118-
"Expat versions lower that 2.6.0 may be vulnerable to \"billion laughs\", "
118+
"Expat versions lower than 2.6.0 may be vulnerable to \"billion laughs\", "
119119
"\"quadratic blowup\" and \"large tokens\". Python may be vulnerable if it "
120120
"uses such older versions of Expat as a system-provided library. Check :const:"
121121
"`!pyexpat.EXPAT_VERSION`."

potodo.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -171,13 +171,14 @@
171171

172172

173173

174-
# using (99.32% done)
174+
# using (99.24% done)
175175

176+
- configure.po 406 / 407 ( 99.0% translated).
176177
- mac.po 94 / 96 ( 97.0% translated).
177178
- windows.po 382 / 389 ( 98.0% translated).
178179

179180

180-
# whatsnew (46.65% done)
181+
# whatsnew (46.64% done)
181182

182183
- 2.3.po 327 / 387 ( 84.0% translated).
183184
- 2.4.po 266 / 319 ( 83.0% translated).
@@ -191,7 +192,7 @@
191192
- 3.5.po 128 / 578 ( 22.0% translated).
192193
- 3.6.po 233 / 544 ( 42.0% translated).
193194
- 3.7.po 249 / 568 ( 43.0% translated).
194-
- changelog.po 2620 / 12508 ( 20.0% translated).
195+
- changelog.po 2620 / 12511 ( 20.0% translated).
195196

196197

197198
# TOTAL (63.28% done)

stats.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{"completion": "63.28%", "translated": 48346, "entries": 76399, "updated_at": "2025-09-26T23:27:01+00:00Z"}
1+
{"completion": "63.28%", "translated": 48345, "entries": 76402, "updated_at": "2025-09-27T23:27:56+00:00Z"}

using/configure.po

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ msgid ""
1212
msgstr ""
1313
"Project-Id-Version: Python 3.13\n"
1414
"Report-Msgid-Bugs-To: \n"
15-
"POT-Creation-Date: 2025-09-17 03:50+0000\n"
15+
"POT-Creation-Date: 2025-09-27 14:56+0000\n"
1616
"PO-Revision-Date: 2025-09-15 01:05+0000\n"
1717
"Last-Translator: Rafael Fontenelle <rffontenelle@gmail.com>, 2025\n"
1818
"Language-Team: Portuguese (Brazil) (https://app.transifex.com/python-doc/"
@@ -1473,10 +1473,8 @@ msgstr "O padrão é usar a biblioteca ``mpdecimal`` instalada."
14731473
#: ../../using/configure.rst:838
14741474
msgid ""
14751475
"A copy of the ``mpdecimal`` library sources will no longer be distributed "
1476-
"with Python 3.15."
1476+
"with Python 3.16."
14771477
msgstr ""
1478-
"Uma cópia dos fontes da biblioteca ``mpdecimal`` não será mais distribuída "
1479-
"com Python 3.15."
14801478

14811479
#: ../../using/configure.rst:842
14821480
msgid ":option:`LIBMPDEC_CFLAGS` and :option:`LIBMPDEC_LIBS`."

whatsnew/3.13.po

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,17 +4,17 @@
44
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
55
#
66
# Translators:
7-
# python-doc bot, 2025
87
# Rafael Fontenelle <rffontenelle@gmail.com>, 2025
8+
# python-doc bot, 2025
99
#
1010
#, fuzzy
1111
msgid ""
1212
msgstr ""
1313
"Project-Id-Version: Python 3.13\n"
1414
"Report-Msgid-Bugs-To: \n"
15-
"POT-Creation-Date: 2025-09-25 15:05+0000\n"
15+
"POT-Creation-Date: 2025-09-27 14:56+0000\n"
1616
"PO-Revision-Date: 2025-09-15 01:05+0000\n"
17-
"Last-Translator: Rafael Fontenelle <rffontenelle@gmail.com>, 2025\n"
17+
"Last-Translator: python-doc bot, 2025\n"
1818
"Language-Team: Portuguese (Brazil) (https://app.transifex.com/python-doc/"
1919
"teams/5390/pt_BR/)\n"
2020
"Language: pt_BR\n"
@@ -7252,8 +7252,8 @@ msgstr "tarfile"
72527252
#: ../../whatsnew/3.13.rst:2852
72537253
msgid ""
72547254
":func:`~tarfile.data_filter` now normalizes symbolic link targets in order "
7255-
"to avoid path traversal attacks.Add commentMore actions (Contributed by Petr "
7256-
"Viktorin in :gh:`127987` and :cve:`2025-4138`.)"
7255+
"to avoid path traversal attacks. (Contributed by Petr Viktorin in :gh:"
7256+
"`127987` and :cve:`2025-4138`.)"
72577257
msgstr ""
72587258
":func:`~tarfile.data_filter` agora normaliza alvos de links simbólicos para "
72597259
"evitar ataques de travessia de caminho. (Contribuição de Petr Viktorin em :"

0 commit comments

Comments
 (0)