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

20 lines
595 B
PHP
Raw Normal View History

2022-08-22 17:56:51 +02: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-09-06 16:55:46 +02:00
'title' => 'Notificaciones',
'reply' => '{actor_username} respondió a tu publicación',
'favourite' => '{actor_username} ha marcado como favorita tu publicación',
'reblog' => '{actor_username} ha compartido tu publicación',
2022-11-25 18:44:19 +01:00
'follow' => '{actor_username} ha empezado a seguirte',
2022-09-06 16:55:46 +02:00
'no_notifications' => 'No hay notificaciones',
'mark_all_as_read' => 'Marcar todas como leídas',
2022-08-22 17:56:51 +02:00
];