export default { title: 'Download Manager', localMusic: 'Local Music', count: '{count} songs in total', clearAll: 'Clear All', tabs: { downloading: 'Downloading', downloaded: 'Downloaded' }, empty: { noTasks: 'No download tasks', noDownloaded: 'No downloaded songs' }, progress: { total: 'Total Progress: {progress}%' }, status: { downloading: 'Downloading', completed: 'Completed', failed: 'Failed', unknown: 'Unknown' }, artist: { unknown: 'Unknown Artist' }, delete: { title: 'Delete Confirmation', message: 'Are you sure you want to delete "{filename}"? This action cannot be undone.', confirm: 'Delete', cancel: 'Cancel', success: 'Successfully deleted', failed: 'Failed to delete', fileNotFound: 'File not found or moved, removed from records', recordRemoved: 'Failed to delete file, but removed from records' }, clear: { title: 'Clear Download Records', message: 'Are you sure you want to clear all download records? This will not delete the actual music files, but will clear all records.', confirm: 'Clear', cancel: 'Cancel', success: 'Download records cleared' }, message: { downloadComplete: '{filename} download completed', downloadFailed: '{filename} download failed: {error}' }, loading: 'Loading...' };