export const search = { placeholder: 'Rechercher un artiste, album ou morceau…', noResults: 'Aucun résultat pour « {{query}} »', artists: 'Artistes', albums: 'Albums', songs: 'Morceaux', clearLabel: 'Effacer la recherche', addedToQueueToast: '« {{title}} » ajouté à la file', title: 'Recherche', resultsFor: 'Résultats pour « {{query}} »', album: 'Album', advanced: 'Recherche avancée', advancedSearchTerm: 'Terme de recherche', advancedSearchPlaceholder: 'Titre, album, artiste…', advancedGenre: 'Genre', advancedAllGenres: 'Tous les genres', advancedYear: 'Année', advancedYearFrom: 'de', advancedYearTo: 'à', advancedAll: 'Tous', advancedSearch: 'Rechercher', advancedEmpty: 'Entrez un terme de recherche ou sélectionnez un filtre.', advancedNoResults: 'Aucun résultat trouvé.', advancedGenreNote: 'Les morceaux sont sélectionnés aléatoirement dans ce genre.', recentSearches: 'Recherches récentes', browse: 'Parcourir', emptyHint: 'Que veux-tu écouter ?', 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.', };