{isGerman ? "Branches oder Commits vergleichen" : "Compare branches or commits"}

{isGerman ? "Zwei Repository-Stände direkt gegenüberstellen" : "Review two repository states side by side"}

{#if targetCount < 2}
{isGerman ? "Für einen Vergleich werden mindestens zwei Branches oder Commits benötigt." : "At least two branches or commits are needed to compare."}
{:else}

{isGerman ? "Vergleichsbereich" : "Comparison range"}

{isGerman ? "Wähle Ausgangspunkt und Ziel des Vergleichs." : "Choose the starting point and target for the comparison."}

{#if compareFrom && compareTo && compareFrom === compareTo}
{isGerman ? "Wähle zwei unterschiedliche Branches oder Commits." : "Select two different branches or commits to compare."}
{:else}
{isGerman ? "Verglichen werden die vollständigen Repository-Stände. Nicht committete Änderungen im Arbeitsverzeichnis sind nicht enthalten." : "The complete repository states are compared. Uncommitted working-tree changes are not included."}
{/if} {/if}
{isGerman ? `${targetCount} Ziele verfügbar` : `${targetCount} targets available`}