- {{ t('components.library.FileUpload.table.upload.header.filename') }} - | -- {{ t('components.library.FileUpload.table.upload.header.size') }} - | -- {{ t('components.library.FileUpload.table.upload.header.status') }} - | -- {{ t('components.library.FileUpload.table.upload.header.actions') }} - | -
---|---|---|---|
- | - | - | - - | -
- {{ truncate(file.name ?? '', 60) }} - | -{{ humanSize(file.size ?? 0) }} | -- - - {{ file.error }} - - - - - {{ t('components.library.FileUpload.table.upload.status.uploaded') }} - - - - - {{ t('components.library.FileUpload.table.upload.status.uploading') }} - - - {{ t('components.library.FileUpload.table.upload.progress', {percent: parseFloat(file.progress ?? '0.00')}) }} - - - - {{ t('components.library.FileUpload.table.upload.status.pending') }} - - - | -- - - - - - - | -
- {{ t('components.library.FileUpload.description.previousImport') }} -
-- {{ t('components.library.FileUpload.description.import') }} -
- - -+ {{ t('components.library.FileUpload.label.extensions', {extensions: supportedExtensions.join(', ')}) }} +
++ {{ t('components.library.FileUpload.message.local.message') }} +
++ {{ t('components.library.FileUpload.description.previousImport') }} +
++ {{ t('components.library.FileUpload.description.import') }} +
+ + ++ {{ t('components.library.FileUpload.table.upload.header.filename') }} + | ++ {{ t('components.library.FileUpload.table.upload.header.size') }} + | ++ {{ t('components.library.FileUpload.table.upload.header.status') }} + | ++ {{ t('components.library.FileUpload.table.upload.header.actions') }} + | +
---|---|---|---|
+ | + | + | + + | +
+ {{ truncate(file.name ?? '', 60) }} + | +{{ humanSize(file.size ?? 0) }} | ++ + + {{ file.error }} + + + + + {{ t('components.library.FileUpload.table.upload.status.uploaded') }} + + + + + {{ t('components.library.FileUpload.table.upload.status.uploading') }} + + + {{ t('components.library.FileUpload.table.upload.progress', {percent: parseFloat(file.progress ?? '0.00')}) }} + + + + {{ t('components.library.FileUpload.table.upload.status.pending') }} + + + | ++ + + + + + + | +