@@ -1349,11 +1349,11 @@ msgstr " (alle Konflikte behoben: führen Sie \"git commit\" aus)"
1349
1349
#: wt-status.c:958
1350
1350
#, c-format
1351
1351
msgid "You are currently bisecting branch '%s'."
1352
- msgstr "Sie sind gerade beim Halbieren in Zweig '%s'."
1352
+ msgstr "Sie sind gerade bei einer binären Suche in Zweig '%s'."
1353
1353
1354
1354
#: wt-status.c:962
1355
1355
msgid "You are currently bisecting."
1356
- msgstr "Sie sind gerade beim Halbieren ."
1356
+ msgstr "Sie sind gerade bei einer binären Suche ."
1357
1357
1358
1358
#: wt-status.c:965
1359
1359
msgid " (use \" git bisect reset\" to get back to the original branch)"
@@ -9247,7 +9247,7 @@ msgstr ""
9247
9247
9248
9248
#: git-bisect.sh:140
9249
9249
msgid "won't bisect on seeked tree"
9250
- msgstr "\" bisect \" auf gesuchtem Zweig nicht möglich"
9250
+ msgstr "binäre Suche auf gesuchtem Zweig nicht möglich"
9251
9251
9252
9252
#: git-bisect.sh:144
9253
9253
msgid "Bad HEAD - strange symbolic ref"
@@ -9280,7 +9280,7 @@ msgstr "'git bisect bad' kann nur ein Argument entgegennehmen."
9280
9280
#. this is less optimum.
9281
9281
#: git-bisect.sh:273
9282
9282
msgid "Warning: bisecting only with a bad commit."
9283
- msgstr "Warnung: halbiere nur mit einer fehlerhaften Version"
9283
+ msgstr "Warnung: binäre Suche nur mit einer fehlerhaften Version"
9284
9284
9285
9285
#. TRANSLATORS: Make sure to include [Y] and [n] in your
9286
9286
#. translation. The program will only accept English input
@@ -9310,7 +9310,7 @@ msgstr ""
9310
9310
9311
9311
#: git-bisect.sh:347 git-bisect.sh:474
9312
9312
msgid "We are not bisecting."
9313
- msgstr "Wir sind nicht beim Halbieren. "
9313
+ msgstr "keine binäre Suche im Gange "
9314
9314
9315
9315
#: git-bisect.sh:354
9316
9316
#, sh-format
@@ -9350,25 +9350,25 @@ msgid ""
9350
9350
"bisect run failed:\n"
9351
9351
"exit code $res from '$command' is < 0 or >= 128"
9352
9352
msgstr ""
9353
- "Ausführung der Halbierung fehlgeschlagen:\n"
9353
+ "'bisect run' fehlgeschlagen:\n"
9354
9354
"Rückkehrwert $res von '$command' ist < 0 oder >= 128"
9355
9355
9356
9356
#: git-bisect.sh:453
9357
9357
msgid "bisect run cannot continue any more"
9358
- msgstr "Ausführung der Halbierung kann nicht mehr fortgesetzt werden"
9358
+ msgstr "'bisect run' kann nicht mehr fortgesetzt werden"
9359
9359
9360
9360
#: git-bisect.sh:459
9361
9361
#, sh-format
9362
9362
msgid ""
9363
9363
"bisect run failed:\n"
9364
9364
"'bisect_state $state' exited with error code $res"
9365
9365
msgstr ""
9366
- "Ausführung der Halbierung fehlgeschlagen:\n"
9366
+ "'bisect run' fehlgeschlagen:\n"
9367
9367
"'bisect_state $state' wurde mit Fehlerwert $res beendet"
9368
9368
9369
9369
#: git-bisect.sh:466
9370
9370
msgid "bisect run success"
9371
- msgstr "Halbierung erfolgreich ausgeführt"
9371
+ msgstr "'bisect run' erfolgreich ausgeführt"
9372
9372
9373
9373
#: git-pull.sh:21
9374
9374
msgid ""
0 commit comments