stream/src/data/strings.js

15 lines
451 B
JavaScript
Raw Normal View History

export default {
en: {
nextStream: 'Program',
2021-05-18 11:24:06 +00:00
pastStream: 'Previous Episodes',
2021-03-24 15:24:34 +00:00
nowPlaying: 'Now playing',
noStreams: 'No upcoming streams, check back soon.',
underscoreTagline: ['LEAVE THE', 'SURVEILLANCE ECONOMY', '— TOGETHER.'],
2021-03-11 20:24:44 +00:00
streamDateFuture: 'Going live at: ',
streamDatePast: 'First broadcast: ',
2021-05-17 15:27:31 +00:00
subEvent: 'Add to calendar',
2021-05-16 23:08:25 +00:00
watchEpisode: 'Watch Episode',
2021-05-17 15:27:31 +00:00
watchTrailer: 'Watch the trailer',
},
}