{#if isFileDownloading(state.status)}

{#if state.status === "download-pending"} 다운로드를 기다리는 중 {:else if state.status === "downloading"} 다운로드하는 중 {:else if state.status === "decryption-pending"} 복호화를 기다리는 중 {:else if state.status === "decrypting"} 복호화하는 중 {/if}

{#if state.status === "downloading"} 전송됨 {Math.floor((state.progress ?? 0) * 100)}% · {formatNetworkSpeed((state.rate ?? 0) * 8)} {/if}

{/if}