mirror of
https://github.com/algerkong/AlgerMusicPlayer.git
synced 2026-04-03 14:20:50 +08:00
21 lines
367 B
TypeScript
21 lines
367 B
TypeScript
export default {
|
|
title: {
|
|
hotSearch: '热搜列表',
|
|
searchList: '搜索列表',
|
|
searchHistory: '搜索历史'
|
|
},
|
|
button: {
|
|
clear: '清空',
|
|
back: '返回',
|
|
playAll: '播放列表'
|
|
},
|
|
loading: {
|
|
more: '加载中...',
|
|
failed: '搜索失败'
|
|
},
|
|
noMore: '没有更多了',
|
|
error: {
|
|
searchFailed: '搜索失败'
|
|
}
|
|
};
|