mirror of
https://github.com/algerkong/AlgerMusicPlayer.git
synced 2026-05-19 03:57:28 +08:00
20 lines
337 B
TypeScript
20 lines
337 B
TypeScript
|
|
export default {
|
||
|
|
title: {
|
||
|
|
hotSearch: 'Hot Search',
|
||
|
|
searchList: 'Search Results',
|
||
|
|
searchHistory: 'Search History'
|
||
|
|
},
|
||
|
|
button: {
|
||
|
|
clear: 'Clear',
|
||
|
|
back: 'Back'
|
||
|
|
},
|
||
|
|
loading: {
|
||
|
|
more: 'Loading...',
|
||
|
|
failed: 'Search failed'
|
||
|
|
},
|
||
|
|
noMore: 'No more results',
|
||
|
|
error: {
|
||
|
|
searchFailed: 'Search failed'
|
||
|
|
}
|
||
|
|
};
|