Skip to content

Commit 7135484

Browse files
author
github-actions
committed
Update translations from Transifex
1 parent c020793 commit 7135484

File tree

8 files changed

+539
-61
lines changed

8 files changed

+539
-61
lines changed

library/ast.po

+251-21
Large diffs are not rendered by default.

library/calendar.po

+4-4
Original file line numberDiff line numberDiff line change
@@ -5,17 +5,17 @@
55
#
66
# Translators:
77
# Marco Rougeth <[email protected]>, 2021
8-
# Rafael Fontenelle <[email protected]>, 2023
98
# i17obot <[email protected]>, 2023
9+
# Rafael Fontenelle <[email protected]>, 2024
1010
#
1111
#, fuzzy
1212
msgid ""
1313
msgstr ""
1414
"Project-Id-Version: Python 3.13\n"
1515
"Report-Msgid-Bugs-To: \n"
16-
"POT-Creation-Date: 2024-05-11 02:33+0000\n"
16+
"POT-Creation-Date: 2024-07-05 14:16+0000\n"
1717
"PO-Revision-Date: 2021-06-28 00:56+0000\n"
18-
"Last-Translator: i17obot <i17obot@rougeth.com>, 2023\n"
18+
"Last-Translator: Rafael Fontenelle <rffontenelle@gmail.com>, 2024\n"
1919
"Language-Team: Portuguese (Brazil) (https://app.transifex.com/python-doc/"
2020
"teams/5390/pt_BR/)\n"
2121
"MIME-Version: 1.0\n"
@@ -518,7 +518,7 @@ msgstr "As seguintes opções são aceitas:"
518518

519519
#: ../../library/calendar.rst:568
520520
msgid "Show the help message and exit."
521-
msgstr ""
521+
msgstr "Mostra a mensagem de ajuda e saia."
522522

523523
#: ../../library/calendar.rst:573
524524
msgid "The locale to use for month and weekday names. Defaults to English."

library/fileinput.po

+120-10
Large diffs are not rendered by default.

library/random.po

+1-1
Original file line numberDiff line numberDiff line change
@@ -1021,7 +1021,7 @@ msgstr "As seguintes opções são aceitas:"
10211021

10221022
#: ../../library/random.rst:729
10231023
msgid "Show the help message and exit."
1024-
msgstr ""
1024+
msgstr "Mostra a mensagem de ajuda e saia."
10251025

10261026
#: ../../library/random.rst:734
10271027
msgid "Print a random choice, using :meth:`choice`."

library/uuid.po

+4-4
Original file line numberDiff line numberDiff line change
@@ -8,16 +8,16 @@
88
# Claudio Rogerio Carvalho Filho <[email protected]>, 2021
99
# And Past <[email protected]>, 2021
1010
# i17obot <[email protected]>, 2023
11-
# Rafael Fontenelle <[email protected]>, 2023
11+
# Rafael Fontenelle <[email protected]>, 2024
1212
#
1313
#, fuzzy
1414
msgid ""
1515
msgstr ""
1616
"Project-Id-Version: Python 3.13\n"
1717
"Report-Msgid-Bugs-To: \n"
18-
"POT-Creation-Date: 2024-05-24 14:15+0000\n"
18+
"POT-Creation-Date: 2024-07-05 14:16+0000\n"
1919
"PO-Revision-Date: 2021-06-28 01:17+0000\n"
20-
"Last-Translator: Rafael Fontenelle <[email protected]>, 2023\n"
20+
"Last-Translator: Rafael Fontenelle <[email protected]>, 2024\n"
2121
"Language-Team: Portuguese (Brazil) (https://app.transifex.com/python-doc/"
2222
"teams/5390/pt_BR/)\n"
2323
"MIME-Version: 1.0\n"
@@ -317,7 +317,7 @@ msgstr "As seguintes opções são aceitas:"
317317

318318
#: ../../library/uuid.rst:294
319319
msgid "Show the help message and exit."
320-
msgstr ""
320+
msgstr "Mostra a mensagem de ajuda e saia."
321321

322322
#: ../../library/uuid.rst:299
323323
msgid ""

whatsnew/3.1.po

+10-10
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ msgid ""
1515
msgstr ""
1616
"Project-Id-Version: Python 3.13\n"
1717
"Report-Msgid-Bugs-To: \n"
18-
"POT-Creation-Date: 2024-05-11 02:33+0000\n"
18+
"POT-Creation-Date: 2024-07-05 14:16+0000\n"
1919
"PO-Revision-Date: 2021-06-29 13:04+0000\n"
2020
"Last-Translator: Adorilson Bezerra <[email protected]>, 2024\n"
2121
"Language-Team: Portuguese (Brazil) (https://app.transifex.com/python-doc/"
@@ -91,15 +91,15 @@ msgid ""
9191
"the decoder. Support was also added for third-party tools like `PyYAML "
9292
"<https://pyyaml.org/>`_."
9393
msgstr ""
94-
"A biblioteca padrão agora suporta o uso de dicionários ordenados em vários "
95-
"módulos. O módulo :mod:`configparser` usa-os por padrão. Isso permite que os "
96-
"arquivos de configuração sejam lidos, modificados e depois gravados de volta "
97-
"na ordem original. O método *_asdict()* para :func:`collections.namedtuple` "
98-
"agora retorna um dicionário ordenado com os valores aparecendo na mesma "
99-
"ordem que os índices de tupla subjacentes. O módulo :mod:`json` está sendo "
100-
"construído com um *object_pairs_hook* para permitir que OrderedDicts sejam "
101-
"construídos pelo decodificador. Também foi adicionado suporte para "
102-
"ferramentas de terceiros como `PyYAML <https://pyyaml.org/>`_."
94+
"A biblioteca padrão agora possui suporte para dicionários ordenados em "
95+
"vários módulos. O módulo :mod:`configparser` usa-os por padrão. Isso permite "
96+
"que os arquivos de configuração sejam lidos, modificados e depois gravados "
97+
"de volta na ordem original. O método *_asdict()* para :func:`collections."
98+
"namedtuple` agora retorna um dicionário ordenado com os valores aparecendo "
99+
"na mesma ordem que os índices de tupla subjacentes. O módulo :mod:`json` "
100+
"está sendo construído com um *object_pairs_hook* para permitir que "
101+
"OrderedDicts sejam construídos pelo decodificador. Também foi adicionado "
102+
"suporte para ferramentas de terceiros como `PyYAML <https://pyyaml.org/>`_."
103103

104104
#: ../../whatsnew/3.1.rst:79
105105
msgid ":pep:`372` - Ordered Dictionaries"

0 commit comments

Comments
 (0)