mirror of
https://github.com/ad-aures/castopod.git
synced 2026-04-04 07:19:03 +02:00
19 lines
584 B
PHP
19 lines
584 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' => 'Oznámení',
|
|
'reply' => '{actor_username} odpověděl na Váš příspěvek',
|
|
'favourite' => '{actor_username} si oblíbil Váš příspěvek',
|
|
'reblog' => '{actor_username} sdílel Váš příspěvek',
|
|
'follow' => '{actor_username} Vás začal sledovat',
|
|
'no_notifications' => 'Žádná oznámení',
|
|
'mark_all_as_read' => 'Označit vše jako přečtené',
|
|
];
|