mirror of
https://github.com/algerkong/AlgerMusicPlayer.git
synced 2026-07-16 15:47:29 +08:00
33 lines
630 B
TypeScript
33 lines
630 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',
|
|
searching: 'Searching...'
|
|
},
|
|
noMore: 'No more results',
|
|
error: {
|
|
searchFailed: 'Search failed'
|
|
},
|
|
search: {
|
|
single: 'Single',
|
|
album: 'Album',
|
|
playlist: 'Playlist',
|
|
mv: 'MV',
|
|
djradio: 'Podcast',
|
|
bilibili: 'Bilibili'
|
|
},
|
|
history: 'Search History',
|
|
hot: 'Hot Searches',
|
|
suggestions: 'Search Suggestions'
|
|
};
|