Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
46 changes: 23 additions & 23 deletions builtins/constants.po
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: Python 3.14\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2026-09-05 16:53+0200\n"
"POT-Creation-Date: 2026-09-23 06:17+0000\n"
"PO-Revision-Date: 2025-09-16 00:01+0000\n"
"Language-Team: German (https://app.transifex.com/python-doc/teams/5390/de/)\n"
"Language: de\n"
Expand All @@ -17,35 +17,35 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"

#: ../../library/constants.rst:4
#: ../../builtins/constants.rst:4
msgid "Built-in Constants"
msgstr ""

#: ../../library/constants.rst:6
#: ../../builtins/constants.rst:6
msgid "A small number of constants live in the built-in namespace. They are:"
msgstr ""

#: ../../library/constants.rst:10
#: ../../builtins/constants.rst:10
msgid ""
"The false value of the :class:`bool` type. Assignments to ``False`` are "
"illegal and raise a :exc:`SyntaxError`."
msgstr ""

#: ../../library/constants.rst:16
#: ../../builtins/constants.rst:16
msgid ""
"The true value of the :class:`bool` type. Assignments to ``True`` are "
"illegal and raise a :exc:`SyntaxError`."
msgstr ""

#: ../../library/constants.rst:22
#: ../../builtins/constants.rst:22
msgid ""
"An object frequently used to represent the absence of a value, as when "
"default arguments are not passed to a function. Assignments to ``None`` are "
"illegal and raise a :exc:`SyntaxError`. ``None`` is the sole instance of "
"the :class:`~types.NoneType` type."
msgstr ""

#: ../../library/constants.rst:30
#: ../../builtins/constants.rst:30
msgid ""
"A special value which should be returned by the binary special methods (e."
"g. :meth:`~object.__eq__`, :meth:`~object.__lt__`, :meth:`~object.__add__`, :"
Expand All @@ -57,7 +57,7 @@ msgid ""
"`types.NotImplementedType` type."
msgstr ""

#: ../../library/constants.rst:40
#: ../../builtins/constants.rst:40
msgid ""
"When a binary (or in-place) method returns :data:`!NotImplemented` the "
"interpreter will try the reflected operation on the other type (or some "
Expand All @@ -68,93 +68,93 @@ msgid ""
"code."
msgstr ""

#: ../../library/constants.rst:47
#: ../../builtins/constants.rst:47
msgid "See :ref:`implementing-the-arithmetic-operations` for examples."
msgstr ""

#: ../../library/constants.rst:51
#: ../../builtins/constants.rst:51
msgid ""
":data:`!NotImplemented` and :exc:`!NotImplementedError` are not "
"interchangeable. This constant should only be used as described above; see :"
"exc:`NotImplementedError` for details on correct usage of the exception."
msgstr ""

#: ../../library/constants.rst:56
#: ../../builtins/constants.rst:56
msgid "Evaluating :data:`!NotImplemented` in a boolean context was deprecated."
msgstr ""

#: ../../library/constants.rst:59
#: ../../builtins/constants.rst:59
msgid ""
"Evaluating :data:`!NotImplemented` in a boolean context now raises a :exc:"
"`TypeError`. It previously evaluated to :const:`True` and emitted a :exc:"
"`DeprecationWarning` since Python 3.9."
msgstr ""

#: ../../library/constants.rst:68
#: ../../builtins/constants.rst:68
msgid ""
"The same as the ellipsis literal \"``...``\", an object frequently used to "
"indicate that something is omitted. Assignment to ``Ellipsis`` is possible, "
"but assignment to ``...`` raises a :exc:`SyntaxError`. ``Ellipsis`` is the "
"sole instance of the :class:`types.EllipsisType` type."
msgstr ""

#: ../../library/constants.rst:76
#: ../../builtins/constants.rst:76
msgid ""
"This constant is true if Python was not started with an :option:`-O` option. "
"See also the :keyword:`assert` statement."
msgstr ""

#: ../../library/constants.rst:82
#: ../../builtins/constants.rst:82
msgid ""
"The names :data:`None`, :data:`False`, :data:`True` and :data:`__debug__` "
"cannot be reassigned (assignments to them, even as an attribute name, raise :"
"exc:`SyntaxError`), so they can be considered \"true\" constants."
msgstr ""

#: ../../library/constants.rst:90
#: ../../builtins/constants.rst:90
msgid "Constants added by the :mod:`site` module"
msgstr ""

#: ../../library/constants.rst:92
#: ../../builtins/constants.rst:92
msgid ""
"The :mod:`site` module (which is imported automatically during startup, "
"except if the :option:`-S` command-line option is given) adds several "
"constants to the built-in namespace. They are useful for the interactive "
"interpreter shell and should not be used in programs."
msgstr ""

#: ../../library/constants.rst:100
#: ../../builtins/constants.rst:100
msgid ""
"Objects that when printed, print a message like \"Use quit() or Ctrl-D (i.e. "
"EOF) to exit\", and when accessed directly in the interactive interpreter or "
"called as functions, raise :exc:`SystemExit` with the specified exit code."
msgstr ""

#: ../../library/constants.rst:108
#: ../../builtins/constants.rst:108
msgid ""
"Object that when printed, prints the message \"Type help() for interactive "
"help, or help(object) for help about object.\", and when accessed directly "
"in the interactive interpreter, invokes the built-in help system (see :func:"
"`help`)."
msgstr ""

#: ../../library/constants.rst:116
#: ../../builtins/constants.rst:116
msgid ""
"Objects that when printed or called, print the text of copyright or credits, "
"respectively."
msgstr ""

#: ../../library/constants.rst:121
#: ../../builtins/constants.rst:121
msgid ""
"Object that when printed, prints the message \"Type license() to see the "
"full license text\", and when called, displays the full license text in a "
"pager-like fashion (one screen at a time)."
msgstr ""

#: ../../library/constants.rst:65
#: ../../builtins/constants.rst:65
msgid "..."
msgstr ""

#: ../../library/constants.rst:65
#: ../../builtins/constants.rst:65
msgid "ellipsis literal"
msgstr ""
Loading