{de ? "Legt fest, wie entfernte Änderungen in deinen aktuellen Branch übernommen werden." : "Controls how remote changes are integrated into your current branch."}
Remotes
{de ? "Server-Verbindungen dieses Repositorys verwalten." : "Manage this repository's server connections."}
{remotes.length}
{#if actionError}
{de ? "Remote konnte nicht entfernt werden" : "Remote could not be removed"}{actionError}
{/if}
{#if actionStatus}
{actionStatus}
{/if}
{#each remotes as remote (remote.name)}
{#if editingName === remote.name}
{remote.name}
{:else}
{/if}
{:else}
{de ? "Noch kein Remote eingerichtet." : "No remote configured yet."}