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'
}
},
// Playback settings
settings: {
title: 'Playback Settings',
playbackSpeed: 'Playback Speed'
},
// Sleep timer related
sleepTimer: {
title: 'Sleep Timer',
@@ -125,7 +130,10 @@ export default {
timerEnded: 'Sleep timer ended',
playbackStopped: 'Music playback stopped',
minutesRemaining: '{minutes} min remaining',
songsRemaining: '{count} songs remaining'
songsRemaining: '{count} songs remaining',
activeTime: 'Timer Active',
activeSongs: 'Counting Songs',
activeEnd: 'End After List'
},
playList: {
clearAll: 'Clear Playlist',
+6 -2
View File
@@ -11,7 +11,8 @@ export default {
},
loading: {
more: 'Loading...',
failed: 'Search failed'
failed: 'Search failed',
searching: 'Searching...'
},
noMore: 'No more results',
error: {
@@ -23,5 +24,8 @@ export default {
playlist: 'Playlist',
mv: 'MV',
bilibili: 'Bilibili'
}
},
history: 'Search History',
hot: 'Hot Searches',
suggestions: 'Search Suggestions'
};