2022-08-22 15:56:51 +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 [
|
2022-12-09 15:42:46 +00:00
|
|
|
'title' => 'Notificacións',
|
|
|
|
'reply' => '{actor_username} respondeu á túa publicación',
|
|
|
|
'favourite' => '{actor_username} fixo favorita a túa publicación',
|
|
|
|
'reblog' => '{actor_username} compartiu a túa publicación',
|
|
|
|
'follow' => '{actor_username} comezou a seguirte',
|
|
|
|
'no_notifications' => 'Sen notificacións',
|
|
|
|
'mark_all_as_read' => 'Marcar todo como lido',
|
2022-08-22 15:56:51 +00:00
|
|
|
];
|