castopod/modules/Admin/Language/ca/Notifications.php

20 lines
605 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 [
'title' => 'Notificacions',
'reply' => '{actor_username} ha respost a la vostra publicació',
'favourite' => '{actor_username} ha marcat com a preferit la vostra publicació',
'reblog' => '{actor_username} ha compartit la vostra publicació',
'follow' => '{actor_username} t\'ha començat a seguir',
'no_notifications' => 'Cap notificació',
'mark_all_as_read' => 'Marca tot com a llegit',
];