mirror of
https://github.com/algerkong/AlgerMusicPlayer.git
synced 2026-05-18 11:37:31 +08:00
28 lines
486 B
TypeScript
28 lines
486 B
TypeScript
export default {
|
|
title: {
|
|
hotSearch: 'Hot Search',
|
|
searchList: 'Search Results',
|
|
searchHistory: 'Search History'
|
|
},
|
|
button: {
|
|
clear: 'Clear',
|
|
back: 'Back',
|
|
playAll: 'Play All'
|
|
},
|
|
loading: {
|
|
more: 'Loading...',
|
|
failed: 'Search failed'
|
|
},
|
|
noMore: 'No more results',
|
|
error: {
|
|
searchFailed: 'Search failed'
|
|
},
|
|
search: {
|
|
single: 'Single',
|
|
album: 'Album',
|
|
playlist: 'Playlist',
|
|
mv: 'MV',
|
|
bilibili: 'Bilibili'
|
|
}
|
|
};
|