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-17 14:42:46 +00:00
|
|
|
'title' => 'الإشعارات',
|
2022-08-22 15:56:51 +00:00
|
|
|
'reply' => '{actor_username} replied to your post',
|
|
|
|
'favourite' => '{actor_username} favourited your post',
|
|
|
|
'reblog' => '{actor_username} shared your post',
|
2022-09-23 15:51:26 +00:00
|
|
|
'follow' => '{actor_username} started following you',
|
2022-11-17 14:42:46 +00:00
|
|
|
'no_notifications' => 'لا توجد إشعارات',
|
2022-08-22 15:56:51 +00:00
|
|
|
'mark_all_as_read' => 'Mark all as read',
|
|
|
|
];
|