2022-04-05 15:45:54 +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 [
|
|
|
|
'title' => "{actorDisplayName}'s post",
|
|
|
|
'back_to_actor_posts' => 'العودة إلى منشورات {actor}',
|
|
|
|
'actor_shared' => 'شاركه {actor}',
|
|
|
|
'reply_to' => 'رد على @{actorUsername}',
|
|
|
|
'form' => [
|
|
|
|
'message_placeholder' => 'اكتب رسالة…',
|
|
|
|
'episode_message_placeholder' => 'Write a message for the episode…',
|
|
|
|
'episode_url_placeholder' => 'الوصلة الشبكية للبودكاست',
|
|
|
|
'reply_to_placeholder' => 'رد على @{actorUsername}',
|
|
|
|
'submit' => 'ارسل',
|
|
|
|
'submit_reply' => 'رد',
|
|
|
|
],
|
|
|
|
'favourites' => '{numberOfFavourites, plural,
|
|
|
|
one {# favourite}
|
|
|
|
other {# favourites}
|
|
|
|
}',
|
|
|
|
'reblogs' => '{numberOfReblogs, plural,
|
|
|
|
one {# share}
|
|
|
|
other {# shares}
|
|
|
|
}',
|
|
|
|
'replies' => '{numberOfReplies, plural,
|
|
|
|
one {# reply}
|
|
|
|
other {# replies}
|
|
|
|
}',
|
|
|
|
'expand' => 'Expand post',
|
2022-04-14 13:11:07 +00:00
|
|
|
'block_actor' => 'احجب المستخدم @{actorUsername}',
|
|
|
|
'block_domain' => 'احجب النطاق @{actorDomain}',
|
2022-04-05 15:45:54 +00:00
|
|
|
'delete' => 'احذف المنشور',
|
|
|
|
];
|