Skip to content

Commit 3f4e6bc

Browse files
committed
Add missing .po files for new 3.15 pages
1 parent 323a4aa commit 3f4e6bc

20 files changed

Lines changed: 14184 additions & 0 deletions

builtins/index.po

Lines changed: 48 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,48 @@
1+
# German translations for Python package.
2+
# Copyright (C) 2001 Python Software Foundation
3+
# This file is distributed under the same license as the Python package.
4+
# Automatically generated, 2026.
5+
#
6+
msgid ""
7+
msgstr ""
8+
"Project-Id-Version: Python 3.15\n"
9+
"Report-Msgid-Bugs-To: \n"
10+
"POT-Creation-Date: 2026-09-22 21:21+0200\n"
11+
"PO-Revision-Date: 2026-09-22 21:21+0200\n"
12+
"Last-Translator: Automatically generated\n"
13+
"Language-Team: none\n"
14+
"MIME-Version: 1.0\n"
15+
"Content-Type: text/plain; charset=UTF-8\n"
16+
"Content-Transfer-Encoding: 8bit\n"
17+
"Language: de\n"
18+
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
19+
20+
#: ../../builtins/index.rst:5
21+
msgid "Python built-ins reference"
22+
msgstr ""
23+
24+
#: ../../builtins/index.rst:7
25+
msgid "Python comes with a number of built-in functions and classes."
26+
msgstr ""
27+
28+
#: ../../builtins/index.rst:9
29+
msgid ""
30+
"The built-in classes include data types that would normally be considered "
31+
"part of the \"core\" of a language, such as numbers and lists. For these "
32+
"types, the Python language core defines the form of literals and places some "
33+
"constraints on their semantics, but does not fully define the semantics."
34+
msgstr ""
35+
36+
#: ../../builtins/index.rst:14
37+
msgid ""
38+
"The built-ins also include functions and exceptions --- objects that can be "
39+
"used by all Python code without the need of an :keyword:`import` statement. "
40+
"Some of these are defined by the core language, but many are not essential "
41+
"for the core semantics and are only described here."
42+
msgstr ""
43+
44+
#: ../../builtins/index.rst:21
45+
msgid ""
46+
"In addition to the built-ins, Python provides an extensive importable "
47+
"standard library, see :ref:`library-index`."
48+
msgstr ""

0 commit comments

Comments
 (0)