mirror of
https://github.com/ManimCommunity/manim.git
synced 2026-06-29 10:02:11 +00:00
* bump version number * changelog generation, first pass * fixed label mismatches, changelog generation second pass * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * changelog generation, second pass * changelog generation, third pass * changelog generation, final pass * updated i18n files * update readyForTranslation * cut down doc render time Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
98 lines
3.7 KiB
Text
98 lines
3.7 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.text.text_mobject.Text.rst:2
|
|
msgid "Text"
|
|
msgstr ""
|
|
|
|
#: ../../source/reference/manim.mobject.text.text_mobject.Text.rst:4
|
|
msgid "Qualified name: ``manim.mobject.text.text\\_mobject.Text``"
|
|
msgstr ""
|
|
|
|
#: ../../../manim/mobject/text/text_mobject.py:docstring of manim.mobject.text.text_mobject.Text:1
|
|
msgid "Bases: :py:class:`manim.mobject.svg.svg_mobject.SVGMobject`"
|
|
msgstr ""
|
|
|
|
#: ../../../manim/mobject/text/text_mobject.py:docstring of manim.mobject.text.text_mobject.Text:1
|
|
msgid "Display (non-LaTeX) text rendered using `Pango <https://pango.gnome.org/>`_."
|
|
msgstr ""
|
|
|
|
#: ../../../manim/mobject/text/text_mobject.py:docstring of manim.mobject.text.text_mobject.Text:3
|
|
msgid "Text objects behave like a :class:`.VGroup`-like iterable of all characters in the given text. In particular, slicing is possible."
|
|
msgstr ""
|
|
|
|
#: ../../../manim/mobject/text/text_mobject.py:docstring of manim.mobject.text.text_mobject.Text:0
|
|
msgid "Parameters"
|
|
msgstr ""
|
|
|
|
#: ../../../manim/mobject/text/text_mobject.py:docstring of manim.mobject.text.text_mobject.Text:6
|
|
msgid "The text that needs to be created as a mobject."
|
|
msgstr ""
|
|
|
|
#: ../../../manim/mobject/text/text_mobject.py:docstring of manim.mobject.text.text_mobject.Text:0
|
|
msgid "Returns"
|
|
msgstr ""
|
|
|
|
#: ../../../manim/mobject/text/text_mobject.py:docstring of manim.mobject.text.text_mobject.Text:8
|
|
msgid "The mobject-like :class:`.VGroup`."
|
|
msgstr ""
|
|
|
|
#: ../../../manim/mobject/text/text_mobject.py:docstring of manim.mobject.text.text_mobject.Text:0
|
|
msgid "Return type"
|
|
msgstr ""
|
|
|
|
#: ../../../manim/mobject/text/text_mobject.py:docstring of manim.mobject.text.text_mobject.Text:12
|
|
msgid "Examples"
|
|
msgstr ""
|
|
|
|
#: ../../../manim/mobject/text/text_mobject.py:docstring of manim.mobject.text.text_mobject.Text:61
|
|
msgid "As :class:`Text` uses Pango to render text, rendering non-English characters is easily possible:"
|
|
msgstr ""
|
|
|
|
#: ../../../manim/mobject/text/text_mobject.py:docstring of manim.mobject.text.text_mobject.Text:94
|
|
msgid "Tests"
|
|
msgstr ""
|
|
|
|
#: ../../../manim/mobject/text/text_mobject.py:docstring of manim.mobject.text.text_mobject.Text:95
|
|
msgid "Check that the creation of :class:`~.Text` works::"
|
|
msgstr ""
|
|
|
|
#: ../../source/reference/manim.mobject.text.text_mobject.Text.rst:14
|
|
msgid "Methods"
|
|
msgstr ""
|
|
|
|
#: ../../source/reference/manim.mobject.text.text_mobject.Text.rst:20:<autosummary>:1
|
|
#: ../../../manim/mobject/text/text_mobject.py:docstring of manim.mobject.text.text_mobject.Text.init_colors:1
|
|
msgid "Initializes the colors."
|
|
msgstr ""
|
|
|
|
#: ../../source/reference/manim.mobject.text.text_mobject.Text.rst:22
|
|
msgid "Attributes"
|
|
msgstr ""
|
|
|
|
#: ../../../manim/mobject/text/text_mobject.py:docstring of manim.mobject.text.text_mobject.Text.init_colors:1:<autosummary>:1
|
|
msgid "Used to animate the application of any method of :code:`self`."
|
|
msgstr ""
|
|
|
|
#: ../../../manim/mobject/text/text_mobject.py:docstring of manim.mobject.text.text_mobject.Text.init_colors:1:<autosummary>:1
|
|
msgid "The depth of the mobject."
|
|
msgstr ""
|
|
|
|
#: ../../../manim/mobject/text/text_mobject.py:docstring of manim.mobject.text.text_mobject.Text.init_colors:1:<autosummary>:1
|
|
msgid "If there are multiple colors (for gradient) this returns the first one"
|
|
msgstr ""
|
|
|
|
#: ../../../manim/mobject/text/text_mobject.py:docstring of manim.mobject.text.text_mobject.Text.init_colors:1:<autosummary>:1
|
|
msgid "The height of the mobject."
|
|
msgstr ""
|
|
|
|
#: ../../../manim/mobject/text/text_mobject.py:docstring of manim.mobject.text.text_mobject.Text.init_colors:1:<autosummary>:1
|
|
msgid "The width of the mobject."
|
|
msgstr ""
|
|
|
|
|