castopod/modules/Admin/Language/nl/Fediverse.php

33 lines
938 B
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 [
'messages' => [
'actorNotFound' => 'Het account werd niet gevonden!',
'blockActorSuccess' => '{actor} is geblokkeerd!',
'unblockActorSuccess' => 'Acteur is gedeblokkeerd!',
'blockDomainSuccess' => '{domain} is geblokkeerd!',
'unblockDomainSuccess' => '{domain} is gedeblokkeerd!',
],
'blocked_actors' => 'Geblokkeerde accounts',
'blocked_domains' => 'Geblokkeerde domeinen',
'block_lists_form' => [
'handle' => 'Account handle',
'handle_hint' => 'Input @username@domain account.',
'domain' => 'Domeinnaam',
'submit' => 'Block!',
],
'list' => [
'actor' => 'Account',
'domain' => 'Domeinnaam',
'unblock' => 'Deblokkeren',
],
];