mirror of
https://code.castopod.org/adaures/castopod
synced 2025-04-23 01:01:20 +00:00
45 lines
1.4 KiB
PHP
45 lines
1.4 KiB
PHP
<?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' => 'Zijbalk tonen/verbergen',
|
|
'go_to_website' => 'Ga naar website',
|
|
'go_to_admin' => 'Go to admin',
|
|
'not-authorized' => 'Niet geautoriseerd',
|
|
'dashboard' => 'Dashboard',
|
|
'admin' => 'Hoofdpagina',
|
|
'podcasts' => 'Podcasts',
|
|
'podcast-list' => 'Alle podcasts',
|
|
'podcast-create' => 'Nieuwe podcast',
|
|
'all-podcast-imports' => 'All Podcast imports',
|
|
'podcast-imports-add' => 'Importeer een podcast',
|
|
'persons' => 'Personen',
|
|
'person-list' => 'Alle personen',
|
|
'person-create' => 'Nieuwe persoon',
|
|
'fediverse' => 'Fediverse',
|
|
'fediverse-blocked-actors' => 'Geblokkeerde accounts',
|
|
'fediverse-blocked-domains' => 'Geblokkeerde domeinen',
|
|
'users' => 'Gebruikers',
|
|
'user-list' => 'Alle gebruikers',
|
|
'user-create' => 'Nieuwe gebruiker',
|
|
'pages' => 'Pagina\'s',
|
|
'page-list' => 'Alle pagina\'s',
|
|
'page-create' => 'Nieuwe pagina',
|
|
'settings' => 'Instellingen',
|
|
'settings-general' => 'Algemeen',
|
|
'settings-theme' => 'Thema',
|
|
'admin-about' => 'Over',
|
|
'account' => [
|
|
'my-account' => 'Mijn account',
|
|
'change-password' => 'Wachtwoord wijzigen',
|
|
'logout' => 'Uitloggen',
|
|
],
|
|
];
|