stream/src/data/strings.js

34 lines
1.0 KiB
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',
nowPlaying: 'Currently streaming',
startingSoon: 'Starting soon',
2021-11-01 22:34:29 +00:00
streamStartingSoon: 'Stream starting soon',
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',
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'
},
}