mirror of
https://github.com/algerkong/AlgerMusicPlayer.git
synced 2026-05-18 19:47:29 +08:00
feat: 添加心动模式播放
This commit is contained in:
@@ -66,7 +66,17 @@ export default {
|
||||
favorite: 'Favorite {name}',
|
||||
unFavorite: 'Unfavorite {name}',
|
||||
playbackSpeed: 'Playback Speed',
|
||||
advancedControls: 'Advanced Controls'
|
||||
advancedControls: 'Advanced Controls',
|
||||
intelligenceMode: {
|
||||
title: 'Intelligence Mode',
|
||||
needCookieLogin: 'Please login with Cookie method to use Intelligence Mode',
|
||||
noFavoritePlaylist: 'Favorite playlist not found',
|
||||
noLikedSongs: 'You have no liked songs yet',
|
||||
loading: 'Loading Intelligence Mode',
|
||||
success: 'Loaded {count} songs',
|
||||
failed: 'Failed to get Intelligence Mode list',
|
||||
error: 'Intelligence Mode error'
|
||||
}
|
||||
},
|
||||
eq: {
|
||||
title: 'Equalizer',
|
||||
|
||||
@@ -67,7 +67,17 @@ export default {
|
||||
unFavorite: '{name}をお気に入りから削除しました',
|
||||
miniPlayBar: 'ミニ再生バー',
|
||||
playbackSpeed: '再生速度',
|
||||
advancedControls: 'その他の設定'
|
||||
advancedControls: 'その他の設定',
|
||||
intelligenceMode: {
|
||||
title: 'インテリジェンスモード',
|
||||
needCookieLogin: 'Cookie方式でログインしてからインテリジェンスモードを使用してください',
|
||||
noFavoritePlaylist: '「お気に入りの音楽」プレイリストが見つかりません',
|
||||
noLikedSongs: 'まだ「いいね」した楽曲がありません',
|
||||
loading: 'インテリジェンスモードを読み込み中',
|
||||
success: '{count} 曲を読み込みました',
|
||||
failed: 'インテリジェンスモードのリスト取得に失敗しました',
|
||||
error: 'インテリジェンスモードの再生でエラーが発生しました'
|
||||
}
|
||||
},
|
||||
eq: {
|
||||
title: 'イコライザー',
|
||||
|
||||
@@ -67,7 +67,17 @@ export default {
|
||||
unFavorite: '{name} 즐겨찾기 해제됨',
|
||||
miniPlayBar: '미니 재생바',
|
||||
playbackSpeed: '재생 속도',
|
||||
advancedControls: '고급 설정'
|
||||
advancedControls: '고급 설정',
|
||||
intelligenceMode: {
|
||||
title: '인텔리전스 모드',
|
||||
needCookieLogin: '쿠키 방식으로 로그인한 후 인텔리전스 모드를 사용할 수 있습니다',
|
||||
noFavoritePlaylist: '내가 좋아하는 음악 재생목록을 찾을 수 없습니다',
|
||||
noLikedSongs: '아직 좋아한 노래가 없습니다',
|
||||
loading: '인텔리전스 모드를 불러오는 중',
|
||||
success: '총 {count}곡을 불러왔습니다',
|
||||
failed: '인텔리전스 모드 목록을 가져오는 데 실패했습니다',
|
||||
error: '인텔리전스 모드 재생 오류'
|
||||
}
|
||||
},
|
||||
eq: {
|
||||
title: '이퀄라이저',
|
||||
|
||||
@@ -67,7 +67,17 @@ export default {
|
||||
unFavorite: '已取消收藏{name}',
|
||||
miniPlayBar: '迷你播放栏',
|
||||
playbackSpeed: '播放速度',
|
||||
advancedControls: '更多设置s'
|
||||
advancedControls: '更多设置',
|
||||
intelligenceMode: {
|
||||
title: '心动模式',
|
||||
needCookieLogin: '请使用 Cookie 方式登录后使用心动模式',
|
||||
noFavoritePlaylist: '未找到我喜欢的音乐歌单',
|
||||
noLikedSongs: '您还没有喜欢的歌曲',
|
||||
loading: '正在加载心动模式',
|
||||
success: '已加载 {count} 首歌曲',
|
||||
failed: '获取心动模式列表失败',
|
||||
error: '心动模式播放出错'
|
||||
}
|
||||
},
|
||||
eq: {
|
||||
title: '均衡器',
|
||||
|
||||
@@ -67,7 +67,17 @@ export default {
|
||||
unFavorite: '已取消收藏{name}',
|
||||
miniPlayBar: '迷你播放列',
|
||||
playbackSpeed: '播放速度',
|
||||
advancedControls: '更多設定s'
|
||||
advancedControls: '更多設定',
|
||||
intelligenceMode: {
|
||||
title: '心動模式',
|
||||
needCookieLogin: '請使用 Cookie 方式登入後使用心動模式',
|
||||
noFavoritePlaylist: '未找到我喜歡的音樂歌單',
|
||||
noLikedSongs: '您還沒有喜歡的歌曲',
|
||||
loading: '正在載入心動模式',
|
||||
success: '已載入 {count} 首歌曲',
|
||||
failed: '取得心動模式清單失敗',
|
||||
error: '心動模式播放出錯'
|
||||
}
|
||||
},
|
||||
eq: {
|
||||
title: '等化器',
|
||||
|
||||
Reference in New Issue
Block a user