feat: add admin file preview downloads
This commit is contained in:
@@ -408,6 +408,16 @@ export default {
|
||||
copySuccess: 'Text copied to clipboard',
|
||||
copyFailed: 'Copy failed, please try again',
|
||||
charCount: '{count} characters',
|
||||
downloadFile: 'Download File',
|
||||
exportText: 'Export Text',
|
||||
downloadSuccess: 'Downloaded: {name}',
|
||||
exportSuccess: 'Exported: {name}',
|
||||
downloadFailed: 'Download failed',
|
||||
previewFailed: 'Failed to load preview',
|
||||
loadingPreview: 'Loading preview...',
|
||||
previewComplete: 'Loaded full content, {count} characters',
|
||||
previewTruncated: 'Showing {shown} / {total} characters',
|
||||
previewFallback: 'Preview endpoint unavailable; using text from the list',
|
||||
headers: {
|
||||
code: 'Retrieve Code',
|
||||
name: 'Name',
|
||||
|
||||
Reference in New Issue
Block a user