diff --git a/src/lib/components/BisectDialog.svelte b/src/lib/components/BisectDialog.svelte index a70848f..10aa554 100644 --- a/src/lib/components/BisectDialog.svelte +++ b/src/lib/components/BisectDialog.svelte @@ -39,9 +39,23 @@

{de ? "Welcher Commit hat den Fehler eingeführt?" : "Which commit introduced the bug?"}

{de ? "Gitty checkt schrittweise frühere Commits aus. Markiere jede getestete Version als Good, Bad oder Skip." : "Gitty checks out earlier commits step by step. Mark each tested version as Good, Bad, or Skip."}

-
- - +
+
+ {de ? "Suchbereich" : "Search range"} + {de ? "Von funktionierend bis fehlerhaft" : "From working to broken"} +
+
+ + +
{de ? "Der Arbeitsbaum muss sauber sein. Während des Bisects wechselt Gitty vorübergehend zwischen Commits." : "The working tree must be clean. Gitty temporarily switches between commits during the bisect."}
{:else if bisectState.finished && bisectState.culprit} @@ -81,9 +95,48 @@