{#if $status && isFileDownloading($status.status)}
{#if $status.status === "download-pending"} 다운로드를 기다리는 중 {:else if $status.status === "downloading"} 다운로드하는 중 {:else if $status.status === "decryption-pending"} 복호화를 기다리는 중 {:else if $status.status === "decrypting"} 복호화하는 중 {/if}
{#if $status.status === "downloading"} 전송됨 {Math.floor(($status.progress ?? 0) * 100)}% · {formatNetworkSpeed(($status.rate ?? 0) * 8)} {/if}