mirror of
https://github.com/kilyabin/psysonic.git
synced 2026-07-21 22:15:40 +00:00
33b0206ea2
Global queue paste opens the preview modal before play; overlay scrollbar, context-menu suppression, changelog/credits for PR #716 and DanielWTE (#551).
21 lines
1.2 KiB
TypeScript
21 lines
1.2 KiB
TypeScript
export const sharePaste = {
|
|
notLoggedIn: 'Loghează-te și adaugă serverul înainte de a lipi link-ul distribuit.',
|
|
noMatchingServer: 'Niciun server nu corespunde cu acest link. Adaugă un server cu această adresă: {{url}}',
|
|
trackUnavailable: 'Această piesă nu a fost găsită în server.',
|
|
albumUnavailable: 'Acest album nu a fost găsit în server.',
|
|
artistUnavailable: 'Acest artist nu a fost găsit în server.',
|
|
composerUnavailable: 'Acest compozitor nu a fost găsit pe server.',
|
|
openedTrack: 'Se redă piesa distribuită.',
|
|
openedAlbum: 'Se deschide albumul distribuit.',
|
|
openedArtist: 'Se deschide artistul distribuit.',
|
|
openedComposer: 'Se deschide compozitorul distribuit.',
|
|
openedQueue_one: 'Se redă {{count}} piesă din link-ul distribuit.',
|
|
openedQueue_other: 'Se redau {{count}} piese din link-ul distribuit.',
|
|
openedQueuePartial:
|
|
'Se redau {{played}} din {{total}} piese din link ({{skipped}} nu au fost găsite în server).',
|
|
queueAllUnavailable: 'Nicio piesă din acest link nu a fost găsită în server.',
|
|
playQueue: 'Play queue',
|
|
playQueueing: 'Starting playback…',
|
|
genericError: 'Nu s-a putut deschide link-ul distribuit.',
|
|
};
|