export const radio = { title: 'Internet Radio', empty: 'No radio stations configured.', addStation: 'Add Station', editStation: 'Edit', playStation: 'Play station', stopStation: 'Stop station', deleteStation: 'Delete station', confirmDelete: 'Click again to confirm', stationName: 'Station name…', streamUrl: 'Stream URL…', homepageUrl: 'Homepage URL (optional)', save: 'Save', cancel: 'Cancel', live: 'LIVE', liveStream: 'Internet Radio', openHomepage: 'Open homepage', changeCoverLabel: 'Change cover', removeCover: 'Remove cover', browseDirectory: 'Search Directory', directoryPlaceholder: 'Search stations…', noResults: 'No stations found.', stationAdded: 'Station added', filterAll: 'All', filterFavorites: 'Favorites', sortManual: 'Manual', sortAZ: 'A → Z', sortZA: 'Z → A', sortNewest: 'Newest', favorite: 'Add to favorites', unfavorite: 'Remove from favorites', noFavorites: 'No favorite stations.', listenerCount_one: '{{count}} listener', listenerCount_other: '{{count}} listeners', recentlyPlayed: 'Recently Played', upNext: 'Up Next', };