2021-03-05 13:37:53 +00:00
|
|
|
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-10-25 14:56:04 +00:00
|
|
|
nowPlaying: 'Currently streaming',
|
|
|
|
startingSoon: 'Starting soon',
|
2021-11-01 22:34:29 +00:00
|
|
|
streamStartingSoon: 'Stream starting soon',
|
2021-03-10 13:51:24 +00:00
|
|
|
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',
|
2021-11-01 22:34:29 +00:00
|
|
|
episode: 'episode',
|
2021-10-15 13:37:54 +00:00
|
|
|
episodes: 'episodes',
|
2021-10-22 13:44:28 +00:00
|
|
|
today: 'today',
|
2021-10-25 14:56:04 +00:00
|
|
|
tomorrow: 'tomorrow',
|
|
|
|
eventDetails: 'Event details',
|
2021-11-01 22:34:29 +00:00
|
|
|
errorTitle: 'Hmm...',
|
|
|
|
errorBody: 'Something went wrong, please try again later',
|
|
|
|
menu: 'Menu'
|
2021-03-05 13:37:53 +00:00
|
|
|
},
|
|
|
|
}
|