Newer
Older

Richard Blechinger
committed
'helloWorld': 'Hello, World',
// Pages
'home': {
'welcome': 'Welcome to the dashboard!'
},
// Layout
'loading': 'Loading..',

Richard Blechinger
committed
'settings': 'Settings',
'profile': 'Profile',
'auth': {
'signOut': 'Sign out',
'signIn': 'Sign in',
'permissionError': 'You are not permitted to view this page'

Richard Blechinger
committed
},

Richard Blechinger
committed
'navigation': {
'home': 'Home',
'shows': 'Shows',
'filesPlaylists': 'Files & Playlists',
'calendar': 'Calendar',
'settings': 'Settings',
'help': 'Help'

Richard Blechinger
committed
},

Richard Blechinger
committed
'footer': {
'tagline': 'All the UI you need to run a community radio'
},
// Specific components
'emissionTable': {
'title': 'Title of emission',
'start': 'Emission start',
'duration': 'Duration',
'playlist': 'Playlist',
'actions': 'Actions',

Richard Blechinger
committed
}