manim/docs/i18n/gettext/reference/manim.camera.mapping_camera.OldMultiCamera.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

103 lines
4.6 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.camera.mapping_camera.OldMultiCamera.rst:2
msgid "OldMultiCamera"
msgstr ""
#: ../../source/reference/manim.camera.mapping_camera.OldMultiCamera.rst:4
msgid "Qualified name: ``manim.camera.mapping\\_camera.OldMultiCamera``"
msgstr ""
#: ../../../manim/camera/mapping_camera.py:docstring of manim.camera.mapping_camera.OldMultiCamera:1
msgid "Bases: :py:class:`manim.camera.camera.Camera`"
msgstr ""
#: ../../../manim/camera/mapping_camera.py:docstring of manim.camera.mapping_camera.OldMultiCamera:1
msgid "Initialises the Camera."
msgstr ""
#: ../../../manim/camera/mapping_camera.py:docstring of manim.camera.mapping_camera.OldMultiCamera:0
#: ../../../manim/camera/mapping_camera.py:docstring of manim.camera.mapping_camera.OldMultiCamera.capture_mobjects:0
#: ../../../manim/camera/mapping_camera.py:docstring of manim.camera.mapping_camera.OldMultiCamera.set_background:0
#: ../../../manim/camera/mapping_camera.py:docstring of manim.camera.mapping_camera.OldMultiCamera.set_pixel_array:0
msgid "Parameters"
msgstr ""
#: ../../../manim/camera/mapping_camera.py:docstring of manim.camera.mapping_camera.OldMultiCamera:3
msgid "What self.background should be, by default None as will be set later."
msgstr ""
#: ../../../manim/camera/mapping_camera.py:docstring of manim.camera.mapping_camera.OldMultiCamera:5
msgid "Any local variables to be set."
msgstr ""
#: ../../source/reference/manim.camera.mapping_camera.OldMultiCamera.rst:14
msgid "Methods"
msgstr ""
#: ../../source/reference/manim.camera.mapping_camera.OldMultiCamera.rst:23:<autosummary>:1
#: ../../../manim/camera/mapping_camera.py:docstring of manim.camera.mapping_camera.OldMultiCamera.capture_mobjects:1
msgid "Capture mobjects by printing them on :attr:`pixel_array`."
msgstr ""
#: ../../source/reference/manim.camera.mapping_camera.OldMultiCamera.rst:23:<autosummary>:1
msgid "Initialize the background."
msgstr ""
#: ../../source/reference/manim.camera.mapping_camera.OldMultiCamera.rst:23:<autosummary>:1
#: ../../../manim/camera/mapping_camera.py:docstring of manim.camera.mapping_camera.OldMultiCamera.set_background:1
msgid "Sets the background to the passed pixel_array after converting to valid RGB values."
msgstr ""
#: ../../source/reference/manim.camera.mapping_camera.OldMultiCamera.rst:23:<autosummary>:1
#: ../../../manim/camera/mapping_camera.py:docstring of manim.camera.mapping_camera.OldMultiCamera.set_pixel_array:1
msgid "Sets the pixel array of the camera to the passed pixel array."
msgstr ""
#: ../../source/reference/manim.camera.mapping_camera.OldMultiCamera.rst:25
msgid "Attributes"
msgstr ""
#: ../../../manim/camera/mapping_camera.py:docstring of manim.camera.mapping_camera.OldMultiCamera.capture_mobjects:3
msgid "This is the essential function that converts the contents of a Scene into an array, which is then converted to an image or video."
msgstr ""
#: ../../../manim/camera/mapping_camera.py:docstring of manim.camera.mapping_camera.OldMultiCamera.capture_mobjects:6
msgid "Mobjects to capture."
msgstr ""
#: ../../../manim/camera/mapping_camera.py:docstring of manim.camera.mapping_camera.OldMultiCamera.capture_mobjects:8
msgid "Keyword arguments to be passed to :meth:`get_mobjects_to_display`."
msgstr ""
#: ../../../manim/camera/mapping_camera.py:docstring of manim.camera.mapping_camera.OldMultiCamera.capture_mobjects:12
msgid "Notes"
msgstr ""
#: ../../../manim/camera/mapping_camera.py:docstring of manim.camera.mapping_camera.OldMultiCamera.capture_mobjects:13
msgid "For a list of classes that can currently be rendered, see :meth:`display_funcs`."
msgstr ""
#: ../../../manim/camera/mapping_camera.py:docstring of manim.camera.mapping_camera.OldMultiCamera.init_background:1
msgid "Initialize the background. If self.background_image is the path of an image the image is set as background; else, the default background color fills the background."
msgstr ""
#: ../../../manim/camera/mapping_camera.py:docstring of manim.camera.mapping_camera.OldMultiCamera.set_background:4
msgid "The pixel array to set the background to."
msgstr ""
#: ../../../manim/camera/mapping_camera.py:docstring of manim.camera.mapping_camera.OldMultiCamera.set_background:6
msgid "Whether or not to convert floats values to proper RGB valid ones, by default False"
msgstr ""
#: ../../../manim/camera/mapping_camera.py:docstring of manim.camera.mapping_camera.OldMultiCamera.set_pixel_array:3
msgid "The pixel array to convert and then set as the camera's pixel array."
msgstr ""