mirror of
https://github.com/ad-aures/castopod.git
synced 2026-04-04 23:36:44 +02:00
19 lines
566 B
PHP
19 lines
566 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' => 'Prranešimai',
|
|
'reply' => '{actor_username} atsakė į jūsų įrašą',
|
|
'favourite' => '{actor_username} pamėgo jūsų įrašą',
|
|
'reblog' => '{actor_username} pasidalino jūsų įrašu',
|
|
'follow' => '{actor_username} pradėjo jus sekti',
|
|
'no_notifications' => 'Pranešimų nėra',
|
|
'mark_all_as_read' => 'Žymėti visus kaip skaitytus',
|
|
];
|