stream/src/data/strings.js

27 lines
800 B
JavaScript
Raw Normal View History

export default {
en: {
2021-10-15 13:37:54 +00:00
program: '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',
2021-05-23 15:21:15 +00:00
joinStream: 'Click to join stream',
2021-10-15 13:37:54 +00:00
fourohfour: '404',
pageNotFound: 'Page not found',
goHome: 'Return to Home',
series: 'Series',
currentSeries: 'Current Series',
pastSeries: 'Past Series',
lastStream: 'Last stream',
nextStream: 'Next stream',
episodes: 'episodes',
2021-10-22 13:44:28 +00:00
today: 'today',
tomorrow: 'tomorrow'
},
}