export default { 'helloWorld': 'Hello, World', // Pages 'home': { 'welcome': 'Welcome to the dashboard!' }, // Layout 'loading': 'Loading..', 'settings': 'Settings', 'profile': 'Profile', 'auth': { 'signOut': 'Sign out', 'signIn': 'Sign in', 'permissionError': 'You are not permitted to view this page' }, 'navigation': { 'home': 'Home', 'shows': 'Shows', 'filesPlaylists': 'Files & Playlists', 'calendar': 'Calendar', 'settings': 'Settings', 'help': 'Help' }, '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', } }