Skip to content
Snippets Groups Projects
en.js 908 B
Newer Older
export default {

    // Pages
    'home': {
        'welcome': 'Welcome to the dashboard!'
    },

    // Layout
    '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'
        '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',