castopod/modules/Admin/Language/sr-latn/Notifications.php
Yassine Doghri d88b041d2c docs: change vitepress with astro's starlight
- change language keys to kebab-case
- add new languages to docs: ca, de, es, sr-latn, zh-hans
2024-05-21 16:07:56 +00:00

20 lines
557 B
PHP
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<?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' => 'Obaveštenja',
'reply' => '{actor_username} odgovara na tvoju objavu',
'favourite' => '{actor_username} dodaje tvoju objavu u omiljene',
'reblog' => '{actor_username} deli tvoju objavu',
'follow' => '{actor_username} vas sada prati',
'no_notifications' => 'Nema obaveštenja',
'mark_all_as_read' => 'Označi svе kao pročitano',
];