mirror of
https://github.com/ManimCommunity/manim.git
synced 2026-06-29 10:02:11 +00:00
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.
45 lines
1.5 KiB
Text
45 lines
1.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.mobject.mobject.rst:2
|
|
msgid "mobject"
|
|
msgstr ""
|
|
|
|
#: ../../../manim/mobject/mobject.py:docstring of manim.mobject.mobject:1
|
|
msgid "Base classes for objects that can be displayed."
|
|
msgstr ""
|
|
|
|
#: ../../source/reference/manim.mobject.mobject.rst:15
|
|
msgid "Classes"
|
|
msgstr ""
|
|
|
|
#: ../../source/reference/manim.mobject.mobject.rst:28:<autosummary>:1
|
|
msgid "Groups together multiple :class:`Mobjects <.Mobject>`."
|
|
msgstr ""
|
|
|
|
#: ../../source/reference/manim.mobject.mobject.rst:28:<autosummary>:1
|
|
msgid "Mathematical Object: base class for objects that can be displayed on screen."
|
|
msgstr ""
|
|
|
|
#: ../../source/reference/manim.mobject.mobject.rst:31
|
|
msgid "Functions"
|
|
msgstr ""
|
|
|
|
#: ../../../manim/mobject/mobject.py:docstring of manim.mobject.mobject.override_animate:1
|
|
msgid "Decorator for overriding method animations."
|
|
msgstr ""
|
|
|
|
#: ../../../manim/mobject/mobject.py:docstring of manim.mobject.mobject.override_animate:3
|
|
msgid "This allows to specify a method (returning an :class:`~.Animation`) which is called when the decorated method is used with the ``.animate`` syntax for animating the application of a method."
|
|
msgstr ""
|
|
|
|
#: ../../../manim/mobject/mobject.py:docstring of manim.mobject.mobject.override_animate:13
|
|
msgid "Overridden methods cannot be combined with normal or other overridden methods using method chaining with the ``.animate`` syntax."
|
|
msgstr ""
|
|
|
|
|