feat:添加国际化

This commit is contained in:
alger
2025-12-19 00:24:26 +08:00
parent 8e1259d2aa
commit a9fb487332
10 changed files with 59 additions and 11 deletions
+9 -1
View File
@@ -105,6 +105,11 @@ export default {
custom: 'Custom' custom: 'Custom'
} }
}, },
// Playback settings
settings: {
title: 'Playback Settings',
playbackSpeed: 'Playback Speed'
},
// Sleep timer related // Sleep timer related
sleepTimer: { sleepTimer: {
title: 'Sleep Timer', title: 'Sleep Timer',
@@ -125,7 +130,10 @@ export default {
timerEnded: 'Sleep timer ended', timerEnded: 'Sleep timer ended',
playbackStopped: 'Music playback stopped', playbackStopped: 'Music playback stopped',
minutesRemaining: '{minutes} min remaining', minutesRemaining: '{minutes} min remaining',
songsRemaining: '{count} songs remaining' songsRemaining: '{count} songs remaining',
activeTime: 'Timer Active',
activeSongs: 'Counting Songs',
activeEnd: 'End After List'
}, },
playList: { playList: {
clearAll: 'Clear Playlist', clearAll: 'Clear Playlist',
+6 -2
View File
@@ -11,7 +11,8 @@ export default {
}, },
loading: { loading: {
more: 'Loading...', more: 'Loading...',
failed: 'Search failed' failed: 'Search failed',
searching: 'Searching...'
}, },
noMore: 'No more results', noMore: 'No more results',
error: { error: {
@@ -23,5 +24,8 @@ export default {
playlist: 'Playlist', playlist: 'Playlist',
mv: 'MV', mv: 'MV',
bilibili: 'Bilibili' bilibili: 'Bilibili'
} },
history: 'Search History',
hot: 'Hot Searches',
suggestions: 'Search Suggestions'
}; };
+5
View File
@@ -106,6 +106,11 @@ export default {
custom: 'カスタム' custom: 'カスタム'
} }
}, },
// プレイヤー設定
settings: {
title: '再生設定',
playbackSpeed: '再生速度'
},
// タイマー機能関連 // タイマー機能関連
sleepTimer: { sleepTimer: {
title: 'スリープタイマー', title: 'スリープタイマー',
+6 -2
View File
@@ -11,7 +11,8 @@ export default {
}, },
loading: { loading: {
more: '読み込み中...', more: '読み込み中...',
failed: '検索に失敗しました' failed: '検索に失敗しました',
searching: '検索中...'
}, },
noMore: 'これ以上ありません', noMore: 'これ以上ありません',
error: { error: {
@@ -23,5 +24,8 @@ export default {
playlist: 'プレイリスト', playlist: 'プレイリスト',
mv: 'MV', mv: 'MV',
bilibili: 'Bilibili' bilibili: 'Bilibili'
} },
history: '検索履歴',
hot: '人気検索',
suggestions: '検索候補'
}; };
+5
View File
@@ -106,6 +106,11 @@ export default {
custom: '사용자 정의' custom: '사용자 정의'
} }
}, },
// 플레이어 설정
settings: {
title: '재생 설정',
playbackSpeed: '재생 속도'
},
sleepTimer: { sleepTimer: {
title: '타이머 종료', title: '타이머 종료',
cancel: '타이머 취소', cancel: '타이머 취소',
+6 -2
View File
@@ -11,7 +11,8 @@ export default {
}, },
loading: { loading: {
more: '로딩 중...', more: '로딩 중...',
failed: '검색 실패' failed: '검색 실패',
searching: '검색 중...'
}, },
noMore: '더 이상 없음', noMore: '더 이상 없음',
error: { error: {
@@ -23,5 +24,8 @@ export default {
playlist: '플레이리스트', playlist: '플레이리스트',
mv: 'MV', mv: 'MV',
bilibili: 'B站' bilibili: 'B站'
} },
history: '검색 기록',
hot: '인기 검색',
suggestions: '검색 제안'
}; };
+5
View File
@@ -105,6 +105,11 @@ export default {
custom: '自定义' custom: '自定义'
} }
}, },
// 播放器设置
settings: {
title: '播放设置',
playbackSpeed: '播放速度'
},
// 定时关闭功能相关 // 定时关闭功能相关
sleepTimer: { sleepTimer: {
title: '定时关闭', title: '定时关闭',
+6 -2
View File
@@ -11,7 +11,8 @@ export default {
}, },
loading: { loading: {
more: '加载中...', more: '加载中...',
failed: '搜索失败' failed: '搜索失败',
searching: '搜索中...'
}, },
noMore: '没有更多了', noMore: '没有更多了',
error: { error: {
@@ -23,5 +24,8 @@ export default {
playlist: '歌单', playlist: '歌单',
mv: 'MV', mv: 'MV',
bilibili: 'B站' bilibili: 'B站'
} },
history: '搜索历史',
hot: '热门搜索',
suggestions: '搜索建议'
}; };
+5
View File
@@ -105,6 +105,11 @@ export default {
custom: '自訂' custom: '自訂'
} }
}, },
// 播放器設定
settings: {
title: '播放設定',
playbackSpeed: '播放速度'
},
// 定時關閉功能相關 // 定時關閉功能相關
sleepTimer: { sleepTimer: {
title: '定時關閉', title: '定時關閉',
+6 -2
View File
@@ -11,7 +11,8 @@ export default {
}, },
loading: { loading: {
more: '載入中...', more: '載入中...',
failed: '搜尋失敗' failed: '搜尋失敗',
searching: '搜尋中...'
}, },
noMore: '沒有更多了', noMore: '沒有更多了',
error: { error: {
@@ -23,5 +24,8 @@ export default {
playlist: '歌單', playlist: '歌單',
mv: 'MV', mv: 'MV',
bilibili: 'B站' bilibili: 'B站'
} },
history: '搜尋歷史',
hot: '熱門搜尋',
suggestions: '搜尋建議'
}; };