mirror of
https://github.com/algerkong/AlgerMusicPlayer.git
synced 2026-05-19 03:57:28 +08:00
feat: 添加日语和韩语国际化,并且优化语言相关代码
This commit is contained in:
@@ -0,0 +1,27 @@
|
||||
export default {
|
||||
title: {
|
||||
hotSearch: '인기 검색',
|
||||
searchList: '검색 목록',
|
||||
searchHistory: '검색 기록'
|
||||
},
|
||||
button: {
|
||||
clear: '지우기',
|
||||
back: '뒤로',
|
||||
playAll: '재생 목록'
|
||||
},
|
||||
loading: {
|
||||
more: '로딩 중...',
|
||||
failed: '검색 실패'
|
||||
},
|
||||
noMore: '더 이상 없음',
|
||||
error: {
|
||||
searchFailed: '검색 실패'
|
||||
},
|
||||
search: {
|
||||
single: '단일곡',
|
||||
album: '앨범',
|
||||
playlist: '플레이리스트',
|
||||
mv: 'MV',
|
||||
bilibili: 'B站'
|
||||
}
|
||||
};
|
||||
Reference in New Issue
Block a user