manim/docs/i18n/gettext/reference/manim._config.logger_utils.JSONFormatter.pot
Mysaa 52fbd3238c
Modification of the .pot files cleaning system, and ran it on the existing sources. (#2448)
The Makefile rule for `make i18n` nows works the same way as the others
Regex rules have been made more strict, to avoid wrong cleaning as much as possible.
Now adding regex rules is simpler, or should be.
2022-01-10 10:04:40 +00:00

62 lines
2.5 KiB
Text

msgid ""
msgstr ""
"Project-Id-Version: Manim \n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
#: ../../source/reference/manim._config.logger_utils.JSONFormatter.rst:2
msgid "JSONFormatter"
msgstr ""
#: ../../source/reference/manim._config.logger_utils.JSONFormatter.rst:4
msgid "Qualified name: ``manim.\\_config.logger\\_utils.JSONFormatter``"
msgstr ""
#: ../../../manim/_config/logger_utils.py:docstring of manim._config.logger_utils.JSONFormatter:1
msgid "Bases: :py:class:`logging.Formatter`"
msgstr ""
#: ../../../manim/_config/logger_utils.py:docstring of manim._config.logger_utils.JSONFormatter:1
msgid "A formatter that outputs logs in a custom JSON format."
msgstr ""
#: ../../../manim/_config/logger_utils.py:docstring of manim._config.logger_utils.JSONFormatter:3
msgid "This class is used internally for testing purposes."
msgstr ""
#: ../../../manim/_config/logger_utils.py:docstring of manim._config.logger_utils.JSONFormatter:6
msgid "Initialize the formatter with specified format strings."
msgstr ""
#: ../../../manim/_config/logger_utils.py:docstring of manim._config.logger_utils.JSONFormatter:8
msgid "Initialize the formatter either with the specified format string, or a default as described above. Allow for specialized date formatting with the optional datefmt argument. If datefmt is omitted, you get an ISO8601-like (or RFC 3339-like) format."
msgstr ""
#: ../../../manim/_config/logger_utils.py:docstring of manim._config.logger_utils.JSONFormatter:13
msgid "Use a style parameter of '%', '{' or '$' to specify that you want to use one of %-formatting, :meth:`str.format` (``{}``) formatting or :class:`string.Template` formatting in your format string."
msgstr ""
#: ../../../manim/_config/logger_utils.py:docstring of manim._config.logger_utils.JSONFormatter:17
msgid "Added the ``style`` parameter."
msgstr ""
#: ../../source/reference/manim._config.logger_utils.JSONFormatter.rst:14
msgid "Methods"
msgstr ""
#: ../../source/reference/manim._config.logger_utils.JSONFormatter.rst:20:<autosummary>:1
#: ../../../manim/_config/logger_utils.py:docstring of manim._config.logger_utils.JSONFormatter.format:1
msgid "Format the record in a custom JSON format."
msgstr ""
#: ../../source/reference/manim._config.logger_utils.JSONFormatter.rst:22
msgid "Attributes"
msgstr ""
#: ../../../manim/_config/logger_utils.py:docstring of manim._config.logger_utils.JSONFormatter.format:0
msgid "Parameters"
msgstr ""