Skip to content

Commit 27db36d

Browse files
author
github-actions
committed
Update translations from Transifex
1 parent e68394e commit 27db36d

File tree

2 files changed

+18
-11
lines changed

2 files changed

+18
-11
lines changed

library/exceptions.po

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ msgid ""
1313
msgstr ""
1414
"Project-Id-Version: Python 3.11\n"
1515
"Report-Msgid-Bugs-To: \n"
16-
"POT-Creation-Date: 2022-11-05 19:46+0000\n"
16+
"POT-Creation-Date: 2022-11-18 16:27+0000\n"
1717
"PO-Revision-Date: 2021-06-28 01:05+0000\n"
1818
"Last-Translator: Rafael Fontenelle <rffontenelle@gmail.com>, 2021\n"
1919
"Language-Team: Portuguese (Brazil) (https://www.transifex.com/python-doc/"
@@ -1421,10 +1421,17 @@ msgid ""
14211421
"from it. ::"
14221422
msgstr ""
14231423

1424-
#: ../../library/exceptions.rst:972
1424+
#: ../../library/exceptions.rst:968
1425+
msgid ""
1426+
"Like :exc:`ExceptionGroup`, any subclass of :exc:`BaseExceptionGroup` which "
1427+
"is also a subclass of :exc:`Exception` can only wrap instances of :exc:"
1428+
"`Exception`."
1429+
msgstr ""
1430+
1431+
#: ../../library/exceptions.rst:976
14251432
msgid "Exception hierarchy"
14261433
msgstr "Hierarquia das exceções"
14271434

1428-
#: ../../library/exceptions.rst:974
1435+
#: ../../library/exceptions.rst:978
14291436
msgid "The class hierarchy for built-in exceptions is:"
14301437
msgstr "A hierarquia de classes para exceções embutidas é:"

library/test.po

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -8,17 +8,17 @@
88
# Claudio Rogerio Carvalho Filho <excriptbrasil@gmail.com>, 2021
99
# i17obot <i17obot@rougeth.com>, 2021
1010
# João Porfirio, 2022
11-
# Rafael Fontenelle <rffontenelle@gmail.com>, 2022
1211
# Altair Ribeiro, 2022
12+
# Rafael Fontenelle <rffontenelle@gmail.com>, 2022
1313
#
1414
#, fuzzy
1515
msgid ""
1616
msgstr ""
1717
"Project-Id-Version: Python 3.11\n"
1818
"Report-Msgid-Bugs-To: \n"
19-
"POT-Creation-Date: 2022-11-17 16:28+0000\n"
19+
"POT-Creation-Date: 2022-11-18 16:27+0000\n"
2020
"PO-Revision-Date: 2021-06-28 01:14+0000\n"
21-
"Last-Translator: Altair Ribeiro, 2022\n"
21+
"Last-Translator: Rafael Fontenelle <rffontenelle@gmail.com>, 2022\n"
2222
"Language-Team: Portuguese (Brazil) (https://www.transifex.com/python-doc/"
2323
"teams/5390/pt_BR/)\n"
2424
"MIME-Version: 1.0\n"
@@ -351,7 +351,7 @@ msgstr ""
351351

352352
#: ../../library/test.rst:226
353353
msgid "The :mod:`test.support` module defines the following constants:"
354-
msgstr "O módulo :mod:'test.support' define as seguintes constantes:"
354+
msgstr "O módulo :mod:`test.support` define as seguintes constantes:"
355355

356356
#: ../../library/test.rst:230
357357
msgid ""
@@ -398,7 +398,7 @@ msgstr ""
398398

399399
#: ../../library/test.rst:265
400400
msgid "See also :data:`INTERNET_TIMEOUT`."
401-
msgstr "Veja também: data:'INTERNET_TIMEOUT'."
401+
msgstr "Veja também :data:`INTERNET_TIMEOUT`."
402402

403403
#: ../../library/test.rst:270
404404
msgid "Timeout in seconds for network requests going to the internet."
@@ -497,7 +497,7 @@ msgstr ""
497497

498498
#: ../../library/test.rst:345
499499
msgid "Set to :data:`sys.maxsize` for big memory tests."
500-
msgstr "Define :data:`sys.maxsize`para grandes testes de memória."
500+
msgstr "Define :data:`sys.maxsize` para grandes testes de memória."
501501

502502
#: ../../library/test.rst:350
503503
msgid ""
@@ -665,7 +665,7 @@ msgid ""
665665
"Set the values for :data:`max_memuse` and :data:`real_max_memuse` for big "
666666
"memory tests."
667667
msgstr ""
668-
"Define os valores para :data:`max_memuse' e :data:`real_max_memuse` para "
668+
"Define os valores para :data:`max_memuse` e :data:`real_max_memuse` para "
669669
"grandes testes de memória."
670670

671671
#: ../../library/test.rst:511
@@ -681,7 +681,7 @@ msgid ""
681681
"Return the original stdout set by :func:`record_original_stdout` or ``sys."
682682
"stdout`` if it's not set."
683683
msgstr ""
684-
"Retorna o stdout original definido por:func:`record_original_stdout` ou "
684+
"Retorna o stdout original definido por :func:`record_original_stdout` ou "
685685
"``sys.stdout`` se não estiver definido."
686686

687687
#: ../../library/test.rst:523

0 commit comments

Comments
 (0)