Files
AlgerMusicPlayer/src/i18n/lang/zh-CN/search.ts

21 lines
367 B
TypeScript

export default {
title: {
hotSearch: '热搜列表',
searchList: '搜索列表',
searchHistory: '搜索历史'
},
button: {
clear: '清空',
back: '返回',
playAll: '播放列表'
},
loading: {
more: '加载中...',
failed: '搜索失败'
},
noMore: '没有更多了',
error: {
searchFailed: '搜索失败'
}
};