mirror of
https://github.com/algerkong/AlgerMusicPlayer.git
synced 2026-08-02 04:54:43 +08:00
34 lines
689 B
TypeScript
34 lines
689 B
TypeScript
export default {
|
|
title: {
|
|
hotSearch: '인기 검색',
|
|
searchList: '검색 목록',
|
|
searchHistory: '검색 기록'
|
|
},
|
|
button: {
|
|
clear: '지우기',
|
|
back: '뒤로',
|
|
playAll: '재생 목록'
|
|
},
|
|
loading: {
|
|
more: '로딩 중...',
|
|
failed: '검색 실패',
|
|
searching: '검색 중...'
|
|
},
|
|
noMore: '더 이상 없음',
|
|
error: {
|
|
searchFailed: '검색 실패'
|
|
},
|
|
search: {
|
|
single: '단일곡',
|
|
album: '앨범',
|
|
playlist: '플레이리스트',
|
|
mv: 'MV',
|
|
djradio: '라디오',
|
|
bilibili: 'B站'
|
|
},
|
|
|
|
history: '검색 기록',
|
|
hot: '인기 검색',
|
|
suggestions: '검색 제안'
|
|
};
|