Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit027f0ad

Browse files
Update translation
Co-Authored-By: Rafael Fontenelle <rffontenelle@gmail.com>
1 parent423a923 commit027f0ad

File tree

5 files changed

+12654
-12647
lines changed

5 files changed

+12654
-12647
lines changed

‎library/argparse.po‎

Lines changed: 5 additions & 5 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-19 15:02+0000\n"
15+
"POT-Creation-Date:2025-09-23 14:56+0000\n"
1616
"PO-Revision-Date:2025-09-15 01:03+0000\n"
1717
"Last-Translator:Rafael Fontenelle <rffontenelle@gmail.com>, 2025\n"
1818
"Language-Team:Portuguese (Brazil) (https://app.transifex.com/python-doc/"
@@ -48,9 +48,9 @@ msgid ""
4848
"option parameter values that start with ``-`` even when they correspond to "
4949
"another defined option)."
5050
msgstr""
51-
"Embora :mod:`argparse` seja o módulo de biblioteca padrão recomendado para "
51+
"Emborao:mod:`argparse` seja o módulo de biblioteca padrão recomendado para "
5252
"implementar aplicações básicas de linha de comando, autores com requisitos "
53-
"mais rigorosos sobre como exatamenteseus aplicativos de linha de comando se "
53+
"mais rigorosos sobre como exatamentesuas aplicações de linha de comando se "
5454
"comportam podem descobrir que ele não fornece o nível de controle "
5555
"necessário. Consulte :ref:`choosing-an-argument-parser` para alternativas a "
5656
"serem consideradas quando ``argparse`` não suporta comportamentos que a "
@@ -121,7 +121,7 @@ msgid ""
121121
msgstr""
122122
"O método :meth:`ArgumentParser.add_argument` anexa especificações de "
123123
"argumentos individuais ao analisador. Ele oferece suporte a argumentos "
124-
"posicionais, opções que aceitam valores e sinalizadoresliga/desliga::"
124+
"posicionais, opções que aceitam valores e sinalizadoresde ligar/desligar::"
125125

126126
#:../../library/argparse.rst:53
127127
msgid""
@@ -645,7 +645,7 @@ msgstr ""
645645
">>> parser.print_help()\n"
646646
"usage: PROG [-h]\n"
647647
"\n"
648-
"this description was indented weird but that is okay\n"
648+
"esta descrição foi indentada de forma estranha, mas está tudo bem\n"
649649
"\n"
650650
"options:\n"
651651
" -h, --help show this help message and exit\n"

‎potodo.md‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -192,7 +192,7 @@
192192
- 3.5.po 128 / 578 ( 22.0% translated).
193193
- 3.6.po 233 / 544 ( 42.0% translated).
194194
- 3.7.po 249 / 568 ( 43.0% translated).
195-
- changelog.po 2622 /12511 ( 20.0% translated).
195+
- changelog.po 2622 /12512 ( 20.0% translated).
196196

197197

198198
#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":48347,"entries":76402,"updated_at":"2025-09-28T23:30:10+00:00Z"}
1+
{"completion":"63.28%","translated":48347,"entries":76403,"updated_at":"2025-09-29T23:27:19+00:00Z"}

‎tutorial/inputoutput.po‎

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,15 +5,16 @@
55
#
66
# Translators:
77
# python-doc bot, 2025
8+
# Rafael Fontenelle <rffontenelle@gmail.com>, 2025
89
#
910
#,fuzzy
1011
msgid ""
1112
msgstr ""
1213
"Project-Id-Version:Python 3.13\n"
1314
"Report-Msgid-Bugs-To:\n"
14-
"POT-Creation-Date:2025-09-15 15:19+0000\n"
15+
"POT-Creation-Date:2025-09-29 15:02+0000\n"
1516
"PO-Revision-Date:2025-09-15 01:05+0000\n"
16-
"Last-Translator:python-doc bot, 2025\n"
17+
"Last-Translator:Rafael Fontenelle <rffontenelle@gmail.com>, 2025\n"
1718
"Language-Team:Portuguese (Brazil) (https://app.transifex.com/python-doc/"
1819
"teams/5390/pt_BR/)\n"
1920
"Language:pt_BR\n"
@@ -287,7 +288,7 @@ msgid ""
287288
msgstr""
288289
">>> tabela = {'Sjoerd': 4127, 'Jack': 4098, 'Dcab': 7678}\n"
289290
">>> for nome, telefone in tabela.items():\n"
290-
"... print(f'{n9me:10} ==> {telefone:10d}')\n"
291+
"... print(f'{nome:10} ==> {telefone:10d}')\n"
291292
"...\n"
292293
"Sjoerd ==> 4127\n"
293294
"Jack ==> 4098\n"

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp