Files
Psychotoxical-psysonic/src/locales/de/search.ts
T
Maxim Isaev e7431b94b8 feat(search): queue pasted share links from Live Search and mobile search
Implement share-link detection in search (track, queue, album, artist,
composer): enqueue tracks/queues without interrupting playback; preview
album/artist/composer without switching the active server; queue preview
modal with scrollable track list. Based on community PR #551.

Co-authored-by: Daniel Wagner <daniel.iuser@icloud.com>
2026-05-15 13:38:35 +03:00

46 lines
1.9 KiB
TypeScript

export const search = {
placeholder: 'Suchen nach Künstler, Album oder Song…',
noResults: 'Keine Ergebnisse für „{{query}}"',
artists: 'Künstler',
albums: 'Alben',
songs: 'Songs',
clearLabel: 'Suche leeren',
addedToQueueToast: '„{{title}}" zur Warteschlange hinzugefügt',
title: 'Suche',
resultsFor: 'Ergebnisse für „{{query}}"',
album: 'Album',
advanced: 'Erweiterte Suche',
advancedSearchTerm: 'Suchbegriff',
advancedSearchPlaceholder: 'Titel, Album, Künstler…',
advancedGenre: 'Genre',
advancedAllGenres: 'Alle Genres',
advancedYear: 'Jahr',
advancedYearFrom: 'von',
advancedYearTo: 'bis',
advancedAll: 'Alle',
advancedSearch: 'Suchen',
advancedEmpty: 'Suchbegriff eingeben oder Filter wählen, um zu beginnen.',
advancedNoResults: 'Keine Ergebnisse gefunden.',
advancedGenreNote: 'Songs werden zufällig aus dem Genre gewählt.',
recentSearches: 'Zuletzt gesucht',
browse: 'Stöbern',
emptyHint: 'Was möchtest du hören?',
genres: 'Genres',
shareLink: 'Share link',
shareTrackTitle: 'Shared track',
shareQueueTitle_one: 'Shared queue ({{count}} track)',
shareQueueTitle_other: 'Shared queue ({{count}} tracks)',
shareQueueAction: 'Add to queue',
shareQueueing: 'Adding to queue…',
shareQueued_one: 'Added {{count}} shared track to queue',
shareQueued_other: 'Added {{count}} shared tracks to queue',
shareQueuedPartial: 'Added {{queued}} of {{total}} shared tracks to queue ({{skipped}} not found).',
shareUnsupportedTitle: 'This share link cannot be used here',
shareUnsupportedSub: 'Use a track, album, artist, composer, or queue share link.',
shareFromServer: 'From {{server}}',
shareQueuePreview: 'Preview tracks',
shareQueuePreviewLoading: 'Loading tracks…',
shareQueuePreviewEmpty: 'No tracks from this link could be found on the server.',
shareQueuePreviewSkipped: '{{skipped}} of {{total}} tracks were not found on this server.',
};