12 lines
346 B
JavaScript
12 lines
346 B
JavaScript
export default {
|
|
en: {
|
|
nextStream: 'Next streams',
|
|
pastStream: 'Latest streams',
|
|
nowPlaying: 'Now playing',
|
|
noStreams: 'No upcoming streams, check back soon.',
|
|
underscoreTagline: ['LEAVE THE', 'SURVEILLANCE ECONOMY', '— TOGETHER.'],
|
|
streamDateFuture: 'Going live at: ',
|
|
streamDatePast: 'First broadcast: ',
|
|
},
|
|
}
|