export const nowPlaying = { tooltip: 'Who is listening?', title: 'Who is listening?', loading: 'Loading…', nobody: 'Nobody is currently listening.', presence: { playing: 'Playing', paused: 'Paused', idle: 'Idle', }, nothingPlaying: 'Nothing playing yet. Start a track!', aboutArtist: 'About the Artist', fromAlbum: 'From this Album', viewAlbum: 'View Album', goToArtist: 'Go to Artist', readMore: 'Read more', showLess: 'Show less', genreInfo: 'Genre', trackInfo: 'Track Info', topSongs: 'Most played by this artist', topSongsCredit: 'Top tracks from {{name}}', trackPosition: 'Track {{pos}}', playsCount_one: '{{count}} play', playsCount_other: '{{count}} plays', releasedYearsAgo_one: '{{count}} year ago', releasedYearsAgo_other: '{{count}} years ago', discography: 'Discography', thisTrack: 'This track', thisArtist: 'This artist', listeners: 'listeners', scrobbles: 'scrobbles', yourScrobbles: 'by you', listenersN: '{{n}} listeners', scrobblesN: '{{n}} scrobbles', playsByYouN: 'played {{n}}× by you', rgTrackTooltip: 'ReplayGain (track)', rgAlbumTooltip: 'ReplayGain (album)', rgAutoTooltip: 'ReplayGain (auto)', showMoreTracks: 'Show {{count}} more', showLessTracks: 'Show less', hideCard: 'Hide card', layoutMenu: 'Layout', visibleCards: 'Visible cards', hiddenCards: 'Hidden cards', noHiddenCards: 'No hidden cards', resetLayout: 'Reset layout', emptyColumn: 'Drop cards here', };