export const search = { placeholder: 'Search for artist, album or song…', noResults: 'No results for "{{query}}"', artists: 'Artists', albums: 'Albums', songs: 'Songs', clearLabel: 'Clear search', addedToQueueToast: 'Added "{{title}}" to queue', title: 'Search', resultsFor: 'Results for "{{query}}"', album: 'Album', advanced: 'Advanced Search', localIndexBadge: 'Local index', localIndexBadgeTooltip: 'Results from the local library index on this device', networkSearchBadge: 'Server search', networkSearchBadgeTooltip: 'Results from live search on the connected server', liveSearchFailed: 'Search failed — try again', advancedSearchTerm: 'Search term', advancedSearchPlaceholder: 'Title, album, artist…', advancedGenre: 'Genre', advancedAllGenres: 'All genres', advancedYear: 'Year', advancedYearFrom: 'from', advancedYearTo: 'to', advancedBpm: 'BPM', advancedBpmClear: 'Clear BPM filter', advancedLossless: 'Format', advancedLosslessOnly: 'Lossless only', bpmSourceTag: 'BPM from file tag', bpmSourceAnalysis: 'BPM from audio analysis', advancedMoodGroup: 'Mood', advancedAllMoods: 'All moods', advancedMoodLocalNote: 'Requires local library index and track analysis', advancedAll: 'All', advancedSearch: 'Search', advancedEmpty: 'Enter a search term or select a filter to begin.', advancedNoResults: 'No results found.', advancedGenreNote: 'Songs are randomly selected from this genre.', recentSearches: 'Recent Searches', browse: 'Browse', emptyHint: 'What do you want to hear?', scopeArtistsPlaceholder: 'Search for artist…', scopeArtistsBadgeTooltip: 'Click to remove', scopeArtistsGhostTooltip: 'Click to search on this page only', scopeAlbumsPlaceholder: 'Search for album…', scopeAlbumsBadgeTooltip: 'Click to remove', scopeAlbumsGhostTooltip: 'Click to search on this page only', scopeNewReleasesPlaceholder: 'Search new releases…', scopeNewReleasesBadgeTooltip: 'Click to remove', scopeNewReleasesGhostTooltip: 'Click to search on this page only', scopeTracksPlaceholder: 'Find a track by title, artist or album…', scopeTracksBadgeTooltip: 'Click to remove', scopeTracksGhostTooltip: 'Click to search on this page only', scopeComposersPlaceholder: 'Search for composer…', scopeComposersBadgeTooltip: 'Click to remove', scopeComposersGhostTooltip: 'Click to search on this page only', 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.', moodGroups: { joy: 'Joy', sadness: 'Sadness', dance: 'Dance', work: 'Work', romance: 'Romance', anger: 'Anger', }, };