mirror of
https://github.com/ManimCommunity/manim.git
synced 2026-06-22 10:01:47 +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.
53 lines
1.8 KiB
Text
53 lines
1.8 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.animation.transform.ApplyMethod.rst:2
|
|
msgid "ApplyMethod"
|
|
msgstr ""
|
|
|
|
#: ../../source/reference/manim.animation.transform.ApplyMethod.rst:4
|
|
msgid "Qualified name: ``manim.animation.transform.ApplyMethod``"
|
|
msgstr ""
|
|
|
|
#: ../../../manim/animation/transform.py:docstring of manim.animation.transform.ApplyMethod:1
|
|
msgid "Bases: :py:class:`manim.animation.transform.Transform`"
|
|
msgstr ""
|
|
|
|
#: ../../../manim/animation/transform.py:docstring of manim.animation.transform.ApplyMethod:1
|
|
msgid "Animates a mobject by applying a method."
|
|
msgstr ""
|
|
|
|
#: ../../../manim/animation/transform.py:docstring of manim.animation.transform.ApplyMethod:3
|
|
msgid "Note that only the method needs to be passed to this animation, it is not required to pass the corresponding mobject. Furthermore, this animation class only works if the method returns the modified mobject."
|
|
msgstr ""
|
|
|
|
#: ../../../manim/animation/transform.py:docstring of manim.animation.transform.ApplyMethod:0
|
|
msgid "Parameters"
|
|
msgstr ""
|
|
|
|
#: ../../../manim/animation/transform.py:docstring of manim.animation.transform.ApplyMethod:8
|
|
msgid "The method that will be applied in the animation."
|
|
msgstr ""
|
|
|
|
#: ../../../manim/animation/transform.py:docstring of manim.animation.transform.ApplyMethod:9
|
|
msgid "Any positional arguments to be passed when applying the method."
|
|
msgstr ""
|
|
|
|
#: ../../../manim/animation/transform.py:docstring of manim.animation.transform.ApplyMethod:10
|
|
msgid "Any keyword arguments passed to :class:`~.Transform`."
|
|
msgstr ""
|
|
|
|
#: ../../source/reference/manim.animation.transform.ApplyMethod.rst:14
|
|
msgid "Methods"
|
|
msgstr ""
|
|
|
|
#: ../../source/reference/manim.animation.transform.ApplyMethod.rst:23
|
|
msgid "Attributes"
|
|
msgstr ""
|
|
|
|
|