1- # SOME DESCRIPTIVE TITLE .
1+ # German translation of the Python documentation .
22# Copyright (C) 2001 Python Software Foundation
33# This file is distributed under the same license as the Python package.
4- # FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
54#
6- #, fuzzy
5+ # Translators:
6+ # Swen Bachmann, 2026
7+ #
78msgid ""
89msgstr ""
910"Project-Id-Version : Python 3.15\n "
1011"Report-Msgid-Bugs-To : \n "
1112"POT-Creation-Date : 2026-08-22 12:07+0200\n "
1213"PO-Revision-Date : 2025-09-16 00:00+0000\n "
13- "Language-Team : German (https://app.transifex. com/python-doc/teams/5390/de/ )\n "
14+ "Language-Team : German (https://github. com/python/python-docs-de )\n "
1415"Language : de\n "
1516"MIME-Version : 1.0\n "
1617"Content-Type : text/plain; charset=UTF-8\n "
@@ -19,11 +20,11 @@ msgstr ""
1920
2021#: ../../faq/installed.rst:3
2122msgid "\" Why is Python Installed on my Computer?\" FAQ"
22- msgstr ""
23+ msgstr "FAQ „Warum ist Python auf meinem Computer installiert?“ "
2324
2425#: ../../faq/installed.rst:6
2526msgid "What is Python?"
26- msgstr ""
27+ msgstr "Was ist Python? "
2728
2829#: ../../faq/installed.rst:8
2930msgid ""
@@ -33,29 +34,42 @@ msgid ""
3334"professional software developers at places such as Google, NASA, and "
3435"Lucasfilm Ltd."
3536msgstr ""
37+ "Python ist eine Programmiersprache. Sie wird für viele verschiedene "
38+ "Anwendungen eingesetzt. An manchen Schulen und Hochschulen dient sie als "
39+ "Einstiegssprache, weil Python leicht zu lernen ist; zugleich nutzen sie "
40+ "professionelle Softwareentwickler an Orten wie Google, NASA und Lucasfilm "
41+ "Ltd."
3642
3743#: ../../faq/installed.rst:13
3844msgid ""
3945"If you wish to learn more about Python, start with the `Beginner's Guide to "
4046"Python <https://wiki.python.org/moin/BeginnersGuide>`_."
4147msgstr ""
48+ "Wenn du mehr über Python erfahren möchtest, beginne mit dem `Beginner's "
49+ "Guide to Python <https://wiki.python.org/moin/BeginnersGuide>`_."
4250
4351#: ../../faq/installed.rst:18
4452msgid "Why is Python installed on my machine?"
45- msgstr ""
53+ msgstr "Warum ist Python auf meinem Rechner installiert? "
4654
4755#: ../../faq/installed.rst:20
4856msgid ""
4957"If you find Python installed on your system but don't remember installing "
5058"it, there are several possible ways it could have gotten there."
5159msgstr ""
60+ "Wenn du Python auf deinem System vorfindest, dich aber nicht daran "
61+ "erinnerst, es installiert zu haben, gibt es mehrere Möglichkeiten, wie es "
62+ "dorthin gelangt sein kann."
5263
5364#: ../../faq/installed.rst:23
5465msgid ""
5566"Perhaps another user on the computer wanted to learn programming and "
5667"installed it; you'll have to figure out who's been using the machine and "
5768"might have installed it."
5869msgstr ""
70+ "Vielleicht wollte eine andere Person, die den Computer nutzt, das "
71+ "Programmieren lernen und hat es installiert; du musst herausfinden, wer den "
72+ "Rechner verwendet hat und es installiert haben könnte."
5973
6074#: ../../faq/installed.rst:26
6175msgid ""
@@ -64,41 +78,60 @@ msgid ""
6478"applications, from GUI programs to network servers and administrative "
6579"scripts."
6680msgstr ""
81+ "Eine auf dem Rechner installierte Anwendung von Drittanbietern könnte in "
82+ "Python geschrieben sein und eine Python-Installation mitgebracht haben. Es "
83+ "gibt viele solcher Anwendungen, von Programmen mit grafischer Oberfläche "
84+ "über Netzwerkserver bis hin zu Verwaltungsskripten."
6785
6886#: ../../faq/installed.rst:29
6987msgid ""
7088"Some Windows machines also have Python installed. At this writing we're "
7189"aware of computers from Hewlett-Packard and Compaq that include Python. "
7290"Apparently some of HP/Compaq's administrative tools are written in Python."
7391msgstr ""
92+ "Auf manchen Windows-Rechnern ist Python ebenfalls installiert. Zum "
93+ "Zeitpunkt der Erstellung dieses Textes sind uns Computer von "
94+ "Hewlett-Packard und Compaq bekannt, bei denen Python enthalten ist. "
95+ "Offenbar sind einige der Verwaltungswerkzeuge von HP/Compaq in Python "
96+ "geschrieben."
7497
7598#: ../../faq/installed.rst:32
7699msgid ""
77100"Many Unix-compatible operating systems, such as macOS and some Linux "
78101"distributions, have Python installed by default; it's included in the base "
79102"installation."
80103msgstr ""
104+ "Viele Unix-kompatible Betriebssysteme, etwa macOS und einige "
105+ "Linux-Distributionen, haben Python standardmäßig installiert, es ist Teil "
106+ "der Grundinstallation."
81107
82108#: ../../faq/installed.rst:38
83109msgid "Can I delete Python?"
84- msgstr ""
110+ msgstr "Kann ich Python löschen? "
85111
86112#: ../../faq/installed.rst:40
87113msgid "That depends on where Python came from."
88- msgstr ""
114+ msgstr "Das hängt davon ab, woher Python stammt. "
89115
90116#: ../../faq/installed.rst:42
91117msgid ""
92118"If someone installed it deliberately, you can remove it without hurting "
93119"anything. On Windows, use the Add/Remove Programs icon in the Control Panel."
94120msgstr ""
121+ "Wenn es jemand bewusst installiert hat, kannst du es ohne Schaden "
122+ "entfernen. Verwende unter Windows in der Systemsteuerung das Symbol "
123+ "„Programme hinzufügen oder entfernen“."
95124
96125#: ../../faq/installed.rst:45
97126msgid ""
98127"If Python was installed by a third-party application, you can also remove "
99128"it, but that application will no longer work. You should use that "
100129"application's uninstaller rather than removing Python directly."
101130msgstr ""
131+ "Wenn Python von einer Anwendung eines Drittanbieters installiert wurde, "
132+ "kannst du es ebenfalls entfernen, aber diese Anwendung funktioniert dann "
133+ "nicht mehr. Nutze besser das Deinstallationsprogramm dieser Anwendung, "
134+ "statt Python direkt zu entfernen."
102135
103136#: ../../faq/installed.rst:49
104137msgid ""
@@ -107,3 +140,8 @@ msgid ""
107140"and some of them might be important to you. Reinstalling the whole system "
108141"would then be required to fix things again."
109142msgstr ""
143+ "Wenn Python mit deinem Betriebssystem geliefert wurde, ist das Entfernen "
144+ "nicht zu empfehlen. Entfernst du es, laufen alle in Python geschriebenen "
145+ "Werkzeuge nicht mehr, und einige davon könnten für dich wichtig sein. Um "
146+ "das wieder in Ordnung zu bringen, müsstest du dann das gesamte System neu "
147+ "installieren."
0 commit comments