mirror of
https://github.com/algerkong/AlgerMusicPlayer.git
synced 2026-05-17 18:47:29 +08:00
18 lines
498 B
TypeScript
18 lines
498 B
TypeScript
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',
|
|
descending: 'Descending',
|
|
ascending: 'Ascending'
|
|
};
|