{$t('storage')}

{#if $serverInfo}

{asByteUnitString(usedBytes, $locale)} of {asByteUnitString(availableBytes, $locale)} used

{:else}
{/if}

{$t('server')}

{$t('status')}

{#if $connected}

{$t('online')}

{:else}

{$t('offline')}

{/if}

{$t('version')}

{#if $connected && version} {version} {:else}

{$t('unknown')}

{/if}