mirror of
https://github.com/algerkong/AlgerMusicPlayer.git
synced 2026-05-18 11:37:31 +08:00
feat:添加国际化
This commit is contained in:
@@ -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',
|
||||
|
||||
@@ -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'
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user