{{ cwd }}
{{ item.name }}
{{ fileSize(item.size) }}
download(item)" />{{ $t('files.downloads') }}
{{ download.name }}
{{ Math.min(100, Math.round((download.progress / download.size) * 100)) }}%
removeTransfer(download)">{{ $t('files.uploads') }}
{{ upload.name }}
{{ Math.min(100, Math.round((upload.progress / upload.size) * 100)) }}%
removeTransfer(upload)">{{ $t('files.upload_here') }}