2022-09-06 14:55:46 +00:00
|
|
|
<?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ó',
|
2023-03-16 16:45:41 +00:00
|
|
|
'follow' => '{actor_username} t\'ha començat a seguir',
|
2022-09-06 14:55:46 +00:00
|
|
|
'no_notifications' => 'Cap notificació',
|
|
|
|
'mark_all_as_read' => 'Marca tot com a llegit',
|
|
|
|
];
|