castopod/app/Language/fa/Post.php

41 lines
1.3 KiB
PHP
Raw Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. 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' => "فرستهٔ {actorDisplayName}",
'back_to_actor_posts' => 'بازگشت به فرسته‌های {actor}',
'actor_shared' => '{actor} هم‌رساند',
'reply_to' => 'پاسخ به @{actorUsername}',
'form' => [
'message_placeholder' => 'نوشتن پیام…',
'episode_message_placeholder' => 'نوشتن پیامی برای قسمت…',
'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' => 'گسترش فرسته',
'block_actor' => 'انسداد کاربر @{actorUsername}',
'block_domain' => 'انسداد دامنهٔ @{actorDomain}',
'delete' => 'حذف فرسته',
];