{#if isFileUploading($status.status)}

{$status.name}

{#if $status.status === "encryption-pending"} 준비 중 {:else if $status.status === "encrypting"} 암호화하는 중 {:else if $status.status === "upload-pending"} 업로드를 기다리는 중 {:else if $status.status === "uploading"} 전송됨 {Math.floor(($status.progress ?? 0) * 100)}% · {formatNetworkSpeed(($status.rate ?? 0) * 8)} {/if}

{/if}