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

20 lines
620 B
PHP
Raw Normal View History

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-09-06 14:55:46 +00: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',
'follow' => '{actor_username} ha comenzado a seguir a {target_actor_username}',
'no_notifications' => 'No hay notificaciones',
'mark_all_as_read' => 'Marcar todas como leídas',
2022-08-22 15:56:51 +00:00
];