Skip to content

Commit 5c9cf02

Browse files
Update translation
Co-Authored-By: Adorilson Bezerra <adorilson@gmail.com>
1 parent eb70956 commit 5c9cf02

3 files changed

Lines changed: 20 additions & 18 deletions

File tree

library/functools.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.14\n"
1414
"Report-Msgid-Bugs-To: \n"
15-
"POT-Creation-Date: 2026-02-07 14:20+0000\n"
15+
"POT-Creation-Date: 2026-03-09 14:44+0000\n"
1616
"PO-Revision-Date: 2025-09-16 00:01+0000\n"
1717
"Last-Translator: Rafael Fontenelle <rffontenelle@gmail.com>, 2025\n"
1818
"Language-Team: Portuguese (Brazil) (https://app.transifex.com/python-doc/"
@@ -343,7 +343,7 @@ msgstr ""
343343
msgid ""
344344
"Note, type specificity applies only to the function's immediate arguments "
345345
"rather than their contents. The scalar arguments, ``Decimal(42)`` and "
346-
"``Fraction(42)`` are be treated as distinct calls with distinct results. In "
346+
"``Fraction(42)`` are treated as distinct calls with distinct results. In "
347347
"contrast, the tuple arguments ``('answer', Decimal(42))`` and ``('answer', "
348348
"Fraction(42))`` are treated as equivalent."
349349
msgstr ""

stats.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{"completion": "60.84%", "translated": 53550, "entries": 82504, "updated_at": "2026-03-08T23:10:35+00:00Z"}
1+
{"completion": "60.84%", "translated": 53550, "entries": 82504, "updated_at": "2026-03-09T23:11:55+00:00Z"}

tutorial/introduction.po

Lines changed: 17 additions & 15 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+
# Adorilson Bezerra <adorilson@gmail.com>, 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: 2025-12-01 14:16+0000\n"
16+
"POT-Creation-Date: 2026-03-09 14:44+0000\n"
1617
"PO-Revision-Date: 2025-09-16 00:02+0000\n"
17-
"Last-Translator: Rafael Fontenelle <rffontenelle@gmail.com>, 2025\n"
18+
"Last-Translator: Adorilson Bezerra <adorilson@gmail.com>, 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"
@@ -414,23 +415,24 @@ msgid ""
414415
"characters, you can use *raw strings* by adding an ``r`` before the first "
415416
"quote::"
416417
msgstr ""
417-
"Caso não queira que os caracteres sejam precedidos por ``\\`` para serem "
418-
"interpretados como caracteres especiais, você pode usar *strings brutas* "
419-
"(*raw*, em inglês) adicionando um ``r`` antes da primeira aspa::"
418+
"Caso não queira que os caracteres precedidos por ``\\`` sejam interpretados "
419+
"como caracteres especiais, você pode usar *strings brutas* (*raw*, em "
420+
"inglês) adicionando um ``r`` antes da primeira aspa::"
420421

421422
#: ../../tutorial/introduction.rst:187
422423
msgid ""
423-
">>> print('C:\\some\\name') # here \\n means newline!\n"
424-
"C:\\some\n"
424+
">>> print('C:\\this\\name') # here \\t means tab, \\n means newline\n"
425+
"C: his\n"
425426
"ame\n"
426-
">>> print(r'C:\\some\\name') # note the r before the quote\n"
427-
"C:\\some\\name"
428-
msgstr ""
429-
">>> print('C:\\algum\\nome') # aqui \\n significa nova linha!\n"
430-
"C:\\algum\n"
431-
"ome\n"
432-
">>> print(r'C:\\algum\\nome') # observe o r antes das aspas\n"
433-
"C:\\algum\\nome"
427+
">>> print(r'C:\\this\\name') # note the r before the quote\n"
428+
"C:\\this\\name"
429+
msgstr ""
430+
">>> print('C:\\this\\name') # aqui \\t significa tabulação, \\n significa "
431+
"nova linha\n"
432+
"C: his\n"
433+
"ame\n"
434+
">>> print(r'C:\\this\\name') # note o r antes da aspa\n"
435+
"C:\\this\\name"
434436

435437
#: ../../tutorial/introduction.rst:193
436438
msgid ""

0 commit comments

Comments
 (0)