mirror of
https://github.com/algerkong/AlgerMusicPlayer.git
synced 2026-05-18 11:37:31 +08:00
feat:添加国际化
This commit is contained in:
@@ -106,6 +106,11 @@ export default {
|
||||
custom: '사용자 정의'
|
||||
}
|
||||
},
|
||||
// 플레이어 설정
|
||||
settings: {
|
||||
title: '재생 설정',
|
||||
playbackSpeed: '재생 속도'
|
||||
},
|
||||
sleepTimer: {
|
||||
title: '타이머 종료',
|
||||
cancel: '타이머 취소',
|
||||
|
||||
@@ -11,7 +11,8 @@ export default {
|
||||
},
|
||||
loading: {
|
||||
more: '로딩 중...',
|
||||
failed: '검색 실패'
|
||||
failed: '검색 실패',
|
||||
searching: '검색 중...'
|
||||
},
|
||||
noMore: '더 이상 없음',
|
||||
error: {
|
||||
@@ -23,5 +24,8 @@ export default {
|
||||
playlist: '플레이리스트',
|
||||
mv: 'MV',
|
||||
bilibili: 'B站'
|
||||
}
|
||||
},
|
||||
history: '검색 기록',
|
||||
hot: '인기 검색',
|
||||
suggestions: '검색 제안'
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user