Skip to content

Commit 0c7227f

Browse files
author
github-actions
committed
Update translations from Transifex
1 parent eaf3c19 commit 0c7227f

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
lines changed

library/code.po

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,8 +57,8 @@ msgstr ""
5757
"de arquivo de entrada (o nome do arquivo é sempre passado explicitamente). O "
5858
"argumento opcional *locals* especifica um mapeamento para usar como espaço "
5959
"de nomes no qual o código será executado; ele é padrão para um dicionário "
60-
"recém-criado com a chave ``'__name__'`` set to ``'__console__'`` and key "
61-
"``'__doc__'`` definido com ``None``."
60+
"recém-criado com a chave ``'__name__'`` definida com ``'__console__'`` e a "
61+
"chave ``'__doc__'`` definida com ``None``."
6262

6363
#: ../../library/code.rst:28
6464
msgid ""

library/collections.po

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1258,7 +1258,7 @@ msgid ""
12581258
"The *verbose* and *rename* parameters became :ref:`keyword-only arguments "
12591259
"<keyword-only_parameter>`."
12601260
msgstr ""
1261-
"Os parâmetros *verbose* e *rename* tornaram-se :ref:argumentos somente-"
1261+
"Os parâmetros *verbose* e *rename* tornaram-se :ref:`argumentos somente-"
12621262
"nomeados <keyword-only_parameter>`."
12631263

12641264
#: ../../library/collections.rst:893

library/decimal.po

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1595,7 +1595,7 @@ msgid ""
15951595
msgstr ""
15961596
"Os campos *Emin* e *Emax* são números inteiros que especificam os limites "
15971597
"externos permitidos para expoentes. *Emin* deve estar no intervalo [:const:"
1598-
"`MIN_EMIN`, ``0``], *Emax* no intervalo [:const:`0`, :const:`MAX_EMAX`]."
1598+
"`MIN_EMIN`, ``0``], *Emax* no intervalo [``0``, :const:`MAX_EMAX`]."
15991599

16001600
#: ../../library/decimal.rst:1085
16011601
msgid ""

library/os.po

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@
1919
# Marco Rougeth <[email protected]>, 2023
2020
# Claudio Rogerio Carvalho Filho <[email protected]>, 2023
2121
# Ana Carolina Gomes, 2023
22-
# Adorilson Bezerra <[email protected]>, 2024
2322
# Rafael Fontenelle <[email protected]>, 2024
23+
# Adorilson Bezerra <[email protected]>, 2024
2424
#
2525
#, fuzzy
2626
msgid ""
@@ -29,7 +29,7 @@ msgstr ""
2929
"Report-Msgid-Bugs-To: \n"
3030
"POT-Creation-Date: 2024-06-28 14:15+0000\n"
3131
"PO-Revision-Date: 2021-06-28 01:10+0000\n"
32-
"Last-Translator: Rafael Fontenelle <rffontenelle@gmail.com>, 2024\n"
32+
"Last-Translator: Adorilson Bezerra <adorilson@gmail.com>, 2024\n"
3333
"Language-Team: Portuguese (Brazil) (https://app.transifex.com/python-doc/"
3434
"teams/5390/pt_BR/)\n"
3535
"MIME-Version: 1.0\n"
@@ -7571,7 +7571,7 @@ msgid ""
75717571
"Returns the current global process times. The return value is an object with "
75727572
"five attributes:"
75737573
msgstr ""
7574-
"Retorna os tempos atuais de processo globais. O valor de retorno é um objeto "
7574+
"Retorna os tempos do processo global atual. O valor de retorno é um objeto "
75757575
"com cinco atributos:"
75767576

75777577
#: ../../library/os.rst:4982
@@ -7589,7 +7589,7 @@ msgstr ":attr:`!children_user` - tempo do usuário de todos os processo filhos"
75897589
#: ../../library/os.rst:4985
75907590
msgid ":attr:`!children_system` - system time of all child processes"
75917591
msgstr ""
7592-
":attr:`!children_system` - tempo do sistema de todos os processo filhos"
7592+
":attr:`!children_system` - tempo do sistema de todos os processos filhos"
75937593

75947594
#: ../../library/os.rst:4986
75957595
msgid ":attr:`!elapsed` - elapsed real time since a fixed point in the past"

0 commit comments

Comments
 (0)