Skip to content

Commit ae273b6

Browse files
Update translation
Co-Authored-By: Rafael Fontenelle <rffontenelle@gmail.com>
1 parent b6b3173 commit ae273b6

3 files changed

Lines changed: 6 additions & 6 deletions

File tree

library/argparse.po

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ msgid ""
1111
msgstr ""
1212
"Project-Id-Version: Python 3.12\n"
1313
"Report-Msgid-Bugs-To: \n"
14-
"POT-Creation-Date: 2025-01-03 14:53+0000\n"
14+
"POT-Creation-Date: 2025-09-17 15:41+0000\n"
1515
"PO-Revision-Date: 2025-07-18 19:57+0000\n"
1616
"Last-Translator: Rafael Fontenelle <rffontenelle@gmail.com>, 2025\n"
1717
"Language-Team: Portuguese (Brazil) (https://app.transifex.com/python-doc/"
@@ -97,7 +97,7 @@ msgid ""
9797
msgstr ""
9898
"O método :meth:`ArgumentParser.add_argument` anexa especificações de "
9999
"argumentos individuais ao analisador. Ele oferece suporte a argumentos "
100-
"posicionais, opções que aceitam valores e sinalizadores liga/desliga::"
100+
"posicionais, opções que aceitam valores e sinalizadores de ligar/desligar::"
101101

102102
#: ../../library/argparse.rst:41
103103
msgid ""
@@ -621,7 +621,7 @@ msgstr ""
621621
">>> parser.print_help()\n"
622622
"usage: PROG [-h]\n"
623623
"\n"
624-
"this description was indented weird but that is okay\n"
624+
"esta descrição foi indentada de forma estranha, mas está tudo bem\n"
625625
"\n"
626626
"options:\n"
627627
" -h, --help show this help message and exit\n"

stats.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{"completion": "70.21%", "translated": 43540, "entries": 62010, "updated_at": "2025-09-26T23:41:01+00:00Z"}
1+
{"completion": "70.21%", "translated": 43540, "entries": 62010, "updated_at": "2025-09-29T23:42:03+00:00Z"}

tutorial/inputoutput.po

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ msgid ""
1111
msgstr ""
1212
"Project-Id-Version: Python 3.12\n"
1313
"Report-Msgid-Bugs-To: \n"
14-
"POT-Creation-Date: 2025-01-03 14:53+0000\n"
14+
"POT-Creation-Date: 2025-09-29 15:46+0000\n"
1515
"PO-Revision-Date: 2025-07-18 19:59+0000\n"
1616
"Last-Translator: Rafael Fontenelle <rffontenelle@gmail.com>, 2025\n"
1717
"Language-Team: Portuguese (Brazil) (https://app.transifex.com/python-doc/"
@@ -287,7 +287,7 @@ msgid ""
287287
msgstr ""
288288
">>> tabela = {'Sjoerd': 4127, 'Jack': 4098, 'Dcab': 7678}\n"
289289
">>> for nome, telefone in tabela.items():\n"
290-
"... print(f'{n9me:10} ==> {telefone:10d}')\n"
290+
"... print(f'{nome:10} ==> {telefone:10d}')\n"
291291
"...\n"
292292
"Sjoerd ==> 4127\n"
293293
"Jack ==> 4098\n"

0 commit comments

Comments
 (0)