castopod/modules/Admin/Language/pl/Notifications.php
2024-06-28 14:11:25 +00:00

20 lines
573 B
PHP

<?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' => 'Powiadomienia',
'reply' => '{actor_username} odpowiedział na Twój post',
'favourite' => '{actor_username} polubił Twój post',
'reblog' => '{actor_username} udostępnił Twój post',
'follow' => '{actor_username} zaczął Cię obserwować',
'no_notifications' => 'Brak powiadomień',
'mark_all_as_read' => 'Oznacz wszystkie jako przeczytane',
];