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

33 lines
938 B
PHP
Raw Permalink Normal View History

<?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' => [
2024-02-05 18:03:36 +01:00
'actorNotFound' => 'Het account werd niet gevonden!',
'blockActorSuccess' => '{actor} is geblokkeerd!',
2024-03-08 14:05:48 +01:00
'unblockActorSuccess' => 'Acteur is gedeblokkeerd!',
2024-02-05 18:03:36 +01:00
'blockDomainSuccess' => '{domain} is geblokkeerd!',
'unblockDomainSuccess' => '{domain} is gedeblokkeerd!',
],
2024-02-05 18:03:36 +01:00
'blocked_actors' => 'Geblokkeerde accounts',
'blocked_domains' => 'Geblokkeerde domeinen',
'block_lists_form' => [
'handle' => 'Account handle',
'handle_hint' => 'Input @username@domain account.',
2024-02-05 18:03:36 +01:00
'domain' => 'Domeinnaam',
'submit' => 'Block!',
],
'list' => [
'actor' => 'Account',
2024-02-05 18:03:36 +01:00
'domain' => 'Domeinnaam',
'unblock' => 'Deblokkeren',
],
];