Skip to content
Snippets Groups Projects
Navigation.php 1.14 KiB
Newer Older
  • Learn to ignore specific revisions
  • <?php
    
    declare(strict_types=1);
    
    /**
     * @copyright  2020 Ad Aures
     * @license    https://www.gnu.org/licenses/agpl-3.0.en.html AGPL3
     * @link       https://castopod.org/
     */
    
    return [
        'toggle_sidebar' => 'Toggle sidebar',
        'go_to_website' => 'Go to website',
        'go_to_admin' => 'Go to admin',
        'dashboard' => 'Dashboard',
        'admin' => 'Home',
        'podcasts' => 'Podcasts',
        'podcast-list' => 'All podcasts',
        'podcast-create' => 'New podcast',
        'podcast-import' => 'Import a podcast',
        'persons' => 'Persons',
        'person-list' => 'All persons',
        'person-create' => 'New person',
    
        'fediverse' => 'Kevrebed',
    
        'fediverse-blocked-actors' => 'Blocked accounts',
        'fediverse-blocked-domains' => 'Blocked domains',
        'users' => 'Users',
        'user-list' => 'All users',
        'user-create' => 'New user',
        'pages' => 'Pages',
        'page-list' => 'All pages',
        'page-create' => 'New Page',
        'settings' => 'Settings',
        'settings-general' => 'General',
        'settings-theme' => 'Theme',
        'account' => [
            'my-account' => 'My account',
            'change-password' => 'Change password',
            'logout' => 'Logout',
        ],
    ];