mirror of
https://github.com/algerkong/AlgerMusicPlayer.git
synced 2026-05-18 19:47:29 +08:00
16 lines
444 B
TypeScript
16 lines
444 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'
|
||
|
|
};
|