Skip to content

Commit 0ceb1cd

Browse files
committed
/cmdline.po and whatnow.po -> new strings translated
1 parent 6cbe606 commit 0ceb1cd

2 files changed

Lines changed: 44 additions & 145 deletions

File tree

library/cmdline.po

Lines changed: 13 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -234,23 +234,22 @@ msgstr ":ref:`zipfile <zipfile-commandline>`"
234234

235235
#: ../../library/cmdline.rst:61
236236
msgid "See also the :ref:`Python command-line interface <using-on-general>`."
237-
msgstr ""
238-
"Siehe auch :ref:`Python Befehlszeilenschnittstelle <using-on-general>`."
237+
msgstr "Siehe auch :ref:`Python Befehlszeilenschnittstelle <using-on-general>`."
239238

240-
#~ msgid ":mod:`ensurepip`"
241-
#~ msgstr ":mod:`ensurepip`"
239+
# ~ msgid ":mod:`ensurepip`"
240+
# ~ msgstr ":mod:`ensurepip`"
242241

243-
#~ msgid ":mod:`!idlelib`"
244-
#~ msgstr ":mod:`!idlelib`"
242+
# ~ msgid ":mod:`!idlelib`"
243+
# ~ msgstr ":mod:`!idlelib`"
245244

246-
#~ msgid ":mod:`pdb`"
247-
#~ msgstr ":mod:`pdb`"
245+
# ~ msgid ":mod:`pdb`"
246+
# ~ msgstr ":mod:`pdb`"
248247

249-
#~ msgid ":mod:`pstats`"
250-
#~ msgstr ":mod:`pstats`"
248+
# ~ msgid ":mod:`pstats`"
249+
# ~ msgstr ":mod:`pstats`"
251250

252-
#~ msgid ":mod:`venv`"
253-
#~ msgstr ":mod:`venv`"
251+
# ~ msgid ":mod:`venv`"
252+
# ~ msgstr ":mod:`venv`"
254253

255-
#~ msgid ":mod:`webbrowser`"
256-
#~ msgstr ":mod:`webbrowser`"
254+
# ~ msgid ":mod:`webbrowser`"
255+
# ~ msgstr ":mod:`webbrowser`"

tutorial/whatnow.po

Lines changed: 31 additions & 131 deletions
Original file line numberDiff line numberDiff line change
@@ -25,172 +25,72 @@ msgid "What Now?"
2525
msgstr "Was nun?"
2626

2727
#: ../../tutorial/whatnow.rst:7
28-
msgid ""
29-
"Reading this tutorial has probably reinforced your interest in using Python "
30-
"--- you should be eager to apply Python to solving your real-world problems. "
31-
"Where should you go to learn more?"
32-
msgstr ""
33-
"Das Lesen dieses Tutorials hat dein Interesse an der Verwendung von Python "
34-
"vermutlich verstärkt – du brennst sicher darauf, Python zur Lösung deiner "
35-
"praktischen Probleme einzusetzen. Wo solltest du ansetzen, um mehr zu lernen?"
28+
msgid "Reading this tutorial has probably reinforced your interest in using Python --- you should be eager to apply Python to solving your real-world problems. Where should you go to learn more?"
29+
msgstr "Das Lesen dieses Tutorials hat dein Interesse an der Verwendung von Python vermutlich verstärkt – du brennst sicher darauf, Python zur Lösung deiner praktischen Probleme einzusetzen. Wo solltest du ansetzen, um mehr zu lernen?"
3630

3731
#: ../../tutorial/whatnow.rst:11
38-
msgid ""
39-
"This tutorial is part of Python's documentation set. Some other documents "
40-
"in the set are:"
41-
msgstr ""
42-
"Dieses Tutorial ist Teil der Python-Dokumentation. Einige weitere Dokumente "
43-
"der Sammlung sind:"
32+
msgid "This tutorial is part of Python's documentation set. Some other documents in the set are:"
33+
msgstr "Dieses Tutorial ist Teil der Python-Dokumentation. Einige weitere Dokumente der Sammlung sind:"
4434

4535
#: ../../tutorial/whatnow.rst:14
46-
msgid ""
47-
":ref:`builtins-index`: gives details about Python's built-in types and "
48-
"functions."
49-
msgstr ""
36+
msgid ":ref:`builtins-index`: gives details about Python's built-in types and functions."
37+
msgstr ":ref:`builtins-index`: gibt Details über die Typen und Funktionen von Python."
5038

5139
#: ../../tutorial/whatnow.rst:17
52-
msgid ""
53-
":ref:`library-index`: gives complete (though terse) reference material about "
54-
"types, functions, and the modules in the standard library. The standard "
55-
"Python distribution includes a *lot* of additional code. There are modules "
56-
"to read Unix mailboxes, retrieve documents via HTTP, generate random "
57-
"numbers, parse command-line options, compress data, and many other tasks. "
58-
"Skimming through the Library Reference will give you an idea of what's "
59-
"available."
60-
msgstr ""
61-
":ref:`library-index`: bietet vollständiges (wenn auch knappes) "
62-
"Referenzmaterial zu Typen, Funktionen und den Modulen der "
63-
"Standardbibliothek. Die Standard-Python-Distribution enthält *jede Menge* "
64-
"zusätzlichen Code. Es gibt Module zum Lesen von Unix-Mailboxen, zum Abrufen "
65-
"von Dokumenten über HTTP, zum Erzeugen von Zufallszahlen, zum Verarbeiten "
66-
"von Kommandozeilenoptionen, zum Komprimieren von Daten und für viele weitere "
67-
"Aufgaben. Ein Überfliegen der Bibliotheksreferenz vermittelt dir einen "
68-
"Eindruck davon, was verfügbar ist."
40+
msgid ":ref:`library-index`: gives complete (though terse) reference material about types, functions, and the modules in the standard library. The standard Python distribution includes a *lot* of additional code. There are modules to read Unix mailboxes, retrieve documents via HTTP, generate random numbers, parse command-line options, compress data, and many other tasks. Skimming through the Library Reference will give you an idea of what's available."
41+
msgstr ":ref:`library-index`: bietet vollständiges (wenn auch knappes) Referenzmaterial zu Typen, Funktionen und den Modulen der Standardbibliothek. Die Standard-Python-Distribution enthält *jede Menge* zusätzlichen Code. Es gibt Module zum Lesen von Unix-Mailboxen, zum Abrufen von Dokumenten über HTTP, zum Erzeugen von Zufallszahlen, zum Verarbeiten von Kommandozeilenoptionen, zum Komprimieren von Daten und für viele weitere Aufgaben. Ein Überfliegen der Bibliotheksreferenz vermittelt dir einen Eindruck davon, was verfügbar ist."
6942

7043
#: ../../tutorial/whatnow.rst:25
71-
msgid ""
72-
":ref:`installing-index` explains how to install additional modules written "
73-
"by other Python users."
74-
msgstr ""
75-
":ref:`installing-index` erklärt, wie zusätzliche Module installiert werden, "
76-
"die von anderen Python-Nutzern geschrieben wurden."
44+
msgid ":ref:`installing-index` explains how to install additional modules written by other Python users."
45+
msgstr ":ref:`installing-index` erklärt, wie zusätzliche Module installiert werden, die von anderen Python-Nutzern geschrieben wurden."
7746

7847
#: ../../tutorial/whatnow.rst:28
79-
msgid ""
80-
":ref:`reference-index`: A detailed explanation of Python's syntax and "
81-
"semantics. It's heavy reading, but is useful as a complete guide to the "
82-
"language itself."
83-
msgstr ""
84-
":ref:`reference-index`: Eine detaillierte Erklärung der Syntax und Semantik "
85-
"von Python. Es ist schwere Kost, aber als vollständiger Leitfaden zur "
86-
"Sprache selbst sehr nützlich."
48+
msgid ":ref:`reference-index`: A detailed explanation of Python's syntax and semantics. It's heavy reading, but is useful as a complete guide to the language itself."
49+
msgstr ":ref:`reference-index`: Eine detaillierte Erklärung der Syntax und Semantik von Python. Es ist schwere Kost, aber als vollständiger Leitfaden zur Sprache selbst sehr nützlich."
8750

8851
#: ../../tutorial/whatnow.rst:32
8952
msgid "More Python resources:"
9053
msgstr "Weitere Python-Ressourcen:"
9154

9255
#: ../../tutorial/whatnow.rst:34
93-
msgid ""
94-
"https://www.python.org: The major Python website. It contains code, "
95-
"documentation, and pointers to Python-related pages around the web."
96-
msgstr ""
97-
"https://www.python.org: Die Haupt-Website von Python. Sie enthält Code, "
98-
"Dokumentation und Verweise auf Seiten rund um Python im Web."
56+
msgid "https://www.python.org: The major Python website. It contains code, documentation, and pointers to Python-related pages around the web."
57+
msgstr "https://www.python.org: Die Haupt-Website von Python. Sie enthält Code, Dokumentation und Verweise auf Seiten rund um Python im Web."
9958

10059
#: ../../tutorial/whatnow.rst:37
10160
msgid "https://docs.python.org: Fast access to Python's documentation."
102-
msgstr ""
103-
"https://docs.python.org: Schneller Zugriff auf die Python-Dokumentation."
61+
msgstr "https://docs.python.org: Schneller Zugriff auf die Python-Dokumentation."
10462

10563
#: ../../tutorial/whatnow.rst:39
106-
msgid ""
107-
"https://pypi.org: The Python Package Index, previously also nicknamed the "
108-
"Cheese Shop [#]_, is an index of user-created Python modules that are "
109-
"available for download. Once you begin releasing code, you can register it "
110-
"here so that others can find it."
111-
msgstr ""
112-
"https://pypi.org: Der Python Package Index, früher auch unter dem Spitznamen "
113-
"Cheese Shop [#]_ bekannt, ist ein Index von Benutzern erstellten Python-"
114-
"Modulen, die zum Download bereitstehen. Sobald du eigenen Code "
115-
"veröffentlichst, kannst du ihn hier registrieren, damit andere ihn finden "
116-
"können."
64+
msgid "https://pypi.org: The Python Package Index, previously also nicknamed the Cheese Shop [#]_, is an index of user-created Python modules that are available for download. Once you begin releasing code, you can register it here so that others can find it."
65+
msgstr "https://pypi.org: Der Python Package Index, früher auch unter dem Spitznamen Cheese Shop [#]_ bekannt, ist ein Index von Benutzern erstellten Python-Modulen, die zum Download bereitstehen. Sobald du eigenen Code veröffentlichst, kannst du ihn hier registrieren, damit andere ihn finden können."
11766

11867
#: ../../tutorial/whatnow.rst:44
119-
msgid ""
120-
"https://code.activestate.com/recipes/langs/python/: The Python Cookbook is a "
121-
"sizable collection of code examples, larger modules, and useful scripts. "
122-
"Particularly notable contributions are collected in a book also titled "
123-
"Python Cookbook (O'Reilly & Associates, ISBN 0-596-00797-3.)"
124-
msgstr ""
125-
"https://code.activestate.com/recipes/langs/python/: Das Python Cookbook ist "
126-
"eine umfangreiche Sammlung von Codebeispielen, größeren Modulen und "
127-
"nützlichen Skripten. Besonders bemerkenswerte Beiträge sind in einem Buch "
128-
"zusammengefasst, das ebenfalls den Titel Python Cookbook trägt (O'Reilly & "
129-
"Associates, ISBN 0-596-00797-3)."
68+
msgid "https://code.activestate.com/recipes/langs/python/: The Python Cookbook is a sizable collection of code examples, larger modules, and useful scripts. Particularly notable contributions are collected in a book also titled Python Cookbook (O'Reilly & Associates, ISBN 0-596-00797-3.)"
69+
msgstr "https://code.activestate.com/recipes/langs/python/: Das Python Cookbook ist eine umfangreiche Sammlung von Codebeispielen, größeren Modulen und nützlichen Skripten. Besonders bemerkenswerte Beiträge sind in einem Buch zusammengefasst, das ebenfalls den Titel Python Cookbook trägt (O'Reilly & Associates, ISBN 0-596-00797-3)."
13070

13171
#: ../../tutorial/whatnow.rst:49
132-
msgid ""
133-
"https://pyvideo.org collects links to Python-related videos from conferences "
134-
"and user-group meetings."
135-
msgstr ""
136-
"https://pyvideo.org sammelt Links zu Python-bezogenen Videos von Konferenzen "
137-
"und Treffen von Anwendergruppen."
72+
msgid "https://pyvideo.org collects links to Python-related videos from conferences and user-group meetings."
73+
msgstr "https://pyvideo.org sammelt Links zu Python-bezogenen Videos von Konferenzen und Treffen von Anwendergruppen."
13874

13975
#: ../../tutorial/whatnow.rst:52
140-
msgid ""
141-
"https://scipy.org: The Scientific Python project includes modules for fast "
142-
"array computations and manipulations plus a host of packages for such things "
143-
"as linear algebra, Fourier transforms, non-linear solvers, random number "
144-
"distributions, statistical analysis and the like."
145-
msgstr ""
146-
"https://scipy.org: Das Scientific-Python-Projekt umfasst Module für schnelle "
147-
"Array-Berechnungen und -Manipulationen sowie eine Vielzahl von Paketen für "
148-
"Bereiche wie lineare Algebra, Fourier-Transformationen, nichtlineare Löser, "
149-
"Zufallszahlenverteilungen, statistische Analysen und Ähnliches."
76+
msgid "https://scipy.org: The Scientific Python project includes modules for fast array computations and manipulations plus a host of packages for such things as linear algebra, Fourier transforms, non-linear solvers, random number distributions, statistical analysis and the like."
77+
msgstr "https://scipy.org: Das Scientific-Python-Projekt umfasst Module für schnelle Array-Berechnungen und -Manipulationen sowie eine Vielzahl von Paketen für Bereiche wie lineare Algebra, Fourier-Transformationen, nichtlineare Löser, Zufallszahlenverteilungen, statistische Analysen und Ähnliches."
15078

15179
#: ../../tutorial/whatnow.rst:57
152-
msgid ""
153-
"For Python-related questions and problem reports, you can post to the "
154-
"newsgroup :newsgroup:`comp.lang.python`, or send them to the mailing list at "
155-
"python-list@python.org. The newsgroup and mailing list are gatewayed, so "
156-
"messages posted to one will automatically be forwarded to the other. There "
157-
"are hundreds of postings a day, asking (and answering) questions, suggesting "
158-
"new features, and announcing new modules. Mailing list archives are "
159-
"available at https://mail.python.org/pipermail/."
160-
msgstr ""
161-
"Für Fragen und Fehlerberichte zu Python kannst du in die Newsgroup :"
162-
"newsgroup:`comp.lang.python` schreiben oder sie an die Mailingliste python-"
163-
"list@python.org senden. Newsgroup und Mailingliste sind miteinander "
164-
"verbunden, sodass an die eine Stelle gesendete Nachrichten automatisch an "
165-
"die andere weitergeleitet werden. Jeden Tag gibt es Hunderte von Beiträgen, "
166-
"in denen Fragen gestellt (und beantwortet), neue Funktionen vorgeschlagen "
167-
"und neue Module angekündigt werden. Archive der Mailingliste sind unter "
168-
"https://mail.python.org/pipermail/ verfügbar."
80+
msgid "For Python-related questions and problem reports, you can post to the newsgroup :newsgroup:`comp.lang.python`, or send them to the mailing list at python-list@python.org. The newsgroup and mailing list are gatewayed, so messages posted to one will automatically be forwarded to the other. There are hundreds of postings a day, asking (and answering) questions, suggesting new features, and announcing new modules. Mailing list archives are available at https://mail.python.org/pipermail/."
81+
msgstr "Für Fragen und Fehlerberichte zu Python kannst du in die Newsgroup :newsgroup:`comp.lang.python` schreiben oder sie an die Mailingliste python-list@python.org senden. Newsgroup und Mailingliste sind miteinander verbunden, sodass an die eine Stelle gesendete Nachrichten automatisch an die andere weitergeleitet werden. Jeden Tag gibt es Hunderte von Beiträgen, in denen Fragen gestellt (und beantwortet), neue Funktionen vorgeschlagen und neue Module angekündigt werden. Archive der Mailingliste sind unter https://mail.python.org/pipermail/ verfügbar."
16982

17083
#: ../../tutorial/whatnow.rst:65
171-
msgid ""
172-
"Before posting, be sure to check the list of :ref:`Frequently Asked "
173-
"Questions <faq-index>` (also called the FAQ). The FAQ answers many of the "
174-
"questions that come up again and again, and may already contain the solution "
175-
"for your problem."
176-
msgstr ""
177-
"Bevor du einen Beitrag verfasst, schaue unbedingt in die Liste der :ref:"
178-
"`Häufig gestellten Fragen <faq-index>` (auch FAQ genannt). Die FAQ "
179-
"beantwortet viele der Fragen, die immer wieder auftauchen, und enthält "
180-
"möglicherweise bereits die Lösung für dein Problem."
84+
msgid "Before posting, be sure to check the list of :ref:`Frequently Asked Questions <faq-index>` (also called the FAQ). The FAQ answers many of the questions that come up again and again, and may already contain the solution for your problem."
85+
msgstr "Bevor du einen Beitrag verfasst, schaue unbedingt in die Liste der :ref:`Häufig gestellten Fragen <faq-index>` (auch FAQ genannt). Die FAQ beantwortet viele der Fragen, die immer wieder auftauchen, und enthält möglicherweise bereits die Lösung für dein Problem."
18186

18287
#: ../../tutorial/whatnow.rst:71
18388
msgid "Footnotes"
18489
msgstr "Fußnoten"
18590

18691
#: ../../tutorial/whatnow.rst:72
187-
msgid ""
188-
"\"Cheese Shop\" is a Monty Python sketch: a customer enters a cheese shop, "
189-
"but whatever cheese he asks for, the clerk says it's missing."
190-
msgstr ""
191-
"\"Cheese Shop\" ist ein Sketch von Monty Python: Ein Kunde betritt einen "
192-
"Käseladen, doch egal, nach welchem Käse er fragt, der Verkäufer sagt immer, "
193-
"dieser sei nicht vorrätig."
92+
msgid "\"Cheese Shop\" is a Monty Python sketch: a customer enters a cheese shop, but whatever cheese he asks for, the clerk says it's missing."
93+
msgstr "\"Cheese Shop\" ist ein Sketch von Monty Python: Ein Kunde betritt einen Käseladen, doch egal, nach welchem Käse er fragt, der Verkäufer sagt immer, dieser sei nicht vorrätig."
19494

195-
#~ msgid ":ref:`library-index`:"
196-
#~ msgstr ":ref:`library-index`:"
95+
# ~ msgid ":ref:`library-index`:"
96+
# ~ msgstr ":ref:`library-index`:"

0 commit comments

Comments
 (0)