{isGerman ? "Branches zusammenführen" : "Combine branches"}
{isGerman ? "Merge konfigurieren" : "Configure merge"}
{isGerman ? "Quell-Branch" : "Source branch"}
{branch.name}
{isGerman ? "In aktuellen Branch" : "Into current branch"}
{currentBranch || "HEAD"}
{isGerman ? "Merge-Strategie" : "Merge strategy"}
{#each options as option}
{#if strategy === option.value}
{/if}
{option.label}
{option.description}
{/each}
{isGerman ? "Abbrechen" : "Cancel"}
{#if isBusy}
{:else}
{/if} {isGerman ? "Branch mergen" : "Merge branch"}