{{ scope.row.text
}}
{{ scope.row.expired_count > -1 ? scope.row.expired_count : t('admin.fileView.unlimited_count')
}}
{{ Math.round(scope.row.size / 1024 / 1024 * 100) / 100 }}MB
{{ scope.row.expired_at ? formatTimestamp(scope.row.expired_at) : t('admin.fileView.forever') }}
{{ t('admin.fileView.action') }}
{{ t('admin.fileView.delete')
}}
{{
t('admin.fileView.download') }}