Files
AlgerMusicPlayer/src/i18n/lang/en-US/favorite.ts
T

16 lines
444 B
TypeScript
Raw Normal View History

2025-02-19 01:01:43 +08:00
export default {
title: 'Favorites',
count: 'Total {count}',
batchDownload: 'Batch Download',
selectAll: 'All',
download: 'Download ({count})',
cancel: 'Cancel',
emptyTip: 'No favorite songs yet',
viewMore: 'View More',
noMore: 'No more',
downloadSuccess: 'Download completed',
downloadFailed: 'Download failed',
downloading: 'Downloading, please wait...',
selectSongsFirst: 'Please select songs to download first'
};