mirror of
https://github.com/jeffvli/feishin.git
synced 2026-07-22 02:16:39 +02:00
Support using alt+click on prev/next to jump to previous/next album in queue (#2220)
This commit is contained in:
@@ -678,6 +678,7 @@
|
||||
"mute": "Mute",
|
||||
"muted": "Muted",
|
||||
"next": "Next",
|
||||
"nextAlbum": "Alt+click for next album",
|
||||
"play": "Play",
|
||||
"playbackFetchCancel": "This is taking a while… close the notification to cancel",
|
||||
"playbackFetchInProgress": "Loading songs…",
|
||||
@@ -686,6 +687,7 @@
|
||||
"playRandom": "Play random",
|
||||
"playSimilarSongs": "Play similar songs",
|
||||
"previous": "Previous",
|
||||
"previousAlbum": "Alt+click for previous album",
|
||||
"queue_clear": "Clear queue",
|
||||
"queue_moveToBottom": "Move selected to bottom",
|
||||
"queue_moveToTop": "Move selected to top",
|
||||
@@ -927,10 +929,12 @@
|
||||
"hotkey_listShowPlayingSong": "Show playing song in list",
|
||||
"hotkey_navigateHome": "Navigate to home",
|
||||
"hotkey_playbackNext": "Next track",
|
||||
"hotkey_playbackNextAlbum": "Next album",
|
||||
"hotkey_playbackPause": "Pause",
|
||||
"hotkey_playbackPlay": "Play",
|
||||
"hotkey_playbackPlayPause": "Play / pause",
|
||||
"hotkey_playbackPrevious": "Previous track",
|
||||
"hotkey_playbackPreviousAlbum": "Previous album",
|
||||
"hotkey_playbackStop": "Stop",
|
||||
"hotkey_rate0": "Rating clear",
|
||||
"hotkey_rate1": "Rating 1 star",
|
||||
|
||||
Reference in New Issue
Block a user