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

33 lines
991 B
PHP
Raw Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<?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' => 'Lutilisateur na pu être trouvé!',
'blockActorSuccess' => '{actor} a été bloqué!',
'unblockActorSuccess' => 'Lutilisateur a été débloqué!',
'blockDomainSuccess' => '{domain} a été bloqué!',
'unblockDomainSuccess' => '{domain} a été débloqué!',
],
'blocked_actors' => 'Utilisateurs bloqués',
'blocked_domains' => 'Domaines bloqués',
'block_lists_form' => [
'handle' => 'Identifiant',
'handle_hint' => 'Saisissez lutilisateur @nom@domaine.',
'domain' => 'Nom de domaine',
'submit' => 'Bloquer !',
],
'list' => [
'actor' => 'Utilisateur',
'domain' => 'Nom de domaine',
'unblock' => 'Débloquer',
],
];