Skip to content

Commit 027bac5

Browse files
Update translation
Co-Authored-By: Adorilson Bezerra <adorilson@gmail.com>
1 parent 82d5c94 commit 027bac5

File tree

3 files changed

+22
-20
lines changed

3 files changed

+22
-20
lines changed

library/functools.po

Lines changed: 3 additions & 3 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-2026, Python Software Foundation
33
# This file is distributed under the same license as the Python package.
44
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
55
#
@@ -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-11-21 15:16+0000\n"
15+
"POT-Creation-Date: 2026-03-09 15:33+0000\n"
1616
"PO-Revision-Date: 2025-09-15 01:04+0000\n"
1717
"Last-Translator: Rafael Fontenelle <rffontenelle@gmail.com>, 2025\n"
1818
"Language-Team: Portuguese (Brazil) (https://app.transifex.com/python-doc/"
@@ -346,7 +346,7 @@ msgstr ""
346346
msgid ""
347347
"Note, type specificity applies only to the function's immediate arguments "
348348
"rather than their contents. The scalar arguments, ``Decimal(42)`` and "
349-
"``Fraction(42)`` are be treated as distinct calls with distinct results. In "
349+
"``Fraction(42)`` are treated as distinct calls with distinct results. In "
350350
"contrast, the tuple arguments ``('answer', Decimal(42))`` and ``('answer', "
351351
"Fraction(42))`` are treated as equivalent."
352352
msgstr ""

stats.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{"completion": "61.05%", "translated": 50016, "entries": 77274, "updated_at": "2026-03-08T23:27:49+00:00Z"}
1+
{"completion": "61.05%", "translated": 50016, "entries": 77274, "updated_at": "2026-03-09T23:28:16+00:00Z"}

tutorial/introduction.po

Lines changed: 18 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,21 @@
11
# SOME DESCRIPTIVE TITLE.
2-
# Copyright (C) 2001-2025, Python Software Foundation
2+
# Copyright (C) 2001-2026, 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
# 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.13\n"
1415
"Report-Msgid-Bugs-To: \n"
15-
"POT-Creation-Date: 2025-12-01 15:07+0000\n"
16+
"POT-Creation-Date: 2026-03-09 15:33+0000\n"
1617
"PO-Revision-Date: 2025-09-15 01:05+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
"Language: pt_BR\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)