{{ getUploadName(item).lastIndexOf('.') != -1 ? getUploadName(item).substring(0, getUploadName(item).lastIndexOf('.')) : getUploadName(item) }}
{{ getUploadName(item).substring(getUploadName(item).lastIndexOf('.')) }}
{{ item.file.type }}
({{ i18n.tsx._uploader.compressedToX({ x: bytes(item.compressedSize) }) }} = {{ i18n.tsx._uploader.savedXPercent({ x: Math.round((1 - item.compressedSize / item.file.size) * 100) }) }})
{{ bytes(item.file.size) }}
{{ i18n.ts.preprocessing }}