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-11-04 11:03:24 +00:00
|
|
|
'title' => 'Benachrichtigungen',
|
|
|
|
'reply' => '{actor_username} hat auf Ihren Beitrag geantwortet',
|
|
|
|
'favourite' => '{actor_username} hat Ihren Beitrag favorisiert',
|
|
|
|
'reblog' => '{actor_username} hat Ihren Beitrag geteilt',
|
|
|
|
'follow' => '{actor_username} folgt Ihnen jetzt',
|
|
|
|
'no_notifications' => 'Keine Benachrichtigungen',
|
|
|
|
'mark_all_as_read' => 'Alle als gelesen markieren',
|
2022-08-22 15:56:51 +00:00
|
|
|
];
|