mirror of
https://github.com/Psychotoxical/psysonic.git
synced 2026-07-22 15:25:46 +00:00
feat(search): queue preview on Ctrl+V paste and modal polish
Global queue paste opens the preview modal before play; overlay scrollbar, context-menu suppression, changelog/credits for PR #716 and DanielWTE (#551).
This commit is contained in:
@@ -14,5 +14,7 @@ export const sharePaste = {
|
||||
openedQueuePartial:
|
||||
'Reproduciendo {{played}} de {{total}} pistas del enlace ({{skipped}} no encontradas en este servidor).',
|
||||
queueAllUnavailable: 'Ninguna pista de este enlace se encontró en el servidor.',
|
||||
playQueue: 'Play queue',
|
||||
playQueueing: 'Starting playback…',
|
||||
genericError: 'No se pudo abrir el enlace para compartir.',
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user