<?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' => 'Ocultar/mostrar barra lateral',
    'go_to_website' => 'Anar al lloc web',
    'go_to_admin' => 'Anar al panell de control',
    'not-authorized' => 'Not authorized',
    'dashboard' => 'Panell de control',
    'admin' => 'Inici',
    'podcasts' => 'Podcasts',
    'podcast-list' => 'Tots els podcasts',
    'podcast-create' => 'Nou podcast',
    'all-podcast-imports' => 'All Podcast imports',
    'podcast-imports-add' => 'Import a podcast',
    'persons' => 'Persones',
    'person-list' => 'Totes les persones',
    'person-create' => 'Persona nova',
    'fediverse' => 'Fediverse',
    'fediverse-blocked-actors' => 'Comptes bloquejats',
    'fediverse-blocked-domains' => 'Dominis bloquejats',
    'users' => 'Usuaris',
    'user-list' => 'Tots els usuaris',
    'user-create' => 'Nou usuari',
    'pages' => 'Pàgines',
    'page-list' => 'Totes les pàgines',
    'page-create' => 'Pàgina nova',
    'settings' => 'Preferències',
    'settings-general' => 'General',
    'settings-theme' => 'Tema',
    'admin-about' => 'About',
    'account' => [
        'my-account' => 'El meu compte',
        'change-password' => 'Canviar la contrasenya',
        'logout' => 'Tancar la sessió',
    ],
];