Skip to content

Commit 5e93cd3

Browse files
committed
l10n: de.po: correct translation of "bisect" messages
The term "bisect" was translated as "halbieren", we should translate it as "binäre Suche" (binary search). While at there, we should leave "bisect run" untranslated since it's a subcommand of "git bisect". Suggested-by: Thomas Rast <[email protected]> Signed-off-by: Ralf Thielow <[email protected]>
1 parent a295fe6 commit 5e93cd3

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

po/de.po

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1349,11 +1349,11 @@ msgstr " (alle Konflikte behoben: führen Sie \"git commit\" aus)"
13491349
#: wt-status.c:958
13501350
#, c-format
13511351
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'."
13531353

13541354
#: wt-status.c:962
13551355
msgid "You are currently bisecting."
1356-
msgstr "Sie sind gerade beim Halbieren."
1356+
msgstr "Sie sind gerade bei einer binären Suche."
13571357

13581358
#: wt-status.c:965
13591359
msgid " (use \"git bisect reset\" to get back to the original branch)"
@@ -9247,7 +9247,7 @@ msgstr ""
92479247

92489248
#: git-bisect.sh:140
92499249
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"
92519251

92529252
#: git-bisect.sh:144
92539253
msgid "Bad HEAD - strange symbolic ref"
@@ -9280,7 +9280,7 @@ msgstr "'git bisect bad' kann nur ein Argument entgegennehmen."
92809280
#. this is less optimum.
92819281
#: git-bisect.sh:273
92829282
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"
92849284

92859285
#. TRANSLATORS: Make sure to include [Y] and [n] in your
92869286
#. translation. The program will only accept English input
@@ -9310,7 +9310,7 @@ msgstr ""
93109310

93119311
#: git-bisect.sh:347 git-bisect.sh:474
93129312
msgid "We are not bisecting."
9313-
msgstr "Wir sind nicht beim Halbieren."
9313+
msgstr "keine binäre Suche im Gange"
93149314

93159315
#: git-bisect.sh:354
93169316
#, sh-format
@@ -9350,25 +9350,25 @@ msgid ""
93509350
"bisect run failed:\n"
93519351
"exit code $res from '$command' is < 0 or >= 128"
93529352
msgstr ""
9353-
"Ausführung der Halbierung fehlgeschlagen:\n"
9353+
"'bisect run' fehlgeschlagen:\n"
93549354
"Rückkehrwert $res von '$command' ist < 0 oder >= 128"
93559355

93569356
#: git-bisect.sh:453
93579357
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"
93599359

93609360
#: git-bisect.sh:459
93619361
#, sh-format
93629362
msgid ""
93639363
"bisect run failed:\n"
93649364
"'bisect_state $state' exited with error code $res"
93659365
msgstr ""
9366-
"Ausführung der Halbierung fehlgeschlagen:\n"
9366+
"'bisect run' fehlgeschlagen:\n"
93679367
"'bisect_state $state' wurde mit Fehlerwert $res beendet"
93689368

93699369
#: git-bisect.sh:466
93709370
msgid "bisect run success"
9371-
msgstr "Halbierung erfolgreich ausgeführt"
9371+
msgstr "'bisect run' erfolgreich ausgeführt"
93729372

93739373
#: git-pull.sh:21
93749374
msgid ""

0 commit comments

Comments
 (0)