@@ -8,22 +8,26 @@ msgstr ""
8
8
"Project-Id-Version : bpython mercurial\n "
9
9
"Report-Msgid-Bugs-To : http://github.com/bpython/bpython/issues\n "
10
10
"POT-Creation-Date : 2019-09-22 22:17+0200\n "
11
- "PO-Revision-Date : 2019-09-22 22:21 +0200\n "
11
+ "PO-Revision-Date : 2019-09-22 22:54 +0200\n "
12
12
"Last-Translator : Sebastian Ramacher <sebastian+dev@ramacher.at>\n "
13
13
"Language : de\n "
14
14
"Language-Team : de <LL@li.org>\n "
15
- "Plural-Forms : nplurals=2; plural=(n != 1)\n "
15
+ "Plural-Forms : nplurals=2; plural=(n != 1); \n "
16
16
"MIME-Version : 1.0\n "
17
17
"Content-Type : text/plain; charset=utf-8\n "
18
18
"Content-Transfer-Encoding : 8bit\n "
19
19
"Generated-By : Babel 2.6.0\n "
20
+ "X-Generator : Poedit 2.2.3\n "
20
21
21
22
#: bpython/args.py:63
22
23
msgid ""
23
24
"Usage: %prog [options] [file [args]]\n"
24
- "NOTE: If bpython sees an argument it does not know, execution falls back "
25
- "to the regular Python interpreter."
25
+ "NOTE: If bpython sees an argument it does not know, execution falls back to the "
26
+ "regular Python interpreter."
26
27
msgstr ""
28
+ "Verwendung: %prog [Optionen] [Datei [Argumente]]\n"
29
+ "Hinweis: Wenn bpython Argumente übergeben bekommt, die nicht verstanden werden, "
30
+ "wird der normale Python Interpreter ausgeführt."
27
31
28
32
#: bpython/args.py:73
29
33
msgid "Use CONFIG instead of default config file."
@@ -216,14 +220,13 @@ msgstr[1] ""
216
220
#: bpython/repl.py:1126
217
221
msgid "Config file does not exist - create new from default? (y/N)"
218
222
msgstr ""
219
- "Konfigurationsdatei existiert nicht. Soll eine neue Datei erstellt "
220
- "werden? (j/N)"
223
+ "Konfigurationsdatei existiert nicht. Soll eine neue Datei erstellt werden? (j/N)"
221
224
222
225
#: bpython/repl.py:1148
223
226
msgid "bpython config file edited. Restart bpython for changes to take effect."
224
227
msgstr ""
225
- "bpython Konfigurationsdatei bearbeitet. Starte bpython neu damit die "
226
- "Änderungen übernommen werden."
228
+ "bpython Konfigurationsdatei bearbeitet. Starte bpython neu damit die Änderungen "
229
+ "übernommen werden."
227
230
228
231
#: bpython/repl.py:1151
229
232
#, python-format
@@ -237,21 +240,23 @@ msgstr ""
237
240
238
241
#: bpython/urwid.py:1136
239
242
msgid "Run twisted reactor."
240
- msgstr ""
243
+ msgstr "Führe twisted reactor aus. "
241
244
242
245
#: bpython/urwid.py:1138
243
246
msgid "Select specific reactor (see --help-reactors). Implies --twisted."
244
- msgstr ""
247
+ msgstr "Wähle reactor aus (siehe --help-reactors). Impliziert --twisted. "
245
248
246
249
#: bpython/urwid.py:1141
247
250
msgid "List available reactors for -r."
248
- msgstr ""
251
+ msgstr "Liste verfügbare reactors für -r auf. "
249
252
250
253
#: bpython/urwid.py:1143
251
254
msgid ""
252
- "twistd plugin to run (use twistd for a list). Use \" --\" to pass further "
253
- "options to the plugin."
255
+ "twistd plugin to run (use twistd for a list). Use \" --\" to pass further options "
256
+ "to the plugin."
254
257
msgstr ""
258
+ "Auszuführendes twistd Plugin (starte twistd für eine Liste). Verwende \" --\" um "
259
+ "Optionen an das Plugin zu übergeben."
255
260
256
261
#: bpython/urwid.py:1146
257
262
msgid "Port to run an eval server on (forces Twisted)."
@@ -274,7 +279,7 @@ msgstr "Fehler beim Ausführen von PYTHONSTARTUP: %s"
274
279
#: bpython/curtsiesfrontend/repl.py:660
275
280
#, python-format
276
281
msgid "Reloaded at %s because %s modified."
277
- msgstr ""
282
+ msgstr "Bei %s neugeladen, da %s modifiziert wurde. "
278
283
279
284
#: bpython/curtsiesfrontend/repl.py:929
280
285
msgid "Session not reevaluated because it was not edited"
@@ -295,13 +300,13 @@ msgstr "Bei %s vom Benutzer neu geladen."
295
300
296
301
#: bpython/curtsiesfrontend/repl.py:966
297
302
msgid "Auto-reloading deactivated."
298
- msgstr ""
303
+ msgstr "Automatisches Neuladen deaktiviert. "
299
304
300
305
#: bpython/curtsiesfrontend/repl.py:971
301
306
msgid "Auto-reloading active, watching for file changes..."
302
- msgstr ""
307
+ msgstr "Automatisches Neuladen ist aktiv; beobachte Dateiänderungen... "
303
308
304
309
#: bpython/curtsiesfrontend/repl.py:976
305
310
msgid "Auto-reloading not available because watchdog not installed."
306
311
msgstr ""
307
-
312
+ "Automatisches Neuladen ist nicht verfügbar da watchdog nicht installiert ist."
0 commit comments