Skip to content

Commit ad3f445

Browse files
Update translation
1 parent 32e491d commit ad3f445

5 files changed

Lines changed: 14959 additions & 15457 deletions

File tree

howto/logging.po

Lines changed: 5 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ msgid ""
1111
msgstr ""
1212
"Project-Id-Version: Python 3.14\n"
1313
"Report-Msgid-Bugs-To: \n"
14-
"POT-Creation-Date: 2025-09-16 17:23+0000\n"
14+
"POT-Creation-Date: 2026-03-07 14:18+0000\n"
1515
"PO-Revision-Date: 2025-09-16 00:00+0000\n"
1616
"Last-Translator: python-doc bot, 2025\n"
1717
"Language-Team: Portuguese (Brazil) (https://app.transifex.com/python-doc/"
@@ -73,18 +73,12 @@ msgstr "Quando usar logging"
7373
#: ../../howto/logging.rst:30
7474
msgid ""
7575
"You can access logging functionality by creating a logger via ``logger = "
76-
"getLogger(__name__)``, and then calling the logger's :meth:`~Logger.debug`, :"
77-
"meth:`~Logger.info`, :meth:`~Logger.warning`, :meth:`~Logger.error` and :"
78-
"meth:`~Logger.critical` methods. To determine when to use logging, and to "
79-
"see which logger methods to use when, see the table below. It states, for "
76+
"logging.getLogger(__name__)``, and then calling the logger's :meth:`~Logger."
77+
"debug`, :meth:`~Logger.info`, :meth:`~Logger.warning`, :meth:`~Logger.error` "
78+
"and :meth:`~Logger.critical` methods. To determine when to use logging, and "
79+
"to see which logger methods to use when, see the table below. It states, for "
8080
"each of a set of common tasks, the best tool to use for that task."
8181
msgstr ""
82-
"Você pode instanciar loggers com ``logger = getLogger(__name__)`` e, em "
83-
"seguida, chamar os métodos :meth:`~Logger.debug`, :meth:`~Logger.info`, :"
84-
"meth:`~Logger.warning`, :meth:`~Logger.error` e :meth:`~Logger.critical`. "
85-
"Para determinar a necessidade ou não de usar logging, e escolher o método "
86-
"adequado, consulte a tabela abaixo. Ela indica, para cada conjunto de "
87-
"tarefas comuns, a melhor ferramenta a ser usada."
8882

8983
#: ../../howto/logging.rst:38
9084
msgid "Task you want to perform"

0 commit comments

Comments
 (0)