mirror of
https://github.com/kilyabin/psysonic.git
synced 2026-07-22 06:25:41 +00:00
chore(orbit): guard bulk queue operations
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This commit is contained in:
@@ -177,6 +177,7 @@ export const deTranslation = {
|
||||
},
|
||||
albumDetail: {
|
||||
back: 'Zurück',
|
||||
orbitDoubleClickHint: 'Doppelklick fügt diesen Titel zur Orbit-Queue hinzu',
|
||||
playAll: 'Alle abspielen',
|
||||
shareAlbum: 'Album teilen',
|
||||
enqueue: 'Einreihen',
|
||||
@@ -1537,6 +1538,10 @@ export const deTranslation = {
|
||||
ctxAddToSessionHost: 'Zur Orbit-Session hinzufügen',
|
||||
ctxAddedHostToast: 'Zur Session hinzugefügt',
|
||||
ctxAddHostFailed: 'Hinzufügen fehlgeschlagen',
|
||||
bulkConfirmTitle: 'Wirklich alles in die Orbit-Queue?',
|
||||
bulkConfirmBody: 'Das würde {{count}} Titel auf einmal in die geteilte Queue werfen. Für deine Gäste ist das eine Menge. Trotzdem hinzufügen?',
|
||||
bulkConfirmYes: 'Alle hinzufügen',
|
||||
bulkConfirmNo: 'Abbrechen',
|
||||
guestLive: 'Live',
|
||||
guestPlaying: 'Läuft gerade',
|
||||
guestPaused: 'Pausiert',
|
||||
|
||||
Reference in New Issue
Block a user