Skip to content

Commit c7ad261

Browse files
Update translation
Co-Authored-By: Angelo Siqueira Co-Authored-By: Adorilson Bezerra <adorilson@gmail.com>
1 parent cf90536 commit c7ad261

File tree

6 files changed

+14220
-14169
lines changed

6 files changed

+14220
-14169
lines changed

bugs.po

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,15 +7,16 @@
77
# python-doc bot, 2025
88
# Rafael Fontenelle <rffontenelle@gmail.com>, 2025
99
# Adorilson Bezerra <adorilson@gmail.com>, 2025
10+
# Angelo Siqueira, 2026
1011
#
1112
#, fuzzy
1213
msgid ""
1314
msgstr ""
1415
"Project-Id-Version: Python 3.14\n"
1516
"Report-Msgid-Bugs-To: \n"
16-
"POT-Creation-Date: 2026-02-17 14:41+0000\n"
17+
"POT-Creation-Date: 2026-03-31 14:55+0000\n"
1718
"PO-Revision-Date: 2025-09-16 00:00+0000\n"
18-
"Last-Translator: Adorilson Bezerra <adorilson@gmail.com>, 2025\n"
19+
"Last-Translator: Angelo Siqueira, 2026\n"
1920
"Language-Team: Portuguese (Brazil) (https://app.transifex.com/python-doc/"
2021
"teams/5390/pt_BR/)\n"
2122
"MIME-Version: 1.0\n"
@@ -45,6 +46,9 @@ msgid ""
4546
"Python as it streamlines the process and involves fewer people. Learn how "
4647
"to :ref:`contribute <contributing-to-python>`."
4748
msgstr ""
49+
"Por vezes, pode ser mais rápido corrigir os bugs pessoalmente e contribuir "
50+
"com correções (patches) para o Python, uma vez que simplifica o processo e "
51+
"envolve menos pessoas. Saiba como :ref:`contribuir <contributing-to-python>`."
4852

4953
#: ../../bugs.rst:16
5054
msgid "Documentation bugs"

c-api/call.po

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,15 +6,16 @@
66
# Translators:
77
# python-doc bot, 2025
88
# Rafael Fontenelle <rffontenelle@gmail.com>, 2025
9+
# Angelo Siqueira, 2026
910
#
1011
#, fuzzy
1112
msgid ""
1213
msgstr ""
1314
"Project-Id-Version: Python 3.14\n"
1415
"Report-Msgid-Bugs-To: \n"
15-
"POT-Creation-Date: 2026-01-15 14:20+0000\n"
16+
"POT-Creation-Date: 2026-03-31 14:55+0000\n"
1617
"PO-Revision-Date: 2025-09-16 00:00+0000\n"
17-
"Last-Translator: Rafael Fontenelle <rffontenelle@gmail.com>, 2025\n"
18+
"Last-Translator: Angelo Siqueira, 2026\n"
1819
"Language-Team: Portuguese (Brazil) (https://app.transifex.com/python-doc/"
1920
"teams/5390/pt_BR/)\n"
2021
"MIME-Version: 1.0\n"
@@ -661,7 +662,7 @@ msgstr ""
661662

662663
#: ../../c-api/call.rst:363
663664
msgid "as ``_PyObject_Vectorcall``"
664-
msgstr ""
665+
msgstr "como ``_PyObject_Vectorcall``"
665666

666667
#: ../../c-api/call.rst:367
667668
msgid ""

library/plistlib.po

Lines changed: 22 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,15 +5,16 @@
55
#
66
# Translators:
77
# python-doc bot, 2025
8+
# Adorilson Bezerra <adorilson@gmail.com>, 2026
89
#
910
#, fuzzy
1011
msgid ""
1112
msgstr ""
1213
"Project-Id-Version: Python 3.14\n"
1314
"Report-Msgid-Bugs-To: \n"
14-
"POT-Creation-Date: 2026-03-23 14:50+0000\n"
15+
"POT-Creation-Date: 2026-03-31 14:55+0000\n"
1516
"PO-Revision-Date: 2025-09-16 00:01+0000\n"
16-
"Last-Translator: python-doc bot, 2025\n"
17+
"Last-Translator: Adorilson Bezerra <adorilson@gmail.com>, 2026\n"
1718
"Language-Team: Portuguese (Brazil) (https://app.transifex.com/python-doc/"
1819
"teams/5390/pt_BR/)\n"
1920
"MIME-Version: 1.0\n"
@@ -330,6 +331,25 @@ msgid ""
330331
")\n"
331332
"print(plistlib.dumps(pl).decode())"
332333
msgstr ""
334+
"import datetime as dt\n"
335+
"import plistlib\n"
336+
"\n"
337+
"pl = dict(\n"
338+
" aString = \"Doodah\",\n"
339+
" aList = [\"A\", \"B\", 12, 32.1, [1, 2, 3]],\n"
340+
" aFloat = 0.1,\n"
341+
" anInt = 728,\n"
342+
" aDict = dict(\n"
343+
" anotherString = \"<hello & hi there!>\",\n"
344+
" aThirdString = \"M\\xe4ssig, Ma\\xdf\",\n"
345+
" aTrueValue = True,\n"
346+
" aFalseValue = False,\n"
347+
" ),\n"
348+
" someData = b\"<binary gunk>\",\n"
349+
" someMoreData = b\"<lots of binary gunk>\" * 10,\n"
350+
" aDate = dt.datetime.now()\n"
351+
")\n"
352+
"print(plistlib.dumps(pl).decode())"
333353

334354
#: ../../library/plistlib.rst:207
335355
msgid "Parsing a plist::"

potodo.md

Lines changed: 6 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,9 @@
1-
1 directory 60.43% done
2-
└── 3.14/ 60.43% done
3-
├── bugs.po 96.0% translated 30/31
1+
1 directory 60.44% done
2+
└── 3.14/ 60.44% done
43
├── c-api/ 52.62% done
54
│ ├── bytearray.po 91.0% translated 21/23
65
│ ├── bytes.po 96.0% translated 74/77
7-
│ ├── call.po 97.0% translated 97/99
6+
│ ├── call.po 98.0% translated 98/99
87
│ ├── conversion.po 89.0% translated 49/55
98
│ ├── exceptions.po 64.0% translated 174/269
109
│ ├── file.po 77.0% translated 24/31
@@ -55,7 +54,7 @@
5554
│ ├── sorting.po 54.0% translated 50/92
5655
│ └── unicode.po 20.0% translated 30/145
5756
├── installing/ 100.00% done
58-
├── library/ 59.50% done
57+
├── library/ 59.51% done
5958
│ ├── __future__.po 91.0% translated 45/49
6059
│ ├── array.po 90.0% translated 80/88
6160
│ ├── ast.po 97.0% translated 328/337
@@ -169,7 +168,6 @@
169168
│ ├── pickle.po 91.0% translated 229/251
170169
│ ├── pickletools.po 94.0% translated 18/19
171170
│ ├── platform.po 98.0% translated 88/89
172-
│ ├── plistlib.po 98.0% translated 50/51
173171
│ ├── poplib.po 37.0% translated 20/53
174172
│ ├── posix.po 85.0% translated 18/21
175173
│ ├── pprint.po 98.0% translated 49/50
@@ -280,7 +278,7 @@
280278
│ ├── cmdline.po 99.0% translated 264/265
281279
│ ├── configure.po 99.0% translated 465/467
282280
│ └── windows.po 95.0% translated 532/556
283-
└── whatsnew/ 50.34% done
281+
└── whatsnew/ 50.33% done
284282
├── 2.3.po 83.0% translated 325/387
285283
├── 2.4.po 83.0% translated 266/319
286284
├── 2.5.po 85.0% translated 388/452
@@ -293,4 +291,4 @@
293291
├── 3.5.po 22.0% translated 128/578
294292
├── 3.6.po 42.0% translated 232/544
295293
├── 3.7.po 43.0% translated 249/568
296-
└── changelog.po 24.0% translated 3488/13956
294+
└── changelog.po 24.0% translated 3488/13960

stats.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{"completion": "60.43%", "translated": 53414, "entries": 82788, "updated_at": "2026-03-30T23:17:40+00:00Z"}
1+
{"completion": "60.44%", "translated": 53417, "entries": 82792, "updated_at": "2026-03-31T23:17:47+00:00Z"}

0 commit comments

Comments
 (0)