{{ ctx.name }}
{{ $t('waiting') }} {{ String(Math.floor(ctx.progressValue / 1024)).replace(/(\d)(?=(\d\d\d)+(?!\d))/g, '$1,') }}KB / {{ String(Math.floor(ctx.progressMax / 1024)).replace(/(\d)(?=(\d\d\d)+(?!\d))/g, '$1,') }}KB {{ Math.floor((ctx.progressValue / ctx.progressMax) * 100) }}